forked from algorithm-archivists/algorithm-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliterature.bib
More file actions
112 lines (98 loc) · 2.88 KB
/
literature.bib
File metadata and controls
112 lines (98 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
#------------------------------------------------------------------------------#
# FFT
#------------------------------------------------------------------------------#
@article{ct1965,
title={An algorithm for the machine calculation of complex Fourier series},
author={Cooley, James W and Tukey, John W},
journal={Mathematics of computation},
volume={19},
number={90},
pages={297--301},
year={1965},
publisher={JSTOR}
}
#------------------------------------------------------------------------------#
# Convex Hull
#------------------------------------------------------------------------------#
@article{jm1973,
title={On the identification of the convex hull of a finite set of points in the plane},
author={Jarvis, Ray A},
journal={Information processing letters},
volume={2},
number={1},
pages={18--21},
year={1973},
publisher={Elsevier}
}
@article{gs1972,
title={An efficient algorithm for determining the convex hull of a finite planar set},
author={Graham, Ronald L},
journal={Information processing letters},
volume={1},
number={4},
pages={132--133},
year={1972},
publisher={Elsevier}
}
#------------------------------------------------------------------------------#
# Plotting
#------------------------------------------------------------------------------#
@misc{gnuplot,
title={Gnuplot 5.0: An Interactive Plotting Program, Official Gnuplot Documentation},
author={Williams, T and Kelley, C},
year={2015}
}
#------------------------------------------------------------------------------#
# Computus
#------------------------------------------------------------------------------#
@book{bede725,
title={Bede, the Reckoning of Time},
author={Venerabilis, Beda and others},
volume={29},
year={1999},
publisher={Liverpool University Press}
}
@misc{dictcomputus,
title={Dictionary.com definition of computus},
url={https://www.merriam-webster.com/dictionary/computus},
year={2020}
}
@article{computus1876,
title={To find Easter: a new York correspondent sends us the following},
author={unknown},
journal={Nature},
year={1876}
}
@article{bien2004,
title={Gauss and beyond: The making of Easter algorithms},
author={Bien, Reinhold},
journal={Archive for history of exact sciences},
volume={58},
number={5},
pages={439--452},
year={2004},
publisher={Springer}
}
@inproceedings{servois,
title={84 Calendrier},
author={Servois, M},
booktitle={Annales de Mathématiques pures et appliquées},
volume={4},
number={1813-1814},
pages={84--90}
}
@article{standish2004,
title={The astronomical unit now},
author={Standish, EM},
journal={Proceedings of the International Astronomical Union},
volume={2004},
number={IAUC196},
pages={163--179},
year={2004},
publisher={Cambridge University Press}
}
@misc{lunar_month_wiki,
title={Wikipedia: Lunar Month},
url={https://en.wikipedia.org/wiki/Lunar_month},
year={2020}
}