diff --git a/_data/publications.yml b/_data/publications.yml
index ddd648c..19e5e6b 100644
--- a/_data/publications.yml
+++ b/_data/publications.yml
@@ -50,7 +50,7 @@
journal: PRL
volume: 129
doi: 10.1103/PhysRevLett.129.138101
- notes: 'Editor suggestion and featured in Physics'
+ notes: 'Editors suggestion and featured in Physics'
- title: >
Coordination of gene expression with cell size enables Escherichia coli
to efficiently maintain motility across conditions
diff --git a/_pages/publications.md b/_pages/publications.md
index 66710cd..3424323 100644
--- a/_pages/publications.md
+++ b/_pages/publications.md
@@ -16,7 +16,7 @@ featured_image: /images/blackboard.jpg
{% for paper in year[1] %}
{{paper.title}}
{{paper.authors}}
-{{paper.journal}} {{paper.volume}}{{paper.issue}} ({{year[0]}}) doi: `{{paper.doi}}`
{% if paper.github|default() %} GitHub Repository{% endif %}{% if paper.paper_website|default() %} Paper Website {% endif %}{% if paper.notes|default() %}{{paper.notes}} {% endif %}
+{{paper.journal}} {{paper.volume}}{{paper.issue}} ({{year[0]}}) doi: `{{paper.doi}}`
{% if paper.github|default() %} GitHub Repository{% endif %}{% if paper.paper_website|default() %} Paper Website {% endif %}{% if paper.notes|default() %}{{paper.notes}} {% endif %}
{% endfor %}
{% endfor %}
diff --git a/_sass/_basic.scss b/_sass/_basic.scss
index e06963a..c27a732 100644
--- a/_sass/_basic.scss
+++ b/_sass/_basic.scss
@@ -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;
diff --git a/blog/index.html b/blog/index.html
index 7322922..0d3582f 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -16,9 +16,7 @@
We are an interdisciplinary team of scientists who place rigor,
- reproducibility, and equity at the center of their work.
-
- See our alumni
+ reproducibility, and equity at the center of their work. See also Alumni