Skip to content
Snippets Groups Projects
Commit 360245c1 authored by Thomas Wood's avatar Thomas Wood
Browse files

Better bibliography table entry style

parent fe6a06ef
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@ defaults:
scholar:
source: .
bibliography: publications.bib
bibliography_template: publication-entry
details_link: ""
details_dir: publications
details_layout: publication.html
......
{{ entry.author }}
{% if entry.jorurnal %}{{ entry.journal }}{% elsif entry.booktitle %}{{ entry.booktitle }}{% elsif entry.institution %}{{ entry.institution }}{% elsif entry.school %}{{ entry.school }}{% endif %}
<div class="btn-group pull-xs-right" role="group">
<a class="btn btn-secondary" role="button" href="{{ details }}"><i class="fa fa-info-circle"></i></a>
{% if link %}<a class="btn btn-secondary" role="button" href="{{ link }}"><i class="fa fa-file-text-o"></i></a>{% endif %}
</div>
<p class="pub-title h4"><a href="{{ details }}">{{ entry.title }}</a></p>
<p class="pub-authors">{% include publication-authors.html %}</p>
<p class="pub-venue">{% include publication-venue.html %}</p>
......@@ -145,6 +145,24 @@ h6, .h6 {
}
}
.bibliography {
padding: 0;
> li {
list-style: none;
border-top: 1px solid #eee;
padding: 1em;
}
.pub-title a {
color: black;
}
p {
margin-bottom: 0.25rem;
}
}
/*
* Blog name and description
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment