-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
72 lines (55 loc) · 1.94 KB
/
links.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
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<title>Pierre Cagne — Links page</title>
</head>
<body>
<header id="sidebar"></header>
<h1>Links</h1>
<div class="main">
<section>
<h2>Website about mathematics</h2>
<ul>
<li>the <a href="https://ncatlab.org/nlab/show/HomePage">nLab</a>:
a researh level wiki about (fundamental) mathematics with
the point of view of (higher) category theory.</li>
<li>the <a href="https://golem.ph.utexas.edu/category/">n-Category
café</a>: the community blog that has given birth to the
nLab.</li>
<li><a href="http://mathoverflow.net/">MathOverflow</a>: a
research level forum about mathematics.</li>
<li><a href="http://math.stackexchange.com/">MathStackExchange</a>:
an undergraduate level forum about mathematics.</li>
</ul>
</section>
<section>
<h2>Website of other people</h2>
<ul>
<li><a href="http://math.unice.fr/~cberger/">Clemens Berger</a></li>
<li><a href="http://www.pps.univ-paris-diderot.fr/~mellies/">Paul-André
Melliès</a></li>
<li><a href="https://ncatlab.org/joyalscatlab/published/HomePage">Joyal's
CatLab</a>: André Joyal's own category theory wiki.</li>
<li><a href="http://pablo.rauzy.name/openaccess.html">Pablo
Rauzy</a> on Open Access.
</ul>
</section>
<section>
<h2>Academic</h2>
<ul>
<li><a href="http://www.univ-paris-diderot.fr/sc/site.php?bc=accueil&np=accueil">Université
Paris Diderot</a></li>
<li><a href="https://www.irif.univ-paris-diderot.fr/">Institut
de Recherche en Informatique Fondamentale</a></li>
<li><a href="http://www.pps.univ-paris-diderot.fr/">Team PPS</a></li>
</ul>
</section>
</div>
<footer>
<license type="CC-BY-SA 4.0"></license>
</footer>
<script type="module" src="src/Index.js"></script>
</body>
</html>