File tree Expand file tree Collapse file tree 6 files changed +30
-4
lines changed Expand file tree Collapse file tree 6 files changed +30
-4
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 : Research Associate
3
+ title : Facilities Co-Leader
4
4
active : true
5
5
institution : Vanderbilt University
6
6
website :
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
1
+ ---
2
+ permalink : /about/team_wbs.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 wbs_list.html %}
10
+ {% assign areas = wbs_list | hash_fetch: site.data.orgs %}
11
+
12
+ <h1 >Full Team</h1 ><br >
13
+
14
+ <div class =" container-fluid " >
15
+ <div class =" row " >
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" %}
19
+
20
+ {% for person in members %}
21
+ {% include standard_person_card.md person=person %}
22
+ {% endfor %}
23
+ {% endfor %}
24
+ </div >
25
+ </div >
You can’t perform that action at this time.
0 commit comments