From 3290e9cd44a88dc30036113f26c65fa1ddb2c275 Mon Sep 17 00:00:00 2001 From: Will Hannon Date: Wed, 21 Feb 2024 13:22:47 -0800 Subject: [PATCH] Add links to websites for contributors --- .vitepress/theme/Contributors.vue | 7 ++++--- contributing.md | 8 +++++--- public/contributors.json | 26 +++++++++----------------- 3 files changed, 18 insertions(+), 23 deletions(-) diff --git a/.vitepress/theme/Contributors.vue b/.vitepress/theme/Contributors.vue index 5663418..2eeddf5 100644 --- a/.vitepress/theme/Contributors.vue +++ b/.vitepress/theme/Contributors.vue @@ -17,7 +17,7 @@ export default { const columns = this.contributors.length; return { 'grid-template-columns': `repeat(auto-fit, minmax(150px, 1fr))`, - 'max-width': `${150 * columns}px` + 'max-width': `${210 * columns}px` }; } } @@ -28,10 +28,11 @@ export default {

Contributors

diff --git a/contributing.md b/contributing.md index fa42ee4..025337e 100644 --- a/contributing.md +++ b/contributing.md @@ -135,17 +135,19 @@ Then your write-up goes here... Ensure that **every write-up contains the headers listed above**. These pieces of metadata will appear in the index of experiments for a given virus. The `title` will appear as the title, the `subtext` will appear as a description below the title, and the `keywords` are used to filter the write-ups listed in the index. -Finally, if this is your first time contributing to `dms-vep.github.io`, make sure to update the `public/contributors.json` file with your name and a link to a photo: +Finally, if this is your first time contributing to `dms-vep.github.io`, make sure to update the `public/contributors.json` file with your name, a link to a photo, and a link to your personal or lab website: ```json [ { "name": "Jesse Bloom", - "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember/image.img.jpg/1540125095310.jpg" + "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember/image.img.jpg/1540125095310.jpg", + "link": "https://research.fredhutch.org/bloom/en/members.html" }, { "name": "Your Name", - "image": "https://my/awesome/photo.jpg" + "image": "https://my/awesome/photo.jpg", + "link": "https://my-personal-webiste.com" }, ... ``` diff --git a/public/contributors.json b/public/contributors.json index e3aa152..d057e0e 100644 --- a/public/contributors.json +++ b/public/contributors.json @@ -1,30 +1,22 @@ [ { "name": "Jesse Bloom", - "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember/image.img.jpg/1540125095310.jpg" + "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember/image.img.jpg/1540125095310.jpg", + "link": "https://research.fredhutch.org/bloom/en/members.html" }, { "name": "Bernadeta Dadonaite", - "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_1939500834/image.img.jpg/1657559048742.jpg" + "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_1939500834/image.img.jpg/1657559048742.jpg", + "link": "https://research.fredhutch.org/bloom/en/members.html" }, { "name": "Caelan Radford", - "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_1830037644/image.img.jpg/1696888745651.jpg" + "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_1830037644/image.img.jpg/1696888745651.jpg", + "link": "https://research.fredhutch.org/bloom/en/members.html" }, { - "name": "Brendan Larsen", - "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_1083259124/image.img.jpg/1635264555851.jpg" - }, - { - "name": "Caleb Carr", - "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_965242551/image.img.jpg/1635439221241.jpg" - }, - { - "name": "Frances Welsh", - "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_250798615/image.img.jpg/1598902331732.jpg" - }, - { - "name": "Tim Yu", - "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_1874078203/image.img.png/1635439265387.png" + "name": "Will Hannon", + "image": "https://research.fredhutch.org/content/stripe/bloom/en/members/_jcr_content/par/labmember_13944287/image.img.png/1598649957719.png", + "link": "https://willhannon.com/" } ] \ No newline at end of file