examples.jl

PkgTemplates.jl experiments

https://github.com/ohno/examples.jl

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
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

Stable Dev Build Status Code Style: Blue

This is a repository for experimenting with the features of PkgTemplates.jl. Steps to reproduce:

  1. Create a new repository Examples.jl from the web UI.
  2. Run dev/pkg.jl.
  3. Move and overwrite the generated files to Examples.jl/*.
  4. Fix version = {v1.0.0-DEV} to version = {v0.0.1} in CITATION.bib.
  5. 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