File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Government funded research - must have a government email/domain to be listed
2
2
3
+ International :
4
+ - CICE-Consortium
5
+
3
6
Kenya :
4
7
- Multimedia-University-of-Kenya
5
8
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ <h2 class="alt-h2 mb-3" id="{{ include.id }}">{{ include.name }}</h2>
7
7
{% assign columns = 4 %}
8
8
{% for type_hash in include.orgs %}
9
9
{% 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 >
12
12
13
13
< div class ="orgs ">
14
14
{% for org in type_hash[1] %}
You can’t perform that action at this time.
0 commit comments