Sei sulla pagina 1di 16

SSI

Summer STEM Institute


2020 Student Handbook

June 21st - August 1st


2020 Summer STEM Institute
Welcome Letter

Congratulations! You have been accepted to the 2020 Summer STEM Institute (SSI). Your academic
record, extracurricular activities, and personal statements stood out among the applications we received.
We believe that by participating in this program, your skills in data science research, scientific thinking,
and technical communication will improve significantly, and we’re excited to begin working together.

The Summer STEM Institute (SSI) was founded with the mission of making world-class research and
mentorship opportunities accessible to high school students across the world. We noticed how drastically
undersupplied good mentorship and direction is in the world, especially for students at critical points in
their educational and personal development. Through our commitment to outstanding teaching and
mentorship, we hope to provide students with the training and strategies to help reach their full potentials.

Over the 6-week program, the SSI Bootcamp will train students to become experienced with data science
research. The course was created to teach students how to design and conduct computational research
projects, using an integrated approach that combines science research, data science, and technical
communication. In addition, SSI is excited to host the 30-day Masterclass advice seminar. Every weekday
of SSI, a highly accomplished young adult will come and speak to SSI students about her/his experiences
and advice. Through the Masterclass series, we hope that students will takeaway lifelong strategies and
insights for their futures.

Additionally, as part of the research program, you will spend the summer working on a science research
project under the guidance of SSI mentors. The research program is extremely rigorous and challenging;
SSI sets high expectations so that students leave the program with a complete project, paper, and
presentation in the short 6-week timeframe. Research project students should be prepared to work hard
and to learn a lot. We hope to teach students more in six weeks than they learn in an entire academic
school year.

The rest of this booklet contains more detailed information about the programming for the summer,
including information about special events, social activities, and our monthly advising newsletter. If you
have any further questions after reading this booklet, please email admin@summersteminstitute.org.

Congratulations again on your acceptance to the program, and we look forward to working with you this
summer!

Your Course Instructors,

Franklyn Wang, Alex Tsun, Anne Lee, and Adam Pahlavan

1
2020 Summer STEM Institute
Table of Contents

Calendar 3
Daily Schedule 3
Event Calendar 4

Bootcamp 5
Syllabus 5
Review Session 9
Discussion Board 9

Masterclasses 10
Speakers 10

Research Project 12
Mentorship 12
Virtual Labs 12
Weekly Deliverables 13
Mentor Lab Mixer 13
SSI Research Journal 13
Top Presentations 13

Other 14
Social Activities 14
Progress Reports 14
SSI Academic Opportunity Updates 14

Policies 15
Code of Conduct 15
Refund Policy 15

2
Calendar
Below you will find a daily schedule and event calendar for SSI 2020. Special events will occur
periodically over the course of the summer, and there will also be challenge events hosted every Saturday.
More information about daily social events can be found later in the booklet.

Daily Schedule
Weekday Schedule
Event Time
Masterclass Seminar 9:00-10:00 AM PT / 12:00-1:00 PM ET
Programming for Data Science Lecture* 10:00-11:00 AM PT / 1:00-2:00 PM ET
Planned Special or Social Event 12:00-1:00 PM PT / 3:00-4:00 PM ET
Conducting Data Science Research Lecture* 1:00-2:00 PM PT / 4:00-5:00 PM ET
All-Hands Lab Meeting
5:00-5:30 PM PT / 8:00-8:30 PM ET
(research program only)
Mentor Lab Mixer
5:30-6:00 PM PT / 8:30-9:00 PM ET
(research program only)

Saturday Schedule:
Event Time
Weekend Challenge Event** 12:00-2:00 PM PT / 3:00-5:00 PM ET
Research Deliverable Meeting
5:00-6:00 PM PT / 8:00-9:00 PM ET
(research program only)

*Review sessions for both Bootcamp courses will be held by teaching staff throughout the week.
**Weekend challenge events may run longer than the two-hour time slot, depending on the week.

