Skip to content

Commit d6ad7cb

Browse files
committed
Adjust links to the next lesson
1 parent c701b29 commit d6ad7cb

10 files changed

+27
-10
lines changed

01_Getting_Metafacture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ But the examples are still provided in the Playground.
1919

2020
To run Metafacture on your local machine you need a Linux/Unix Bash Shell (part of every Linux, MacOS and Windows >=10) with Metafacture Core installed. In this course we are not teaching you how to use the command line. For that see: [Chapter 6](./06_MetafactureCLI.md)
2121

22+
---------------
2223

2324
**Next lesson**: [02 Introduction into Metafacture Flux](./02_Introduction_into_Metafacture-Flux.md)

02_Introduction_into_Metafacture-Flux.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,6 @@ As you surely already saw I mentioned transform as one step in a metafacture wor
355355
But aside from changing the serialisation we did not play around with transformations yet.
356356
This will be the theme of the next session.
357357

358-
Next lesson: [03 Introduction into Metafacture-Fix](./03_Introduction_into_Metafacture-Fix.md)
358+
---------------
359+
360+
**Next lesson**: [03 Introduction into Metafacture-Fix](./03_Introduction_into_Metafacture-Fix.md)

03_Introduction_into_Metafacture-Fix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,6 @@ Have a look at the fix functions: https://metafacture.org/metafacture-documentat
171171
or <a href="https://metafacture.org/playground/?flux=%22https%3A//openlibrary.org/books/OL2838758M.json%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+decode-json%0A%7C+fix+%28transformationFile%29%0A%7C+encode-yaml%0A%7C+print%0A%3B&transformation=move_field%28%22type.key%22%2C%22pub_type%22%29%0Areplace_all%28%22pub_type%22%2C%22/type/%22%2C%22%22%29%0Atimestamp%28%22map_date%22%2Cformat%3A%22yyyy-MM-dd%27T%27HH%3Amm%3Ass%22%2C+timezone%3A%22Europe/Berlin%22%29%0Aretain%28%22title%22%2C+%22publish_date%22%2C+%22by_statement%22%2C+%22pub_type%22%2C+%22map_date%22%29">use timestamp</a>
172172
</details>
173173

174-
Next lesson: [04 Fix Path](./04_Fix-Path.md)
174+
---------------
175+
176+
**Next lesson**: [04 Fix Path](./04_Fix-Path.md)

04_Fix-Path.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,6 @@ title.lang
226226

227227
If you want to create xml with attributes then you need to map to this structure too. We will come back to lection working with xml in lesson 10.
228228

229-
Next lessons: [05 More Fix Concepts](./05-More-Fix-Concepts.md)
229+
---------------
230+
231+
**Next lesson**: [05 More Fix Concepts](./05-More-Fix-Concepts.md)

05-More-Fix-Concepts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,6 @@ For the supported binds see: https://metafacture.github.io/metafacture-documenta
244244

245245
TODO: Add excercises.
246246

247-
Next lesson: [06 Metafacture CLI](./06_MetafactureCLI.md)
247+
---------------
248+
249+
**Next lesson**: [06 Metafacture CLI](./06_MetafactureCLI.md)

06_MetafactureCLI.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,6 @@ Excercise: Download the following folder (TODO) with three test examples and run
169169
- Add a fix file and add the fix module in the flux. With `nothing()` as content.
170170
- Add some transformations to the fix e.g. add fields.
171171

172-
Next lesson: [07 Processing MARC](./07_Processing_MARC.md)
172+
---------------
173+
174+
**Next lesson**: [07 Processing MARC](./07_Processing_MARC.md)

07_Processing_MARC.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,6 @@ Try to fetch some data from GND or other MARC XML resource and use the flux comm
359359

360360
- TODO: Add an example for a list bind or an conditional.
361361

362-
Next lesson: [08 Harvest data with OAI-PMH](./08_Harvest_data_with_OAI-PMH.md)
362+
---------------
363+
364+
**Next lesson**: [08 Harvest data with OAI-PMH](./08_Harvest_data_with_OAI-PMH.md)

08_Harvest_data_with_OAI-PMH.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ Now you can run an ETL process (extract, transform, load) with this worklflow:
7171

7272
Excercise: Try to fetch data from a OAI-PMH you know. (e.g. the [DNB OAI](https://www.dnb.de/DE/Professionell/Metadatendienste/Datenbezug/OAI/oai_node.html))
7373

74-
Next lesson:
75-
[09 Working with CSV and TSV](./09_Working_with_CSV.md)
74+
---------------
75+
76+
**Next lesson**: [09 Working with CSV and TSV](./09_Working_with_CSV.md)

09_Working_with_CSV.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ Excercises:
7575
- [Decode this csv keep the header.](https://metafacture.org/playground/?flux=inputFile%0A%7C+open-file%0A...%0A...%0A%7C+encode-yaml%0A%7C+print%0A%3B&data=%22id%22%2C%22name%22%2C%22creator%22%0A%221%22%2C%22Book+1%22%2C%22Maxi+Muster%22%0A%222%22%2C%22Book+2%22%2C%22Sandy+Sample%22)
7676
- [Create a tsv with the record idenfier (`_id`), title (`245` > `title`) and isbn (`020` > `isbn`) from a marc dump.](https://metafacture.org/playground/?flux=%22https%3A//raw.githubusercontent.com/metafacture/metafacture-core/master/metafacture-runner/src/main/dist/examples/read/marc21/10.marc21%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+decode-marc21%0A%7C+fix%28transformationFile%29%0A%7C+flatten%0A%7C+encode-csv%28includeHeader%3D%22TRUE%22%2C+separator%3D%22\t%22%2C+noQuotes%3D%22false%22%29%0A%7C+print%0A%3B&transformation=)
7777

78+
---------------
7879

79-
Next lesson: [10 Working with XML](./10_Working_with_XML.md)
80+
**Next lesson**: [10 Working with XML](./10_Working_with_XML.md)

10_Working_with_XML.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,6 @@ inputFile
124124

125125
> TODO: Add excercises.
126126

127-
Next lesson: [11 Mapping Marc to Dublin Core](./11_MARC_to_Dublin_Core.md)
127+
---------------
128+
129+
**Next lesson**: [11 Mapping Marc to Dublin Core](./11_MARC_to_Dublin_Core.md)

0 commit comments

Comments
 (0)