// Move value from #CostumField notes with fixed label | |
// to a different field. Set these two fields according to your needs. | |
var label = "Standortsignatur"; | |
var field = "callNumber"; | |
// List of all possible fields: | |
// https://api.zotero.org/itemFields?pprint=1 | |
var check = true; | |
var test = false; | |
var overwrite = false; |
This JavaScript bookmarklet will copy the selected text on any website and prepare a toot with that for you.
It can be used as it is for the openbiblio.social
and some other instances but can be easily adapted.
To use it in your browser go through the following steps:
- Create a new bookmark in your browser
- Choose any name, e.g.
Toot this!
- Copy the content of
*.bookmarklet.js
as its adress - Save it
FROM rocker/binder:4.2.0 | |
## Declares build arguments | |
ARG NB_USER | |
ARG NB_UID | |
COPY --chown=${NB_USER} . ${HOME} | |
ENV DEBIAN_FRONTEND=noninteractive | |
USER root |
This JavaScript bookmarklet shows your saved reviews in the ConfTool overview page.
- Create a new bookmark in your browser
- Choose any name
- Copy the content of
showMyReviews.bookmarklet.js
as its adress - Save it
- Navigate to your ConfTool website with the overview page of all your reviews, e.g. https://www.conftool.com/oat21/index.php?page=browseAssignedPapers&form_track=0
- Click on the newly created bookmarklet in your browser twice (first time will enrich the site with your reviews, second time will then do the reordering)
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="de-DE"> | |
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> | |
<info> | |
<title>Universität Mannheim - Germanistische Linguistik (German)</title> | |
<id>http://www.zotero.org/styles/universitat-mannheim-germanistische-linguistik</id> | |
<link href="http://www.zotero.org/styles/universitat-mannheim-germanistische-linguistik" rel="self"/> | |
<link href="http://www.zotero.org/styles/universitat-bremen-institut-fur-politikwissenschaft" rel="template"/> | |
<link href="https://www.phil.uni-mannheim.de/media/Lehrstuehle/phil/deutsche_philologie/LS_Germanistische_Linguistik/Leitfaden_zur_Anfertigung_von_Hausarbeiten_allgemein_April_2016.pdf" rel="documentation"/> | |
<contributor> |
ISSN | Title | |
---|---|---|
0165-4101 | Journal of Accounting and Economics | |
0021-8456 | Journal of Accounting Research | |
0001-4826 | The Accounting Review | |
0022-1082 | Journal of Finance | |
0304-405X | Journal of Financial Economics | |
0893-9454 | Review of Financial Studies | |
1047-7047 | Information Systems Research | |
0276-7783 | MIS Quarterly | |
0001-4273 | Academy of Management Journal |
One can move the binder-specific files to a subfolder .binder
but has then also to change the path in the postBuild
.
Copy and pasted from https://github.com/chekos/testing-streamlit-mybinder + https://github.com/tiagogiraldo/sea_fish_recognition/tree/master/.binder (especially the extra parameters for uploading)
More information https://jupyter-server-proxy.readthedocs.io/en/latest/arbitrary-ports-hosts.html + https://discuss.streamlit.io/t/jupyterhub-streamlit/1238/19
// Zotero script look up the ISSN of the selected items in Wikidata. | |
// If results are found then the QIDs are saved in the corresponding | |
// items in the extra field with the label P1433 (published in). | |
// Moreover, it can do the same with ISBN or link to the publisher, place. | |
// Some warnings are given for the other cases; thus watch the | |
// Zotero error console as well during execution of the script. [CC0] | |
// CHOOSE (i.e. uncomment) one property here: | |
var property = "ISSN"; |