forked from cloudmesh-community/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
julia.bib
136 lines (120 loc) · 3.53 KB
/
julia.bib
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
@Misc{elly-jl,
month = jul,
year = 2018,
author = {Tanmay Mohapatra},
howpublished = {Code Repository},
key = {Elly},
title = {Hadoop HDFS and Yarn client: Elly.jl},
url = {https://github.com/JuliaParallel/Elly.jl}
}
@Misc{docopt-jl,
month = oct,
year = 2018,
author = {Kenta Sato},
howpublished = {Code Repository},
key = {Julia Docopt},
title = {Docopt: A command line argument parser for Julia},
url = {https://github.com/docopt/DocOpt.jl}
}
@article{julia-fresh-approach,
author = {Bezanson, J. and Edelman, A. and Karpinski, S. and
Shah, V.},
title = {Julia: A Fresh Approach to Numerical Computing},
journal = {SIAM Review},
volume = 59,
number = 1,
pages = {65-98},
year = 2017,
doi = {10.1137/141000671},
URL = {https://doi.org/10.1137/141000671},
eprint = {https://doi.org/10.1137/141000671}
}
@book{julia-getting-started,
Author = {Ivo Balbaert},
title = {Getting started with Julia Programming Language},
publisher = {Packt Publishing - ebooks Account},
year = 2015,
month = feb,
isbn = {178328479X},
url = {https://www.xarg.org/ref/a/178328479X/}
}
@Misc{awscore-julia,
month = aug,
year = 2019,
author = {Sam O'Connor},
howpublished = {Code Repository},
key = {AWSCore},
title = {Julia AWSCore: Amazon Web Services Core Functions
and Types },
url = {https://github.com/JuliaCloud/AWSCore.jl}
}
%
% BUG THIS IS THE WRONG URL, also if its a techreport you need to use techreport
%
@InProceedings{parallel-computing-julia,
author = {Kulyabov, D. S. and Gevorkyan, M. N. and Korolkova,
A. V.and and Sevastianov, L. A.},
title = {Support for parallel computing in Julia language},
booktitle = {CEUR Workshop Proceedings},
year = 1995,
pages = {93–99},
editor = {TBD}
}
% url =
% {http://proxyiub.uits.iu.edu/login?url=https://search.ebscohost.com/login.aspx?direct=true&db=edselc&AN=edselc.2-52.0-85037041637&site=eds-live&scope=site},
@Misc{spark-jl,
month = nov,
year = 2018,
author = {Andrei Zhabinski},
key = {Spark.jl},
title = {Spark.jl: Julia binding for Apache Spark},
howpublished = {Code Repository},
url = {https://github.com/dfdx/Spark.jl}
}
@Misc{www-essenciary,
month = sep,
year = 2019,
author = {Adrian Salceanu},
key = {Genie.jl},
title = {Genie: The highly productive Julia web framework},
howpublished = {Code Repository},
url = {<https://github.com/essenciary/Genie.jl}
}
@Misc{www-javacall,
month = jun,
year = 2019,
author = {Avik Sengupta},
howpublished = {Code Repository},
key = {Javacall},
title = {Call Java from Julia: JavaCall},
url = {http://juliainterop.github.io/JavaCall.jl}
}
@Misc{www-julialang,
month = sep,
year = 2019,
author = {Bezanson, J. and Edelman, A. and Karpinski, S. and
Shah, V.},
howpublished = {Website},
title = {The Julia Language},
url = {https://www.julialang.org}
}
@Misc{www-pycall,
month = aug,
year = 2019,
author = {Steven G. Johnson},
howpublished = {Code Repository},
key = {PyCall},
title = {Package to call Python functions from the Julia
language},
url = {https://github.com/JuliaPy/PyCall.jl}
}
@Misc{julia-wired,
month = feb,
year = 2014,
author = {Klint Finley},
howpublished = {Magazine},
key = {Wired:Julia},
title = {Out in the Open: Man Creates One Programming
Language to Rule Them All},
url = {https://www.wired.com/2014/02/julia/}
}