Skip to content
Snippets Groups Projects
Commit 22881e46 authored by jfaustin's avatar jfaustin
Browse files

Merge branch 'master' of gitlab.doc.ic.ac.uk:resource-reasoning/www-rw.doc.ic.ac.uk

parents dfb0c044 f1044cc6
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 %}
......@@ -12,8 +12,8 @@ menu: false
<div class="card">
<img class="img-circle center-block" style="width: 50%" src="{{ page.image | prepend: site.baseurl }}" alt="Photo of {{ page.firstname }} {{ page.lastname }}" />
<div class="list-group list-group-flush">
<a class="list-group-item" href="{{ page.webpage }}"><i class="fa fa-fw fa-globe"></i>&nbsp; Webpage</a>
<a class="list-group-item" href="mailto:{{ page.email }}"><i class="fa fa-fw fa-envelope-o"></i>&nbsp; {{ page.email }}</a>
{% if page.webpage %}<a class="list-group-item" href="{{ page.webpage }}"><i class="fa fa-fw fa-globe"></i>&nbsp; Webpage</a>{% endif %}
{% if page.email %}<a class="list-group-item" href="mailto:{{ page.email }}"><i class="fa fa-fw fa-envelope-o"></i>&nbsp; {{ page.email }}</a>{% endif %}
</div>
</div>
</div>
......
<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