-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhighlights.html
More file actions
99 lines (86 loc) · 4.95 KB
/
highlights.html
File metadata and controls
99 lines (86 loc) · 4.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Hello! I am Zach, a senior at Bronx Science interested in computer science and pursuing scientific research." />
<meta name="keywords" content="zach, hine, new, york, city, nyc, bronx, science, software, developer, blogger, perceptron, researcher, MIT Think, Jiook Cha, volunteer, kayaker, trip leader, BBPB, hacker, Pennapps" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Zachary Hine</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet" />
</head>
<body>
<nav>
<h1><a href="/index.html">Zachary Hine</a></h1>
<ul>
<li><a href="/highlights.html">Highlights</a></li>
<li><a href="/resume.html" >Resume</a></li>
<li><a href="https://perceptron.zacharyhine.com/" target="_blank">Perceptron Blog</a></li>
<li><a href="/projects.html">Projects</a></li>
</ul>
</nav>
<section id="intro">
<h1> Highlights</h1>
<div class="highlights-container">
<p>
<h3>Academic</h3>
<p>
<ul>
<li>Only student in Bronx Science Class of 2020 to take AP Calculus BC as a freshman</li>
<li>Advanced math and computer science coursework: AP Calculus BC (9th Grade); Multivariable Calculus (10th grade); Linear Algebra and AP Computer Science (11th grade); Game Theory and Game Programming (12th grade)</li>
<li>Enrolled in the Math & Computer Science research track at Bronx Science; concurrently working on Columbia University research project (details below).</li>
<li>Invited to <a href="https://www.nymathcircle.org/" target="_blank">New York Math Circle</a> and <a href="https://2019f.pennapps.com/" target="_blank">PennApps XX Hackathon</a></li>
</ul>
</p>
</div>
<div class="highlights-container">
<p>
<h3>Extracurricular</h3>
<p>
<ul>
<li>Substantial software engineering contributions to a <a href="/projects.html" target="_blank">Columbia University Research Project since sophomore year of high school</a></li>
<li>Founder & President of the <a href="https://www.bxsml.org/" target="_blank">Bronx Science Machine Learning Club</a>. My <a href="https://perceptron.zacharyhine.com/" target="_blank">ML Blog</a></li>
<li>Developed an award-winning <a href="documents/MIT Think-Hine-MinskyPrimus.pdf" target="_blank">software prototype and research proposal</a> for the 2019 <a href="https://think.mit.edu/" target="_blank">MIT THINK competition</a></li>
<li>Senior Programmer on the <a href="https://www.sciborgs1155.org/" target="_blank">Bronx Science Robotics Team</a></li>
</ul>
</p>
</div>
<div class="highlights-container">
<p>
<h3>Volunteering</h3>
<p>
<ul>
<li>Youngest certified Trip Leader and Safety Boater at the <a href="http://www.bbpboathouse.org/" target="_blank">Brooklyn Bridge Park Boathouse</a></li>
<li><a href="https://drive.google.com/file/d/197vlBn-iZehgRdhI1qndUCeoBM3ICJ6L/view?usp=sharing" target="_blank">Volunteer Teacher's Assistant New York City DREAM Program</a></li>
<li>Volunteer at Can Do Coalition & the City of Hope Annual Pediatric Picnic in Los Angeles</li>
</ul>
</p>
</div>
<div class="highlights-container">
<p>
<h3>Test Scores</h3>
<p>
<ul>
<li>SAT Math - 800, SAT Physics - 800</li>
<li>ACT Math - 36, ACT STEM - 36, ACT Comp. - 35</li>
<li>Earned 5's on six AP Exams (AP Calc BC, AP Biology, AP United States History, AP English Language, AP Comp. Sci, AP Physics C Mechanics)</li>
</ul>
</p>
</div>
</section>
<footer>
<div class="links">
<a href="mailto:zacharyhine@gmail.com" target="_blank"><img src="/img/email.svg" /></a>
<a href="https://twitter.com/ZacharyHine" target="_blank"><img src="/img/twitter.svg" /></a>
<a href="https://github.com/mebeZ" target="_blank"><img src="/img/github.svg" /></a>
<a href="https://www.linkedin.com/in/zachary-hine-426553155/" target="_blank"><img src="/img/linkedin.svg" /></a>
</div>
<div class="info">
<span>© Zach Hine</span>
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</div>
</footer>
</body>
</html>