Skip to content

Instantly share code, notes, and snippets.

View nichtich's full-sized avatar
🦊
not a fox

Jakob Voß nichtich

🦊
not a fox
View GitHub Profile
@nichtich
nichtich / README.md
Created May 16, 2016 20:36
LIBRAS Bibliometrie

Wie hoch ist eigentlich der Anteil von Beiträgen der LIBREAS Redaktion an ihrer eigenen Zeitschrift?

Einfache Auszählung

curl http://libreas.eu/autorinnen/ | html2text | sort | uniq | \
perl -nE 'say $1 if /^([^:]+,[^:]+):/' > autorinnen.txt

cat autorinnen.txt | perl -nE 'chomp; say $_ for split /\s+(\/|and)\s+/, $_' | \
sort | uniq -c | sort -nk1
@nichtich
nichtich / notes.md
Created April 26, 2016 18:43
Notes about the confusion between instance and subclass relationship

Research question

In data modeling and knowledge organization we often find the need to connect item as subclasses or instances of each other. These two types of relationships are often confused, but why?

Background

Where does subclass and instance come from? Object oriented modeling? Artificial Intelligence? Knowledge Organization? Plato? ...

Some influental sources should be identified.

@nichtich
nichtich / bibliography.bib
Last active March 31, 2016 13:43
Sammlung vorhandener Normdatendienste (Notizen für coli-conc report)
@article{Cox2014,
year={2014},
title={SISSVoc: A Linked Data API for SKOS vocabularies},
author={Simon Cox and Jonathan Yu and Terry Rankine},
journal={Semantic Web Journal},
volume={7},
number={1},
pages={9-24},
doi={10.3233/SW-140166}
}
@nichtich
nichtich / README.md
Created November 22, 2015 09:42
Mappings from Wikidata

Retrieving Mappings from Wikidata

BARTOC has been enriched with Wikidata identifiers so many KOS registered in BARTOC have a Wikidata identifier. To give an example, Q36578 identifies the GND. The corresponding Wikidata-Property for mapping Wikidata-Items to GND is P227. Both are connected by the property "subject item of this property" (P1629), so the mapping property p can be determined via SPARQL:

?p wdt:P1629 wd:Q36578
@nichtich
nichtich / k2-to-daia.md
Created May 18, 2015 11:08
K2 Availability Server als DAIA-Server

Der K2 Availability Server des KOBV Portal 2.0 liefert aktuelle Verfügbarkeitsinformationen zu Publikationen in Bibliotheken des KOBV. Die Informationen werden aus den einzelnen Ausleihsystemen der Bibliotheken per DAIA oder auf anderem Wege ermittelt und zusammengeführt. Die Schnittstelle lässt sich folgendermaßen nutzen, um wieder DAIA-Konforme DAIA für eine Bibliothek zu bekommen. Sinnvoller ist allerdings direkt auf einen DAIA-Server zuzugreifen.

Die id ist die interne ID des jeweiligen Titeldatensatz im Bibliothekskatalog z.B. BV024100711.

Die JSON-Antwort besteht aus einem Array mit (bei einer Bibliothek) einem Objekt, hier ein Beispiele:

http://avail.kobv.de/k2?ids=DE-188;BV024100711

@nichtich
nichtich / debain-perl-notes.md
Last active September 16, 2015 13:02
Perl to Debian package

Adding an existing package

For instance

$ git clone -b debian ssh://git.debian.org/git/pkg-perl/packages/$PACKAGE.git
$ git push origin debian

To build the debian package

$ milla build

catmandu convert MWTemplates --site en --page Feminism --template Cite_book to XLS --file list.xls
...Excel-Liste manuell bearbeiten...
catmandu convert XLS --file liste.xls --fix 'move_field(TEMPLATE,_type);trim(_type)' to BibTeX
@nichtich
nichtich / Blendwirkung.md
Created January 26, 2015 19:38
LED-Lampe

zu http://fastvoice.net/2010/06/20/kase-trennblatter-als-led-streuscheiben

Das ist eine Klasse Idee, ich hab ähnliches mal mit Butterbrotpapier versucht, das ist auch was für Veganer und andere Käse-Gegner ;-). Wesentlich für die Minderung der Blendwirkung ist der Abstand zwischen LED und dem Papier. Da Papier im Gegensatz zu den im Handel erhältlichen Abdeckungen für LED-Aluprofile aus Pastik nicht so stabil ist, sollte es ggf. mehrlagig genommen werden. Es gibt auch weitere Papierarten und Varianten, die in Frage kommen (Wachs/Ölpapier, Transparentpapier, Glassin..), hier ist etwas Experimentieren gefragt. Ich frage mich wie Papier im Gegensatz zu Plastik bezüglich Lichtdurchlässigkeit bei gleichzeitig genügender Streuung abschneidet.

@nichtich
nichtich / bibtex.bib
Last active July 30, 2023 19:30
Get CSL-Data for a given DOI
@article{Williams_2010,
doi = {10.1371/journal.pone.0010676},
url = {http://dx.doi.org/10.1371/journal.pone.0010676},
year = 2010,
month = {may},
publisher = {Public Library of Science ({PLoS})},
volume = {5},
number = {5},
pages = {e10676},
author = {Jeffrey T. Williams and Kent E. Carpenter and James L. Van Tassell and Paul Hoetjes and Wes Toller and Peter Etnoyer and Michael Smith},