Skip to content

Commit 49ea35c

Browse files
authored
Merge pull request #766 from phil-blain/add-cice-consortium
Add CICE Consortium and International subsection in Research
2 parents 1b3fa7c + 5e1a00e commit 49ea35c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_data/research.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Government funded research - must have a government email/domain to be listed
22

3+
International:
4+
- CICE-Consortium
5+
36
Kenya:
47
- Multimedia-University-of-Kenya
58

_includes/org-table.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ <h2 class="alt-h2 mb-3" id="{{ include.id }}">{{ include.name }}</h2>
77
{% assign columns = 4 %}
88
{% for type_hash in include.orgs %}
99
{% assign slug = type_hash[0] | downcase | replace: ' ','-' | replace: '.','' %}
10-
<div class="org-type clearfix" id="type-{{ slug }}">
11-
<h3 class="alt-h3 mb-3" id="{{ slug }}">{{ type_hash[0] }} ({{ type_hash[1] | size }})</h3>
10+
<div class="org-type clearfix" id="type-{{ include.id }}-{{ slug }}">
11+
<h3 class="alt-h3 mb-3" id="{{ include.id }}-{{ slug }}">{{ type_hash[0] }} ({{ type_hash[1] | size }})</h3>
1212

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

0 commit comments

Comments
 (0)