spatiotemporalgps.jl
Science Score: 31.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: dev10110
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://dev10110.github.io/SpatiotemporalGPs.jl/
- Size: 10.3 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.md
SpatiotemporalGPs

Testing
cd into this directory, and run julia. From inside the REPL do
] test
Making Docs
To make docs locally, cd into this directory and run julia. From inside the REPL do
using Revise
] activate docs
] resolve
include("docs/make.jl")
then from a new terminal, run a LiveServer to see the constructed docs:
julia -e 'using LiveServer; serve(dir="docs/build")'
Owner
- Name: Devansh
- Login: dev10110
- Kind: user
- Website: http://dev10110.github.io/
- Repositories: 14
- Profile: https://github.com/dev10110
Citation (CITATION.bib)
@misc{SpatiotemporalGPs.jl,
author = {Devansh Ramgopal Agrawal <devansh@umich.edu> and contributors},
title = {SpatiotemporalGPs.jl},
url = {https://github.com/dev10110/SpatiotemporalGPs.jl},
version = {v1.0.0-DEV},
year = {2024},
month = {8}
}
GitHub Events
Total
- Watch event: 1
- Pull request event: 2
- Create event: 2
Last Year
- Watch event: 1
- Pull request event: 2
- Create event: 2
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/Format.yml
actions
- julia-actions/julia-format v3 composite
.github/workflows/TagBot.yml
actions
- JuliaRegistries/TagBot v1 composite