-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiblio.bib
169 lines (151 loc) · 3.89 KB
/
biblio.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
@article{UFP2010,
author = {Vladimir Voevodsky},
title = {Univalent Foundations Project},
year = {2010},
language={english},
hyphenation={english}
}
@book{hottbook,
author = {The {Univalent Foundations Program}},
title = {Homotopy Type Theory: Univalent Foundations of Mathematics},
publisher = {\url{https://homotopytypetheory.org/book}},
address = {Institute for Advanced Study},
year = 2013},
language={english},
hyphenation={english}
}
@article{MLTT,
author = {Per Martin-Löf},
title = {An intuitionistic theory of types},
year = {1972},
language={english},
hyphenation={english}
}
@article{CohenCHM16,
author = {Cyril Cohen and
Thierry Coquand and
Simon Huber and
Anders M{\"{o}}rtberg},
title = {Cubical Type Theory: a constructive interpretation of the univalence
axiom},
journal = {CoRR},
volume = {abs/1611.02108},
year = {2016},
url = {http://arxiv.org/abs/1611.02108},
archivePrefix = {arXiv},
eprint = {1611.02108},
timestamp = {Mon, 13 Aug 2018 16:48:16 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/CohenCHM16},
bibsource = {dblp computer science bibliography, https://dblp.org},
language={english},
hyphenation={english}
}
@online{Grp1,
title = {groupoid/arend},
url = {https://github.com/groupoid/arend},
language={english},
hyphenation={english}
}
@online{Fiber,
title = {Fiber.ard},
url = {https://github.com/groupoid/arend/blob/master/src/Fiber.ard},
language={english},
hyphenation={english}
}
@online{Moebius,
title = {Moebius.ard},
url = {https://github.com/groupoid/arend/blob/master/src/Moebius.ard},
language={english},
hyphenation={english}
}
@online{nlab,
author = {{nLab authors}},
title = {ncatlab},
howpublished = {\url{http://ncatlab.org/}},
note = {\href{http://ncatlab.org/nlab/revision/HomePage/276}{Revision 276}},
month = may,
year = 2019,
language={english},
hyphenation={english}
}
@article{SyntheticHT,
author = {R. Licata, Daniel and Brunerie, Guillaume},
year = {2015},
month = {07},
pages = {92-103},
title = {A Cubical Approach to Synthetic Homotopy Theory},
doi = {10.1109/LICS.2015.19},
language={english},
hyphenation={english}
}
@online{Arend,
title = {JetBrains/arend},
url = {https://github.com/JetBrains/arend},
language={english},
hyphenation={english}
}
@article{Doorn1,
author = {van Doorn, Floris},
year = {2018},
pages = {},
title = {On the Formalization of Higher Inductive Types and Synthetic Homotopy Theory},
language={english},
hyphenation={english}
}
@article{Wellen1,
author = {Felix Wellen},
year = {2017},
pages = {},
title = {Formalizing Cartan Geometry in Modal Homotopy Type Theory},
language={english},
hyphenation={english}
}
@article{Warren1,
author = {Álvaro Pelayo, Michael A. Warren},
year = {2012},
pages = {},
title = {Homotopy type theory and Voevodsky's univalent foundations},
language={english},
hyphenation={english}
}
@article{ProofAssistants1,
author = {Geuvers, Herman},
year = {2009},
pages = {3-25},
title = {Proof assistants: History, ideas and future},
volume = {34},
journal = {Sadhana},
doi = {10.1007/s12046-009-0001-5},
language={english},
hyphenation={english}
}
@online{Coq,
title = {Coq},
url = {https://coq.inria.fr},
language={english},
hyphenation={english}
}
@online{Agda,
title = {Agda},
url = {https://github.com/agda/agda},
language={english},
hyphenation={english}
}
@online{Cubicaltt,
title = {cubicaltt},
url = {https://github.com/mortberg/cubicaltt},
language={english},
hyphenation={english}
}
@online{Redtt,
title = {redtt},
url = {https://github.com/RedPRL/redtt},
language={english},
hyphenation={english}
}
@online{Arenddocs,
title = {Arend reference},
url = {https://arend.readthedocs.io},
language={english},
hyphenation={english}
}