-
Notifications
You must be signed in to change notification settings - Fork 0
/
miscellaneous.html
64 lines (49 loc) · 1.55 KB
/
miscellaneous.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<title>Pierre Cagne — Miscellaneous</title>
</head>
<body>
<header id="sidebar"></header>
<h1>Miscellaneous</h1>
<div class="main">
<section>
<h2>Seminars</h2>
<p>
<h3> Student workshop on logic</h3>
on October 2015, 29th: a semantic proof of the compactness
theorem. <a href="misc/gdtlog_compactness.pdf">Notes</a> in
french.
</p>
<p>
<h3>PhD student seminar</h3> on October 2015, 7th: the use
of monads with arities in order to formalize allocation and
deallocation of memory in a quantum
program. <a href="misc/phdseminar_qnominal.pdf">Slides</a>
in english.
</p>
</section>
<section>
<h2>Other documents (mainly about math)</h2>
<p>
<h3>Stacks in groupoids as homotopy limits</h3>
Preparatory <a href="misc/talk_vezzosi.pdf">notes</a> (in
english) for a talk given in the course "Moduli problems,
stacks and simplicial presheaves"
by <a href="http://www.dma.unifi.it/~vezzosi/">Gabriele
Vezzosi</a>. Based on the work
of <a href="http://www.math.tecnico.ulisboa.pt/~sjh/">Sharon
Hollander</a>, I detail how the condition on a category
fibered in groupoids to be a stack can be reformulated as a
descent condition.
</p>
</section>
</div>
<footer>
<license-footer type="CC-BY-SA 4.0"></license-footer>
</footer>
<script type="module" src="src/Index.js"></script>
</body>
</html>