Skip to content

Commit

Permalink
AICC summer 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
jirvin16 committed Jun 25, 2024
1 parent 21b49be commit 91be788
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion programs/aicc-bootcamp/index.html

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions views/includes/people.pug
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mixin alumni_inside(cohort, use_compact)
+dp('Yixing Jiang', 'phd', false, use_compact)
if cohort == 'bootcamp_alumni'
//-interleaved
+alumni_inside('ccsummer2024', use_compact)
+alumni_inside('hcwinter2024', use_compact)
+alumni_inside('ccwinter2024', use_compact)
+alumni_inside('ccwinter2023', use_compact)
Expand Down Expand Up @@ -46,6 +47,7 @@ mixin alumni_inside(cohort, use_compact)
+alumni_inside('winter2018', use_compact)
+alumni_inside('fall2017', use_compact)
if cohort == 'climate_bootcamp_alumni'
+alumni_inside('ccsummer2024', use_compact)
+alumni_inside('ccwinter2024', use_compact)
+alumni_inside('ccwinter2023', use_compact)
+alumni_inside('ccfall2022', use_compact)
Expand Down Expand Up @@ -114,6 +116,11 @@ mixin alumni_inside(cohort, use_compact)
if cohort == 'climate_bootcamp_phd'
+dp('Hao Sheng', 'phd', false, use_compact)
+dp('Jeremy Irvin', 'phd', false, use_compact)
if cohort == 'ccsummer2024'
+dp('Nomin-Erdene Bayarsaikhan', 'bs', false, use_compact)
+dp('Zikui Wang', 'ms', false, use_compact)
+dp('Yufei Zhao', 'ms', false, use_compact)
+dp('Abdulaziz Abdulrahman S Alharbi', 'ms', false, use_compact)
if cohort == 'hcwinter2024'
+dp('Aakriti Lakshmanan', 'ms', false, use_compact)
+dp('Alex Kwon', 'ms', false, use_compact)
Expand Down Expand Up @@ -419,6 +426,10 @@ mixin alumni(cohort, use_compact)
if cohort == 'climate_industry'
h3 Climate Change Bootcamp Industry Collaborators
+alumni_inside(cohort, use_compact)
if cohort == 'ccsummer2024'
.cohort.clearfix
h3 Climate Change Bootcamp Summer 2024
+alumni_inside(cohort, use_compact)
if cohort == 'ccwinter2024'
.cohort.clearfix
h3 Climate Change Bootcamp Winter 2023-2024
Expand Down
2 changes: 1 addition & 1 deletion views/includes/profile.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mixin dp(name, position, use_placeholder, use_compact)
- s = "margin: 0px; padding: 0px"
- } else if(use_compact === 'big_compact') {
- c = "col-md-2 col-xs-1"
- s = "margin: 0px; padding: 0px; width:11%"
- s = "margin: 0px; padding: 0px; width:12%"
- } else if(use_compact === 'big') {
- c = "col-xs-4 item-wrap"
- } else if(use_compact === 'medium') {
Expand Down
1 change: 1 addition & 0 deletions views/programs/aicc-bootcamp/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ block content
.row
.col-sm-12
h2 Bootcamp Cohorts
+alumni('ccsummer2024', false)
+alumni('ccwinter2024', false)
+alumni('ccwinter2023', false)
+alumni('ccfall2022', false)
Expand Down

0 comments on commit 91be788

Please sign in to comment.