-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
138 lines (123 loc) · 6.67 KB
/
experience.html
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Experience | Gabriela Torrini</title>
<meta charset="utf-8" />
<meta lang="en-US" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="description" content="Gabriela Torrini has developed applications for use in astronomy and chemical engineering." />
<meta property="og:title" content="Experience | Gabriela Torrini" />
<meta property="og:description" content="Software Development" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="ResponsiveMenu.js" defer></script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="contrast-box">
<h1 class="contrast-text">GABRIELA TORRINI</h1>
</div>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="topnav">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#turnell">Turnell Corp</a></li>
<li><a href="#ncsa">NCSA</a></li>
<li><a href="#teaching">OSU Astronomy</a></li>
<li class="icon"><a id="menu-link" href="javascript:void(0);" class="fa fa-bars"></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Turnell Corp -->
<section id="turnell" class="main special">
<header class="major">
<span class="image"><img src="images/turnell_logo.jpg" alt="" /></span>
<h2>Turnell Corp</h2>
<p>
<b>Software Development Intern</b><br/>
<i>December 2022 - July 2022</i><br />
St. Charles, MO
</p>
</header>
<p class="blurb">
Cement production accounts for roughly 7% of global carbon dioxide emissions. Unfortunately, most cement industry models do not account for many of the solid and gas flows causing heat loss across production boundaries (due to a lack of sensor data and/or mathematical complexity).
</p>
<p class="blurb">
I developed a full-stack, web-based pilot application to simulate and optimize cement production processes. Using JavaScript (ReactJS; MUI), I built web forms for equipment flowsheets and optimization problems. Using Python (Flask; NumPy; Frontline Solver SDK), I built an API to process requests, perform mass-energy balance calculations. In addition, I helped design a database with SQL Server Express. I managed database-API interactions with SQLAlchemy. To facilitate collaboration and clarity, I documented all design and architecture choices in a Scope of Work. Applying my knowledge of thermodynamics and linear algebra to solve chemical engineering problems was an exciting new challenge.
</p>
</section>
<!-- NCSA -->
<section id="ncsa" class="main special">
<header class="major">
<span class="image"><img src="images/ncsa.jpg" alt="" /></span>
<h2>National Center for Supercomputing Applications</h2>
<p>
<b>Graduate Student Developer, SPT-3G</b><br />
<i>January 2022 - May 2022</i><br />
Urbana, IL
</p>
</header>
<p class="blurb">
The South Pole Telescope (SPT) is a 10-meter telescope observing the southern sky in the microwave, millimeter, and sub-millimeter domain. In 2018, the SPT's third-generation camera (SPT-3G) began a multi-year, 1500 square degree survey. The National Center for Supercomputing Applications (NCSA) provides data services for SPT project collaborators at the University of Illinois, Case Western Reserve University, the University of Chicago, the University of California at Berkeley, and the Harvard-Smithsonian Center for Astrophysics.
</p>
<p class="blurb">
Using JavaScript (ReactJS; MUI), I helped develop the cutout request form to access microwave maps. I reviewed and deployed new code using GitLab and Kubernetes. Furthermore, I implemented a monitor via Uptime Kuma to maintain access to the cutout request forms.
</p>
</section>
<!-- TAing -->
<section id="teaching" class="main special">
<header class="major">
<span class="image"><img src="images/osu-astro-logo.png" alt="" style="max-width: 40%; margin: auto;"/></span>
<h2>Ohio State University Department of Astronomy</h2>
<p>
<b>Teaching Assistant</b><br/>
<i>May 2020 - August 2020</i><br/>
Remote
</p>
</header>
<p class="blurb">
Astronomy 1102: From Planets to the Cosmos was conducted online with asynchronous course lectures. I answered questions and guided students through weekly virtual office hours via Zoom. I graded homework, quizzes, and exams for 79 students.
Astronomy 1141: Life in the Universe was conducted online with live course lectures. I facilitated breakout room activities and hosted weekly virtual office hours via Zoom. I graded homework, labs, and exams for 55 students.
</p>
<br/>
<header class="major">
<p>
<b>Instructional Aide</b><br/>
<i>January 2020 - April 2020</i><br/>
Columbus, OH
</p>
</header>
<p class="blurb">
I led one of the laboratory sections of Astronomy 1101: From Planets to the Cosmos. I taught course material and graded labs for 20 students. In addition, I met with course instructors to provide input on content modified for online learning.
</p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="contrast-box">
<p class="contrast-text">"It is the unknown that defines our existence. We are constantly searching, not just for answers to our questions, but for new questions. We are explorers."</p>
<p class="contrast-text">- Captain Benjamin Sisko</p>
<p class="copyright contrast-text">© Gabriela Torrini. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>