manuscripts

Template for writing markdown based manuscripts

https://github.com/agentschapplantentuinmeise/manuscripts

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Template for writing markdown based manuscripts

Basic Info
  • Host: GitHub
  • Owner: AgentschapPlantentuinMeise
  • License: other
  • Language: Makefile
  • Default Branch: main
  • Size: 8.79 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 11 months ago
Metadata Files
Readme License Citation Authors

README.md

Scientific Paper Template

Build
Paper

A modular, Git-tracked scientific writing workflow using Markdown, Pandoc, and automated Makefile compilation.

Suggestions

  • Maintain AUTHORS.md from day 1 of your project.
  • If you are an author, for the changes obtained through extensive use of AI, start the commit message with AI, optionally including the chat history doi as well.

🛠️ Features

  • Write the manuscript in lightweight Markdown (paper.md)
  • Use a modular AUTHORS.md for author contributions
  • Format control via metadata.yaml
  • Output to multiple formats: PDF, DOCX, and LaTeX
  • Automatic injection of author metadata using a preprocessing script
  • Easy build automation with Makefile

🗂️ Project Structure

text your-paper/ ├── manuscript/ │ ├── paper.md # Main manuscript in Markdown │ ├── AUTHORS.md # Author list and contributions │ ├── refs.bib # BibTeX bibliography ├── presentation/ │ ├── slides.md # Markdown-based presentation │ ├── slides.qmd # Quarto format (optional) │ ├── Makefile # Build slides into HTML/PDF │ └── build/ # Compiled outputs ├── shared/ │ ├── figures/ # Reusable diagrams and plots │ └── data/ # Reusable data (raw/processed) ├── metadata.yaml # Document styling and layout ├── inject-authors.py # Preprocessor script ├── Makefile # Build automation ├── build/ # Compiled outputs (ignored by Git) ├── scripts/ # Code used for analysis or figure generation │ ├── generate_figures.py │ ├── stats.R ├── .gitignore # Clean up your repo ├── LICENSE # Usage rights ├── CITATION.cff # Citation metadata └── README.md # Project overview and instructions

🔧 Requirements

🚀 Build Instructions

Run the following from the repository root:

bash make # Compiles PDF, DOCX, and LaTeX make pdf # Compiles PDF only make docx # Compiles DOCX only make tex # Generates LaTeX file only make clean # Cleans build artifacts

🧑‍🤝‍🧑 Contributions

See manuscript/AUTHORS.md for author roles and ORCID IDs.

📜 Citation

Please cite this work using the details in CITATION.cff.

Inspired by

🔓 License

Licensed under Creative Commons Attribution 4.0.

Owner

  • Name: Botanic Garden Meise
  • Login: AgentschapPlantentuinMeise
  • Kind: organization
  • Email: quentin.groom@plantentuinmeise.be
  • Location: Meise, Belgium

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this work, please cite it as below."
title: "Your Paper Title"
authors:
  - family-names: YourLastName
    given-names: YourFirstName
    orcid: https://orcid.org/0000-0000-0000-0000
    affiliation: "Meise Botanic Garden"
date-released: 2025-07-24
version: 0.1.0
doi: 10.1234/example.doi
license: CC-BY-4.0

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Dependencies

.github/workflows/build-paper.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
.github/workflows/build-presentation.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • quarto-dev/quarto-actions/setup v1 composite