#!/usr/bin/env python # coding: utf-8 # # DiXiT Coding and collation workshop # # - Presentation # - Schedule # - Instructors # # ## Presentation # This repository hosts materials for the workshop **Code and Collation: Training Textual Scholars**, that takes place in Amsterdam (The Netherlands) from 2 through 4 November 2016. The event is part of the [DiXiT network](http://dixit.uni-koeln.de/) and is hosted by the [Huygens Institute for the History of the Netherlands](https://www.huygens.knaw.nl/?lang=en). It brings together a group of international experts from the fields of textual scholarship and computer science. # # The workshop engages with the theory and practice of semi-automated collation and provides an intense training in the open source collation program CollateX. Participants will learn how to prepare source materials, how to perform semi-automated collation using CollateX, and how to inspect and modify the results; they will acquire or improve computational skills relevant to textual criticism and in particular to the production of scholarly editions. # # ## Schedule # #### Day 1 # 9h30-10h: Registration, coffee and welcome # # 10h-11h30: UNIT 1 - Setting up the working environment: [installation](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit1/Installation.ipynb), [command line](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit1/Command_line.ipynb), [Jupyter notebook](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit1/Jupyter_notebook.ipynb) # # 11h30-12h: *Coffee break* # # 12h-13h: UNIT 2/3 - [Editorial theory](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit2/part1-theory-collation/unit-2-Editorial-theory-and-collation.ipynb). [CollateX in context](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit2/part2-collatex-in-context/CollateX-in-context.ipynb). [Showcase](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit3/Unit%203%2C%20Showcase%20and%20demos.ipynb) of existing projects using CollateX # # 13h-14h: *Lunch* # # 14h-15h30: UNIT 4 - [Theory of semi-automatic collation](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit4/Theory_of_collation.ipynb) # # 15h30-16h: *Coffee break* # # 16h-17h30: UNIT 5 - Collation, witnesses, outputs: tutorial [one](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit5/1_collate-plain-text.ipynb) and [two](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit5/2_collate-plain-text.ipynb). More on [collation outputs](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit5/3_collation-outputs.ipynb). Collating outside the notebook: [create and run Python scripts](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit5/4_collate-outside-the-notebook.ipynb). # # #### Day 2 # 9h30-11: UNIT 6 - Basic [tokenization](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit6/Tokenization.ipynb) and [normalization](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit6/Normalization.ipynb) # # 11h-11h30: *Coffee break* # # 11h30-13h: UNIT 7 - Advances tokenization and normalization: [Unicode](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit7/Unicode-normalization.ipynb), [Soundex](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit7/Soundex%20normalization.ipynb), [Near matching](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit7/Near%20matching.ipynb) # # 13h-14h: *Lunch* # # 14h-15h30: UNIT 8 - Collation and markup: part 1 # # 15h30-16h: *Coffee break* # # 16h-17h30: UNIT 9 - Collation and markup: part 2 # # #### Workshop dinner at [Hemelse Modder](http://hemelsemodder.nl/). # # #### Day 3 # 9h30-11h: UNIT 10 - [Presentations](http://nbviewer.jupyter.org/github/DiXiT-eu/collatex-tutorial/blob/master/unit10/Presentations.ipynb) of ongoing research related to automatic collation # # 11h-11h30: *Coffee break* # # 11h30-12h00: UNIT 11 - Feedbacks from participants and instructors # # 12h00-13h: UNIT 12 - Work on participant's own materials # # 13h-14h: *Lunch* # # 14h-15h30: UNIT 13 - Work on participant's own materials # # ## Instructors # - Tara Andrews (University of Vienna, http://www.univie.ac.at/Geschichte/htdocs2/site/arti.php/91079) # - Gioele Barabucci (University of Cologne, http://svario.it/gioele/uni) # - David J. Birnbaum (University of Pittsburgh, http://www.obdurodon.org) # - Elli Bleeker (University of Antwerp, https://www.uantwerpen.be/en/staff/elli-bleeker/) # - Ronald Haentjens Dekker (Huygens ING, https://www.huygens.knaw.nl/dekker/?lang=en) # - Leif-Jöran Olsson (University of Gothenburg, http://svenska.gu.se/om-oss/personal?userId=xollei) # - Catherine Smith (University of Birmingham, http://www.birmingham.ac.uk/staff/profiles/tr/smith-catherine.aspx) # - Elena Spadini (Huygens ING, https://www.huygens.knaw.nl/elena-spadini/?lang=en) # - Joris van Zundert (Huygens ING, https://www.huygens.knaw.nl/vanzundert/) # # ## Workshop materials # The materials collected here are partly taken from the tutorials for the [CollateX Workshop](http://collatex.obdurodon.org/) held in Sydney during DH 2016 and from the instructors' teaching materials and partly created for this workshop. We would like to thank all the instructors for their contributions.