-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from OluwaninsolaAO/main
Updates Gemfile plugin list and creates members data file
- Loading branch information
Showing
4 changed files
with
6 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,4 @@ | |
email: [email protected] | ||
website: https://africacdc.org/institutes/ipg/ | ||
twitter: babasaraky | ||
interests: Cancer, RNA-Seq, WGS, WES, Microarrays, AI/Machine learning, | ||
|
||
|
||
interests: Cancer, RNA-Seq, WGS, WES, Microarrays, AI/Machine learning, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
--- | ||
layout: page | ||
title: Members | ||
permalink: /members/ | ||
permalink: /members.html | ||
ref: members | ||
order: 4 | ||
--- | ||
|
||
Please add yourself to this page! Either [sign up here](../member_registration.html), or fork the repository, edit `_data/members.yml` and submit a pull request. | ||
|
@@ -10,12 +12,10 @@ Please add yourself to this page! Either [sign up here](../member_registration.h | |
|
||
- Umar Ahmad, Bauchi State University | ||
|
||
|
||
## Current Members | ||
|
||
<table> | ||
{% for member in site.data.members %} | ||
|
||
{% capture modulo %}{{ forloop.index | modulo: 3 }}{% endcapture %} | ||
{% if modulo == '1' %} | ||
<tr> | ||
|
@@ -46,31 +46,4 @@ in the data directory you need to add yourself to the members.yml file: | |
name: Mark Dunning | ||
institute: Sheffield University Bioinformatics Core | ||
email: [email protected] | ||
--> | ||
|
||
## Alumini | ||
|
||
<table> | ||
{% for member in site.data.alumni %} | ||
{% capture modulo %}{{ forloop.index | modulo: 3 }}{% endcapture %} | ||
{% if modulo == '1' %} | ||
<tr> | ||
{% endif %} | ||
<td align="center"> | ||
{% if member.github %} | ||
{% avatar user=member.github size=100 %}<br> | ||
{% else %} | ||
<img src="/assets/no-github.png"><br> | ||
{% endif %} | ||
<strong>{{ member.name }}</strong><br> | ||
{{ member.institute }}<br> | ||
{{ member.email }}<br> | ||
<a href="{{member.website}}">{{member.website}}</a> | ||
</td> | ||
{% if modulo == '0' or forloop.last %} | ||
</tr> | ||
{% endif %} | ||
{% endfor %} | ||
</table> |