Skip to content

Commit 0094cbb

Browse files
committed
updates to biblio, imgs, resume display
Fixed most things in html. Bibtex file needs work. Need to update resume, intro text.
1 parent 1f40a05 commit 0094cbb

14 files changed

+351
-12
lines changed

_includes/bibliography.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,27 @@
44
<div class="row justify-content-center text-center">
55
<div class="col-lg-8 col-lg-offset-2">
66
<!---<div class="col-lg-6"> --->
7-
<h2 id="publications">Publications</h2>
7+
<h2 id="publications">Scientific Publications</h2>
88

99
</div>
1010
</div>
11-
<bibtex src="../works.bib"></bibtex>
11+
<bibtex src="../citations_25_papis.bib"></bibtex>
1212
<div class="bibtex_structure">
13-
<div class="group year" extra="DSC number">
13+
<div class="group year" extra='ASC number'>
14+
<!---<div class="sort year" extra="DSC number"></div>--->
1415
<div class="templates"></div>
1516
</div>
1617
</div>
1718

1819
<div class="bibtex_template">
1920
<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>
21+
<span class="title" style = "font-style: underline; font-size:large"></span>
22+
<span class="year" style = font-size:large;></span>
23+
<span class="author" max="4" style="font-size:large"></span>
24+
<span class="journal" style="font-style: italic;font-size:large"></span>
25+
<span class="volume" style="font-style: italic; font-size:large"></span>
26+
<span class="number" style="font-style: italic; font-size:large"></span>
27+
<span class="pages"style="font-style: italic; font-size:larger"></span>
2428
<span class="if url" style="margin-left: 20px">
2529
<a class="url" style="color:black; font-size:15px">(view online)</a>
2630
</span>

_includes/css/grayscale.css

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,37 @@ body {
455455
margin-left: calc(var(--bs-gutter-x) * -1);
456456
}
457457

458-
458+
.doi::before{
459+
content: 'DOI:'
460+
}
461+
.title::after {
462+
content: " ("
463+
}
464+
/*.year::after {
465+
content: ")."
466+
}*/
467+
.author::before {
468+
content: "). "
469+
}
470+
.journal::after{
471+
content: ", "
472+
}
473+
.volume::after {
474+
content: "("
475+
}
476+
.number::before {
477+
content: ""
478+
}
479+
.number::after {
480+
content: "),"
481+
}
482+
.pages::after {
483+
content: "."
484+
}
485+
459486
.resume {
460487
width: 100%;
461-
aspect-ratio: 17 / 22;
488+
aspect-ratio: 100%;
462489
}
463490

464491

_includes/js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
99

1010
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
11-
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
11+
<!--- <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script> --->
1212

1313
<!-- Custom Theme JavaScript -->
1414
<script src="{{ "/js/grayscale.js" | prepend: site.baseurl }}"></script>

_includes/my-gallery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h2 id="pastimes">Pastimes</h2>
66

77
<div class ="image-gallery">
8-
{% assign sorted = site.static_files | sort: 'date' | reverse %}
8+
{% assign sorted = site.static_files %}
99
{% for file in sorted %}
1010
{% if file.path contains include.folder %}
1111
{% if file.extname == '.png' %}

_includes/resume.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h2 id="resume">Resume</h2>
66
<!--- <div class="d-flex flex-lg-row"> --->
77

8-
<iframe src="https://drive.google.com/file/d/1TJVjck10_V3kCWGMj6SsZk0QMXOdq9pm/preview" id="resume"></iframe>
8+
<iframe src="https://drive.google.com/file/d/1TJVjck10_V3kCWGMj6SsZk0QMXOdq9pm/preview" width="100%", height="600px" id="resume"></iframe>
99

1010
<!----</div> ---->
1111
</div>

0 commit comments

Comments
 (0)