title | tags | |
---|---|---|
Citations to the FieldTrip reference paper |
|
These are open-access papers on Pubmed that cite FieldTrip, you can find a more complete list on Google Scholar.
-
{% for item in site.data.citedby %}
{% assign title = item[1].title %}
{% assign authors = item[1].authors | map: "name" | join: ", " %}
{% assign pubdate = item[1].pubdate %}
{% assign fulljournalname = item[1].fulljournalname %}
{% assign volume = item[1].volume %}
{% assign issue = item[1].issue %}
{% assign pages = item[1].pages %}
- {% if issue.size == 0 %} {{ authors }}. {{ title }} {{ fulljournalname }} {{ pubdate }}; {{volume}}:{{ pages }}. {% include badge doi=doi pmid=pmid %} {% else %} {{ authors }}. {{ title }} {{ fulljournalname }} {{ pubdate }}; {{volume}}({{ issue }}):{{ pages }}. {% include badge doi=doi pmid=pmid %} {% endif %} {% endfor %}
{% assign doi = item[1].articleids | where: "idtype", "doi" %} {% assign doi = doi[0].value %}
{% assign pmid = item[1].articleids | where: "idtype", "pmid" %} {% assign pmid = pmid[0].value %}
{% assign pmcid = item[1].articleids | where: "idtype", "pmcid" %} {% assign pmcid = pmcid[0].value %}