Skip to content

Commit

Permalink
further work on issue #43
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHankin committed Feb 27, 2023
1 parent 98f99d7 commit bd03475
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
6 changes: 6 additions & 0 deletions inst/JOSE/dockermaker
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# this is a test comment line
docker run --rm \
--volume $PWD/:/data \
--user $(id -u):$(id -g) \
--env JOURNAL=jose \
openjournals/inara
21 changes: 14 additions & 7 deletions inst/JOSE/ref.bib
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ @Article{ungar1997
year = {1997},
volume = {27},
number = {6},
pages = {881-951}
pages = {881-951},
doi = {10.1007/bf02550347}
}

@Book{goldstein1980,
Expand All @@ -23,7 +24,8 @@ @Article{horwitz1992
year = {1994},
volume = {8},
number = {1},
pages = {92--97}
pages = {92--97},
doi = {10.1063/1.168517}
}

@Article{sherin2016,
Expand All @@ -35,7 +37,9 @@ @Article{sherin2016
number = {5},
pages = {369--374},
month = {May},
URL = {https://github.com/MITGameLab/ OpenRelativity/}
URL = {https://github.com/MITGameLab/ OpenRelativity/},
doi = {10.1119/1.4938057}

}


Expand Down Expand Up @@ -68,7 +72,7 @@ @misc{hankin2022_lorentz
doi = {10.48550/ARXIV.2212.07005},
url = {https://arxiv.org/abs/2212.07005},
author = {Hankin, Robin K. S.},
title = {A systematic search for a three-velocity gyrodistributive law in special relativity with the lorentz \proglang{R} package},
title = {A systematic search for a three-velocity gyrodistributive law in special relativity with the lorentz {R} package},
publisher = {arXiv},
year = {2022}
}
Expand All @@ -80,7 +84,8 @@ @Article{einstein1905
year = {1905},
volume = {322},
number = {6},
pages = {132--148}
pages = {132--148},
doi = {10.1002/andp.19053220607}
}

@Article{lorentz1904,
Expand All @@ -89,15 +94,17 @@ @Article{lorentz1904
journal = {Proceedings of hte Royal Netherlands Academy of Arts and Sciences},
year = {1904},
volume = {6},
pages = {809--831}
pages = {809--831},
doi = {10.1007/978-94-015-3445-1_5}
}

@Article{einstein1907,
author = {A. Einstein},
title = {Kosmologische Betrachtungen zur allgemeinen Relativit\"{a}tstheorie},
journal = {Sitzungsberichte der Preu{\ss }ischen Akademie der Wissenschaften},
year = {1907},
volume = {142}
volume = {142},
doi = {10.1007/978-3-663-19510-8_9}
}

@misc{possel2018,
Expand Down

0 comments on commit bd03475

Please sign in to comment.