diff --git a/content/projects.org b/content/projects.org index 9b44785..bf11b99 100644 --- a/content/projects.org +++ b/content/projects.org @@ -40,9 +40,9 @@ A small collection of useful scripts for users of [[https://remarkable.com/][reM ------------------------------------------------------------------------------ -* Dormant +* Dormant or nascent -Projects that I've started and done some work on, often to the point of a working prototype, and that I intend to develop further, but which haven't seen any love recently. +Projects that I've started and done some work on, often to the point of a working prototype, or that are just ideas so far, and that I intend to develop further at some point. ** pyrefine @@ -56,9 +56,9 @@ Read CSVY (https://csvy.org/) data packages from Python. - Source: [[https://github.com/jezcope/csvy-python]] -# ** sagadoc +** nix-gently + -# ** nix-gently ------------------------------------------------------------------------------ @@ -77,8 +77,8 @@ Things that were done to try something out, or to do a very simple job that I no Things that simply exist to demonstrate for others how a thing can be done. -- binder-nix-flakes -- zenodo-example-py +- binder-nix-flakes :: Demo of using the [[https://nixos.wiki/wiki/Flakes]["flakes"]] feature of [[https://nixos.org/][NixOS and it's cross-platform package manager, nix]], to specify the dependencies for a [[https://mybinder.org/][Binder]] of Jupyter notebooks. [[https://tildegit.org/petrichor/binder-nix-flakes]] +- zenodo-example-py :: Demo of accessing the [[https://developers.zenodo.org/][Zenodo REST API]] from Python to fetch records. [[https://gitlab.com/jezcope/zenodo-example-py]] ------------------------------------------------------------------------------ @@ -86,6 +86,7 @@ Things that simply exist to demonstrate for others how a thing can be done. Stuff that I started and used for a while, but which no longer serve any purpose for me. Feel free to learn from these or [[https://en.wikipedia.org/wiki/Fork_(software_development)][fork]] them as the basis for something of your own +- sagadoc :: A really simple tool to generate documents from data, code and templates. Heavily inspired by [[https://orgmode.org/][Org mode for Emacs]]. I mostly use org-mode or [[https://jupyter.org/][Jupyter Notebooks]] for this these days. [[https://github.com/jezcope/sagadoc]] - dropbox-conflicts-el :: An [[https://www.gnu.org/software/emacs/][emacs]] package to detect conflicted copies of files in your Dropbox on open. [[https://github.com/jezcope/dropbox-conflicts-el]] # - beamer-uob