Skip to content

Commit afb9c5a

Browse files
committed
adding publications and hobby photos
1 parent e8e43fb commit afb9c5a

18 files changed

+121
-5
lines changed

_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
title: Ruby Fore
33
email: your-email@domain.com
44
url: rubyfore.github.io/grayscale-theme-rfore
5-
description: Bioinformatic data specialist, MSc in statistics, experienced programmer
5+
description:
66

77
# Color settings (hex-codes without the leading hash-tag)
88
color:
99
primary-dark: '#FAF9F6'
1010
links: '#219ab3'
1111

12+
# gallery settings
13+
imagesurl: "./img/"
14+
thumbsurl: "./img/"
15+
16+
1217
# Footer settings
1318
footer:
1419

_includes/about.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ <h2>About Me</h2>
66
<p>Hello!</p>
77
<p>I am currently employed as a Post-Master's RA - Statistician at Pacific Northwest National Lab. I previously worked as an R programmer/bioinformatic analyst at Harvard Pilgrim Health Care Institute, focused on genomic data. </p>
88
<p>I hold two degrees in statistics - B.Sc. from Brown University and M.Sc. from Oregon State University. I am passionate about the power of statistics to translate gathered data into actionable knowledge through the lens of mathematics. I'm also interested in interpreting statistical results for a wide range of audiences, from middle-schoolers to career scientists. </p>
9-
109
<p>Outside of work, I enjoy cooking the freshest veggies, exercising, getting outdoors and reading. I also play the piano.</p>
1110
</div>
1211
</div>

_includes/bibliography.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--- Bibliography Section-->
2+
3+
<section id="publications" class="container content-section">
4+
<div class="row justify-content-center text-center">
5+
<div class="col-lg-8 col-lg-offset-2">
6+
<!---<div class="col-lg-6"> --->
7+
<h2 id="publications">Publications</h2>
8+
9+
</div>
10+
</div>
11+
<bibtex src="../works.bib"></bibtex>
12+
<div class="bibtex_structure">
13+
<div class="group year" extra="DSC number">
14+
<div class="templates"></div>
15+
</div>
16+
</div>
17+
18+
<div class="bibtex_template">
19+
<div style="margin-left: 10px; margin-bottom:20px;">
20+
<span class="title" style = 'font-weight: bold; font-size:larger'></span>
21+
<span class="author" max="4" style="font-size:larger"></span>
22+
<span class="journal" style="font-style: italic;font-size:larger"></span>
23+
<span class="volume" style="font-style: italic; font-size:larger"></span>
24+
<span class="if url" style="margin-left: 20px">
25+
<a class="url" style="color:black; font-size:15px">(view online)</a>
26+
</span>
27+
</div>
28+
</div>
29+
</div>
30+
<div id="bibtex_display"></div>
31+
32+
<!---</div>--->
33+
</div>
34+
</div>
35+
</section>

_includes/contact.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<section id="contact" class="container content-section text-center">
33
<div class="row">
44
<div class="col-lg-8 col-lg-offset-2">
5+
56
<h2>Contact</h2>
67
<!---<p><a href="mailto:{{ site.email }}">{{ site.email }}</a>
78
</p>--->

_includes/css/grayscale.css

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ a:focus {
138138
padding: 100px 0;
139139
text-align: center;
140140
color: rgb(185, 189, 192);
141-
background: url(".../../img/IMG_3378.jpg") no-repeat bottom center scroll;
141+
background: url(".../../headerphoto/IMG_3378.jpg") no-repeat bottom center scroll;
142142
background-color: {{ site.color.primary-dark }};
143143
-webkit-background-size: cover;
144144
-moz-background-size: cover;
@@ -458,4 +458,31 @@ body {
458458

459459
#resume {
460460
width: 100%;
461-
}
461+
}
462+
463+
/*! div style */
464+
.image-gallery {
465+
width: 100%;
466+
display: grid;
467+
grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
468+
justify-content: center;
469+
padding: 4px;
470+
}
471+
472+
.box {
473+
flex-basis: 25%;
474+
width: 100%;
475+
padding: 10px;
476+
margin: 2px;
477+
}
478+
479+
.img-gallery {
480+
width: 100%;
481+
height: 200px;
482+
object-fit: cover;
483+
transform: scale(1);
484+
transition: all 0.3s ease-in-out;
485+
&:hover {
486+
transform: scale(1.05);
487+
}
488+
}

_includes/js.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
1212

1313
<!-- Custom Theme JavaScript -->
14-
<script src="{{ "/js/grayscale.js" | prepend: site.baseurl }}"></script>
14+
<script src="{{ "/js/grayscale.js" | prepend: site.baseurl }}"></script>
15+
16+
<!--- bibtex bibliography formatting courtesy of pcooksey-->
17+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/pcooksey/bibtex-js@1.0.0/src/bibtex_js.min.js"></script>

_includes/my-gallery.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<section id="pastimes" class="container pastimes-section text-center">
2+
<div class="row justify-content-center">
3+
<br>
4+
<br>
5+
<h2 id="pastimes">Pastimes</h2>
6+
7+
<div class ="image-gallery">
8+
{% assign sorted = site.static_files | sort: 'date' | reverse %}
9+
{% for file in sorted %}
10+
{% if file.path contains include.folder %}
11+
{% if file.extname == '.png' %}
12+
{% assign filenameparts = file.path | split: "/" %}
13+
{% assign filename = filenameparts | last | replace: file.extname,"" %}
14+
<div class="box"><a href="{{ file.path | relative_url }}" title="{{ filename }}">
15+
<img src="{{ site.thumbsurl }}{{file.name }} " alt="{{ filename }}" class="img-gallery" />
16+
</a></div>
17+
{% endif %}
18+
{% endif %}
19+
{% endfor %}
20+
</div>
21+
</div>
22+
</section>

_includes/nav.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,16 @@
2121
<li>
2222
<a class="page-scroll" href="#resume">Resume</a>
2323
</li>
24+
<li>
25+
<a class="page-scroll" href="#publications">Publications</a>
26+
</li>
27+
<li>
28+
<a class="page-scroll" href="#pastimes">Pastimes</a>
29+
</li>
2430
<li>
2531
<a class="page-scroll" href="#contact">Contact</a>
2632
</li>
33+
2734
</ul>
2835
</div>
2936
<!-- /.navbar-collapse -->

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
{% include header.html %}
77
{% include about.html %}
88
{% include resume.html %}
9+
{% include bibliography.html %}
10+
{% include my-gallery.html folder="img" %}
911
{% include contact.html %}
1012
{% include footer.html %}
1113
{% include js.html %}

headerphoto/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)