Skip to content

Commit

Permalink
button style publication list
Browse files Browse the repository at this point in the history
  • Loading branch information
jonascremer committed Jan 2, 2024
1 parent ed59208 commit 2dc6ee9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/publications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
journal: PRL
volume: 129
doi: 10.1103/PhysRevLett.129.138101
notes: 'Editor suggestion and featured in <a href="https://physics.aps.org/articles/v15/146" Physics>Physics</a>'
notes: 'Editors suggestion and featured in <a href="https://physics.aps.org/articles/v15/146" Physics>Physics</a>'
- title: >
Coordination of gene expression with cell size enables <i>Escherichia coli</i>
to efficiently maintain motility across conditions
Expand Down
2 changes: 1 addition & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ featured_image: /images/blackboard.jpg
{% for paper in year[1] %}
<a href="https://doi.org/{{paper.doi}}"><b>{{paper.title}}</b></a><br/>
{{paper.authors}}<br/>
<i>{{paper.journal}}</i> {{paper.volume}}<b>{{paper.issue}}</b> ({{year[0]}}) doi: `{{paper.doi}}`<br/>{% if paper.github|default() %} <a href="{{paper.github}}"> GitHub Repository</a>{% endif %}{% if paper.paper_website|default() %} <a href="{{paper.paper_website}}">Paper Website</a> {% endif %}{% if paper.notes|default() %}{{paper.notes}} {% endif %}
<i>{{paper.journal}}</i> {{paper.volume}}<b>{{paper.issue}}</b> ({{year[0]}}) doi: `{{paper.doi}}`<br/>{% if paper.github|default() %} <a href="{{paper.github}}" target="_blank" class="button button--small"> GitHub Repository</a>{% endif %}{% if paper.paper_website|default() %} <a href="{{paper.paper_website}}" target="_blank" class="button button--small">Paper Website</a> {% endif %}{% if paper.notes|default() %}{{paper.notes}} {% endif %}

{% endfor %}
{% endfor %}
Expand Down
11 changes: 11 additions & 0 deletions _sass/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,17 @@ a {
}
}

.button--small {
padding: 5px 10px 5px;
font-size: 13px;

@include mq(tabletp) {
padding: 5px 10px 5px;
font-size: 14px;
}
}


.button--light {
background: transparent;
border-color:$background-color;
Expand Down
4 changes: 1 addition & 3 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

<h1>The Group</h1>
<p>We are an interdisciplinary team of scientists who place rigor,
reproducibility, and equity at the center of their work.
<br/>
<a href="{{site.baseurl}}/alumni" class="button button--large"> See our alumni</a>
reproducibility, and equity at the center of their work. See also <a href="{{site.baseurl}}/alumni" class="button button--small"> Alumni</a>
</div>

</section>
Expand Down

0 comments on commit 2dc6ee9

Please sign in to comment.