HackMD
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit
      • Invitee
      • No invitee
    • Publish Note

      Publish Note

      Everyone on the web can find and read all notes of this public team.
      Once published, notes can be searched and viewed by anyone online.
      See published notes
      Please check the box to agree to the Community Guidelines.
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit
Invitee
No invitee
Publish Note

Publish Note

Everyone on the web can find and read all notes of this public team.
Once published, notes can be searched and viewed by anyone online.
See published notes
Please check the box to agree to the Community Guidelines.
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- tags: Praxislabor --- # Praxislabor Digitale Geisteswissenschaften - Wintersemester 2020/21 Alle Materialien sind im [moodle-Kurs](https://moodle.studiumdigitale.uni-frankfurt.de/moodle/course/view.php?id=1007) verfügbar. ## 1. Datenbereinigung mit OpenRefine ### Links und Hilfen für die Hands-on Übung zu OpenRefine * Übungsdaten: https://docs.google.com/document/d/1tAb4vkFP-_rMCXlTdMYT3XDRbHzmlJ1HdvFby-Semp8/edit?usp=sharing * Schritt-für-Schritt-Beschreibung "GND reconciliation for OpenRefine" (via lobid.org): http://blog.lobid.org/2018/08/27/openrefine.html * Link zum GND reconciliation service (einzufügen als Standard-Service in OpenRefine): "https://lobid.org/gnd/reconcile" * Linkstruktur GND: http://d-nb.info/gnd/... ### Themenvorschläge für die Hands-on Übung OpenRefine (bitte ergänzen Sie!) * * ## 2. Texte schreiben in Markdown ### Themenvorschläge für die Hands-on Übung zu Markdown (bitte ergänzen Sie!) * * ## 3. Einführung in TEI/XML ### Übung 1: Richtig oder falsch? (10 Minuten in Breakout-Rooms) ```{html} <p>Lorem ipsum</P> ``` - [ ] richtig, weil: - [x] richtig, weil: - [ ] richtig, weil: - [x] falsch, weil: case sensitive nicht beachtet - [x] falsch, weil: nicht case sensitive - [x] falsch, weil: Case sensitive tags ```{html} <p><wort>Lorem ipsum</p></wort> ``` - [ ] richtig, weil: - [ ] richtig, weil: - [ ] richtig, weil: - [x] falsch, weil: Tags falsch geschachtelt - [x] falsch, weil:Reihenfolge falsch - [x] falsch, weil: Reihengolfe der Tags nicht respektiert - [x] falsch, weil Reihenfolge verdreht ```{html} <wort>Lorem <p>ipsum</p></wort> ``` - [x] richtig, weil: alles stimmt ;-) - [x] richtig, weil:Reihenfolge stimmt - [x] richtig, weil: richtige Reihenfolge - [ ] falsch, weil: - [ ] falsch, weil: - [ ] falsch, weil: ```{html} <p type=blindtext>Lorem ipsum</p> ``` - [ ] richtig, weil: - [ ] richtig, weil: - [ ] richtig, weil: - [x] falsch, weil: Anführungszeichen fehlnen - [x] falsch, weil:siehe oben - [x] falsch, weil: Fehlen der Anführungszeichen bei blindtext ```{html} <p type="blindtext" > ``` - [ ] richtig, weil: - [ ] richtig, weil: - [ ] richtig, weil: - [x] falsch, weil: schließendes Element fehlt - [x] falsch, weil:keine schließendes Element - [x] falsch, weil: schließendes Tag fehlt ```{html} <p type="blindtext"/> ``` - [x] richtig, weil: leeres Element - [ ] richtig, weil: - [ ] richtig, weil: - [ ] falsch, weil: Klammer des öffnenden Ps und schließendes P fehlen?? - [ ] falsch, weil: Klammer vor '/' fehlt - [ ] falsch, weil: ```{html} < p type="blindtext"/>Lorem ipsum</p> ``` - [ ] richtig, weil: - [ ] richtig, weil: - [ ] richtig, weil: - [x] falsch, weil: Slash zu viel im Anfangselement - [x] falsch, weil: Slash zu viel, schließendes Element vor Lorem ipsum falsch - [ ] falsch, weil: ```{html} <p type="blindtext">Lorem ipsum <gap/></p> ``` - [x] richtig, weil: leeres Element korrekt verschachtelt - [ ] richtig, weil: - [ ] richtig, weil: - [ ] falsch, weil: öffnendes gap vor Lorem ipsum? - [ ] falsch, weil: - [ ] falsch, weil: ### Themenvorschläge für die Hands-on Übung zur Textauszeichnung in TEI/XML (bitte ergänzen Sie!) * praktische Anwendung/Weihnachtsthema? * Bundestagsprotokolle * Sammelbände und entsprechende Textbeiträge * (Fach)Zeitschriftenbeiträge o.ä. ### Feedback zur Einführung in die Textauszeichnung mit TEI/XML: One up, one down (bitte keine Wiederholungen :wink:)! - up: gute Übung zum Einstieg - down: - up: Sehr verständliche Präsentation der Grundlagen und tolle Übungsaufgaben um die ersten theoretischen Erkenntnisse zu festigen. - down: - up: - down: - up: - down: - up: - down: - up: - down: - up: - down: ## 4. Einführung in XPath ### Übungen Laden Sie bitte für die folgenden Übungen die [Übungsdatei](https://moodle.studiumdigitale.uni-frankfurt.de/moodle/course/view.php?id=1007#section-4) herunter und öffnen Sie diese bitte im Oxygen XML-Editor. ### Übung 1: Einstieg #### Wie sieht der korrekte XPath aus für... - für alle Paragraphen in Divisions - Antwort 1: - Antwort 2: - Antwort 3: - Antwort 4: - ... - Personennamen innerhalb von Paragraphen - Antwort 1: - Antwort 2: - Antwort 3: - Antwort 4: - ... #### Welches Ergebnis hat der Ausdruck? /TEI/teiHeader/fileDesc/titleStmt/title - Antwort 1: - Antwort 2: - Antwort 3: - Antwort 4: - ... #### Übung 2: Einschränkungen / Prädikate - Finden Sie den dritten Paragraphen in der zweiten Division - [x] Antwort 1:/TEI/text/body/div[2]/p[3] - [x] Antwort 2:/TEI/text/body/div[2]/p[3] - [x] Antwort 3:/TEI/text/body/div[2]/p[3] - [x] Antwort 4:/TEI/text/body/div[2]/p[3] - Welches Ergebnis hat der Ausdruck? ``` /TEI/teiHeader/profileDesc/particDesc/listPerson/person[2]/birth/date[2] ``` - [x] Antwort 1:28.August 1828 - [x] Antwort 2:28. August 1828 - [x] Antwort 3: 28. August 1828 - [ ] Antwort 4: #### Übung 3: Achsen Finden Sie alle Personennamen in Divisions - [x] Antwort 1:/TEI/text/body/div/descendant::persName - [ ] Antwort 2:/TEI/text/body/div/attribute::persName - [ ] Antwort 3: - [ ] Antwort 4:/TEI/text/body/div/p/descendant::persName Finden Sie das Elternelement der zweiten Überschrift - [x] Antwort 1: //head[2]/parent::* - [ ] Antwort 2: - [ ] Antwort 3: - [ ] Antwort 4: Welches Ergebnis hat folgender Ausdruck: ``` //div/attribute::type ``` - [x] Antwort 1: type-Attribute aller ```<div>```s - [ ] Antwort 2: - [ ] Antwort 3: - [ ] Antwort 4: #### Übung 4: Verschiedene Knotentypen - Finden Sie die Text-Elemente der Paragraphen in der ersten Division - [ ] Antwort 1: TEI/div[1]/p/text(0) - [ ] Antwort 2: /div [position()=1]/p/text() - [ ] Antwort 3: //text/body/div[1]/p/text() - [x] Antwort 4:/TEI/text/body/div[1]/p//text() - Finden Sie alle Text-Elemente innerhalb von ```<persName>``` - [ ] Antwort 1:/TEI/text/body/div/descendant::persName - [x] Antwort 2:TEI/text//persName/text() - [ ] Antwort 3:TEI/text//persName - [ ] Antwort 4: - Finden Sie alle xml:ids innerhalb von ```<person>``` - [x] Antwort 1: //person/xml:id - [ ] Antwort 2: - [ ] Antwort 3: - [ ] Antwort 4: ### Themenvorschläge für die Hands-on Übung zu XPath (bitte ergänzen Sie!) * * ## 5. Handschriftenerkennung mit Transkribus ### Themenvorschläge für die Hands-on Übung zu Transkribus (bitte ergänzen Sie!) * * ## 6. Einführung in R ### Themenvorschläge für die Hands-on Übung zu R (bitte ergänzen Sie!) * * ## Ihre Anregungen und Wünsche für künftige Workshops * Danke für Ihr Feedback!

Import from clipboard

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template is not available.
Upgrade
All
  • All
  • Team
No template found.

Create custom template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Tutorials

Book Mode Tutorial

Slide Mode Tutorial

Contacts

Facebook

Twitter

Discord

Feedback

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Upgrade to Prime Plan

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

No updates to save
Compare with
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Upgrade

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Upgrade

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully