diff --git a/about.html b/about.html index ffd9572..3c8fd0f 100644 --- a/about.html +++ b/about.html @@ -1,630 +1,591 @@ - - - + + + - - + + + + + + - - + + + - - Ideathon 2021 - - - -
- - - - + - for ( var i = 0; i < geometry.faces.length; i ++ ) { + + // -
- -
-

University of Chicago - TechTeam Ideathon 2021

-

+ window.addEventListener('resize', onWindowResize, false); + for (var i = 0; i < 7; i++) { + x = Math.random() * (475 + 475) - 475; + y = 25; + z = Math.random() * (475 + 475) - 475; + var intersects = ray.intersectObjects(scene.children); + addVoxel(scene, intersects, x, y, z); + } -
+ } -
-
-

april 10 - 11, 2021

-

Conceptualize the future with us.

-
-

-

what is it?

-

join us for 2 days (april 10 - 11) where you and your team can identify and propose creative solutions to some - of the major issues in tech. these solutions could take the form of a government policy/tax/subsidy, app, program, - educational class–anything! absolutely feel free to think outside the box!

+ function addVoxel(scene, intersects, x, y, z) { + var geometry = new THREE.CubeGeometry(50, 50, 50); + for (var i = 0; i < geometry.faces.length; i++) { + geometry.faces[i].color.setHex(0x00ff80); + } -

at the end of the Ideathon, your team will submit a slideshow presentation and a 3 minute recorded video of an - elevator pitch for the problem you are addressing and your solution. we will provide detailed guidelines for what - we are looking for in your slide deck.

+ var material = new THREE.MeshLambertMaterial({ vertexColors: THREE.FaceColors }); + var voxel = new THREE.Mesh(geometry, material); + voxel.position.x = Math.floor(x / 50) * 50 + 25; + voxel.position.y = Math.floor(y / 50) * 50 + 25; + voxel.position.z = Math.floor(z / 50) * 50 + 25; + voxel.matrixAutoUpdate = false; + voxel.updateMatrix(); + scene.add(voxel); + } -

who is it for?

-

anyone who attends the University of Chicago! we want to create an open space for discussion and thoughtful - collaboration across all majors and schools.

+ function onWindowResize() { -

we are asking for teams of 2-4 students. at the time of registration, you may register as a team or as an - individual. during the ideathon, we will match individuals to form teams.

+ camera.aspect = window.innerWidth / window.innerHeight; + camera.updateProjectionMatrix(); -

where is it?

-

it’s completely virtual! in the coming weeks, we will release an agenda with speakers and events–all of which - will happen on Zoom. all attendees will join a Slack channel to facilitate real-time updates during the event.

+ renderer.setSize(window.innerWidth, window.innerHeight); -

tell me more

-

no technical or coding skills necessary! we will have $2500 worth of prizes for the following winning - categories: best overall, best design, best presentation, most creative, most uchicago, fan favorite! Grubhub - vouchers will also be given to all attendees!

+ } -

+ function onDocumentMouseMove(event) { -
-

fill out our interest form - to be notified of latest updates and for the registration form

+ event.preventDefault(); -
+ mouse2D.x = (event.clientX / window.innerWidth) * 2 - 1; + mouse2D.y = - (event.clientY / window.innerHeight) * 2 + 1; - -
- -
- - - - - - - -
- -
-
+ mouse3D = projector.unprojectVector(mouse2D.clone(), camera); + ray.direction = mouse3D.subSelf(camera.position).normalize(); -
+ var intersects = ray.intersectObjects(scene.children); -
+ if (intersects.length > 0) { + if (ROLLOVERED) ROLLOVERED.color.setHex(0x00ff80); - - - - - -
- -
-
-

University of Chicago - TechTeam Ideathon 2021

-

+ } else { + var position = new THREE.Vector3().add(intersects[0].point, intersects[0].object.matrixRotationWorld.multiplyVector3(intersects[0].face.normal.clone())); + addVoxel(scene, intersects, position.x, position.y + window.scrollY, position.z); + } -
+ } + } -
-
-

april 10 - 11, 2021

-

Conceptualize the future with us.

-
-

-

what is it?

-

join us for 2 days (april 10 - 11) where you and your team can identify and propose creative solutions to some - of the major issues in tech. these solutions could take the form of a government policy/tax/subsidy, app, program, - educational class–anything! absolutely feel free to think outside the box!

