Skip to content

Instantly share code, notes, and snippets.

{
"translatorID": "0e2235e7b-babf-413c-9acf-f27cce5f055d",
"label": "Unimarc MarcXML",
"creator": "Etienne Cavalie, Julien Sicot",
"target": "xml",
"minVersion": "2.1.9",
"maxVersion": "",
"priority": 50,
"configOptions": {
"dataMode": "xml/dom"
@zuphilip
zuphilip / et-al.pl
Created September 14, 2014 16:44
CSL styles: Delete more unnecessary et-al-subsequent statements
#!/usr/bin/perl
# IMPORTANT: encoding of this file is utf-8 and line ends are unix style
use strict;
use warnings;
use XML::LibXML;
use File::Basename;
use utf8;
#setting the correct encoding for the command line in Windows
#binmode(STDOUT , ":encoding(cp437)" );
Title TitleShort ISSN EISSN Parent Format Field Primary Language SpringerId
Acta Analytica Acta Anal 0353-5150 1874-6349 springer-socpsych-author-date author-date psychology English 12136
Administration and Policy in Mental Health and Mental Health Services Research Adm Policy Ment Health 0894-587X 1573-3289 springer-socpsych-author-date author-date psychology English 10488
Advances in Health Sciences Education Adv in Health Sci Educ 1382-4996 1573-1677 springer-socpsych-author-date author-date psychology English 10459
Aerobiologia Aerobiologia 0393-5965 1573-3025 springer-socpsych-author-date author-date psychology English 10453
African Archaeological Review Afr Archaeol Rev 0263-0338 1572-9842 springer-socpsych-author-date author-date psychology English 10437
Ageing International Ageing Int 0163-5158 1936-606X springer-socpsych-author-date author-date psychology English 12126
American Journal of Community Psychology Am J Community Psychol 0091-0562 1573-2770 springer-socpsych-author-date author-date psychol
<?xml version="1.0" encoding="UTF-8"?><record xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib" xmlns:sear="http://www.exlibrisgroup.com/xsd/jaguar/search">
<control>
<sourcerecordid>71126024720001451</sourcerecordid>
<sourceid>CP</sourceid>
<recordid>CP71126024720001451</recordid>
<originalsourceid>01ALLIANCE_NZ</originalsourceid>
<sourceformat>MARC21</sourceformat>
<sourcesystem>Alma</sourcesystem>
<almaid>01ALLIANCE_NETWORK:71126024720001451</almaid>
</control>
@zuphilip
zuphilip / springer-fachzeitschriften-medizin-psychologie.csl
Last active August 29, 2015 14:13
CSL style for Zeitschrift für Rheumatologie and others
<?xml version="1.0" encoding="utf-8"?>
<style class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="de-DE" xmlns="http://purl.org/net/xbiblio/csl">
<info>
<title>Springer Fachzeitschriften Medizin Psychologie (German)</title>
<id>http://www.zotero.org/styles/springer-fachzeitschriften-medizin-psychologie</id>
<link href="http://www.zotero.org/styles/springer-fachzeitschriften-medizin-psychologie" rel="self"/>
<link href="http://www.zotero.org/styles/springer-basic-brackets-no-et-al-alphabetical" rel="template"/>
<link href="http://static.springer.com/sgw/documents/135255/application/pdf/Musterbeitrag_Uebersichten_Leitthema_Schwerpunkt.pdf" rel="documentation"/>
<link href="http://static.springer.com/sgw/documents/69331/application/pdf/Leitfaden_Uebersichten_Leitthemen_Schwerpunkt.pdf" rel="documentation"/>
<author>
@zuphilip
zuphilip / springer-oriental-pharmacy-and-experimental-medicine.csl
Last active August 29, 2015 14:13
Springer Oriental Pharmacy and Experimental Medicine
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="never">
<info>
<title>Springer Oriental Pharmacy and Experimental Medicine</title>
<id>http://www.zotero.org/styles/springer-oriental-pharmacy-and-experimental-medicine</id>
<link href="http://www.zotero.org/styles/springer-oriental-pharmacy-and-experimental-medicine" rel="self"/>
<link href="http://www.zotero.org/styles/springer-basic-author-date" rel="template"/>
<author>
<name>Philipp Zumstein</name>
<uri>https://github.com/zuphilip</uri>
@zuphilip
zuphilip / springer_journals_fchzss.tab
Created January 17, 2015 20:29
Liste der Springer-Zss. mit Zitationsstil Fachzeitschriften Medizin Psychologie
Title TitleShort ISSN ISSN Parent Format Field Language Documentation Springer id
Der Anaesthesist Anaesthesist 0003-2417 1432-055X springer-fachzeitschriften-medizin-psychologie numeric medicine German http://www.springer.com/medicine/anesthesiology/journal/101?detailsPage=pltci_2397481 101
Arthroskopie Arthroskopie 0933-7946 1434-3924 springer-fachzeitschriften-medizin-psychologie numeric medicine German http://www.springer.com/medicine/orthopedics/journal/142?detailsPage=pltci_1300626 142
best practice onkologie best practice onkologie 0946-4565 1862-8559 springer-fachzeitschriften-medizin-psychologie numeric medicine German http://www.springer.com/medicine/oncology/journal/11654?detailsPage=pltci_1288034 11654
Bundesgesundheitsblatt - Gesundheitsforschung - Gesundheitsschutz Bundesgesundheitsblatt Gesundheitsforschung Gesundheitsschutz 1436-9990 1437-1588 springer-fachzeitschriften-medizin-psychologie numeric medicine German http://www.springer.com/medicine/journal/103?detailsPage=pltci_1426209 103
Der Ch
@zuphilip
zuphilip / name.csl
Last active August 29, 2015 14:15
Generic dependent CSL style
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<info>
<title></title>
<id>http://www.zotero.org/styles/</id>
<link href="http://www.zotero.org/styles/" rel="self"/>
<link href="http://www.zotero.org/styles/" rel="independent-parent"/>
<link href="" rel="documentation"/>
<category citation-format="author-date"/>
<issn></issn>
@zuphilip
zuphilip / zotbear.js
Last active January 4, 2024 14:51
Batch edit and replace for Zotero
/*
How does this work?
0) make a backup copy
1) create a collection of all entries you want to batch edit
(maybe use a smart search or drag and drop, delete individual items)
2) check that you have exactly the items you want to change in your collection
3) choose one example here and adapt it to your needs
4) run the code
5) save the log if needed
*/
@zuphilip
zuphilip / Zotero-Button.md
Last active August 29, 2015 14:24
Mit dem Zotero Button von Amazon in den Bibliothekskatalog springen

Mit dem neuen Zotero Button in den Bibliothekskatalog springen

Neue Zotero Buttons

Zotero hat seit Version 4.0.27, welche am 30. Juni 2015 veröffentlicht wurde, neue Buttons. Standardmässig wird jetzt ein Combo-Button angezeigt ähnlich wie die Lesezeichen in Firefox. Die bisherigen Symbole von Zotero in der Adressleiste sind damit ersetzt worden. Allgemeine Informationen findet man im offiziellen Blogbeitrag von Zotero (auf Englisch).

Die neuen Zotero Buttons kann man (wie andere Schaltflächen auch) im Firefox anpassen und anders positionieren. Desweiteren kann man zwischen dem Combo-Button combo-button oder jeweils den