Skip to content

Commit

Permalink
Added DOI (#2)
Browse files Browse the repository at this point in the history
* actually export apply for pointfuncs

* added DOI badge

* added DOI field and date
  • Loading branch information
fjebaker authored Apr 20, 2022
1 parent 96dcfcc commit 4356a1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ authors:
given-names: Andrew
title: "Gradus.jl"
version: 0.1.0
doi:
date-released:
doi: 10.5281/zenodo.6471796
date-released: 2022-04-20
url: "https://github.com/astro-group-bristol/Gradus.jl"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Gradus.jl

<a href="https://doi.org/10.5281/zenodo.6471796"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.6471796.svg" alt="DOI"></a>

A spacetime generic, relativistic ray tracing toolkit, leveraging AD and CAS, capable of calculating reverberation lags around accreting black holes and observational signatures.

<p align="center"> <i> This package is in development. Please see the documentation.</i> </p>
Expand Down
2 changes: 1 addition & 1 deletion src/Gradus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export AbstractFirstOrderMetricParams, FirstOrderGeodesicPoint, BoyerLindquistFO

# Rendering
export rendergeodesics,
prerendergeodesics, PointFunction, FilterPointFunction, ConstPointFunctions
prerendergeodesics, PointFunction, FilterPointFunction, ConstPointFunctions, apply

# AccretionGeometry
export AbstractAccretionGeometry,
Expand Down
2 changes: 1 addition & 1 deletion src/Rendering/Rendering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end


export rendergeodesics,
prerendergeodesics, PointFunction, FilterPointFunction, ConstPointFunctions
prerendergeodesics, PointFunction, FilterPointFunction, ConstPointFunctions, apply


end # module

0 comments on commit 4356a1a

Please sign in to comment.