-
Notifications
You must be signed in to change notification settings - Fork 7
Example of workshop page creation #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
127 changes: 127 additions & 0 deletions
2025/WI25/example/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
--- | ||
title: "Example Page" | ||
description: "Short description of the workshop." | ||
--- | ||
|
||
{/* | ||
The above is REQUIRED YAML Frontmatter so the README can be rendered | ||
in the ACM Wiki. DO NOT move the frontmatter from its location. | ||
It is also ESSENTIAL to fill out; make it good! | ||
*/} | ||
|
||
{/* | ||
If you have any questions about this template, feel free to ask | ||
your Director for help! | ||
*/} | ||
|
||
{/* | ||
SECTION: Header | ||
--------- | ||
Request new headers from you Director to fit your workshop! | ||
*/} | ||
|
||
 | ||
 | ||
|
||
The official ACM AI {/* Your Workshop Name */} repository. | ||
|
||
{/* | ||
Mandatory Sections: | ||
- File Directory Structure | ||
- Workshop Recording | ||
- if you recorded your workshop, please make it available here | ||
- Getting Started | ||
- Give an interesting description of your workshop! | ||
- E.g. you can use the marketing descriptiong (w/o the emojis | ||
and make the nouns general ('you' becomes 'the reader')) | ||
- Resources | ||
- Images, papers, etc | ||
- Author Info | ||
- About yourself! This is so you get credit for your work! | ||
Other Possible Sections: | ||
- Datasets | ||
- Separate from 'Resources' to distinguish between inspiration and | ||
things like datasets used in a notebook | ||
- Anything else you'd like, but try not to be redundant! | ||
*/} | ||
|
||
{/* | ||
SECTION: Workshop Video | ||
--------- | ||
Most, if not all, workshops should have recordings. Once the recording | ||
is posted to the ACMUCSD YT channel (https://www.youtube.com/channel/UCyjPATFqc3FwOiuqJ2UG1Eg), | ||
replace the text with an <img> element. | ||
*/} | ||
|
||
# 1. Workshop Video | ||
|
||
*Will be added as soon as uploaded to YouTube* | ||
|
||
{/* | ||
<div align="center"> | ||
<a href="YT Video Link"> | ||
<img | ||
src="YT Max Res Thumbnail Link" | ||
alt="Screen reader-compatible alt text" | ||
width="500px" | ||
/> | ||
</a> | ||
</div> | ||
*/} | ||
|
||
{/* | ||
SECTION: File Directory Structure | ||
--------- | ||
Write out your File Directory Structure below (make sure it's up-to-date) | ||
*/} | ||
|
||
# 2. File Directory Structure | ||
|
||
```bash | ||
nlp-series | ||
| -- figures | ||
| -- Default_Header_Dark.png | ||
| -- Default_Header_Light.png | ||
| -- test.ipynb | ||
| -- README.md | ||
``` | ||
|
||
{/* | ||
SECTION: Getting Started | ||
--------- | ||
Brief description of your workshop here | ||
*/} | ||
|
||
# 3. Getting Started | ||
|
||
{/* | ||
You can write something up or use the marketing description. | ||
*/} | ||
|
||
|
||
{/* | ||
SECTION: Resources | ||
--------- | ||
Make sure to cite everything you use, whether directly or for inspiration! | ||
*/} | ||
|
||
# 4. Resources | ||
|
||
{/* | ||
List all your resources below; DO NOT skimp on this part! | ||
*/} | ||
|
||
- [*Pale Blue Dot*](https://www.youtube.com/watch?v=wupToqz1e2g&ab_channel=carlsagandotcom) by Carl Sagan from carlsagandot.com on YouTube | ||
|
||
|
||
{/* | ||
SECTION: Author Info | ||
--------- | ||
Make sure to give yourself credit for your work by listing yourself and | ||
your partners below! Add your LinkedIn and GitHub! | ||
*/} | ||
|
||
# 5. Author Info | ||
|
||
- Person One: [LinkedIn]({/* LinkedIn link */}) | [GitHub]({/* GitHub link */}) | ||
- Person Two: [LinkedIn]({/* LinkedIn link */}) | [GitHub]({/* GitHub link */}) |
Binary file added
2025/WI25/example/figures/Default_Header_Dark.png
Binary file added
2025/WI25/example/figures/Default_Header_Light.png
49 changes: 49 additions & 0 deletions
2025/WI25/example/test.ipynb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Test Notebook" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 1, | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
"Hello World\n" | ||
] | ||
} | ||
], | ||
"source": [ | ||
"print(\"Hello World\")" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.11.7" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.