Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.55 KB

index.md

File metadata and controls

55 lines (39 loc) · 2.55 KB
layout
default

{% assign countries = "" %} {% for jc in site.journal-clubs %} {% if jc.country %} {% assign countries = countries | append: "|" | append: jc.country %} {% endif %} {% endfor %} {% assign country_count = countries | split: "|" | uniq | size | minus: 1 %}

Welcome to ReproducibiliTea

We are a grassroots journal club initiative that helps researchers create local Open Science journal clubs at their universities to discuss diverse issues, papers and ideas about improving science, reproducibility and the Open Science movement. Started in early 2018 at the University of Oxford, ReproducibiliTea has now spread to {{ site.journal-clubs.size }} institutions in {{ country_count }} different countries. We are completely volunteer run, and provide a unique and supportive community for our members, who are predominantly Early Career Researchers.

Want to join the movement? Just curious for now? Grab your cup of (Reproducibili)tea and use our freely accessible and adaptable materials to get started today.

{% include jc-map.html %}


ReproducibiliTea Online

As travel and meetings are postponed/cancelled to help reduce the spread of Coronavirus (COVID-19), we recognise many ReproducibiliTea Journal Clubs may want to meet virtually. We've therefore launched ReproducibiliTea Online: we have put out recommendations for how to run a Journal Club or similar event online in addition to allowing Journal Clubs to open up their online meetings to those interesting in joining, wherever in the world they may be. To make this easier we've set up a ReproducibiliTea Online calendar to keep track of events which are open to the wider communiTea.


Current Journal Clubs

{% include jc-showcase.html initial-value="" %}

{% assign countries = countries | split: "|" | uniq | sort_natural %} {% for c in countries %} {% assign jcs = site.journal-clubs | where: "country", c %} {% assign jcs = jcs | sort_natural: "title" %} {% assign jc_count = jcs | size %} {% if jc_count > 0 %} {:.jc-list #{{c}}}

{{ c }}

{% for jc in jcs %}

  • [{{ jc.title }}](/journal-clubs/#{{ jc.title }}) ({{ jc.organisers | join: ", " }}) {:.jc-list} {% endfor %} {% endif %} {% endfor %}