Skip to content

Commit c5c1061

Browse files
committed
further edits: iframe size, bio edits, gallery rendering
1 parent af34ced commit c5c1061

9 files changed

Lines changed: 43 additions & 41 deletions

File tree

_includes/about.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!-- About Section -->
22
<section id="about" class="container content-section text-center">
33
<div class="row">
4-
<div class="col-lg-8 col-lg-offset text-left">
5-
<h2>About Me</h2>
6-
<p>I am a data scientist with hybrid interests in methods for large numeric data, engineering machine learning solutions for these data, and collaborating in diverse teams. My interests in numeric data originated in bioinformatic data while studying statistics at Brown University, and I then followed this path to a Harvard affiliated research institute working with several types of ‘omics data, motivating me to attend graduate school in statistics at Oregon State University. </p>
7-
<p>With an MS in statistics, I continued to Pacific Northwest National Lab in Seattle, WA, where I worked in both Data Science and Software Engineering teams, implementing containerized and deployed workflows using high dimensional numeric data, including a dashboard with on-demand model retraining for a dozen distinct prediction methods, and a data engineering project standardizing multiple disjoint sets of data for deep learning predictions on the combined data.</p>
8-
<p>As a collaborator, I am skilled at understanding and interpreting leadership goals and translating them into a feasible technical solution accomplishable in a timely manner. I prioritize mentoring, sharing knowledge and asking questions. </p>
9-
<p>My primary professional goal is to engineer reliable, precise, well-designed machine learning solutions as a trusted team member in contexts with high-volume streams of numeric data. </p>
4+
<div class="col-lg-8 col-lg-offset text-left text-sm-center">
5+
<h2>About</h2>
6+
<p>I am a data scientist interested in engineering solutions for large numeric data and collaborating in diverse teams. </p>
7+
<p>I am fascinated by opportunities to use data to draw meaning and make predictions because of the impact and insight the results can provide into the real world. This fascination grew out of the world of high-dimensional bioinformatic data, but now includes financial, sensor, and simulation data. </p>
8+
<p>Favorite projects that I have worked on include an interactive dashboard running a suite of ML models on bioinformatics data to classify which cells were infected. I was responsible for implementing the machine learning, optimizing model run time and deploying via containerization. </p>
9+
<p>Another favorite project was creating an ETL process for tens of millions of JSON records stored in a NoSQL database, inaccessible to the team when I joined, and working with leadership to design reproducible visualizations answering the project’s most pressing questions. </p>
10+
<p>I also love to mentor, teach, and share knowledge via publication, co-working or answering questions based on the data. </p>
11+
<p>Away from my desk, I enjoy being outdoors, biking and hard-copy reading in a variety of genres.</p>
1012
</div>
1113
</div>
1214
</section>

_includes/bibliography.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<!--- Bibliography Section-->
22

33
<section id="publications" class="container content-section">
4-
<div class="row justify-content-center text-left">
4+
<div class="row justify-content-center text-left text-sm-center">
55
<h2 id="publications">Scientific Publications</h2>
66
</div>
7-
<div class="row justify-content-center text-right">
7+
<div class="row justify-content-center text-right text-sm-center">
88

99
<div class="col-lg-4">
10-
<p>SOME TEXT HERE</p>
10+
<p></p>
1111
</div>
1212
<div class="col-lg-8">
13-
14-
<iframe src="https://drive.google.com/file/d/1viU0dFYqr4Y_Tjf_lTyb3vz77RVoE_IQ/preview" style='width: 100%' id="citations"></iframe>
15-
13+
<div class="pdf-box">
14+
<iframe src="https://drive.google.com/file/d/1viU0dFYqr4Y_Tjf_lTyb3vz77RVoE_IQ/preview" style='width: 100%; height: 100%' id="citations"></iframe>
15+
</div>
1616
</div>
1717
</div>
1818

