From 491ae1e0044b94efa47234ad76310e15ed9269d0 Mon Sep 17 00:00:00 2001 From: Lukas Forer Date: Wed, 18 Sep 2024 11:05:11 +0200 Subject: [PATCH] Add news --- logo.png => docs/images/logo.png | Bin docs/index.md | 60 ++++++++++++++++++++++++++++++- docs/stylesheets/extra.css | 7 +++- 3 files changed, 65 insertions(+), 2 deletions(-) rename logo.png => docs/images/logo.png (100%) diff --git a/logo.png b/docs/images/logo.png similarity index 100% rename from logo.png rename to docs/images/logo.png diff --git a/docs/index.md b/docs/index.md index 0ff6c5a..5ede688 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,6 +4,9 @@ hide: - toc --- +![](images/logo.png){.right} + + # Michigan Imputation Server
Free Next-Generation Genotype Imputation Platform @@ -15,5 +18,60 @@ Please cite this paper if you use Michigan Imputation Server in your publication --- -![](images/index.png) +## Latest News + +

+ 21 May 2021
+ We have increased the max sample size to 110k. +

+ +

+ 15 April 2021
+ Update to new framework completed! Currently, max sample size will be limited to 25k, but we expect to lift this limitation in the next few weeks. +

+ +

+ 18 March 2020
+ Due to coronavirus-related impacts support may be slower than usual. If you haven't heard back from us after a week or so, feel free to e-mail again to check on the status of things. Take care! +

+ +

+ 07 November 2019
+ Updated MIS to v1.2.4! Major improvements: Minimac4 for imputation, improved chrX support, QC check right after upload, better documentation. Checkout out our GitHub repository for further information. +

+ +

+ 17 October 2019
+ Michigan Imputation Server at ASHG19. All information is available here. +

+ +

+ 27 November 2018
+ Redesigned user interface to improve user experience. +

+ +

+ 27 June 2017
+ Updated pipeline to v1.0.2. Release notes can be found here. +

+ +

+ 29 Aug 2016
+ Imputation server paper is out now: Das et al., Nature Genetics 2016 +

+ +

+ 19 April 2016
+ Updated HRC Panel (r1.1) available. +

+ +

+ 12 January 2016
+ New Reference Panel (CAAPA) available. +

+ +

+ 24 April 2015
+ HRC release 1 (64,976 haplotypes at 39,235,157 SNPs) is now ready for use for HRC consortium members. +

diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index f320cad..043bb0c 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -2,4 +2,9 @@ --md-primary-fg-color: #4f5d73; --md-primary-fg-color--light: #ECB7B7; --md-primary-fg-color--dark: #90030C; - } \ No newline at end of file + } + + .right{ + float: right; + width: 30%; +}