-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
71 lines (69 loc) · 4.58 KB
/
index.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
---
layout: base
title: Dr. Dorothy E. Bliss
subtitle: Hello
css: [/css/index.css]
js: [/js/slideshow.js, /js/timeline.js]
---
<div id="center-crab-wrapper">
<img src="{{ site.baseurl }}/img/crab.png" id="center-crab">
</div>
<div id="everything">
<div class="jumbotron jumbotron-fluid" id="page-top">
<img src="{{ site.baseurl }}/img/crab.png" id="top-crab" width="300px"/>
</div>
<div class="caption-citation-container">
<div class="container">
<div class="caption-citation">
<p id="caption-citation-text"></p>
</div>
<div class="scroll-hint">
<p>Scroll down to discover...</p>
</div>
</div>
</div>
<br>
<div class="container row-of-cards">
<h1>Games!</h1>
<br>
<div class="row">
<div class="card col-md-6">
<img class="card-img-top" src="{{ site.baseurl }}/img/water_balance/screenshot.png">
<div class="card-body">
<h5 class="card-title">Water Balance</h5>
<p class="card-text">Live the life of a crab! Attempt to maintain your salinity level and collect food.</p>
<a href="{{ site.baseurl }}/water_balance.html" class="btn btn-primary">Play it!</a>
</div>
</div>
<div class="card col-md-6">
<img class="card-img-top" src="{{ site.baseurl }}/img/crab_anatomy/crab.jpg">
<div class="card-body">
<h5 class="card-title">Crab Anatomy</h5>
<p class="card-text">Explore different parts of a crab through images!</p>
<a href="{{ site.baseurl }}/crab_anatomy.html" class="btn btn-primary">Play it!</a>
</div>
</div>
</div>
<br>
<br>
<h1>Timeline</h1>
</div>
<div id='timeline-embed' style="width: 100%; height: 600px"></div>
<div class="container" style="padding-top: 30px;">
<h1>About Dr. Bliss</h1>
<div style="text-align: center; padding-bottom: 30px; padding-top: 30px;">
<img src="{{ site.baseurl }}/img/326504.jpg" width="60%">
</div>
<p>Dr. Dorothy E. Bliss (1916-1987) broke ground in the field of carcinology, making discoveries and writing scientific journals on her findings. She made great strides in the field of crustacean hormone control. She also focused her research on the salt and water balance of the crabs. In addition to teaching at Albert Einstein College Medicine, City University of New York, University of Rhode Island, and Radcliffe College, Dr. Bliss also worked at the American Natural History Museum in New York City starting her career as an Assistant Curator and eventually getting the position of Emerita Curator. Though she was successful in her career, her story is often not heard. As part of the "Hack the Deep" hackathon at the AMNH, her story and history will be presented</p>
<h2>Impact</h2>
<p>A manifestation of Dr Bliss’s impact of others takes place in Dorothy Skinner’s paper, Proteins of the Crustacean Exoskeleton, in which she dedicates the paper to Dr Bliss. Dr Bliss’s research proved essential to many further discoveries in the crustacean field – Skinner describes Dr Bliss as having done all of the prerequisite work required to conduct further experiments on land crabs, including figuring out the ideal environment for the crab to survive. Skinner says that Dr Bliss really had a “feeling for the organism”, the organism being the blackback land crab, and her research would not have been possible without Dr Bliss. Examples like these illustrate the extent to which Dr Bliss paved the way in crustacean research, and opened doors for others despite obstacles presented by the time period she lived in.</p>
<h2>Challenges</h2>
<p>During her lifetime, Bliss faced the challenges of many women during her time period – perhaps even more challenges because science was and still is such a male dominated field. Although she went to two very good colleges, Radcliffe (Harvard’s then sister school) and Pembroke (now Brown University), she still encountered challenges. Specifically during her education, although Radcliffe was an amazing institution, many of its alumni have spoken out and said that it was obvious the majority of funds and resources were directed towards the all-male Harvard, and Radcliffe did not get many resources. The women described the Radcliffe experience as one of marginalization and patronization by lofty, snobby, others.</p>
<h2>Bibliography</h2>
<iframe src="https://docs.google.com/document/d/e/2PACX-1vS53pdyo-O8pDAmihfs408mri3zMCEU3ONHTmzP3nfuuqz141AoFGZFIkrwCrjG_RTjOyR55nRzrEWP/pub?embedded=true" width="100%" height="1000px" frameBorder="0"></iframe>
</div>
<hr>
<footer>
<strong>©2018 Toasty The Toaster</strong> as part of the <a href="https://www.amnh.org/calendar/hackathon-hack-the-deep">2018 Hack The Deep hackathon</a>
</footer>
</div>