This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Introduction | |
# Can be used to create a merged bibliography from a set of exported collections | |
# This is a slightly modified version of https://gist.github.com/kmlawson/3bdfd917ef55969faec7768c140dcdaa | |
# that works inside a conda-environment on windows | |
# Run this code using 'bash zotero-collection-merge.sh' inside folder with bibtexfiles, after having | |
# exported bib-files with BetterBibTex according to https://forums.zotero.org/discussion/88163/export-bibliography-but-preserve-hierarchy-of-sub-folders |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Yunohost encountered an internal error:/ | |
Really sorry about that. | |
You should look for help on the forum or the chat to fix the situation, or report the bug on the bugtracker. | |
The following information might be useful for the person helping you: | |
Action | |
POST /apps | |
{"app":"redirect","args":"domain=huginn.floriandrx.nohost.me&path=%2F&redirect_path=http%3A%2F%2F127.0.0.1%3A49156&redirect_type=private_proxy","label":"Huginn"} | |
Traceback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"translatorID": "25f4cd91-d190-4dab-a6817-799154c7e2f2", | |
"label": "CSV (customized)", | |
"creator": "Philipp Zumstein and Aurimas Vinckevicius", | |
"target": "csv", | |
"minVersion": "3.0", | |
"maxVersion": "", | |
"priority": 100, | |
"displayOptions": { | |
"exportCharset": "UTF-8xBOM", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
citation: /^(\@\w\S+\d\d\d\d)/, | |
t.citation_ext = /^(\@\w\S+\d\d\d\d)/ | |
--> gives first line, errors | |
strict (not working): | |
(\@[(A-Za-z)]+_[(A-Za-z)]+_[(0-9)]{4}?) | |
!! /^(( ||\[|\()\@\w\S+)( |\.|\]|\))/ (working) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6059c6059,6060 | |
< comment: !0 | |
--- | |
> comment: !0, | |
> citation: !0 | |
6115a6117 | |
> case u.citation: | |
6432a6435 | |
> citation: !0, | |
8471c8474 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! function(t) { | |
function e(t) { | |
Object.defineProperty(this, t, { | |
enumerable: !0, | |
get: function() { | |
return this[f][t] | |
} | |
}) | |
} |