_includes/css/grayscale.css

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ a:focus {
6363

6464
.navbar-custom {
6565
margin-bottom: 0;
66-
border-bottom: 1px solid #010101;
66+
border-bottom: 1px solid rgba(207,208,209);
6767
text-transform: uppercase;
6868
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
6969
background-color: {{ site.color.primary-dark }};
@@ -495,17 +495,14 @@ body {
495495
content: "."
496496
}
497497

498-
.resume-ratio-box {
498+
.pdf-box {
499499
position: relative;
500500
width: 100%;
501-
aspect-ratio: 22 / 17;
501+
aspect-ratio: 17 / 22;
502502

503503

504504
}
505-
/*.resume {
506-
width: 100%;
507-
/* aspect-ratio: 22/17;
508-
}*/
505+
509506

510507
@media(min-width:767px) {
511508
.resume {
@@ -522,7 +519,7 @@ body {
522519
}
523520
/*! div style */
524521
.image-gallery {
525-
width: 100%;
522+
width: 100;
526523
display: grid;
527524
grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
528525
justify-content: center;
@@ -537,10 +534,10 @@ body {
537534
}
538535

539536
.img-gallery {
540-
width: 100%;
541-
height: 200px;
537+
margin: 0 auto;
538+
height: 200px;
542539
object-fit: cover;
543-
transform: scale(1);
540+
transform: scale(1);
544541
transition: all 0.3s ease-in-out;
545542
&:hover {
546543
transform: scale(1.05);

_includes/my-gallery.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
<section id="pastimes" class="container pastimes-section justify-content-center">
1+
<section id="pastimes" class="container justify-content-center">
22
<div class="row justify-content-center">
33
<br>
44
<br>
55
<h2 id="pastimes">Pastimes</h2>
6-
<div class="row justify-content-center">
7-
<div class="col-lg-4">
8-
<div class ="image-gallery">
6+
<div class="row flex-row justify-content-center">
7+
<div class="col-lg-8 text-align-center offset-lg-2 justify-content-center">
8+
<div class ="image-gallery justify-content-center">
99
{% assign sorted = site.static_files %}
1010
{% for file in sorted %}
1111
{% if file.path contains include.folder %}
1212
{% if file.extname == '.png' %}
1313
{% assign filenameparts = file.path | split: "/" %}
1414
{% assign filename = filenameparts | last | replace: file.extname,"" %}
15-
<div class="box"><a href="{{ file.path | relative_url }}" title="{{ filename }}">
16-
<img src="{{ site.thumbsurl }}{{file.name }} " alt="{{ filename }}" class="img-gallery" />
15+
<div class="box justify-content-center"><a href="{{ file.path | relative_url }}" title="{{ filename }}">
16+
<img src="{{ site.thumbsurl }}{{file.name }} " alt="{{ filename }}" class="img-gallery justify-content-center" />
1717
</a></div>
1818
{% endif %}
1919
{% endif %}
2020
{% endfor %}
2121
</div>
22-
</div>
23-
<div class="col-lg-4">
24-
<p>On my own time, I enjoy biking, interacting with fresh greens, and walking.</p>
22+
<div>
23+
<p>Mckenzie Pass, several thousand feet of climbing on a 1980s Univega using downtube shifters, lettuce varietal grown from seed and left to bolt, a Seattle staple: the Burke-Gilman. </p></div>
2524
</div>
2625
</div>
26+
2727

2828
</div>
2929
</section>

_includes/nav.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@
1818
<li>
1919
<a class="page-scroll" href="#about">About</a>
2020
</li>
21+
<li>
22+
<a class="page-scroll" href="#resume">Resume</a>
23+
</li>
2124
<li>
2225
<a class="page-scroll" href="#publications">Publications</a>
2326
</li>
2427
<li>
2528
<a class="page-scroll" href="#pastimes">Pastimes</a>
2629
</li>
27-
<li>
28-
<a class="page-scroll" href="#resume">Resume</a>
29-
</li>
30+
3031
<li>
3132
<a class="page-scroll" href="#contact">Contact</a>
3233
</li>

_includes/resume.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<!--- Resume Section-->
22
<section id="resume" class="container resume-section">
3-
<div class="row justify-content-center text-left">
3+
<div class="row justify-content-center text-left text-sm-center">
44

55
<h2 id="resume">Resume</h2>
66
</div>
7-
<div class="row justify-content-center text-right"></div>
8-
<div class="col-lg-4 text-right">
9-
<p>SOME TEXT ABT RESUME HERE</p>
7+
<div class="row justify-content-center text-right text-sm-center"></div>
8+
<div class="col-lg-4 text-right text-sm-center">
9+
<p></p>
1010
</div>
1111

1212
<div class="col-lg-8">
13-
<iframe src="https://drive.google.com/file/d/1BBjCXuxlvFx8rdvYW_ZGahKz9azp8QlA/preview " style='width: 100%; height: auto' id="resume"></iframe>
14-
</div>
13+
<div class="pdf-box">
14+
<iframe src="https://drive.google.com/file/d/1BBjCXuxlvFx8rdvYW_ZGahKz9azp8QlA/preview " style='width: 100%; height: 100%' id="resume"></iframe>
15+
</div>
16+
</div>
1517
</div>
1618
</section>

img/.DS_Store

0 Bytes
Binary file not shown.

img/3_walkingpath.png

20 MB
Loading

0 commit comments

Comments
 (0)