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 (4.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: shedali
  • Language: TeX
  • Default Branch: master
  • Size: 88.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

README.md

Whitepaper Template

  • uses include-files lua filter to recursively include referenced file https://github.com/pandoc/lua-filters/tree/master/include-files

  • csv based glossary

  • abbreviated glossary references with glossary-gls

  • index

  • table of contents

  • markdown transclusion

  • front page and logo

Add cover page

add coverpdf

then set cover: true in frontmatter

Tasks

Compile

This compiles paper.md

```bash

!/bin/bash

rm doc*;

bun paper/flatten.ts paper.md > paper/output.md

bun convert-glossaries-csv-tex.js \ && pandoc \ --toc \ --template template.tex \ -H header.tex \ -H glossaries.tex default.yaml \ --lua-filter=filters/pandoc-gls.lua \ --lua-filter=filters/include-files.lua \ --citeproc \ --bibliography=/Users/franz/dev/shedali/knowledge/all.bib \ --standalone \

--embed-resources \

-s paper/output.md \ -f markdown \ -t latex \ -o doc.tex \ --pdf-engine=tectonic && pdflatex doc.tex \ && pdflatex doc.tex \ && makeglossaries doc && echo makeglossaries run\ && pdflatex doc.tex && open doc.pdf ```

Compile glossaries

bash bun convert-glossaries-csv-tex.js

Lint glossaries

bash csvlint glossaries.csv

Owner

  • Name: shedali
  • Login: shedali
  • Kind: user
  • Location: London

Citation (CITATION.cff)

cff-version: 1.2.0
message: "This is citable whitepaper"
authors:
  - family-names: Sittampalam
    given-names: Franz
    orcid: https://orcid.org/0000-0002-2526-8148
title: "Whitepaper Template"
version: 2.0.4
doi: 10.5281/zenodo.1234
date-released: 2023-02-20

GitHub Events

Total
Last Year