-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·118 lines (105 loc) · 7.27 KB
/
about.html
File metadata and controls
executable file
·118 lines (105 loc) · 7.27 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<!--Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
crossorigin="anonymous">
<!--Brand Icons from font-awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./CSS/main.css">
<title>Rosemary Dabbs</title>
</head>
<body>
<!--Navigation Menu-->
<nav class="navbar navbar-expand-sm navbar-dark bg-secondary sticky-top">
<a class="navbar-brand" href="index.html">ROSEMARY DABBS</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="memories.html">Memories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<!--Removed search feature
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
-->
</div>
</nav>
<!--About Me-->
<div class="container-fluid text-center bg-1 add-padding">
<div class="row">
<div class="col-lg-4">
<img src="img/selfportrait.jpg" class="img-fluid border border-info border-thickness p-4" alt="Rosemary Dabbs">
<h3>I am an engineer, scientist, and artist.</h3>
</div>
<div class="col-lg-8">
<p>My first encounter with the application of computer programming was the summer after my junior year in high school when I attended Governor's school for information technologies at Tennessee Tech and took a class in Visual Basic for excel macros along with classes in nanotechnology, engineering physics, and GIS. Because of this early exposure to engineering principles, I knew I wanted to pursue a technical field in college, so I applied for the engineering program at the University of Tennessee, Knoxville and earned a Bachelor's in <span class="text-info font-weight-bold text-larger">chemical engineering</span> with a Biomolecular concentration. My time as an undergraduate taught me how to study hard and allowed me to focus on learning. My most valuable experiences were from group projects where I worked with students of varied backgrounds. Gaining a solid camaraderie with my classmates opened up conversations that allowed me to grow as an individual. I also learned valuable skills such as aseptic laboratory techniques and basic <span class="text-info font-weight-bold text-larger">computer programming</span> in MatLab as well as advanced math including calculus, differential equations, matrix computations, and statistics. These proficiencies and my background in <span class="text-info font-weight-bold text-larger">biology</span> have already aided me in the fundamental biology research I am currently participating in at Oak Ridge National Laboratory. While in school, I also gained <span class="text-info font-weight-bold text-larger">industry experience</span> through the Cooperative Education (Co-Op) Program where I obtained a position with DuPont Titanium Technologies, now known as The Chemours Company, within the research and development department. My projects during my Co-Op experience involved optimization of industrial-sized wash drums, lamella settlers, and distillation columns; new product <span class="text-info font-weight-bold text-larger">research</span> through small batch sized wet chemistry reactions; and control system graphical improvements in Aspen HYSYS software. While I continue to explore my research, I am enrolled in a Fundamentals of Digital Archaeology class which builds on the python skills I taught to myself while getting experience with tools like BeautifulSoup, MongoDB, R, mean.js, and caffe: a deep learning framework. The more I learn, the more I want to learn. I am excited about what the future holds as I continue down this path.</p>
</div>
</div>
</div>
<!--Skills-->
<div class="container text-center bg-2 add-padding">
<h2>Programming Languages and Skills</h2>
<div class="progress">
<div class="progress-bar bg-secondary" style="width:80%">
<div class="progress-value">80%</div>
<div class="progressbar-title">HTML/CSS/JS</div>
</div>
</div>
<div class="progress">
<div class="progress-bar bg-secondary" style="width:70%">
<div class="progress-value">70%</div>
<div class="progressbar-title">Python</div>
</div>
</div>
<div class="progress">
<div class="progress-bar bg-secondary" style="width:90%">
<div class="progress-value">90%</div>
<div class="progressbar-title">MatLab</div>
</div>
</div>
<div class=progress>
<div class="progress-bar bg-secondary" style="width:20%">
<div class="progress-value">20%</div>
<div class="progressbar-title">R</div>
</div>
</div>
<div class=progress>
<div class="progress-bar bg-secondary" style="width:40%">
<div class="progress-value">40%</div>
<div class="progressbar-title">Bash</div>
</div>
</div>
<div class=progress>
<div class="progress-bar bg-secondary" style="width:65%">
<div class="progress-value">65%</div>
<div class="progressbar-title">Git/Version Control</div>
</div>
</div>
</div>
<!--jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
crossorigin="anonymous"></script>
<!--My JavaScript -->
<script src="./js/main.js"></script>
</body>
</html>