3
Event Calendar
Special Events:
6/21: Opening Convocation and Icebreakers
6/24: Science Trivia Night
7/1: College Major Talk
7/8: Jeopardy
7/15: Tournament Math Contest
7/22: Passion Project Panel
7/28: Science Fair Panel
7/31: College Night
8/02: Research Presentation Symposium and Closing Convocation

Weekend Challenge Events:


6/27: Entrepreneurship Pitch Competition
7/04: Consulting Case Study
7/11: Programming Challenge
7/18: Datathon Challenge
7/25: Virtual Hackathon

4
Bootcamp
The SSI Bootcamp is designed to teach high school students how to design and conduct computational
data science research projects. The Bootcamp consists of two courses: Conducting Data Science Research
and Programming for Data Science Research. Lectures for each class will meet on weekdays. If students
are unable to attend a lecture or have a scheduled conflict, they may contact a member of the teaching
team in advance to request access to a recording of the missed lecture. Both courses will have weekly
homework assignments, which will be due on Sundays at 5 PM PT. Students may seek help with
coursework during review sessions or through virtual discussion boards.

Course homework assignments for Conducting Data Science Research will incorporate data science
project resources being developed by Harvard undergraduate Eric Zhang, a 2x gold medalist at the
International Olympiad in Informatics (IOI), and Stanford undergraduate Ben Choi, a 2x National Science
Bowl winner.

Syllabus
Week 1:
Monday, June 22
- Conducting Data Science Research Lecture 1.1: What is Data Science Research, Choosing a Field,
Starting With the Question and Not the Data
- Programming for Data Science Research Lecture 1.1: Introduction to Python, Variables

Tuesday, June 23
- Conducting Data Science Research Lecture 1.2: Case Studies on Asking Research Questions
- Programming for Data Science Research Lecture 1.2: For Loops and Nested Loops

Wednesday, June 24
- Conducting Data Science Research Lecture 1.3: Immersing in a Field; Narrowing an Area of Interest
- Programming for Data Science Research Lecture 1.3: While Loops and If/Else

Thursday, June 25
- Conducting Data Science Research Lecture 1.4: Case Studies on Conducting Background Research
- Programming for Data Science Research Lecture 1.4: Functions

Friday, June 26
- Conducting Data Science Research Lecture 1.5: How to Read Scientific Literature (Finding Relevant
Journals, Dissecting Articles, Dealing With Scientific Complexity)
- Programming for Data Science Research Lecture 1.5: Challenge Problems

Sunday, June 28
Assignment 1.1: Background Research and Literature Review Due
Assignment 1.2: Python Foundations I Due

5
Week 2:
Monday, June 29
- Conducting Data Science Research Lecture 2.1: Finding Data for a Problem, Surveying Data, Properties
of Good and Bad Data, Creating Our Own Data, Cleaning Data, What To Do When We Can’t Find Good
Data
- Programming for Data Science Research Lecture 2.1: Lists, List Comprehensions, and Sorting

Tuesday, June 30
- Conducting Data Science Research Lecture 2.2: Case Studies on Finding Datasets
- Programming for Data Science Research Lecture 2.2: Sets and Dictionaries

Wednesday, July 1
- Conducting Data Science Research Lecture 2.3: Can Our Data Answer Our Question; All Research
Projects Say “What Can Be Learned From This Data”, Combining Datasets, Types of Questions
(Prediction vs. Inference and Causality)
- Programming for Data Science Research Lecture 2.3: Classes

Thursday, July 2
- Conducting Data Science Research Lecture 2.4: Case Studies on Answerable Questions
- Programming for Data Science Research Lecture 2.4: The Numpy Library for Scientific Computing

Friday, July 3
- Conducting Data Science Research Lecture 2.5: Writing a Research Proposal (Introduction, Literature
Review, Purpose, Datasets, Methodology)
- Programming for Data Science Research Lecture 2.5: Challenge Problems

Sunday, July 5
Assignment 2.1: Dataset Exploration and Research Proposal Due
Assignment 2.2: Python Foundations II Due

