File tree Expand file tree Collapse file tree 6 files changed +51
-6
lines changed Expand file tree Collapse file tree 6 files changed +51
-6
lines changed Original file line number Diff line number Diff line change 1- docs/index.md
1+ | Environment | URL |
2+ | ------------------------| ---------------------------------|
3+ | Development | https://vip-smur.netlify.app/ |
4+ | Production | https://vip-smur.github.io/ |
Original file line number Diff line number Diff line change 1414
1515 [ :octicons-arrow-right-24: Learn more] ( dinners.md )
1616
17- - :material-calendar-clock :{ .lg .middle } __ Conferences __
17+ - :material-presentation-play :{ .lg .middle } __ Outreach & Conferences __
1818
1919 ---
2020
21- [ :octicons-arrow-right-24: Learn more] ( conferences .md)
21+ [ :octicons-arrow-right-24: Learn more] ( outreach .md)
2222
2323</div >
Original file line number Diff line number Diff line change 1- # Conference Visits
1+ # Outreach & Conferences
2+
3+
4+ ### Summer 2025
5+
6+ <figure markdown =" span " >
7+ ![ VIP-SMUR ISyE Summer Scholars Program] ( 25-SURS-Justin.jpg )
8+ <figcaption >
9+ Justin Xu presenting his contributions to the <a href="https://vip-smur.github.io/25sp-mponc/">MPONC</a> project as part of the <a href="https://ugresearch.isye.gatech.edu/research-awards-programs/summer-scholars-program">ISyE Summer Scholars Program</a>.
10+ </figcaption >
11+ </figure >
12+
213
314### Fall 2024
415
Original file line number Diff line number Diff line change @@ -232,7 +232,6 @@ plugins:
232232 utm_medium : " RSS"
233233 utm_campaign : " feed-syndication"
234234 use_git : true
235- use_material_blog : true
236235 use_material_social_cards : true
237236
238237 - multirepo :
351350 - Activities :
352351 - Overview : activities/index.md
353352 - VIP Rush : activities/rush.md
354- - Conferences : activities/conferences .md
353+ - Outreach : activities/outreach .md
355354 - Class Dinners : activities/dinners.md
Original file line number Diff line number Diff line change 1+ # Netlify configuration file
2+
3+ [build ]
4+ # Directory to publish (make sure this matches the 'site_dir' in your mkdocs.yml)
5+ publish = " site"
6+
7+ # The command to build your site
8+ command = """
9+ pip install --upgrade pip &&
10+ pip install -r requirements.txt &&
11+ python -m mkdocs build --clean
12+ """
13+
14+ [build .environment ]
15+ # Specify the Python version to use
16+ PYTHON_VERSION = " 3.11"
Original file line number Diff line number Diff line change 1+ mkdocs
2+ mkdocs-material
3+ mkdocs-multirepo-plugin
4+ mkdocs-git-revision-date-localized-plugin
5+ mkdocs-minify-plugin
6+ mkdocs-git-authors-plugin
7+ mkdocs-git-committers-plugin-2
8+ mkdocs-title-casing-plugin
9+ mkdocs-glightbox
10+ markdown-include
11+ mkdocs-include-markdown-plugin
12+ mkdocs-rss-plugin
13+ mkdocs-redirects
14+ mkdocs-video
15+ mkdocs-awesome-pages-plugin
16+ mkdocs-bibtex
You can’t perform that action at this time.
0 commit comments