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
Last synced: 6 months ago
·
JSON representation
·
Repository
PkgTemplates.jl experiments
Basic Info
- Host: GitHub
- Owner: ohno
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://ohno.github.io/Examples.jl/
- Size: 206 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 0
Created 9 months ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.md
Examples
This is a repository for experimenting with the features of PkgTemplates.jl. Steps to reproduce:
- Create a new repository
Examples.jlfrom the web UI. - Run
dev/pkg.jl. - Move and overwrite the generated files to
Examples.jl/*. - Fix
version = {v1.0.0-DEV}toversion = {v0.0.1}inCITATION.bib. - Update
README.md.
Install
Run the following code on the REPL or Jupyter Notebook to install this package.
import Pkg; Pkg.add(url="https://github.com/ohno/Examples.jl.git")
Usage
Run the following code before each use.
using Examples
...
Citing
See CITATION.bib for the relevant reference(s).
Citation (CITATION.bib)
@misc{Examples.jl,
author = {Shuhei Ohno},
title = {Examples.jl},
url = {https://github.com/ohno/Examples.jl},
version = {v0.0.1},
year = {2025},
month = {6}
}
GitHub Events
Total
- Push event: 5
- Create event: 2
Last Year
- Push event: 5
- Create event: 2
Issues and Pull Requests
Last synced: 6 months ago
Dependencies
.github/workflows/CI.yml
actions
- actions/checkout v4 composite
- julia-actions/cache v2 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v2 composite
.github/workflows/CompatHelper.yml
actions
.github/workflows/TagBot.yml
actions
- JuliaRegistries/TagBot v1 composite