File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- permalink : /about/team .html
2
+ permalink : /about/team_by_institution .html
3
3
layout : people
4
4
title : US CMS S&C Team
5
5
---
6
6
7
7
{% include image_caption.html url="../assets/images/210113 - Org Chart.png" alt="US CMS S&C Org Chart" description="" %}
8
8
9
9
{% include institution_list.html %}
10
- {% assign univs = institution_list | hash_fetch: site.data.institutions %}
10
+ {% assign univs = institution_list | hash_fetch: site.data.institutions | sort_natural: "name" %}
11
11
12
12
<h1 >Full Team</h1 ><br >
13
13
@@ -18,13 +18,10 @@ title: US CMS S&C Team
18
18
| where_exp:"item", "item.active and item.hidden != true"
19
19
| last_name_sort: "name" %}
20
20
21
+
21
22
{% for person in members %}
22
23
{% include standard_person_card.md person=person %}
23
24
{% endfor %}
24
25
{% endfor %}
25
26
</div >
26
27
</div >
27
-
28
-
29
-
30
-
You can’t perform that action at this time.
0 commit comments