phasefieldcrystal
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.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: chris-revell
- License: mit
- Language: Julia
- Default Branch: master
- Size: 25.3 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
PhaseFieldCrystal
This code base is using the Julia Language and DrWatson to make a reproducible scientific project named
PhaseFieldCrystal
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.
using DrWatson
using FromFile
@quickactivate "PhaseFieldCrystal"
@info "Loading test parameters"
include("scripts/TestParameters.jl")
@info "Precompiling PhaseFieldCrystal"
@from "$(srcdir("PhaseFieldCrystal.jl"))" using PhaseFieldCrystal
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: PhaseFieldCrystal.jl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Christopher
family-names: Revell
email: christopher.revell@manchester.ac.uk
affiliation: University of Manchester
orcid: 'https://orcid.org/0000-0002-9646-2888'
repository-code: 'https://github.com/chris-revell/PhaseFieldCrystal'
license: MIT