File tree 8 files changed +42
-17
lines changed
8 files changed +42
-17
lines changed Original file line number Diff line number Diff line change 1
1
Name : Blueprint
2
2
personnel :
3
+ - davidlange6
Original file line number Diff line number Diff line change 1
1
name : Management
2
2
personnel :
3
3
- o_gutsche
4
- - m_votava
5
4
- tulika176
6
-
5
+ - m_votava
Original file line number Diff line number Diff line change 1
1
name : Project
2
2
personnel :
3
- - rtuck225
3
+ - rct225
Original file line number Diff line number Diff line change 1
1
name : Andrew Melo
2
2
shortname : PerilousApricot
3
- title : Facilities Co-Manager
3
+ title : Facilities Co-Leader
4
4
active : true
5
5
institution : Vanderbilt University
6
6
website :
7
7
photo : /assets/images/team/Andrew_Melo.jpg
8
- presentations :
8
+ presentations:
Original file line number Diff line number Diff line change
1
+ {% assign wbs_list = site.data.orgs | keys | sort %}
Original file line number Diff line number Diff line change 8
8
< div class ="presentation toppagelinks ">
9
9
< div class ="inner ">
10
10
Team:
11
- < a href ="/about/team.html "> by institution</ a >
11
+ < a href ="/about/team.html "> by area</ a >
12
+ •
13
+ < a href ="/about/team_by_institution.html "> by institution</ a >
12
14
•
13
15
< a href ="/about/team_alphabetical.html "> by name</ a > .
14
16
</ div >
22
24
23
25
24
26
</ body>
25
- </ html>
27
+ </ html>
Original file line number Diff line number Diff line change @@ -6,25 +6,20 @@ title: US CMS S&C Team
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
- {% include institution_list .html %}
10
- {% assign univs = institution_list | hash_fetch: site.data.institutions %}
9
+ {% include wbs_list .html %}
10
+ {% assign areas = wbs_list | hash_fetch: site.data.orgs %}
11
11
12
12
<h1 >Full Team</h1 ><br >
13
13
14
14
<div class =" container-fluid " >
15
15
<div class =" row " >
16
- {% for univ in univs %}
17
- {% assign members = univ.personnel | hash_fetch: site.data.people
18
- | where_exp:"item", "item.active and item.hidden != true"
19
- | last_name_sort: "name" %}
16
+ {% for area in areas %}
17
+ {% assign members = area.personnel | hash_fetch: site.data.people
18
+ | where_exp:"item", "item.active and item.hidden != true" %}
20
19
21
20
{% for person in members %}
22
21
{% include standard_person_card.md person=person %}
23
22
{% endfor %}
24
23
{% endfor %}
25
24
</div >
26
25
</div >
27
-
28
-
29
-
30
-
Original file line number Diff line number Diff line change
1
+ ---
2
+ permalink : /about/team_by_institution.html
3
+ layout : people
4
+ title : US CMS S&C Team
5
+ ---
6
+
7
+ {% include image_caption.html url="../assets/images/210113 - Org Chart.png" alt="US CMS S&C Org Chart" description="" %}
8
+
9
+ {% include institution_list.html %}
10
+ {% assign univs = institution_list | hash_fetch: site.data.institutions | sort_natural: "name" %}
11
+
12
+ <h1 >Full Team</h1 ><br >
13
+
14
+ <div class =" container-fluid " >
15
+ <div class =" row " >
16
+ {% for univ in univs %}
17
+ {% assign members = univ.personnel | hash_fetch: site.data.people
18
+ | where_exp:"item", "item.active and item.hidden != true"
19
+ | last_name_sort: "name" %}
20
+
21
+
22
+ {% for person in members %}
23
+ {% include standard_person_card.md person=person %}
24
+ {% endfor %}
25
+ {% endfor %}
26
+ </div >
27
+ </div >
You can’t perform that action at this time.
0 commit comments