This repository hosts LexClinic research memos, focusing on various aspects of our work. These memos are organized into topic-specific directories, each containing related research.
The memos are rendered and accessible via GitHub Pages:
👉 https://lexclinic.github.io/research/
index.html: The landing page that lists and renders all memos.signatures/: Contains research memos related to digital signatures.LICENSE: Specifies the licensing terms for the content.
To contribute a new memo:
- Create a Directory: If your memo pertains to a new topic, create a new directory under the root of the repository. For example, for memos related to "smart contracts," create a
smart_contracts/directory. - Add a Markdown File: Within the appropriate directory, add a
.mdfile for your memo.- Use descriptive filenames that summarize the topic.
- Example filenames:
inverted-precedent.mdjoyfork-vs-ragequit.mderc-7827-integration.md
- Commit and Push: Commit your changes and push them to the
mainbranch. - Automatic Rendering: The new memo will automatically appear on the GitHub Pages site.
- GitHub Pages Configuration: The site is configured to serve from the root of the repository.
- Memo Rendering: The
index.htmluses JavaScript to fetch and render.mdfiles from both the root directory and any subdirectories.
This section documents how portions of this README and supporting files (like index.html) were produced with AI assistance. ✨
- 🚀 Initiate AI Session: A ChatGPT session was started to generate and refine content.
- 💡 Provide Context: The repository structure, goals, and desired HTML behavior were described to the AI.
- 🔍 Review Output: The generated text and code were reviewed for accuracy, clarity, and alignment with project goals.
- 🛠 Implement Changes: Approved suggestions were incorporated into the README,
index.html, and other files. - ✅ Test Functionality: The HTML and instructions were verified to ensure they correctly render memos and convey guidance.
🌐 HTML generated during this session: https://chatgpt.com/share/68c72138-44bc-8002-b52d-0f52559cc24f
This documents the human–AI co-creation process used to produce this repository’s guidance and automation scripts.
The content in this repository is licensed under the Attribution-ShareAlike 4.0 International permanently located at https://creativecommons.org/licenses/by-sa/4.0/legalcode.en.
We selected this license using the Creative Commons License Chooser, ensuring our work is openly reusable.
This choice is appropriate because these are research publications, not software; software requires FLOSS licenses, while our memos and documents are intended for broad reuse.
Feel free to explore, contribute, and provide feedback on our research memos!