Week 3:
Monday, July 6
- Conducting Data Science Research Lecture 3.1: Exploratory Data Analysis
- Programming for Data Science Research Lecture 3.1: Mathematical Typesetting with LaTeX

Tuesday, July 7
- Conducting Data Science Research Lecture 3.2: Case Studies on Exploratory Data Analysis
- Programming for Data Science Research Lecture 3.2: Data Types (Categorical, Continuous), Data
Formats (CSV, JSON), and Reading and Writing Data in Python

Wednesday, July 8
- Conducting Data Science Research Lecture 3.3: Commanding the Supervised and Unsupervised
Toolbox
- Programming for Data Science Research Lecture 3.3: The Pandas Library for Manipulating Data

Thursday, July 9
- Conducting Data Science Research Lecture 3.4: Case Studies in Prediction and Clustering

6
- Programming for Data Science Research Lecture 3.4: The Matplotlib library for Visualization

Friday, July 10
- Conducting Data Science Research Lecture 3.5: Strategies for Data Visualization
- Programming for Data Science Research Lecture 3.5: Challenge Problems

Sunday, July 12
Assignment 3.1: Applying Machine Learning to Public Datasets Due
Assignment 3.2: Data Engineering and Visualization Due

Week 4:
Monday, July 13
- Conducting Data Science Research Lecture 4.1: Correlation Does Not Imply Causation: The Art of
Causal Inference
- Programming for Data Science Research Lecture 4.1: Introduction to Probability

Tuesday, July 14
- Conducting Data Science Research Lecture 4.2: Statistics Crash Course: Tests of Significance
- Programming for Data Science Research Lecture 4.2: Introduction to Machine Learning, Motivation,
Tasks, Demo

Wednesday, July 15
- Conducting Data Science Research Lecture 4.3: More Advanced Machine Learning Methods
- Programming for Data Science Research Lecture 4.3: Dataset Case Study: Unsupervised Learning
Tasks, Clustering

Thursday, July 16
- Conducting Data Science Research Lecture 4.4: More Advanced Data Visualizations
- Programming for Data Science Research Lecture 4.4: Dataset Case Study: Dimensionality Reduction
via Principal Components Analysis

Friday, July 17
- Conducting Data Science Research Lecture 4.5: (In)Formal Justifications and Mathematical Proofs
- Programming for Data Science Research Lecture 4.5: Challenge Problems

Sunday, July 19
Assignment 4.1: Statistical Methods for Data Science Research Due
Assignment 4.2: Intro to Machine Learning and Unsupervised Learning Due

Week 5:
Monday, July 20
- Conducting Data Science Research Lecture 5.1: Writing a Research Paper (Part I - Introduction,
Purpose, Methodology)
- Programming for Data Science Research Lecture 5.1: Dataset Case Study: Regression Tasks, Linear
Regression

7
Tuesday, July 21
- Conducting Data Science Research Lecture 5.2: Case Studies on Research Papers (Part I)
- Programming for Data Science Research Lecture 5.2: Dataset Case Study: Linear Regression with
Regularization, Polynomial Regression

Wednesday, July 22
- Conducting Data Science Research Lecture 5.3: Writing a Research Paper (Part II - Results, Discussion,
Conclusion, and Future Investigation)
- Programming for Data Science Research Lecture 5.3: Dataset Case Study: Classification Tasks, k-
Nearest Neighbors

Thursday, July 23
- Conducting Data Science Research Lecture 5.4: Case Studies on Research Papers (Part II)
- Programming for Data Science Research Lecture 5.4: Dataset Case Study: Logistic Regression, Support
Vector Machines

Friday, July 24
- Conducting Data Science Research Lecture 5.5: Writing a Research Abstract
- Programming for Data Science Research Lecture 5.5: Challenge Problems

Sunday, July 26
Assignment 5.1: Paper Writing Analysis and Practice Due
Assignment 5.2: Regressions and Supervised Learning Due

Week 6:
Monday, July 27
- Conducting Data Science Research Lecture 6.1: Science Research Posters
- Programming for Data Science Research Lecture 6.1: Dataset Case Study: Decision Trees, Ensemble
Methods

