Skip to content

Instantly share code, notes, and snippets.

@enijkamp
Created December 23, 2014 18:46
Show Gist options
  • Save enijkamp/c183048ff7c2729dfff0 to your computer and use it in GitHub Desktop.
Save enijkamp/c183048ff7c2729dfff0 to your computer and use it in GitHub Desktop.
<section class="main">
<div class="container">
<h2><span>Publications</span></h2>
{% for r in site.data.publications %}
<div class="card-highlight">
<h5><a href="{{ r.url }}" target="_blank">{{ r.name }}</a></h5>
<p>{{ r.authors }} ({{ r.venue }})</p>
</div>
{% endfor %}
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment