SD-LLOD’23

Notes on an interesting workshop.

Registration at NexusLinguarum still needed... from a USA perspective it seems like a cult... but maybe this is Scientific European Union culture around technology.

https://mail.google.com/mail/u/0/#search/LLOD/FMfcgzGsmDqHGCMDmtmPjvlZDnLqKTDq

5th Summer Datathon on Linguistic Linked Open Data (SD-LLOD-23)


https://vocbench.op.europa.eu/#/Home
https://docs.google.com/forms/d/1CnIbd_KT0racSheTyNcnwcrcocTUhWr0f1USAGc5tyM/viewform?edit_requested=true

Join Us

TEAM

Legal issues in Linguistics

I've been looking a the growing scholarship around legal issues linguists face in their research. The following is a list of links.

  • https://www.clarin.eu/content/legal-information-platform
  • http://www.lrec-conf.org/proceedings/lrec2016/workshops/LREC2016Workshop-Legal-Issues.pdf
  • http://www.elra.info/en/dissemination/legal-issues-papers/legal-issues-webcrawling-report/
  • http://www.elra.info/en/dissemination/legal-issues-papers/
  • http://www.elra.info/en/tag/207/
  • http://www.elra.info/en/elra-events/legal-issues-workshop-lrec2016/

Hugo Shortcode list

The list of Hugo Shortcodes on Github is endless... almost endless.

Here are some of the more interesting ones:

Maps with GPX Tracks
* https://github.com/altrdev/hugo-leaflet
* https://github.com/martinschneider/hugo-gpx-shortcode

Archives
* https://github.com/davidsneighbour/hugo-shortcodes

Gallery

  • https://github.com/whimSYZ/hugo-gallery-shortcode
  • https://github.com/Bishma/hugo-shortcodes/tree/main/image-squash
  • https://matze.rocks/images/
  • https://github.com/mfg92/hugo-shortcode-gallery
  • Photos on a Map: https://tmuguet.gitlab.io/hugo-split-gallery/posts/grand-veymont/
  • https://gitlab.com/tmuguet/hugo-split-gallery

Callout:
* https://github.com/mr-islam/hugo-callout

React App and Chart.js
* https://github.com/romankurnovskii/awesome-hugo-shortcodes

Plotly:
https://metalblueberry.github.io/post/howto/2019-11-23_add_plots_with_hugo_shortcodes/

EXIF:
* https://github.com/shombando/shom.dev/commit/7837de9a07fb6bebbd0ba1d4a689cf4cb020a4ad#diff-e09652119eab2b17c2119eefe3e1b9c388520440620609a8d6118cc099930635
* https://github.com/shombando/shom.dev/tree/7837de9a07fb6bebbd0ba1d4a689cf4cb020a4ad
* https://shom.dev/posts/20220128_hugo-photos-with-exif-data/
* https://github.com/Wivik/hugo-shortcodes

Google Contact Form:
* https://github.com/pkgstore-old-01/hugo-ui-shortcodes/blob/main/layouts/shortcodes/form-contact.google.html

Render PDF to the browser:
* https://github.com/sytranvn/hugo-pdf

Analytics:
* https://github.com/holehan/hugo-component-matomo

Podcast feed:
* https://github.com/valeriogalano/podcast-feed-hugo

atom feed:
* https://github.com/jhauraw/hugo-atom-xml-template

Convert to Hugo
* https://github.com/hzmangel/wp2hugo

Sections
* https://cloudcannon.com/blog/the-ultimate-guide-to-hugo-sections/

BibTex Materials in XML Markup

It seems that BibTeX materials can be written as XML.

Here are some resources I found on this:

  • a python2 script: https://www.eecis.udel.edu/~sprenkle/bibtex2html/bibtex2xml.py
  • an overview presentation: https://pdfs.semanticscholar.org/8c8e/44b18bacac15f14113af3d4b55f028e0a842.pdf
  • Software Package: http://www.sfs.uni-tuebingen.de/hpsg/archive/projects/bibtex2html/
  • Prior research: https://web.science.mq.edu.au/~rdale/resources/bibtex/index.html
  • maybe some XSLT files: https://sourceforge.net/projects/bibtexml/

Hugo and XML

I did not know that Hugo could query XML...

I discovered this.... this is in fact really exciting news.

Three tools for study:

  • https://gohugo.io/functions/transform.unmarshal/#xml-data
  • https://github.com/gohugoio/hugoDocs/issues/1622
  • https://discourse.gohugo.io/t/parsing-xml-in-data-with-hugos-new-xml-support-attributes/36654