Skip to content

Commit

Permalink
Seriously updating index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeshero authored Aug 23, 2024
1 parent ae61057 commit 54bd63c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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:
<https://github.com/TEIC/tei2024-XSLT-workshop/archive/refs/heads/main.zip>

* Alternatively, if you know you're way with GitHub, simply clone our repository at <https://github.com/ebeshero/dh2022-XSLT-workshop/>
* If you know how to use GitHub, you should fork our repository at <https://github.com/ebeshero/dh2022-XSLT-workshop/>

### 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: <https://docs.google.com/document/d/1Z2_P4Hwxaw_6SKEXnee5CQ5BRgNZIyEI1tF3QSZvkOg/edit?usp=sharing>

#### Part 1: Document Analysis: Review and refresh understanding of TEI XML tree structures
* Basic TEI structure
Expand All @@ -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)
<https://bit.ly/dh2022-XSLT>
#### Resources for continuing with XSLT
* Our Teaching Materials:
* DHSI week-long course in XPath, XQuery, XSLT: <https://ebeshero.github.io/UpTransformation/schedule.html>
* Programming Historian "Transforming Data for Reuse and Re-publication with XML and XSL": <https://programminghistorian.org/en/lessons/transforming-xml-with-xsl> (provides useful command line transformation and context outside of oXygen)
* Elisa's XPath and XSLT tutorials: <https://newtfire.org/courses/tutorials/#xpath>
* David Birnbaum's XPath and XSLT tutorials: <http://dh.obdurodon.org/index.xhtml#xpath>
* XML Slack
* Software besides oXygen that you can use to write XSLT
* With caution: Visual Studio Code with XPath/XSLT plugin: <https://marketplace.visualstudio.com/items?itemName=deltaxml.xslt-xpath>

0 comments on commit 54bd63c

Please sign in to comment.