+ function onDocumentKeyDown(event) { + switch (event.keyCode) { + case 88: isXDown = true; break; // x key + case 16: isShiftDown = true; break; // shift key + } + } -

at the end of the Ideathon, your team will submit a slideshow presentation and a 3 minute recorded video of an - elevator pitch for the problem you are addressing and your solution. we will provide detailed guidelines for what - we are looking for in your slide deck.

+ function onDocumentKeyUp(event) { + if (screen.width < 500) { + return + } + switch (event.keyCode) { + case 88: isXDown = false; break; + case 16: isShiftDown = false; break; + } + } -

who is it for?

-

anyone who attends the University of Chicago! we want to create an open space for discussion and thoughtful - collaboration across all majors and schools.

+ // -

we are asking for teams of 2-4 students. at the time of registration, you may register as a team or as an - individual. during the ideathon, we will match individuals to form teams.

+ function animate() { + requestAnimationFrame(animate); + render(); + } -

where is it?

-

it’s completely virtual! in the coming weeks, we will release an agenda with speakers and events–all of which - will happen on Zoom. all attendees will join a Slack channel to facilitate real-time updates during the event.

+ function render() { + if (isXDown) { + theta += mouse2D.x * 3; + } + camera.position.x = 1400 * Math.sin(theta * Math.PI / 360); + camera.position.z = 1400 * Math.cos(theta * Math.PI / 360); + camera.lookAt(target); + renderer.render(scene, camera); + } -

tell me more

-

no technical or coding skills necessary! we will have $2500 worth of prizes for the following winning - categories: best overall, best design, best presentation, most creative, most uchicago, fan favorite! Grubhub - vouchers will also be given to all attendees!

+ + +
+ + + +
+

+
+ Conceptualize the Future + with Us
+
April 10-11, 2021
+ +

+

click: add box, shift + click: remove + box, x: rotate grid +

+

+ +
+
+

what is it?

+

Ideathon brings together interdisciplinary minds to address the most + pressing issues at the intersection of technology and society. Solutions + can come in the form of a startup idea, a social enterprise, software, even + a government policy. Teams are encouraged to think outside the box. + Conceptualize new paradigms. Go from zero to one.

+ +

Teams will submit a slidedeck and a 3-minute elevator pitch describing + the identified problem, along with the team’s corresponding solution. + Mentorship opportunities with young professionals in consumer tech, civic + tech, and data science will be available during ideathon.

+ +

who is it for?

+

Ideathon is an open space for discussion and thoughtful collaboration + across all majors and schools at the university of chicago. All skillsets + are welcome. Technical and non-technical. Quantitative and qualitative.

+ +

We ask that you form teams of 2-4 students. You may register as a + team or as an individual. TechTeam will sort all of the individual + registrants into groups closer to the start date.

+ +

where is it?

+

Virtual. Speaker events, mentor sessions, and ceremonies will be done + through zoom. Participants will be asked to join a Slack channel to + facilitate real-time communication and community engagement during the + event.

+ +

see you there

+

$2,500 worth of food, swag, and prizes for the following winning categories: best + overall, best design, best presentation, most creative, most uchicago, + fan favorite. Grubhub vouchers will also be given to all attendees.

+
+ + + +
+
+ + + + + + +
+ + + +
+
+
-
-

fill out our interest form - to be notified of latest updates and for the registration form

- -

Click on the TV!

- -
- - -
- -
- -
+
+ + -
- + + + -
-
+ - diff --git a/devshi.png b/devshi.png new file mode 100644 index 0000000..b48823d Binary files /dev/null and b/devshi.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000..47bd4d6 Binary files /dev/null and b/favicon.ico differ diff --git a/kara.png b/kara.png new file mode 100644 index 0000000..3145d81 Binary files /dev/null and b/kara.png differ diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..5b91c09 Binary files /dev/null and b/logo.png differ diff --git a/mentors-judges.html b/mentors-judges.html new file mode 100644 index 0000000..7cad34d --- /dev/null +++ b/mentors-judges.html @@ -0,0 +1,490 @@ + + + + + + + + + + + + + + + + + + + + + + + Ideathon 2021 + + + + + + + + + + +
+ +
+

+
Judges & Mentors
+

+

click: add box, shift + + click: remove box, x: rotate grid +

+

+ +
+
+

Judges

+
+
+

Professor Daniel Moerner

+
+ Is an Assistant Professor in Philosophy at the University of Chicago. His classes include + Ethics in the Digital Age, + Descartes’s Meditations in its Medieval Context, + Spinoza’s Ethics, and Medieval and Early Modern Philosophy. +
+
+
+

Erin Simpson

+
+ Is an Associate Director of Technology Policy at American Progress, and one of the + cofounders of UChicago TechTeam in 2013! +
+
+
+

Olivia Myszskowski

+
+ Is an Associate Vice President of Client Services at Morning Consult, and also one of the + cofounders of UChicago TechTeam! +
+
+
+
+
+

Jakub Tucholski

+
+ Is a Software Engineer at Uber, and also one of the cofounders of UChicago TechTeam/Director + of Technology! +
+
+
+

Matthew Muench

+
+ Is the Senior VP of Talent at P33, leading P33's education, workforce development, and corporate talent efforts. Previously, he was the Director of Workforce Innovation for the City of Chicago. +
+
+
+
+

Mentors

+
+
+

Alex Niemczewski

+
+ Is the CEO at BallotReady, an online voter guide to local elections. BallotReady won first place in Chicago Booth's Social New Venture Challenge, we've been funded by the National Science Foundation, the Knight Foundation, and UChicago's Institute of Politics. +
+
+
+

Nico Marchio

+
+ Is a Lead Data Scientist at the Mansueto Institute for Urban Innovation. Previously, he was a Data Science Engineer at Bernie Sanders For President and a Senior Data Scientist at Civis Analytics. +
+
+
+

Sofia Gross

+
+ Is the head of policy partnerships + social impact at Snap. She is on the board of uchipolitics, an officer at the U.S. Navy Reserve, and an alum of the University of Chicago where she studied International Studies and Near Eastern Languages & Civilizations. +
+
+
+ +
+ +
+ +
+ + + + diff --git a/prompts.html b/prompts.html index 4e220e0..1f16b43 100644 --- a/prompts.html +++ b/prompts.html @@ -1,365 +1,470 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + Ideathon 2021 + + - - - - - - - - + - init(); - animate(); + - -
- -
-

University of Chicago - TechTeam Ideathon 2021

-

Prompts

-
- -
- -
-
-

technology and democracy

-

before leaving the presidential office, Donald Trump was banned from multiple tech platforms. - -
- how should we balance a company's agency versus potential conflicts in democratic values? - -
what are ways we can measure when one "deserves" to be on such platforms? -

- -

algorithmic bias

-

how do we handle algorithmic bias towards inflammatory content? - -
- consider how a social media company’s business model needs to reconcile with fairness and prevent hate speech and fake news. -

- -

data privacy

-

how can we help people take control of the level of privacy they want on the internet? - -
- what is the next step to transforming the long opt-in user agreements that no one reads to meaningful ways to inform the public about the rights they’re agreeing to? -

- -

environmental sustainability

-

in a world of single-use plastics and fast-pace consumerism, how can we leverage technology to support people who want to adopt a more environmentally sustainable lifestyle? -

- -

education and accessibility

-

how can we help improve tech literacy among the elderly in order to help them stay connected in this digital age? -
what kinds of tools can we build to help underserved consumers of technology? -

- -

digital communities

-

how can we bring people who are spatially apart together virtually in an energizing way (think the opposite of a Zoom lecture)? -
what ways can we promote meaningful exchanges of ideas instead of echo chambers on the internet? -

- - - -
-

fill out our interest form - to be notified of latest updates and for the registration form

- -
- -
- -
+ camera.position.x = 1400 * Math.sin(theta * Math.PI / 360); + camera.position.z = 1400 * Math.cos(theta * Math.PI / 360); + camera.lookAt(target); + renderer.render(scene, camera); + } + + + +
+ +
+

+
Prompts
+

+

click: add box, shift + + click: remove box, x: rotate grid +

+

+ +
+
+

Technology and Democracy

+

Nowadays, it's hard to imagine tech being apolitical. There have been outcries about + freedom of speech and censorship. These heavy criticisms are coming from Washington, the court of public opinion, + and even within the organizations themselves. What amendments should be made to Section 230 - if any at all? How + should product builders think about managing their commercial interests with public demands? What mechanisms can + be instituted to hold tech platform executives accountable? +

+ +

Algorithmic Bias

+

“Algorithms are the new oil.” +
+ In 2017, the Economist published their article on data surpassing oil as the world's most valuable resource. However, + as technologist Geoff Lewis pointed out, algorithms - not data - are the new oil. They take points of information + from passive to active and, ultimately, actionable. Consequently, they are sources of national and geopolitical + tension. Think about TikTok's privacy controversy or the criticism of Facebook's newsfeed algorithm amplifying + disinformation. We’ve optimized for efficiency and effectiveness. How should we now evaluate algorithms for their + impact, not input? +

+ +

Data Privacy

+

What gives us a right to privacy online? +
+ How can we help people take control of the level of privacy they want on the Internet? What is the next step to + transforming the long opt-in user agreements that no one reads to meaningful ways to inform the public about the + rights they're agreeing to? +

+ +

Environmental Sustainability

+

Sustainability, particularly in an environmental context, is a favorite buzzword in corporate + and policy circles. In some cases, it is just a front for marginal progress. The last two decades have brought about + improvements in climate technologies and material shifts in attitudes towards our relationship with the environment. However, + it is still inaccessible to most of the world’s population. Therefore, what supply chain innovations are needed to produce and + distribute green tech in transportation, food, housing, and more, at scale? How can incentives between entrepreneurial, moonshot + visions and financial returns be better aligned? Perhaps you are aware of any scientific research that can be commercialized? +

+ +

Education and Accessibility

+

The Biden Administration is planning a $3 to $4 trillion infrastructure bill. Many have argued + that this is an opportunity for much needed improvements to America’s digital infrastructure, which the pandemic exposed as + lacking. Differences in internet access, digital literacy, and software/hardware capabilities obstructed many people in working, + learning, and connecting with others throughout the past year. What kinds of tools can we build to help underserved consumers of + technology? How can we help improve tech literacy among the general population in order to have better informed digital users. Moreover, + given that the internet has been a catalyst for decentralization, what will virtual-first K-12 and higher-ed learning look like? +

+ +

Digital Communities

+

Meet me in the metaverse. +
+ How can we bring people who are spatially apart together virtually in an energizing way - think the opposite of a Zoom lecture? How can we + promote meaningful exchanges of ideas instead of echo chambers on the Internet? +

+ + + +
+

Fill out our registration + form + to join us Ideathon

+ +
+ +
+ +
+ + diff --git a/schedule.html b/schedule.html new file mode 100644 index 0000000..75cf2a4 --- /dev/null +++ b/schedule.html @@ -0,0 +1,532 @@ + + + + + + + + + + + + + + + + + + + + + + Ideathon 2021 + + + + + + + + + + +
+ +
+

+
Schedule & Programming +
+

+

click: add box, shift + + click: remove box, x: rotate grid +

+

+ +
+
+

Saturday April 10th

+
+

+
    +
  • + Morning: +
      +
    • + Opening Satuday Keynote with Kara Swisher; Join Zoom Meeting (link sent by + email) +
    • +
      +
      + +
      +
      +

      Kara Swisher is a former IOP Pritzker Fellow; + Host of "Sway" and "Pivot"; + Editor-at-large, New York Magazine

      +
      +
      +
    • + Ideathon project work begins! +
    • +
    +
  • + +
  • + Afternoon: +
      +
    • + Open Office Hours on Ideathon Prompts +
    • +
    • + Open Mentor Office Hours (Schedule on Calendly, link TBD) +
    • +
    +
  • +
+

+
+ +

Sunday April 11th

+
+

+
    +
  • + Morning: +
      +
    • + Opening Sunday Keynote with Devshi Mehrota; Join Zoom Meeting (link sent by + email) +
    • +
    • +
      +
      + +
      +
      +

      Devshi Mehrota is the co-founder of JusticeText; 2021 Forbes 30 Under 30 (Social Impact); + Former IOP SAB Chair

      +
      +
      + +
    • +
    • + Grubhub vouchers distributed for lunch! +
    • +
    +
  • + +
  • + Afternoon: +
      +
    • + Open Mentor Office Hours +
    • +
    • + Project Submissions Due at 5pm CST +
    • +
    +
  • +
  • + Evening: +
      +
    • + Fan favorite voting! +
    • +
    • + Judging process begins (results annouced in a week!) +
    • +
    +
  • +
+

+
+ +
+ +
+ +
+ + + +