|
| 1 | +<!-- |
| 2 | + If you have any questions about this template, feel free to ask |
| 3 | + your Director for help! |
| 4 | +--> |
| 5 | + |
| 6 | + |
| 7 | +<!-- |
| 8 | + SECTION: Header |
| 9 | + --------- |
| 10 | + Request new headers from you Director to fit your workshop! |
| 11 | +--> |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +The official ACM AI <!-- Your Workshop Name --> repository. |
| 17 | + |
| 18 | +<!-- |
| 19 | + Mandatory Sections: |
| 20 | + - File Directory Structure |
| 21 | + - Workshop Recording |
| 22 | + - if you recorded your workshop, please make it available here |
| 23 | + - Getting Started |
| 24 | + - Give an interesting description of your workshop! |
| 25 | + - E.g. you can use the marketing descriptiong (w/o the emojis |
| 26 | + and make the nouns general ('you' becomes 'the reader')) |
| 27 | + - Resources |
| 28 | + - Images, papers, etc |
| 29 | + - Author Info |
| 30 | + - About yourself! This is so you get credit for your work! |
| 31 | + Other Possible Sections: |
| 32 | + - Datasets |
| 33 | + - Separate from 'Resources' to distinguish between inspiration and |
| 34 | + things like datasets used in a notebook |
| 35 | + - Anything else you'd like, but try not to be redundant! |
| 36 | +--> |
| 37 | + |
| 38 | +<!-- |
| 39 | + SECTION: Workshop Video |
| 40 | + --------- |
| 41 | + Most, if not all, workshops should have recordings. Once the recording |
| 42 | + is posted to the ACMUCSD YT channel (https://www.youtube.com/channel/UCyjPATFqc3FwOiuqJ2UG1Eg), replace the text with an <img> element. |
| 43 | +--> |
| 44 | + |
| 45 | +# 1. Workshop Video |
| 46 | + |
| 47 | +*Will be added as soon as uploaded to YouTube* |
| 48 | + |
| 49 | +<!-- |
| 50 | +<div align="center"> |
| 51 | +<a href="YT Video Link"> |
| 52 | +<img |
| 53 | + src="YT Max Res Thumbnail Link" |
| 54 | + alt="Screen reader-compatible alt text" |
| 55 | + width="500px" |
| 56 | +/> |
| 57 | +</a> |
| 58 | +</div> |
| 59 | +--> |
| 60 | + |
| 61 | +<!-- |
| 62 | + SECTION: File Directory Structure |
| 63 | + --------- |
| 64 | + Write out your File Directory Structure below (make sure it's up-to-date) |
| 65 | +--> |
| 66 | + |
| 67 | +# 2. File Directory Structure |
| 68 | + |
| 69 | +```bash |
| 70 | +nlp-series |
| 71 | + | -- figures |
| 72 | + | -- Default_Header_Dark.png |
| 73 | + | -- Default_Header_Light.png |
| 74 | + | -- ... |
| 75 | + | -- README.md |
| 76 | +``` |
| 77 | + |
| 78 | +<!-- |
| 79 | + SECTION: Getting Started |
| 80 | + --------- |
| 81 | + Brief description of your workshop here |
| 82 | +--> |
| 83 | + |
| 84 | +# 3. Getting Started |
| 85 | + |
| 86 | +<!-- |
| 87 | + You can write something up or use the marketing description. |
| 88 | +--> |
| 89 | + |
| 90 | + |
| 91 | +<!-- |
| 92 | + SECTION: Resources |
| 93 | + --------- |
| 94 | + Make sure to cite everything you use, whether directly or for inspiration! |
| 95 | +--> |
| 96 | + |
| 97 | +# 4. Resources |
| 98 | + |
| 99 | +<!-- |
| 100 | + List all your resources below; DO NOT skimp on this part! |
| 101 | +--> |
| 102 | + |
| 103 | +- [*Pale Blue Dot*](https://www.youtube.com/watch?v=wupToqz1e2g&ab_channel=carlsagandotcom) by Carl Sagan from carlsagandot.com on YouTube |
| 104 | + |
| 105 | + |
| 106 | +<!-- |
| 107 | + SECTION: Author Info |
| 108 | + --------- |
| 109 | + Make sure to give yourself credit for your work by listing yourself and |
| 110 | + your partners below! Add your LinkedIn and GitHub! |
| 111 | +--> |
| 112 | + |
| 113 | +# 5. Author Info |
| 114 | + |
| 115 | +- Person One: [LinkedIn](<!-- LinkedIn link -->) | [GitHub](<!-- GitHub link -->) |
| 116 | +- Person Two: [LinkedIn](<!-- LinkedIn link -->) | [GitHub](<!-- GitHub link -->) |
0 commit comments