diff --git a/docs/index.md b/docs/index.md index 5d89b73..298d2b5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,9 +1,9 @@ ## Navigating and Processing Data from the TEI with XSLT Welcome to our virtual workshop! Your hosts are an international team: -* [Elisa Beshero-Bondar](https://github.com/ebeshero) (Penn State Erie, USA). -* [Martina Scholger](https://github.com/martinascholger) (Centre for Information Modelling - Austrian Centre for Digital Humanities, University of Graz). -* [Gustavo Riva](https://github.com/GusRiva) (Heidelberg University, Germany) +* [Elisa Beshero-Bondar](https://github.com/ebeshero) (Professor of Digital Humanities, Digital Media, Arts, and Technology, Penn State Erie, The Behrend College, USA). +* [Martina Scholger](https://github.com/martinascholger) (Senior Scientist, Department of Digital Humanities, University of Graz, Austria). +* [Gustavo Riva](https://github.com/GusRiva) (Senior Scientist, University Library, Heidelberg University, Germany) We are coordinating together to help test how well TEI and XSLT can connect the encoding and processing of documents across language and cultural differences. @@ -18,10 +18,10 @@ We will be working with the oXygen XML Editor in this workshop, which you should * Download this zipped directory to your computer and unzip to access the files: -* Alternatively, if you know you're way with GitHub, simply clone our repository at +* If you know how to use GitHub, you should fork our repository at ### Outline -Please feel free to interrupt us vocally with questions and/or use the Chat feature in Zoom to raise questions. We will monitor the chat carefully. +Please feel free to interrupt us vocally with questions! We also have a Google Doc that we can use for the workshop participants to share notes, paste in code, and ask questions: #### Part 1: Document Analysis: Review and refresh understanding of TEI XML tree structures * Basic TEI structure @@ -42,5 +42,13 @@ to produce simple outputs that curate data and show how these can be used in sim * Text * SVG -### Google Docs Notes (Instructor Preparation) - +#### Resources for continuing with XSLT +* Our Teaching Materials: + * DHSI week-long course in XPath, XQuery, XSLT: + * Programming Historian "Transforming Data for Reuse and Re-publication with XML and XSL": (provides useful command line transformation and context outside of oXygen) + * Elisa's XPath and XSLT tutorials: + * David Birnbaum's XPath and XSLT tutorials: +* XML Slack +* Software besides oXygen that you can use to write XSLT + * With caution: Visual Studio Code with XPath/XSLT plugin: +