discretecalculus
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 (6.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: chris-revell
- License: mit
- Language: Julia
- Default Branch: main
- Size: 575 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
DiscreteCalculus
This code base is using the Julia Language and DrWatson to make a reproducible scientific project named
DiscreteCalculus
It is authored by chris-revell christopher.revell@manchester.ac.uk.
To (locally) reproduce this project, do the following:
- Download this code base. Notice that raw data are typically not included in the git-history and may need to be downloaded independently.
- Open a Julia console and do:
julia> using Pkg julia> Pkg.add("DrWatson") # install globally, for using `quickactivate` julia> Pkg.activate("path/to/this/project") julia> Pkg.instantiate()
This will install all necessary packages for you to be able to run the scripts and everything should work out of the box, including correctly finding local paths.
You may notice that most scripts start with the commands:
julia
using DrWatson
@quickactivate "DiscreteCalculus"
which auto-activate the project and enable local path handling from DrWatson.
Owner
- Name: Christopher Revell
- Login: chris-revell
- Kind: user
- Location: UK
- Company: University of Manchester
- Repositories: 15
- Profile: https://github.com/chris-revell
Postdoctoral associate, Department of Mathematics, University of Manchester.
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: DiscreteCalculus.jl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Christopher K.
family-names: Revell
email: christopher.revell@manchester.ac.uk
affiliation: 'Department of Mathematics, University of Manchester'
orcid: 'https://orcid.org/0000-0002-9646-2888'
- given-names: Oliver E.
family-names: Jensen
email: oliver.jensen@manchester.ac.uk
affiliation: 'Department of Mathematics, University of Manchester'
orcid: 'https://orcid.org/0000-0003-0172-6578'
repository-code: 'https://github.com/chris-revell/DiscreteCalculus'
keywords:
- Julia
- Discrete Calculus
license: MIT
GitHub Events
Total
- Push event: 12
Last Year
- Push event: 12