Descrizione
This WordPress plugin allows users to display content of their Zenodo Community or the publications of an author using an ORCID on WordPress pages, for instance, if they wish to integrate a dynamic bibliography of their work with their blog or website.
To do so, access to the Zenodo REST API is required, without it, the plugin will not work. When using this plugin, you will also need to accept the Zenodo’s Privacy Policy and its Terms of Use.
Originally, the plugin has been created for and by DARIAH-EU. You can find it implemented here: https://www.dariah.eu/about/publications/.
Screenshot
Installazione
Via WordPress plugins
1. Install via WordPress plugins
1. Activate the plugin through the ‘Plugins’ menu in WordPress
Manually
1. Upload directory display-your-zenodo-community
to the /wp-content/plugins/
directory
1. Activate the plugin through the ‘Plugins’ menu in WordPress
A very simple administration page (in Settings -> Zenodo) to choose your Zenodo community (e.g. dariah
or operaseu
).
For administrators, possibility as well to search for a subset (with keywords) of the publications, as well as possibility to choose the number of publication shown per page.
On the page you want to present the Zenodo data, add the shortcode [display-your-zenodo-community]
to see the publications.
A new option is possible: by entering a parameter keyword
directly in your shortcode (e.g. [display-your-zenodo-community keyword='DMP']
), you would only retrieve the records of your community (or ORCID user) that have this specific tag/keyword. That’s to be able to provide different lists of records on different pages of the same website (we could also add the possibility for different communities/orcid as well if anyone needs it).
Note: It will favour/prefer the keyword parameter over the admin option extra_keyword (if it was entered), so the admin option would be overwritten by this keyword parameter.
FAQ
-
I don’t have an ORCID, can I still use the plugin to display my publications with my name?
-
Unfortunately, no. The reason being that queries to the Zenodo API do not work well with names since they can’t
differentiate authors.
Recensioni
Contributi e sviluppo
“Display your Zenodo Publications” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Display your Zenodo Publications” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.2.1
- Shortcodes can now take a keyword attribute – it will bypass the admin
extra keyword
option and search only for the records with this keyword/tag in Zenodo.
1.2.0
- Administrators can add a keyword for limiting the results. This is for example to select a subset of the publication for a certain project within an institution.
- Administrators can choose the number of publications shown per page (default is 10)
- Fixed a bug that would make the plugin query Zenodo at the init stage of all pages
1.1.0
- The plugin now allows users to retrieve their publications with their ORCID and not only Community publications
- Change name of plugin (old
Display your Zenodo Community
) - Screenshots have been updated
1.0.3
- Bump the version on WordPress website
1.0.2
- Add description in order to add a shortcode to the page
1.0.1
- Added 2 screenshots for WordPress
- Modification of description
- Modification of plugin author
1.0.0
- First skeleton of the plugin
- Addition of document counter
- Fix page counter