Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CICE Consortium and International subsection in Research #766

Merged
merged 6 commits into from
Oct 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _data/research.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Government funded research - must have a government email/domain to be listed

International:
- CICE-Consortium

Kenya:
- Multimedia-University-of-Kenya

Expand Down
4 changes: 2 additions & 2 deletions _includes/org-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ <h2 class="alt-h2 mb-3" id="{{ include.id }}">{{ include.name }}</h2>
{% assign columns = 4 %}
{% for type_hash in include.orgs %}
{% assign slug = type_hash[0] | downcase | replace: ' ','-' | replace: '.','' %}
<div class="org-type clearfix" id="type-{{ slug }}">
<h3 class="alt-h3 mb-3" id="{{ slug }}">{{ type_hash[0] }} ({{ type_hash[1] | size }})</h3>
<div class="org-type clearfix" id="type-{{ include.id }}-{{ slug }}">
<h3 class="alt-h3 mb-3" id="{{ include.id }}-{{ slug }}">{{ type_hash[0] }} ({{ type_hash[1] | size }})</h3>

<div class="orgs">
{% for org in type_hash[1] %}
Expand Down