Tuesday, July 28
- Conducting Data Science Research Lecture 6.2: Case Studies on Science Research Posters
- Programming for Data Science Research Lecture 6.2: Dataset Case Study: Neural Networks and Deep
Learning

Wednesday, July 29
- Conducting Data Science Research Lecture 6.3: Oral Presentations
- Programming for Data Science Research Lecture 6.3: Limitations of Machine Learning, Unsolved
Problems, Course Wrap-up

Thursday, July 30
- Conducting Data Science Research Lecture 6.4: Case Studies on Oral Presentations
- Programming for Data Science Research Lecture 6.4: Beyond Data Science: Other Fields of Computer
Science

Friday, July 31
- Conducting Data Science Research Lecture 6.5: Science Research Competitions and the Future

8
- Programming for Data Science Research Lecture 6.5: Paths to Continue Learning Computer Science

Sunday, August 2
Assignment 6.1: Posters and Presentations Analysis and Practice Due
Assignment 6.2: Advanced Machine Learning and Deep Learning Due

Review Session
Course instructors and teaching assistants will hold review sessions throughout the week. Students can
attend review sessions to ask teaching staff questions relating to lecture or homework assignments. Every
week, there will also be review sessions to go over programming and research homework assignments
and common questions students have.

Discussion Board
In addition to office hours, students can reach course instructors and teaching assistants through Piazza, a
virtual discussion board. Students can ask questions on discussion boards at any time, and a member of
the teaching team will respond as soon as possible. Through discussion boards, students can quickly get
feedback, ask questions about homework, and receive assistance debugging code.

9
Masterclasses
SSI will host a 30-day Masterclass seminar series. The mission of the Masterclass series is to connect SSI
students with some of the highest-achieving young adults in the nation. Masterclass sessions will meet for
one hour every weekday. If students are unable to attend a session or have a scheduled conflict, they may
contact a member of the teaching team in advance to request access to a recording of the missed session.

A common theme amongst the Masterclass speakers is that all have accomplished unique feats starting in
high school that require a high level of intentionality and strategy. The 2020 speaker list includes
individuals that have won gold medals at the International Math Olympiad (Michael Ren), won 1st place
in the Intel/Regeneron Science Talent Search (Amol Punjabi and Indrani Das), and developed video
games that have reached millions of users (Jenny Xu).

Prior to each talk, SSI will send out a questionnaire asking students what topics and areas they are most
interested in learning about based on a speaker’s background and experiences. This information will be
forwarded to speakers to help them prepare their talk around student interests. In addition, students will
have the opportunity to ask Masterclass speakers questions through an open Q&A session at the end of
every talk.

SSI invites families to join our students in participating in Masterclass sessions. We also encourage
students and families to discuss their takeaways after each session.

Speakers
The following is a list of the 2020 Masterclass speakers. Due to COVID-19, a few speakers are uncertain
about their summer availability, so the following list is subject to minor change. A detailed biography on
each speaker’s background, experiences, and accomplishments can be found here:
https://www.summersteminstitute.org/masterclasses.

Science Research
Dhruvik Parikh, Stanford University, Class of 2022
Indrani Das, Harvard University, Class of 2021
Amy Jin, Harvard University, Class of 2022
Amol Punjabi, Harvard University, Class of 2021

Entrepreneurship
Brian Gu, Massachusetts Institute of Technology, Class of 2020
Marco Lorenzon, Stanford University, Class of 2020
Diva Sharma, Stanford University, Class of 2021

Admissions
Daniel Wu, Stanford University, Class of 2022
Ryan Kim, Harvard University, Class of 2021
Katherine Ho, Stanford University, Class of 2022

Engineering and Technology


Jessica Pointing, Harvard University, Class of 2018
John Hallman, Princeton University, Class of 2020
Vahid Fezal-Rezai, Massachusetts Institute of Technology, Class of 2018
Luke Melas-Kyriazi, Harvard University, Class of 2020
Michael Oduoza, Stanford University, Class of 2021

