Skip to content

Instantly share code, notes, and snippets.

View pdaengeli's full-sized avatar

Peter Daengeli pdaengeli

View GitHub Profile

title: FDM mit Gitlab. Digitale Editionen am CCeH

slideOptions: theme: simple transition: none

lang: de

tags: rdm, fdm, forschungsdaten, research data, cceh, hallernet, gitlab

initial version: Tue, Apr 21, 2020 9:36 AM
changes: Tue, Apr 21, 2020 9:50 AM
changes: Sat, May 16, 2020 11:25 PM
initially publised at: https://md.hallernet.org/s/S1WTRV2_L
exported from CodiMD (phase-out imminent): Mon, Apr 8, 2024

Methodenexkurs: ad-hoc-Schematron (explorativ) auf viele Verzeichnisse anwenden

@pdaengeli
pdaengeli / alto-to-lines.xsl
Last active March 16, 2023 13:40
Data Hackdays BE 2023, Datafying Bärn: line by line content from ALTO XML
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"
exclude-result-prefixes="xs xd"
xpath-default-namespace="http://www.loc.gov/standards/alto/ns-v3#"
expand-text="true"
version="3.0">
<xd:doc scope="stylesheet">
<xd:desc>
@pdaengeli
pdaengeli / split-maildir.xsl
Last active April 28, 2023 18:57
Split maildir files into header and body (for text analysis)
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:local="local"
xmlns:map="http://www.w3.org/2005/xpath-functions/map"
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"
exclude-result-prefixes="local map xs xd"
version="3.0">
<xd:doc scope="stylesheet">
<xd:desc>
@pdaengeli
pdaengeli / cx2072x_sound_zorin.sh
Last active January 24, 2021 14:56 — forked from heikomat/cx2072x_sound_debian.sh
Get bytcht-cx2072x to work (sound driver for e.g. HP 2x 210)
#!/bin/bash
# based on https://gist.github.com/heikomat/3fe272431b44b580c933bfb901a92257 by heikomat
system=$(lsb_release --description)
system_name=$(lsb_release --id --short)
system_version=$(lsb_release --release --short)
system_main_version=${system_version%%.*}
is_debian=false
@pdaengeli
pdaengeli / CorrespSearch_georeferencedPlaces.txt
Created June 30, 2020 12:18
CorrespSearch_georeferencedPlaces.txt
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
List of all authority referenced entries in
https://correspsearch.net/api/v1.1/tei-xml.xql?correspondent=all
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BEGIN OF LIST
,
(Graz), http://www.geonames.org/2778067
(Hans-Le-Grand bei) Sainte-Menehould, http://www.geonames.org/2980400
(Königsbach-)Stein bei Pforzheim, http://www.geonames.org/3206188
@pdaengeli
pdaengeli / CorrespSearch_georeferencedPlaces.txt
Last active December 3, 2018 22:09
List of geo referenced places in the CorrespSearch dataset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
List of all authority referenced entries in
https://correspsearch.net/api/v1.1/tei-xml.xql?correspondent=all
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BEGIN OF LIST
,
@pdaengeli
pdaengeli / keybase.md
Created October 2, 2017 14:20
Keybase.md

Keybase proof

I hereby claim:

  • I am pdaengeli on github.
  • I am pdaengeli (https://keybase.io/pdaengeli) on keybase.
  • I have a public key ASClRd3XnFs8WD0QzQ8aD0Ohaz1pnRbCq1PHvOlzHNNz3Qo

To claim this, I am signing this object:

@pdaengeli
pdaengeli / 99-bottles-of-beer.xsl
Last active July 26, 2017 21:12
99 bottles of beer
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:fn="https://gist.github.com/pdaengeli/fd9050284a96e5d0aacacf617a8e789c"
exclude-result-prefixes="xs"
version="3.0">
<!-- 99 bottles of beer (http://www.99-bottles-of-beer.net), XSLT 3.0 -->
<!-- https://gist.github.com/pdaengeli/fd9050284a96e5d0aacacf617a8e789c -->
@pdaengeli
pdaengeli / RenamaUsingFirstRow.xsl
Created July 10, 2017 23:07
Restructure Spreadsheet ML
<?xml version="1.0" encoding="UTF-8"?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"
exclude-result-prefixes="xs xd"
version="2.0">
<xsl:output indent="yes"/>
<xd:doc>
<xd:desc>