diff --git a/_includes/themes/lab/member.html b/_includes/themes/lab/member.html index 7c5bee2c..8be0fbdf 100755 --- a/_includes/themes/lab/member.html +++ b/_includes/themes/lab/member.html @@ -130,6 +130,20 @@
{% endif %} + {% if member.impactstory %} +
+ ImpactStory +
+
+
+ + + {{ member.title }} + +
+
+ {% endif %} + {% if member.orcid %}
ORCID @@ -209,12 +223,6 @@ {% endfor %} {% for poster in site.categories.posters %} - {% if poster.authors contains member.science_name %} {% assign postersq = true %} {% endif %} diff --git a/_includes/themes/lab/project.html b/_includes/themes/lab/project.html index af12bf7c..46ce3363 100755 --- a/_includes/themes/lab/project.html +++ b/_includes/themes/lab/project.html @@ -143,17 +143,23 @@
Papers
{% for paper in site.categories.papers %} - {% if paper.projects contains page.handle %} - {% if paper.embargo %} -

- {{ paper.title }} -

- {% else %} -

- {{ paper.title }} -

- {% endif %} - {% endif %} + {% if paper.projects contains page.handle %} +

+ {% if paper.embargo %} + {{ paper.title }} + {% else %} + {% if paper.tags contains "preprint" and paper.is_published == false %} + [PREPRINT] {{ paper.title }} + {% elsif paper.tags contains "chapter" %} + [CHAPTER] {{ paper.title }} + {% elsif paper.tags contains "correspondence" %} + [CORRESPONDENCE] {{ paper.title }} + {% else %} + {{ paper.title }} + {% endif %} + {% endif %} +

+ {% endif %} {% endfor %} {% endif %} diff --git a/assets/images/papers/preventive-medicine.png b/assets/images/papers/preventive-medicine.png new file mode 100644 index 00000000..e79ebe3d Binary files /dev/null and b/assets/images/papers/preventive-medicine.png differ diff --git a/assets/images/software/nimare-logo.png b/assets/images/software/nimare-logo.png new file mode 100644 index 00000000..e13a79ea Binary files /dev/null and b/assets/images/software/nimare-logo.png differ diff --git a/assets/images/team/benjelene-sutherland.jpg b/assets/images/team/benjelene-sutherland.jpg new file mode 100644 index 00000000..553f4ded Binary files /dev/null and b/assets/images/team/benjelene-sutherland.jpg differ diff --git a/assets/themes/lab/css/style.scss b/assets/themes/lab/css/style.scss index cb9c8ad6..8e1fbd84 100755 --- a/assets/themes/lab/css/style.scss +++ b/assets/themes/lab/css/style.scss @@ -89,6 +89,10 @@ a.researchgate:hover { color: #D69C4E; } +a.impactstory:hover { + color: #C7CEF6; +} + a.publons:hover { color: #ABDDDE; } diff --git a/papers/_posts/2019-02-05-flannery-correspondence.md b/papers/_posts/2019-02-05-flannery-correspondence.md new file mode 100644 index 00000000..c46a72f3 --- /dev/null +++ b/papers/_posts/2019-02-05-flannery-correspondence.md @@ -0,0 +1,36 @@ +--- +layout: paper +title: "Disregarding the impact of nicotine on the developing brain when evaluating costs and benefits of noncombustible nicotine products" +nickname: 2019-02-05-flannery-correspondence +authors: "Flannery JS" +year: "2019" +journal: "Preventive Medicine" +volume: 120 +issue: +pages: 157 +is_published: true +image: /assets/images/papers/preventive-medicine.png +projects: [] +tags: [correspondence] + +# Text +fulltext: +pdf: +pdflink: +pmcid: +preprint: +supplement: + +# Links +doi: "10.1016/j.ypmed.2018.11.023" +pmid: + +# Data and code +github: +neurovault: +openneuro: +osf: +--- +{% include JB/setup %} + +A response to [Abrams et al. (2018)](https://doi.org/10.1016/j.ypmed.2018.06.010): "Managing nicotine without smoke to save lives now: Evidence for harm minimization." diff --git a/software/_posts/2018-01-15-nimare.md b/software/_posts/2018-01-15-nimare.md index 53e98182..ba86aae9 100644 --- a/software/_posts/2018-01-15-nimare.md +++ b/software/_posts/2018-01-15-nimare.md @@ -1,14 +1,14 @@ --- layout: project title: "NiMARE" -contributors: [tsalo] +contributors: [tsalo, kbottenhorn, mriedel, alaird] handle: nimare # Optional -website: +website: https://nimare.readthedocs.io/en/latest/ grant: grant_url: -image: +image: /assets/images/software/nimare-logo.png tagline: A Python package for neuroimaging meta-analysis that provides a shared syntax for a range for algorithms. tags: [neuroinformatics] diff --git a/team/_posts/2017-04-06-salo-taylor.md b/team/_posts/2017-04-06-salo-taylor.md index e37b9dde..bb86cac7 100644 --- a/team/_posts/2017-04-06-salo-taylor.md +++ b/team/_posts/2017-04-06-salo-taylor.md @@ -17,6 +17,7 @@ orcid: 0000-0001-9813-3167 osf: iwpvm publons: researchgate: Taylor_Salo +impactstory: 0000-0001-9813-3167 scholar: YbH1akIAAAAJ site: "https://tsalo.github.io" twitter: taylor_salo diff --git a/team/_posts/2017-05-12-sutherland-benjelene.md b/team/_posts/2017-05-12-sutherland-benjelene.md new file mode 100644 index 00000000..35a9d1b6 --- /dev/null +++ b/team/_posts/2017-05-12-sutherland-benjelene.md @@ -0,0 +1,24 @@ +--- +layout: member +title: Benjelene Sutherland +position: Research Assistant +department: Psychology +handle: bsutherland +nickname: Benji +science_name: Sutherland B +image: /assets/images/team/benjelene-sutherland.jpg +alumni: false + +# social +cv: +email: bsuth005@fiu.edu +github: +orcid: +osf: +publons: +researchgate: +scholar: +site: +twitter: +--- +Benjelene Sutherland is pursuing a Bachelor's degree in Psychology with a double major in Philosophy of the Mind. Benjelene’s academic and career goals revolve around better understanding how drug use impacts the brain, and risk factors for substance use. She hopes to continue her education and obtain her Ph.D. in Neuroscience. Also, provide strategies for substance use prevention, and therapies for patients with certain neurological diseases and psychological disorders. diff --git a/team/_posts/template.md b/team/_posts/template.md index e1350b61..ee0716b8 100644 --- a/team/_posts/template.md +++ b/team/_posts/template.md @@ -17,6 +17,7 @@ orcid: osf: publons: researchgate: +impactstory: scholar: site: twitter: diff --git a/team/index.html b/team/index.html index 54a78ec5..2dbcf0b1 100644 --- a/team/index.html +++ b/team/index.html @@ -83,6 +83,12 @@ {% endif %} + {% if member.impactstory %} + + + + {% endif %} + {% if member.orcid %}