10
Biology, Chemistry, and Physics
Jiwoo Lee, Stanford University, Class of 2021
Michael Truell, Massachusetts Institute of Technology, Class of 2022
Leo Lo, Columbia University, Class of 2022
Anushka Walia, Yale University, Class of 2021

Mathematics and Computer Science


Michael Ren, Massachusetts Institute of Technology, Class of 2022
David Zhu, Harvard University, Class of 2021
Tanya Otsetarova, Stanford University, Class of 2022
Jenny Xu, Massachusetts Institute of Technology, Class of 2018

Strategy and Personal Development


Benjamin Spector, Massachusetts Institute of Technology, Class of 2022
Sahaj Garg, Stanford University, Class of 2020
Shawn Chao, Massachusetts Institute of Technology, Class of 2021
Kasha Akrami, Stanford University, Class of 2021

Business
Katherine Du, Stanford University, Class of 2021
Joey Feffer, Harvard University, Class of 2021
Sabrina Wong, Cornell University, Class of 2021
Albert Wang, Princeton University, Class of 2020
Julius Vering, UC Berkeley, Class of 2022

Social Sciences
Arjun Ramani, Stanford University, Class of 2021
Jennifer Xiao, Harvard University, Class of 2021
Surtaz Khan, Yale University, Class of 2023
Felix Wang, Stanford University, Class of 2021

11
Research Project
Students in the Summer STEM Institute (SSI) Research Program will spend the majority of their time
during the 6-week program working on a computational research project, culminating in a final paper and
oral presentation. For research students, the Bootcamp homework assignments will be integrated with
student projects so students will work towards advancing their projects throughout the entire summer.

The research program was designed for a completely virtual setting. Students will learn how to use
modern technological tools including open-source data analytics packages, publicly available datasets,
and cloud computing resources to complete their data science research projects. Communication between
students, mentors, and coding/paper/presentation help staff will be facilitated by remote collaboration
software including Zoom, Coda, Piazza, and Slack. Students are not expected to be familiar with any of
these tools prior to the start of the program. By exposing students to these technological tools, SSI hopes
to further prepare students for their future educational and professional endeavors as our world continues
advancing digitally.

Mentorship
Prior to the start of the summer, SSI will send a questionnaire to students asking them to describe their
fields of scientific interest and previous research or engineering projects they have worked on. Based on
this information, SSI will match students with a primary research mentor. SSI mentors will meet with
individual students daily on a 1-on-1 basis. They will also host daily lab meetings. Mentors will provide
students with feedback on all research project deliverables and assist students in the preparation of their
final papers, presentations, and posters.

SSI mentors are some of the nation’s top research students. Additionally, SSI mentors have extensive
experience with high school science fairs and other academic competitions and will be able to share their
advice and experiences throughout the research program.

All students will be assigned a primary research mentor, but they are also encouraged to reach out to other
mentors in the SSI network if they have any questions about their project or field of science. Research is
an extremely collaborative process, and SSI strives to create a positive and nurturing network between all
students and mentors.

Virtual Labs
At the start of the summer, students will be assigned to a virtual lab with 1-3 other students with similar
research interests. The virtual lab will be led by the students’ primary mentor.

Mentors will have daily 1-on-1 meetings with each student in their lab to provide individual feedback and
guidance. In addition, every weekday, virtual labs will have 30-minute all-hands meetings. Mentors will
use this time to discuss project updates, guide students through the next steps of the research process, and
keep students on track towards completing a project, paper, and presentation by the end of the six-week
program.

On Saturdays, each virtual lab will host an hour-long meeting where students will present their weekly
research deliverable. Students will receive feedback on their deliverable presentation from both their
research mentor and lab student peers. The requirements for the weekly deliverables of the program were
designed by a team with experience with science fairs and research publications. In addition to the weekly

12
deliverables, mentors will also assign individualized mid-week deliverables to students based on their
project needs.

