Cataloging Serials

https://archive.org/details/podcast_electronic-serials-cataloging_386018207
https://wiki.rice.edu/confluence/display/METACAT/Cataloging+Continuing+Resources
https://www.tandfonline.com/doi/full/10.1080/01639374.2017.1388324
https://www.tandfonline.com/doi/abs/10.1080/1941126X.2018.1494014
https://wiki.rice.edu/confluence/display/METACAT/Cataloging+Continuing+Resources
https://web.library.yale.edu/book/export/html/570
https://github.com/WeblateOrg/language-data

https://alcts.libguides.com/alcts_standards/continuing_resources

https://www.tandfonline.com/doi/abs/10.1080/01639374.2017.1388324?journalCode=wccq20
https://alcts.libguides.com/alcts_standards/continuing_resources
https://www.loc.gov/aba/pcc/conser/word/Module0.docx
https://www.loc.gov/marc/bibliographic/bd008s.html
https://www.ala.org/alcts/confevents/upcoming/webinar/031815
https://archive.org/details/podcast_advanced-serials-cataloging-_386018196
https://archive.org/details/podcast_electronic-serials-cataloging_386018207
https://www.ala.org/alcts/mgrps/crs/

RDA & WEMI
http://www.mlalibrary.org/resources/Documents/Quickand%20DirtyRDA_MLA2016_TracyPizzi.pdf

git for field linguistics

https://www.protocols.io/
https://royalsocietypublishing.org/doi/10.1098/rsta.2020.0210
https://oad.simmons.edu/oadwiki/Data_repositories
https://codeocean.com/
https://esajournals.onlinelibrary.wiley.com/doi/full/10.1002/bes2.1801
https://www.ncbi.nlm.nih.gov/books/NBK547546
https://link.springer.com/article/10.1007/s00799-020-00288-2
https://www.pachyderm.com/

https://www.carlboettiger.info/2013/06/03/DOI-citable.html
https://mclm2022.github.io/git/cheatsheet.html
https://git-scm.com/docs/gitattributes
https://stackoverflow.com/questions/66845434/gitattributes-linguist-language-declaration
https://www.hiramring.com/posts/using-git-for-linguistics
https://www.dolthub.com/blog/2020-03-06-so-you-want-git-for-data/

Using Git for Database: Why It Works and How to Persist Where It Doesn’t


https://towardsdatascience.com/a-guide-to-git-for-data-scientists-fd68bc1c729
https://gitforteams.com/
https://pepa.holla.cz/wp-content/uploads/2016/01/Git-for-Teams.pdf
The book is a good introduction to basic workflows, however if you are looking for help with managing complex projects, look elsewhere. It does not even mention submodules (or its alternatives), which is the cornerstone of managing independent but shared subprojects.
https://michaelstepner.com/blog/git-vs-dropbox/#:~:text=In%20git%20you%20have%20versions,Did%20you%20get%20them%20all%3F

https://www.pachyderm.com/

https://dvc.org/

Data Versioning Explained: Guide, Examples & Best Practices

Data Version Control – A Data Engineering Best Practice You Must Adopt

https://research.aimultiple.com/data-versioning/

https://towardsdatascience.com/git-for-data-engineers-a8b979d8b2ab

https://dagshub.com/blog/data-version-control-tools/

https://neptune.ai/blog/dvc-alternatives-for-experiment-tracking

https://terminusdb.com/blog/git-for-data/

https://terminusdb.com/

https://www.kdnuggets.com/git-for-data-science-cheatsheet.html

http://karthik.github.io/git_intro/#/slide-title

https://towardsdatascience.com/git-a-complete-guide-d49675d02a5d

https://valohai.com/blog/git-for-data-science/

Git for Data Science – A Guide For Data Scientists

https://phoenixnap.com/kb/how-to-use-git

https://gucorpling.org/gitdox/

https://phoenixnap.com/kb/how-to-use-git

https://www.nimirea.com/blog/2019/05/10/git-for-social-scientists/

Confusing submission guidelines

I need to use this as an illustration of confused document guidelines:

Submissions

How should a manuscript be prepared for initial submission?
As of Volume 11 of LD&C (2017), authors submitting manuscripts should follow the Generic Style Rules for linguistic publications and the LD&C Style Sheet. LD&C formerly used the Unified Style Sheet for Linguistics. Authors are also expected to include a brief (no more than 200-word) abstract with their submission. Authors may use British or American English spellings as long as they are consistent within one article.

Manuscripts should be anonymised, please do not include author name(s) or email addresses, and make sure that the document properties do not include the author’s name.

A Citation Style Language (CSL) template for use in Zotero or similar tools can be found here. A very useful guide to using CSL can be found here.

What are LD&C‘s style conventions for published articles?
Language Documentation & Conservation editorial style follows The Chicago manual of style, 16th edition (Chicago: University of Chicago Press, 2003) and the Generic Style Rules for linguistics.

Citation of primary data
For researchers in the field working with datasets, we encourage the use of the Tromsø recommendations for citation of research data, both in the bibliography and in the text of linguistics publications.

Mixing LaTeX and Markdown

Several ways to do this.

Latex in Markdown files, markdown in Latex files, and conversion between the two...

https://mathpix.com/markdown-to-latex
https://www.overleaf.com/learn/how-to/Writing_Markdown_in_LaTeX_Documents

Interesting to me was the ability to do syntax highlighting from markdown... it seems easier than listings and might work better than XML for use with XLingPaper

Extracting images from PDFs

Every now and again I need to extract some images from a PDF. The best solution I have found is to use pdfimages on the command line in linux.

https://www.howtogeek.com/228796/how-to-extract-and-save-images-from-a-pdf-file-in-linux/

Get the tool in poppler set of tools as XPDF is out of date.
https://poppler.freedesktop.org/

Other helpful tools:

https://www.cyberciti.biz/faq/easily-extract-images-from-pdf-file/
https://askubuntu.com/questions/150100/extracting-embedded-images-from-a-pdf
https://superuser.com/questions/134869/how-to-extract-image-from-pdf-file
https://commons.wikimedia.org/wiki/Commons:Extracting_images_from_PDF