-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update layout and organization of publications
- Loading branch information
1 parent
1847de6
commit c2ffb0f
Showing
29 changed files
with
11,502 additions
and
636 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
title: people | ||
title: People | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Publications | ||
params: | ||
bibfiles: | ||
- "bibfiles/books.bib" | ||
- "bibfiles/conferences.bib" | ||
- "bibfiles/journal.bib" | ||
- "bibfiles/talks.bib" | ||
- "bibfiles/theses.bib" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Publications - books" | ||
params: | ||
bibfiles: | ||
- "bibfiles/books.bib" | ||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Publications - conferences" | ||
params: | ||
bibfiles: | ||
- "bibfiles/conferences.bib" | ||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Publications - Journal" | ||
params: | ||
bibfiles: | ||
- "bibfiles/journal.bib" | ||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Publications - talks" | ||
params: | ||
bibfiles: | ||
- "bibfiles/talks.bib" | ||
--- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Publications - theses" | ||
params: | ||
bibfiles: | ||
- "bibfiles/theses.bib" | ||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/pcooksey/[email protected]/src/bibtex_js.min.js"></script> | ||
|
||
{{ range .bibfiles }} | ||
<bibtex src="{{ . }}"></bibtex> | ||
{{ end }} | ||
|
||
<div class="bibtex_structure"> | ||
<div class="sections bibtextypekey"> | ||
<div class="section misc|techreport"> | ||
<h2>preprint</h2> | ||
<div class="sort year" extra="DESC number"> | ||
<div class="templates"></div> | ||
</div> | ||
</div> | ||
<div class="section article"> | ||
<h2>journal papers</h2> | ||
<div class="sort year" extra="DESC number"> | ||
<div class="templates"></div> | ||
</div> | ||
</div> | ||
<div class="section inproceedings"> | ||
<h2>conference and workshop papers</h2> | ||
<div class="sort year" extra="DESC number"> | ||
<div class="templates"></div> | ||
</div> | ||
</div> | ||
<div class="section book"> | ||
<h2>books</h2> | ||
<div class="sort year" extra="DESC number"> | ||
<div class="templates"></div> | ||
</div> | ||
</div> | ||
<div class="section phdthesis|mastersthesis|bachelorsthesis"> | ||
<h2>other publications</h2> | ||
<div class="sort year" extra="DESC number"> | ||
<div class="templates"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{{ if .search }} | ||
<select class="bibtex_search" | ||
search="bibtextypekey"> | ||
<option value="">Select type</option> | ||
<option value="ARTICLE">journal</option> | ||
<option value="INPROCEEDINGS">conference, workshop</option> | ||
<option value="PHDTHESIS"> phd thesis</option> | ||
<option value="MASTERTHESIS"> master thesis</option> | ||
<option value="TECHREPORT"> tech reports</option> | ||
<option value="BOOK"> books</option> | ||
<option value="MANUAL"> manuals</option> | ||
<option value="MISC"> slides, notes</option> | ||
<option value="UNPUBLISHED"> draft, in preparation </option> | ||
</select> | ||
<select class="bibtex_search bibtex_generate_author" search="author"> | ||
<option value="">All Authors</option> | ||
</select> | ||
<select class="bibtex_search bibtex_generate_projects" search="projects"> | ||
<option value="">Search projects</option> | ||
</select> | ||
<input type="text" class="bibtex_search" id="searchbar" placeholder="Search publications"> | ||
{{ end }} | ||
|
||
<div id="bibtex_display"> | ||
<div class="bibtex_template" style="display:none;"> | ||
<ul reversed> | ||
<li> | ||
<span> | ||
<span class="bibtextypekey" style="display:none;"></span> | ||
<span class="if title" style="font-weight: bold;"> | ||
<span class="title"></span> | ||
</span> | ||
<div class="if author"><span class="author"></span></div> | ||
<span class="if booktitle"> | ||
<em><span class="booktitle"></span></em>, | ||
<span class="if address"> | ||
<span class="address"></span> | ||
</span> | ||
</span> | ||
<span class="if journal" style="font-style: italic;"> | ||
<em><span class="journal"></span></em> | ||
</span> | ||
<span class="if publisher"> | ||
<span class="publisher"></span> | ||
</span> | ||
<span class="if school"> | ||
<span class="school"></span> | ||
</span> | ||
<span class="if volume"> | ||
<span class="volume"></span> | ||
<span class="if number">(<span class="number"></span>)</span> | ||
<span class="if pages">:<span class="pages"></span>, | ||
</span> | ||
</span> | ||
<span class="if edition"> | ||
<span class="edition"></span> ed., | ||
</span><span class="year"></span> | ||
</span> | ||
<span class="if url"> | ||
| <a class="bibtexVar" href="+URL+" extra="url"> | ||
<span class='url'>"+URL+"</span> | ||
</a> | ||
</span> | ||
<span class="if doi"> | ||
| <a class="bibtexVar" href="http://dx.doi.org/+DOI+" extra="doi"> | ||
<span class='doi'></span> | ||
</a> | ||
</span> | ||
<span class="if eprint"> | ||
| <span class="if eprinttype==arXiv || archivePrefix==arXiv"> | ||
<a class="bibtexVar" href="https://arxiv.org/abs/+EPRINT+" extra="eprint"> | ||
arXiv:<span class='eprint'></span> | ||
</a> | ||
</span> | ||
</span> | ||
<span class="if pdf"> | ||
| <a class="pdf"> | ||
</a> | ||
</span> | ||
<span class="if projects || project"> | ||
| <span class="projects"> </span> | ||
<span class="project"> </span> | ||
</span> | ||
<div> | ||
<button class = "bibtexVar" extra = "bibtexkey" | ||
bibtexjs-css-escape | ||
onclick="toggle(this)">bibtex</button> | ||
<div class="bibtexout closed"> | ||
<span class="bibtexraw"> </span> | ||
</div> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<script> | ||
function toggle(obj){ | ||
obj2 = obj.nextElementSibling | ||
if(obj2.classList.contains("closed")){ | ||
obj2.classList.remove("closed") | ||
}else{ | ||
obj2.classList.add("closed") | ||
} | ||
} | ||
</script> | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.