-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappliedmaths.html
455 lines (400 loc) · 15.7 KB
/
appliedmaths.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Tech Talks 👩💻</title>
<link href="appliedmaths.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="navrectangle">
<header>
<div class="wrapper">
<div class="logo"> <a href="#">👩💻 TechTalks</a>
</div>
<nav>
<a href="index.html">Home</a>
<div class="dropdown">
<a class="dropbtn"><span class="active">Learn<span></a>
<div class="dropdown-content">
<a href="compsci.html">Computer Science</a>
<a href="appliedmaths.html">Mathematics</a>
<a href="biomed.html">Biology & Medicine</a>
</div>
</div>
<a href="aboutus.html">About Me</a>
<a href="userfeedback.html">Survey</a>
</nav>
</div>
</header>
</div>
<div class="tech-talk-header">
<div class="header-one">
<div class="bordertwo">
<h1>Mathematics</h1>
</div>
</div>
</div>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
</div>
<br>
<br>
<div class="green-border">
<div>
<h1 class="intro-to-biomed-header"> An Introduction to Careers in Mathematics</h1>
<h3 class="rest-of-text">A college education pursuing Mathematics involves majoring in a breadth of various STEM subjects such as...</h3>
</div>
<div class="row">
<div class="column" style="background-color:rgb(49, 122, 185);">
<ul class="rest-of-text"
style="text-align:left;">
<strong>
<li>Applied Mathematics - <span class="definition">the application of math in different career areas (business, physics, etc.)</span></li>
<li>Statistics</li>
<li>Combinatorics</li>
<li>Calculus
<li>Linear Algebra</li>
<li>Finance & Banking</li>
<li>Real & Complex Analysis</li>
<li>Mathematical Physics</li>
<li>Number Theory & Probability</li>
</strong>
</ul>
<h1 class="intro-to-biomed-header" style="text-align: left;"> Exploring Careers in Mathematics</h1>
<ul class="rest-of-text" style="text-align:left;">
<strong>
<li>Financial Controller - <span class="definition">In charge of overseeing accounting operations, publishing financial statements, and analyzing financial data. Also monitors expenditure and forecasts company revenue. </span></li>
<br>
<br>
<li>Engineer - <span class="definition">Analyzes, develops and evaluates complex systems by regulating current systems and brand new projects. Additionally designs and drafts blueprints, visits systems in the field and manages projects. </span></li>
<br>
<br>
<li>Data Scientist - <span class="definition"> Utilizes analytical, statistical, and programming skills to collect, analyze, and interpret large data sets. Uses generated information to develop data-driven solutions to difficult business challenges.</span></li>
</strong>
</ul>
</div>
<div class="column" style="background-color:rgb(49, 122, 185);">
<img src = "./pictures/mathrole.png" width="600px" height="400px">
<img src = "./pictures/financialcontroller.role.png" width="600px" height="400px">
<img src = "./pictures/engineer.jobrole.webp" width="600px" height="400px">
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<div class="row">
<div class="side">
<h2 class="h22">Women In Mathematics</h2>
<img class="resize" src="./pictures/maryam.jpeg" alt="Maryam's picture">
<br>
<br>
<br>
<br>
<img class="resize" src="./pictures/mary.jpg" alt="Mary's picture">
</div>
<div class="main">
<h1 class="h2">Maryam Mirzakhani</h1>
<h4>Mathematician</h4>
<font size="+2.5"><strong>Q: Who was she?</strong></font><br>
<p>Maryam was an Iranian mathematician and math professor at Stanford University. In high school, she was one of the first Iranian women to qualify for the Mathematical Olympiad. </p>
<font size="+2.5"><strong>Q: How did she leave her impact on the field?</strong></font><br><br>
<p2>Maryam’s work contributed greatly to mathematical research, including the subjects of theoretical mathematics, hyperbolic geometry, and ergodic theory. In 2014, she made history by becoming the first woman to win the Fields Medal, the most coveted mathematics award in the world.</p2>
<br>
<br>
<h2 class="h2">Mary Callahan Erdoes</h2>
<h4>CEO at JP Morgan</h4>
<p><strong>Q: Who is she?</strong></p>
<p>Mary is the CEO of JPMorgan Chase's Asset & Wealth Management line of business as a globally respected investment manager. Recently, Mary has worked on planning for active-equity exchange-traded funds, a 401(k) offering for small businesses, and the entering of new global markets.</p>
<p><strong>Q: How did she leave her impact on the field?</strong></p>
<p>Mary oversees $3.4 trillion in client assets and shapes company culture with programs like ASCEND, a sponsorship program that promotes female and ethnic diversity. Under Mary’s direction, the company developed over 50 new business-process changes, including expanded digital offerings and tools. “It’s a real testament to the people who are not always celebrated,” Mary said.</p>
</div>
</div>
<h2 class="h3">Learn about a figure in Applied Math!</h2>
<button class="generate"> <strong> Click to learn! </strong> </button>
<br>
<div class="the-generated-math-figure">
<h3 class="space"></h3>
</div>
<!-- <div class="footer">
<h2>Resources</h2>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#" class="right">Link</a>
</div>
</div> -->
<div class="footer">
<h1 style="text-shadow: 2px 2px gainsboro;"><strong> < R e s o u r c e s ! > </strong></h1>
<h2 style="text-shadow: 2px 2px gainsboro;"> <em> < img src = "articles to read" 📚 > </em> </h2>
<br>
</div>
<br>
<div class="inline">
<a href = "https://www.forbes.com/sites/rachelcrowell/2019/03/28/why-talk-about-women-in-math/?sh=607a2d9c7179">
<div class="overlayz">
<img src="./pictures/forbes.womeninmath.jpg_fit=scale" class="square">
<div class = "overlay">
<div class ="overlay-text">
<p>Why Talk About Women In Math? (By Rachel Crowell)</p>
</div>
</div>
</div>
</a>
<a href = "https://www.open.edu/openlearn/science-maths-technology/mathematics-statistics/women-mathematics-the-history-behind-the-gender-gap">
<div class="overlayz">
<img src="./pictures/gendergap.womeninmath.jpeg" class="square">
<div class = "overlay">
<div class ="overlay-text"><p>Women in mathematics: the history behind the gender gap (By OpenLearn)</p></div>
</div>
</div>
</a>
<a href = "https://thirdspacelearning.com/blog/famous-female-mathematicians/">
<div class="overlayz">
<img src="./pictures/inspiringmathematicians.womeninmath.jpeg" class="square">
<div class = "overlay">
<div class ="overlay-text">9 Famous Female Mathematicians Who Have Changed The World (By Ellie Williams)</div>
</div>
</div>
</a>
</div>
<a href = "https://awm-math.org/">
<div class="overlayz">
<img src="./pictures/awm.womeninmath.jpeg" class="square">
<div class = "overlay">
<div class ="overlay-text">Association for Women in Mathematics</div>
</div>
</div>
</a>
</div>
<!-- <a href = "https://www.theatlantic.com/science/archive/2016/11/math-women/506417/">
<div class="overlayz">
<img src="./pictures/theatlantic.womeninmath.jpeg" class="square">
<div class = "overlay">
<div class ="overlay-text">Why Are There So Few Women In Mathematics? (By Jane C. Hu)</div>
</div>
</div>
</a>
</div> -->
<!-- Photo Courtesy of Jeswin Thomas via Unsplash -->
<!-- <a href = "https://www.mathunion.org/cwm/cwm-initiatives/women-math-and-covid-19-crisis">
<div class="overlayz">
<img src="./pictures/covid19crisis.womeninmath.jpeg"
class="square">
<div class = "overlay">
<div class ="overlay-text"><p>Women in math and the COVID-19 crisis (By CWM)</p></div>
</div>
</div>
</a>
-->
<br>
<br>
<h2 class="h222" style="text-shadow: 2px 2px gainsboro;"> <em> < img src = "videos to watch" 🎥 > </em> </h2>
<div class="inline">
<iframe width="560" height="315" src="https://www.youtube.com/embed/MxmDphojQUU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WVsI172V-Zc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WDihZXg9RAE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uNJ7riiPHOY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>
<br>
<br>
<h2 class="h222" style="text-shadow: 2px 2px gainsboro;"> <em> < img src = "podcasts to listen to" 🎧 > </em> </h2>
<iframe src="https://open.spotify.com/embed/episode/6tmu0nlTt6Gf7jCOBaiQDy" width="100%" height="232" frameBorder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<br>
<iframe src="https://open.spotify.com/embed/episode/1IM7Yi4aaijkLg7pmBbrME" width="100%" height="232" frameBorder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<br>
<iframe src="https://open.spotify.com/embed/episode/1NqzwYtaTktFSGNFziSImx" width="100%" height="232" frameBorder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<br>
<br>
<br>
<br>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="appliedmaths.js"></script>
<style>
* {
box-sizing: border-box;
}
/* Style the body */
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
/* Increase the font size of the heading */
.header h1 {
font-size: 40px;
}
/* Style the top navigation bar */
.navbar {
overflow: hidden;
background-color: #333;
}
/* Style the navigation bar links */
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
/* Right-aligned link */
.navbar a.right {
float: right;
}
/* Change color on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}
/* Column container */
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
-ms-flex: 30%; /* IE10 */
flex: 30%;
background-color: #f1f1f1;
padding: 20px;
}
/* Main column */
.main {
-ms-flex: 70%; /* IE10 */
flex: 70%;
background-color: white;
padding: 20px;
}
/* Fake image, just for this example */
.fakeimg {
background-color: #aaa;
width: 100%;
padding: 20px;
}
/* Footer */
.footer {
padding: 20px;
text-align: center;
background-color: #C5ECFF;
}
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
.row {
flex-direction: column;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.navbar a {
float: none;
width: 100%;
}
}
</style>
</head>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
</body>
</html>
<!-- <h1><strong> < Resources! > </strong></h1>
<h2><strong> < img src = "articles to read" 📚 > </strong></h2>
<br> -->
<!-- <div class="inline">
<a href = "https://www.thebiomedicalscientist.net/science/big-question-there-gender-equality-biomedical-science-laboratories">
<div class="overlayz">
<img src="biomed-gender-inequality-article.jpeg" class="square">
<div class = "overlay">
<div class ="overlay-text">
<p>Opinions on Gender Inequality in Biomedical Laboratories (By Joanne Motte)</p>
</div>
</div>
</div>
</a>
<a href = "https://phys.org/news/2018-04-potential-gender-bias-female-peer.html">
<div class="overlayz">
<img src="resource2.jpeg" class="square">
<div class = "overlay">
<div class ="overlay-text"><p>Potential gender bias against female researchers in peer review of research grants (By Canadian Medical Association Journal)</p></div>
</div>
</div>
</a>
<a href = "https://womeninscience.com/article/view?id=524">
<div class="overlayz">
<img src="https://images.theconversation.com/files/406880/original/file-20210616-15-bv772g.jpg?ixlib=rb-1.1.0&rect=1112%2C0%2C3622%2C2301&q=45&auto=format&w=754&fit=clip" class="square">
<div class = "overlay">
<div class ="overlay-text">Too few women get to invent – that’s a problem for women’s health (By Rem Koning)</div>
</div>
</div>
</a>
<a href = "http://www.emorydailypulse.com/2019/01/04/minority-women-in-medicine/">
<div class="overlayz">
<img src="http://www.emorydailypulse.com/wp-content/uploads/2019/01/Minority-Women-in-Medicine-Infographic_v5.jpg" class="square">
<div class = "overlay">
<div class ="overlay-text">Opinions on Gender Inequality in Biomedical Laboratories (By Emory Department Of Medicine)</div>
</div>
</div>
</a>
</div>
<div class="inline">
<iframe width="380px" height="380px" class = "marginz" src="https://www.youtube.com/embed/yw8a8n7ZAZg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="380px" height="380px" class = "marginz" src="https://www.youtube.com/embed/pcIp2jIzaJo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="380px" height="380px" class = "marginz" src="https://www.youtube.com/embed/IfYRzxeMdGs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="380px" height="380px" class = "marginz" src="https://www.youtube.com/embed/rhiFLP4Gh-E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div> -->