-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
116 lines (92 loc) · 5.39 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Plugins
gems:
- jekyll-sitemap
safe: false
# Build Settings
markdown: kramdown
permalink: pretty
exclude: ['/automation/', 'README.md', 'LICENSE.txt', 'CNAME']
# Site Settings
title: "NYU AI School"
email: "[email protected]"
description: "NYU AI School"
baseurl: "/nyu-ai-school-2024"
url: "https://nyu-mll.github.io"
permalink: "/blog/:title"
# Organizer Info
organizerName: "NYU Machine Learning for Language Lab"
organizerAlternateName: "NYU Machine Learning for Language Lab"
organizerDescription: ""
organizerEmail: "[email protected]"
organizerLogo: ""
organizerLink: "http://https://wp.nyu.edu/ml2/"
# Navigation
navigationLinks:
- {permalink: "/", text: "Home"}
- {permalink: "/schedule/", text: "Schedule"}
- {permalink: "/speakers/", text: "Speakers"}
# - {link: "https://forms.gle/otw1ZErHpjrfq5T7A", text: "Apply"}
# - {link: "https://colab.research.google.com/drive/1ePJEuccG-igb3jMk5XxwCr73E0I4yXZ3?usp=sharing", text: "Assignment"}
# - {permalink: "/team/", text: "Team"}
# Hero Block
heroImage: "hero.jpg"
heroTitle: "NYU AI School"
eventDate: "June 3 - 7, 2024"
typeoutTextValues: 'NYU AI School'
# About Block
aboutTitle: "About NYU AI School"
aboutBlock:
- {title: "Conference", image: "conference.jpg", text: "NYU AI School is a free AI bootcamp carefully crafted for early year undergraduate student! Awesome speakers and lots of fun!" }
- {title: "Workshops", image: "workshop.jpg", text: "Full-day of workshops, hands-on experience, hacking and debugging. Come and tame your favourite technology!" }
- {title: "Hackathon", image: "hackathon.jpg", text: "Full-day freestyle hackathon! Want some real team building on friday? Grab your team and join our hackathon!" }
# Statistic Block
#statisticBlockImage: "statistic.jpg"
#statisticBlock:
# - {count: "350", specialCharacter: "+", info: "attendees", detail: "from everywhere"}
# - {count: "48", specialCharacter: "+", info: "hours", detail: "of pure Google technologies"}
# - {count: "20", specialCharacter: "+", info: "speakers", detail: "from country and beyond"}
# - {count: "3", specialCharacter: "", info: "parallel tracks", detail: "plus entertainment lounge"}
# Latest News Block
# Rockstar Speakers Block
# rockstarSpeakersImage: "rockstar-speakers.jpg"
# rockstarSpeakersCount: 7
# rockstarSpeakersTitle: "Speakers"
# rockstarSpeakersButtonText: "(More speakers: TBD)"
# Partners Block
organizersTitle: "Organizers"
partnersTitle: "Partners"
# Footer
footerBlocks:
-
title: "Links"
links:
- {link: "https://wp.nyu.edu/ml2/", text: "NYU Machine Learning for Language (ML²) Group"}
- {link: "https://cds.nyu.edu/", text: "NYU Center for Data Science"}
-
title: "Contacts"
links:
- {link: "https://twitter.com/nyuaischool", text: "@nyuaischool"}
- {link: "mailto:[email protected]", text: "[email protected]"}
# Speakers List Block
showSessions: false
# Team Block
teamBlockTitle: "About us"
aboutUs: ""
# Hackathon
hackathonTitle: "Hackathon"
enableHackathon: true
# Hackathon About Block
aboutHackathonTitle: "Meet our themes"
hackathonRows:
- {title: "Android Wear", image: "hackathon-0.png", details: "The front doors will be locked because this is after hours, please park behind the building and come to the door nearest the parking lot.<br><br>Our last meeting showed that there was a lot of interest in Android Wear so we decided to put on an Android Wear Hackathon to see what you could come up with! We realize that this is pretty short notice so we hope you can help us spread the word! There will be pizza, prizes and a great group of geeks to spend the evening coding with! Even if you don't have an app idea come on in and lend a hand to someone else or maybe find inspiration once you're here!"}
- {title: "Google Glass", image: "hackathon-1.png", details: "We love wearable computing especially Google Glass for which we want to gather the break up community in order to boost innovation.<br><br>Coding an app on Google Glass needs its Rockstar Dev : the team needs a fast learner with solid skills on Android. He knows his way around Android SDK, already checked the Glass Developement Kit (GDK) quick start guide allowing him to jump start developing an app for Glass.The Designer has the hard task to build the visual identity from the ground up, he has strong UX knowledge and a deep understanding of the new rules set by the Glass. His design skills give him the credibility to decide the most effective UI and the most compelling Glass experience."}
- {title: "Polymer", image: "hackathon-2.png", details: "Polymer is a library that introduces web components. Web components are small elements on a page that can be extended and incorporated in web applications. The result is an increase in productivity.<br><br>We used Polymer mainly to explore the concept of web components. The transition of Google to material design was also a factor.While the library was never touched by the team, it still was painless to wireframe the application. Later on we incorporated some Polymer components in the design. We didn’t use the full potential of Polymer because of the limited time."}
# Hackathon Judges Block
judgesImage: "judges.jpg"
judgesTitle: "Judges"
# Hackathon Prizes Block
prizesTitle: "Prizes"
prizes:
- {title: "2nd Place", image: "prize-2.png", info: "Amazing Moto 360"}
- {title: "1nd Place", image: "prize-1.png", info: "Nexus 5 with pre-installed Android L"}
- {title: "3nd Place", image: "prize-3.png", info: "Useful Chromecast"}