File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Government funded research - must have a government email/domain to be listed
22
3+ International :
4+ - CICE-Consortium
5+
36Kenya :
47 - Multimedia-University-of-Kenya
58
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>
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] %}
You can’t perform that action at this time.
0 commit comments