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 (8.6%) to scientific vocabulary
Repository
Shiroa Wiki
Basic Info
- Host: GitHub
- Owner: geomlattice
- License: mit
- Language: Typst
- Default Branch: main
- Homepage: https://geomlattice.github.io/
- Size: 1010 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
wiki
This is a demo exploration of the shiroa wiki. Since it relies on the typst html output which is still experimental, this framework is rather limited with regards to math and code output. Most things work very well though. Due to the structure of the api calls, shiroa must be at a user or organization level github page to work.
Open Source Software Context
It is built using the typst tools shiroa. Typst is an open source compiler for a modern markup language that fit the use cases of latex. For more information consult the following documentation: 1. https://typst.app/universe/package/shiroa/ 2. https://myriad-dreamin.github.io/shiroa/guide/get-started.html
Setup Guide
Setup Tools and create skeleton
bash
cargo install --git https://github.com/Myriad-Dreamin/shiroa --locked shiroa
shiroa init citationchain
Build and Locally Serve
See the Makefile. Note that for math rendering html output cannot be used
Owner
- Login: geomlattice
- Kind: user
- Repositories: 1
- Profile: https://github.com/geomlattice
Citation (citationchain/book.typ)
#import "@preview/shiroa:0.2.3": *
#show: book
#book-meta(
title: "shiroa",
summary: [
#prefix-chapter("sample-page.typ")[Hello, typst]
= Mathematicians
- #chapter("chezkavod/mathematicians/joseph-liouville.typ")[Joseph Liouville]
- #chapter("chezkavod/mathematicians/thomas-harriot.typ")[Thomas Harriot]
= Philosophers
- #chapter("chezkavod/philosophers/nicomachus-of-gerasa.typ")[Nicomachus of Gerasa]
= Topics
- #chapter("chezkavod/topics/linear-algebra.typ")[Linear Algebra]
]
)
// re-export page template
#import "/templates/page.typ": project
#let book-page = project
GitHub Events
Total
- Push event: 8
- Create event: 2
Last Year
- Push event: 8
- Create event: 2
Dependencies
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/upload-pages-artifact v3 composite