aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_intro.qmd4
-rw-r--r--ref.bib30
2 files changed, 34 insertions, 0 deletions
diff --git a/_intro.qmd b/_intro.qmd
index 1271a0b..12cfd44 100644
--- a/_intro.qmd
+++ b/_intro.qmd
@@ -6,10 +6,14 @@ to produce a website, a PDF document, a presentation slide show and more.
This project will write an extension
to detect semantic annotations in the Markdown input,
+[@FrancartSemanticMarkdown2020]
transforming them as appropriate to the various output formats -
e.g. XMP metadata for PDF output and RDFa for html output.
+[@WikipediaXMPPage]
+[@rdfaInfoPage]
Already a specification has been draftet
+[@SementicMarkdownSpec]
for how to annotate semantics embedded in Markdown.
The challenge is to implement that specification -
and possibly spot and refine the spec,
diff --git a/ref.bib b/ref.bib
index b06ea93..df1283f 100644
--- a/ref.bib
+++ b/ref.bib
@@ -42,6 +42,36 @@
file = {:Mailund2019book - Introducing Markdown and Pandoc_ Using Markup Language and Document Converter.pdf:PDF},
}
+@Misc{WikipediaXMPPage,
+ editor = {wikipedia},
+ title = {Extensible Metadata Platform},
+ language = {English},
+ url = {https://en.wikipedia.org/wiki/Extensible_Metadata_Platform},
+ urldate = {2025},
+}
+
+@Misc{rdfaInfoPage,
+ title = {Linked Data in HTML},
+ language = {English},
+ url = {https://rdfa.info/},
+ urldate = {2025},
+}
+
+@Article{FrancartSemanticMarkdown2020,
+ author = {Thomas Francart},
+ date = {2020-02-20},
+ title = {Semantic Markdown Specifications},
+ editor = {sparna},
+ url = {https://blog.sparna.fr/2020/02/20/semantic-markdown/},
+}
+
+@Misc{SementicMarkdownSpec,
+ date = {2022-04-09},
+ editor = {jones.dk},
+ title = {Semantic Markdown Spec (Alpha Draft)},
+ url = {https://source.jones.dk/semantic-markdown/about/},
+}
+
@Comment{jabref-meta: databaseType:biblatex;}
@Comment{jabref-meta: fileDirectory-jonas-bastian:/home/jonas/Projects/RUC/LIB/md;}