Weekly Deliverables
Saturday, June 27:
Research Deliverable 1: Preliminary Project Wiki Due

Saturday, July 4
Research Deliverable 2: Completed Project Wiki and Research Proposal Due

Saturday, July 11
Research Deliverable 3: Critical Questions Report Due

Saturday, July 18
Research Deliverable 4: Milestone Report Due

Saturday, July 25
Research Deliverable 5: Paper Rough Draft Due

Saturday, August 1
Research Deliverable 6: Final Paper and Presentation Due

Mentor Lab Mixer


On Monday through Friday, all research students will participate in a 30-minute lab mixer, in which
they’ll have a chance to meet other SSI mentors. The purpose of the mixer is to connect students with all
SSI mentors to discuss their research. Through the mixer, SSI hopes to foster a collaborative environment
where students can learn from not only their research mentor but also other mentors in the SSI
community.

SSI Research Journal


On August 1st, all research students will submit a final paper for their projects. All papers will undergo a
peer-review process led by SSI mentors, and students with approved projects will be asked for permission
to have their papers included in the first publication of the Summer STEM Institute Research Journal. The
research journal will be publicly shared by SSI to highlight student work.

Top Presentations
On August 1st, students will be asked to present their research poster to a panel of SSI judges. SSI will
recognize and award the top presentations. These students will have the opportunity to present their
project again to the entire SSI community on August 2nd (including Bootcamp students not in the research
program). SSI families and other members of the community will be invited to attend these final
presentations.

13
Other
Social Activities
SSI will host frequent optional social events over the course of the summer to support students with social
opportunities during COVID-19 and quarantine. SSI will host events such as coffee chats, game nights,
and group dinners. If you have any suggestions for other possible social events, please reach out to
admin@summersteminstitute.org.

Progress Reports
Parents can optionally receive weekly progress reports on student progress throughout SSI. Progress
reports will contain the following items:

• A report of student lecture attendance for the week


• Written feedback from teaching staff on student progress and submitted homework assignments

Progress reports are designed as a means of providing parents with feedback on how their children are
doing in the program. Parents will also have the opportunity to provide weekly feedback to SSI.

SSI Academic Opportunity Updates


To continue supporting students with academic and educational opportunities after the program has
ended, SSI will run a monthly newsletter and send out frequent email updates about upcoming academic
opportunities.

The SSI Monthly Newsletter will contain:


• descriptions, timelines, and guides for science fair and research competitions
• important guides, deadlines, and reminders for scholarship and college applications
• information on other academic competitions (both STEM and non-STEM), including high school
hackathons, programming competitions, and essay contests

In addition to a monthly newsletter, SSI will send students and families more frequent email updates with
reminders about deadlines and information about new opportunities as they pop up throughout the year.

14
Policies
Code of Conduct
SSI strives to create a positive learning environment in which all students can reach their full learning
potential. Participants in the Summer STEM Institute (SSI) are expected to abide by the following Code
of Conduct:
• SSI students are held to the highest standards of academic honesty and research ethics. Students
must report all progress honestly and accurately, and cite all others’ work appropriately.
• SSI students shall not take part in discrimination or hurtful communication of any kind, including
but not limited to on the basis of gender, race, national origin, ethnicity, religion, sexual
orientation, or disability.
• SSI does not tolerate harassment or discrimination of any kind. Harassment consists of conduct
which has the purpose or effect of unreasonably interfering with a student’s academic, physical,
or social well-being, or which creates an intimidating learning environment.
• SSI students are expected to know and follow all the rules and policies listed in this handbook, in
addition to the rules presented by the teaching and organizing staff of SSI.
• SSI students are expected to follow the instructions of SSI staff. Disrespectful behavior is not
tolerated by the program.

Refund Policy
A request to cancel enrollment in the 2020 Summer STEM Institute should be emailed to
admin@summersteminstitute.org.

If the refund request is received before June 14th, the refund amount will be the tuition paid minus a 3%
administrative fee. If a refund request is received after June 14th, no refund will be given.

15

Potrebbero piacerti anche