aboutsummaryrefslogtreecommitdiff
path: root/ref.bib
blob: 93d6152e09ee52121bd044c7dca6d6d634176d35 (plain)
  1. @InBook{Ciancarini2013,
  2.   author = {Ciancarini, Paolo and Di Iorio, Angelo and Nuzzolese, Andrea Giovanni and Peroni, Silvio and Vitali, Fabio},
  3. title = {Semantic Annotation of Scholarly Documents and Citations},
  4. doi = {10.1007/978-3-319-03524-6_29},
  5. pages = {336--347},
  6. crossref = {Baldoni2013},
  7. }
  8. @InBook{Mailund2019chap3,
  9. author = {Mailund, Thomas},
  10. booktitle = {Introducing Markdown and Pandoc},
  11. date = {2019},
  12. title = {Writing Markdown},
  13. doi = {10.1007/978-1-4842-5149-2_3},
  14. isbn = {9781484251492},
  15. pages = {13--22},
  16. publisher = {Apress},
  17. }
  18. @InBook{Mailund2019chap2,
  19. author = {Mailund, Thomas},
  20. booktitle = {Introducing Markdown and Pandoc},
  21. date = {2019},
  22. title = {Why Use Markdown and Pandoc},
  23. doi = {10.1007/978-1-4842-5149-2_2},
  24. isbn = {9781484251492},
  25. pages = {5--12},
  26. publisher = {Apress},
  27. }
  28. @InBook{Mailund2019chap1,
  29. author = {Mailund, Thomas},
  30. booktitle = {Introducing Markdown and Pandoc},
  31. date = {2019},
  32. title = {The Beginner’s Guide to Markdown and Pandoc},
  33. doi = {10.1007/978-1-4842-5149-2_1},
  34. isbn = {9781484251492},
  35. pages = {1--3},
  36. publisher = {Apress},
  37. }
  38. @Book{Mailund2019book,
  39. author = {Mailund, Thomas},
  40. date = {2019},
  41. title = {Introducing Markdown and Pandoc},
  42. booksubtitle = {Using Markup Language and Document Converter},
  43. doi = {10.1007/978-1-4842-5149-2},
  44. isbn = {9781484251492},
  45. publisher = {Apress},
  46. file = {:Mailund2019book - Introducing Markdown and Pandoc_ Using Markup Language and Document Converter.pdf:PDF},
  47. }
  48. @Book{Leonard2016mime,
  49. author = {Sean Leonard},
  50. date = {2016-03},
  51. title = {The text/markdown Media Type},
  52. doi = {10.17487/rfc7763},
  53. institution = {Internet Engineering Task Force},
  54. }
  55. @Online{Gruber2004,
  56. author = {John Gruber},
  57. date = {2004-12-17},
  58. title = {Markdown},
  59. url = {https://daringfireball.net/projects/markdown/},
  60. organization = {{Daring Fireball}},
  61. urldate = {2025-02-18},
  62. }
  63. @Online{Gruber2004syntax,
  64. author = {John Gruber},
  65. date = {2004},
  66. title = {Markdown},
  67. url = {https://daringfireball.net/projects/markdown/syntax},
  68. organization = {{Daring Fireball}},
  69. subtitle = {Syntax},
  70. urldate = {2025-05-19},
  71. }
  72. @Book{Leonard2016,
  73. author = {Sean Leonard},
  74. date = {2016-03},
  75. title = {Guidance on Markdown: Design Philosophies, Stability Strategies, and Select Registrations},
  76. doi = {10.17487/rfc7764},
  77. institution = {Internet Engineering Task Force},
  78. }
  79. @Online{Heesch2025,
  80. author = {Dimitri van Heesch},
  81. date = {2025-01-09},
  82. title = {Doxygen},
  83. url = {https://doxygen.nl/manual/markdown.html},
  84. subtitle = {Markdown support},
  85. urldate = {2025-02-18},
  86. }
  87. @Online{Github2025,
  88. date = {2025-02-18},
  89. editor = {{Github, Inc.}},
  90. title = {About {READMEs}},
  91. url = {https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes},
  92. organization = {GitHub, Inc.},
  93. urldate = {2025-02-18},
  94. }
  95. @Online{GitLab2025,
  96. author = {{GitLab Inc.}},
  97. date = {2025-02-17},
  98. title = {GitLab Flavored Markdown (GLFM)},
  99. url = {https://docs.gitlab.com/user/markdown/},
  100. organization = {GitLab Inc.},
  101. urldate = {2025-02-18},
  102. }
  103. @Online{Codeberg2024,
  104. author = {{Codeberg Docs Contributors}},
  105. date = {2024-11-29},
  106. title = {Your First Repository},
  107. url = {https://docs.codeberg.org/getting-started/first-repository/},
  108. subtitle = {Codeberg Documentation},
  109. urldate = {2025-02-18},
  110. }
  111. @Online{Oracle2025,
  112. author = {{Oracle}},
  113. date = {2025-01-25},
  114. title = {JavaDoc Guide},
  115. url = {https://docs.oracle.com/en/java/javase/23/javadoc/using-markdown-documentation-comments.html#GUID-27E3BB65-BF86-4F8A-9C6C-A864682BEA84},
  116. subtitle = {Markdown in Documentation Comments},
  117. urldate = {2025-02-18},
  118. }
  119. @Online{RustTeam2024,
  120. author = {{the Rust Team}},
  121. date = {2024-04-04},
  122. title = {The rustdoc book},
  123. url = {https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html},
  124. subtitle = {What is rustdoc?},
  125. urldate = {2025-02-18},
  126. }
  127. @Online{Sphinx2025,
  128. author = {{the Sphinx developers}},
  129. date = {2025-01-29},
  130. title = {Sphinx documentation},
  131. url = {https://www.sphinx-doc.org/en/master/usage/markdown.html},
  132. subtitle = {Markdown},
  133. urldate = {2025-02-18},
  134. }
  135. @Online{JSDoc2023,
  136. author = {{the contributors to JSDoc}},
  137. date = {2023-10-31},
  138. title = {Use JSDoc},
  139. url = {https://jsdoc.app/plugins-markdown},
  140. subtitle = {Using the Markdown plugin},
  141. urldate = {2025-02-18},
  142. }
  143. @Online{Microsoft2023,
  144. date = {2023-07-12},
  145. editor = {{Microsoft}},
  146. title = {docfx},
  147. url = {https://dotnet.github.io/docfx/docs/basic-concepts.html},
  148. subtitle = {Basic Concepts},
  149. urldate = {2025-02-18},
  150. }
  151. @Thesis{Mikkelsen2000,
  152. author = {Nicolai Bendix Mikkelsen},
  153. date = {2000-11},
  154. institution = {Roskilde Universitetscenter},
  155. title = {Gaveøkonomi [Gift Economy]},
  156. type = {mathesis},
  157. language = {danish},
  158. subtitle = {et perspektiv på udveksling over nettet [a perspective on exchange over the internet]},
  159. url = {http://gift-economy.jones.dk/speciale/},
  160. urldate = {2024-04-16},
  161. }
  162. @Article{White2022,
  163. author = {Jason White},
  164. date = {2022-12},
  165. journaltitle = {Journal of Science Education for Students with Disabilities},
  166. title = {Using Markup Languages for Accessible Scientific, Technical, and Scholarly Document Creation},
  167. doi = {10.14448/jsesd.14.0005},
  168. issn = {1940-9923},
  169. number = {1},
  170. pages = {1--22},
  171. volume = {25},
  172. file = {:White2022 - Using Markup Languages for Accessible Scientific, Technical, and Scholarly Document Creation.pdf:PDF},
  173. publisher = {RIT Libraries},
  174. }
  175. @Book{Baldoni2013,
  176. date = {2013},
  177. title = {AI*IA 2013: Advances in Artificial Intelligence},
  178. doi = {10.1007/978-3-319-03524-6},
  179. editor = {Matteo Baldoni and Cristina Baroglio and Guido Boella and Roberto Micalizio},
  180. isbn = {9783319035246},
  181. publisher = {Springer International Publishing},
  182. booksubtitle = {XIIIth International Conference of the Italian Association for Artificial Intelligence, Turin, Italy, December 4-6, 2013. Proceedings},
  183. booktitle = {AI*IA 2013: Advances in Artificial Intelligence},
  184. file = {:Baldoni2013 - AI_IA 2013_ Advances in Artificial Intelligence.pdf:PDF},
  185. issn = {1611-3349},
  186. journaltitle = {Lecture Notes in Computer Science},
  187. }
  188. @TechReport{Herman2015,
  189. date = {2015-03-17},
  190. institution = {{W3C}},
  191. title = {RDFa 1.1 Primer - Third Edition},
  192. language = {English},
  193. subtitle = {Rich Structured Data Markup for Web Documents},
  194. url = {https://www.w3.org/TR/rdfa-primer/},
  195. urldate = {2025},
  196. version = {3},
  197. editor = {Ivan Herman and Ben Adida and Manu Sporny and Mark Birbeck},
  198. }
  199. @TechReport{MacFarlane2024,
  200. author = {John {MacFarlane}},
  201. date = {2024-01-28},
  202. title = {{CommonMark} Spec},
  203. language = {English},
  204. url = {https://spec.commonmark.org/0.31.2/},
  205. urldate = {2025-05-25},
  206. version = {0.31.2},
  207. }
  208. @Online{Francart2020,
  209. author = {Thomas Francart},
  210. date = {2020-02-20},
  211. title = {Semantic Markdown Specifications},
  212. url = {https://blog.sparna.fr/2020/02/20/semantic-markdown/},
  213. organization = {{Sparna}},
  214. urldate = {2025-05-19},
  215. }
  216. @Online{Smedegaard2022,
  217. author = {Jonas Smedegaard and Thomas Francart},
  218. date = {2022-04-09},
  219. title = {Semantic Markdown Spec (Alpha Draft)},
  220. url = {https://source.jones.dk/semantic-markdown/about/},
  221. }
  222. @Online{Smedegaard2022cmark,
  223. author = {Jonas Smedegaard},
  224. date = {2022-04-09},
  225. title = {CommonMark-RDF},
  226. url = {https://source.jones.dk/commonmark-rdf-spec/about/},
  227. }
  228. @Article{Daquino2023,
  229. author = {Daquino, Marilena and Massari, Arcangelo and Peroni, Silvio and Shotton, David},
  230. date = {2023},
  231. title = {The OpenCitations Data Model},
  232. doi = {10.6084/M9.FIGSHARE.3443876},
  233. copyright = {Creative Commons Attribution 4.0 International},
  234. keywords = {Library and information studies not elsewhere classified},
  235. publisher = {figshare},
  236. }
  237. @TechReport{PDFAssociation2020,
  238. author = {{PDF Association}},
  239. date = {2020-12},
  240. title = {Document management - Portable document format -},
  241. number = {ISO 32000-2:2020},
  242. subtitle = {Part 2: PDF 2.0},
  243. url = {https://www.iso.org/standard/75839.html},
  244. urldate = {2024-12-22},
  245. version = {2},
  246. comment = {https://pdfa.org/resource/iso-32000-2/},
  247. file = {:PDFAssociation2020 - Document Management Portable Document Format.pdf:PDF},
  248. organisation = {PDF Association},
  249. publisher = {International Organization for Standardization},
  250. }
  251. @InBook{Rapp2023,
  252. author = {Christian Rapp and Till Heilmann and Otto Kruse},
  253. title = {Beyond MS Word: Alternatives and Developments},
  254. doi = {10.1007/978-3-031-36033-6_3},
  255. pages = {33--47},
  256. }
  257. @Book{Kruse2023,
  258. date = {2023},
  259. title = {Digital Writing Technologies in Higher Education},
  260. doi = {10.1007/978-3-031-36033-6},
  261. editor = {Otto Kruse and Chris M. Anson and Elena Cotos and Antonette Shibani and Christian Rapp and Kalliopi Benetos and Ann Devitt},
  262. isbn = {978-3-03-136033-6},
  263. publisher = {Springer International Publishing},
  264. booksubtitle = {Theory, Research, and Practice},
  265. booktitle = {Digital Writing Technologies in Higher Education},
  266. file = {:Kruse2023 - Digital Writing Technologies in Higher Education.pdf:PDF},
  267. }
  268. @Article{Ovadia2014,
  269. author = {Steven Ovadia},
  270. date = {2014-04},
  271. journaltitle = {Behavioral & Social Sciences Librarian},
  272. title = {Markdown for Librarians and Academics},
  273. doi = {10.1080/01639269.2014.904696},
  274. issn = {1544-4546},
  275. number = {2},
  276. pages = {120--124},
  277. volume = {33},
  278. file = {:Ovadia2014 - Markdown for Librarians and Academics.pdf:PDF},
  279. publisher = {Informa UK Limited},
  280. }
  281. @TechReport{Adobe2012,
  282. date = {2012-04},
  283. title = {Extensible Metadata Platform (XMP) Specification},
  284. subtitle = {Part 1, Data Model, Serialization, and Core Properties},
  285. comment = {https://github.com/adobe/XMP-Toolkit-SDK/blob/main/docs/XMPSpecificationPart1.pdf},
  286. editor = {{Adobe Systems Incorporated}},
  287. file = {:Adobe2012 - Extensible Metadata Platform (XMP) Specification.pdf:PDF},
  288. }
  289. @Article{Ford2004,
  290. author = {Bryan Ford},
  291. date = {2004-01},
  292. journaltitle = {ACM SIGPLAN Notices},
  293. title = {Parsing expression grammars},
  294. doi = {10.1145/982962.964011},
  295. issn = {1558-1160},
  296. number = {1},
  297. pages = {111--122},
  298. subtitle = {a recognition-based syntactic foundation},
  299. volume = {39},
  300. file = {:Ford2004 - Parsing Expression Grammars.pdf:PDF},
  301. publisher = {Association for Computing Machinery (ACM)},
  302. }
  303. @Online{MacFarlane2014,
  304. author = {John {MacFarlane}},
  305. date = {2014-10-25},
  306. title = {If anyone wants to contribute a BNF, please do! But I'm very skeptical that it can be done, due to},
  307. url = {https://github.com/commonmark/commonmark-spec/issues/113#issuecomment-60467783},
  308. organization = {GitHub, Inc.},
  309. titleaddon = {[Comment on code issue "Add BNF specification"]},
  310. urldate = {2025-05-17},
  311. }
  312. @Online{SAM2018,
  313. author = {Mark Baker},
  314. date = {2018-09-24},
  315. title = {Semantic Authoring Markdown (SAM)},
  316. url = {https://mbakeranalecta.github.io/sam/language.html},
  317. urldate = {2025-05-23},
  318. }
  319. @Online{KRML2025,
  320. author = {Edward Anderson},
  321. date = {2025-01-09},
  322. title = {Knowledge Representation Markup Language},
  323. url = {https://github.com/edwardanderson/krml},
  324. urldate = {2025-05-26},
  325. }
  326. @Online{MacFarlane2025,
  327. author = {John {MacFarlane}},
  328. date = {2025-05-17},
  329. title = {Pandoc Lua Filters},
  330. url = {https://pandoc.org/lua-filters.html},
  331. urldate = {2025-05-23},
  332. }
  333. @Online{MacFarlane2024djot,
  334. author = {John {MacFarlane}},
  335. date = {2024-02-04},
  336. title = {djot},
  337. url = {https://djot.org/},
  338. urldate = {2025-05-25},
  339. }
  340. @Online{Smedegaard2025,
  341. author = {Jonas Smedegaard},
  342. date = {2025-05-14},
  343. title = {Re: Bug#1098377: new upstream release available},
  344. url = {https://bugs.debian.org/1098377#10},
  345. organization = {Debian},
  346. titleaddon = {[Comment on code issue "new upstream release available"]},
  347. urldate = {2025-05-24},
  348. }
  349. @Online{Debian2025,
  350. date = {2025-05-17},
  351. title = {Debian Releases},
  352. url = {https://www.debian.org/releases/index.en.html},
  353. organization = {Debian},
  354. urldate = {2025-05-24},
  355. }
  356. @Online{Connolly1994,
  357. author = {Daniel W. Connolly},
  358. date = {1994-02-15},
  359. title = {Toward a Formalism for Communication On the Web},
  360. url = {https://www.w3.org/MarkUp/html-spec/html-essay.html},
  361. organization = {{W3C}},
  362. urldate = {2025-05-26},
  363. }
  364. @Comment{jabref-meta: databaseType:biblatex;}
  365. @Comment{jabref-meta: fileDirectory-jonas-bastian:/home/jonas/Projects/RUC/LIB/md;}