diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 14:20:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 14:20:35 -0700 |
commit | 938b9333852d43b4f53d2525381096ee66b553f9 (patch) | |
tree | cd73b13e5a85a1e1f31127b99e86828fe5e3090e /fatcat_scholar/templates | |
parent | 8b9c4bc8b2fcab54909a110d25593224bda953ae (diff) | |
download | fatcat-scholar-938b9333852d43b4f53d2525381096ee66b553f9.tar.gz fatcat-scholar-938b9333852d43b4f53d2525381096ee66b553f9.zip |
more label/tag tweaks
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r-- | fatcat_scholar/templates/search_macros.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/search_macros.html b/fatcat_scholar/templates/search_macros.html index 374c079..ebc6a94 100644 --- a/fatcat_scholar/templates/search_macros.html +++ b/fatcat_scholar/templates/search_macros.html @@ -4,8 +4,15 @@ <span class="ui label basic orange small" title="Open Access"><i class="ui icon unlock"></i>OA</span> {% elif tag == "scielo" %} <span class="ui label basic purple small" title="Hosted on SciELO platform">SciELO</span> + {% elif tag == "ojs" %} + <span class="ui label basic purple small" title="Hosted with Open Journal Systems">OJS</span> + {% elif tag == "wordpress" %} + <span class="ui label basic purple small" title="Hosted with Wordpress">Wordpress</span> {% elif tag == "road" %} - <span class="ui label basic orange small" title="ISSN Registry of Open Access Journals">ROAD</span> + {# skip for now; no curration? #} + {# <span class="ui label basic orange small" title="ISSN Registry of Open Access Journals">ROAD</span> #} + {% elif tag == "szczepanski" %} + {# pass #} {% elif tag == "doaj" %} <span class="ui label basic orange small" title="Directory of Open Access Journals">DOAJ</span> {% else %} |