Skip to content

Commit f90041a

Browse files
committed
Web site skeleton, done with Steve.
1 parent bf3c193 commit f90041a

File tree

9 files changed

+100
-19
lines changed

9 files changed

+100
-19
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_site
2+
/Gemfile.lock
3+
.sass-cache
4+
/images/.jekyll-metadata

_data/navigation.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
22

33
- title: Conference
44
url: /
5-
excerpt: Information about the HoTT 2019 conference
5+
excerpt: General information about the HoTT 2019 conference
66

77
- title: Summer school
88
url: /summer-school/
99
excerpt: Information about the HoTT 2019 summer school
1010

11-
- title: Venue
12-
url: /venue/
13-
excerpt: Information about the HoTT 2019 venue
11+
# Will be replaced by "Accepted papers" later
12+
- title: Call for papers
13+
url: /call-for-papers/
14+
excerpt: Call for papers and submisson information
15+
16+
- title: Registration
17+
url: /registration/
18+
excerpt: Conference and summer school registration
19+
20+
- title: Local information
21+
url: /local/
22+
excerpt: Travel information and registration
23+
24+
# This will appear later
25+
# - title: Programme
26+
# url: /programme/
27+
# excerpt: Schedule of all events
28+
1429

15-
- title: Dates
16-
url: /dates/
17-
excerpt: Important dates

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<header id="masthead">
22
<div class="inner-wrap">
3-
<a href="{{ site.url }}/" class="site-title">{{ site.title }}</a>
3+
<span class="site-title"></span>
44
<nav role="navigation" class="menu top-menu">
55
{% include navigation.html %}
66
</nav>
77
</div><!-- /.inner-wrap -->
8-
</header><!-- /.masthead -->
8+
</header><!-- /.masthead -->

call-for-papers.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
permalink: /call-for-papers/
4+
title: "Call for papers"
5+
---
6+
7+
`TODO insert call for papers`
8+
9+
`TODO cover these topics: scope, submission format, selection procedure, notification, possibly also post-publication`
10+
11+
`TODO submission information`
12+

dates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
permalink: /dates/
4-
title: "Dates"
4+
title: "Practical information"
55
---
66

77
#### Submissions

index.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,27 @@ permalink: /
44
title: "Homotopy Type Theory 2019"
55
---
66

7+
**THIS SITE CURRENTLY UNDER CONSTRUCTION. PLEASE EXCUSE THE MESS.**
8+
9+
10+
`TODO: General description of the event (make dates clearly visible).`
11+
712
There will be an International Conference on [Homotopy Type
813
Theory](https://homotopytypetheory.org) (HoTT 2019) **from August 12th to 17th,
914
2019**, at Carnegie Mellon University in Pittsburgh, USA.
1015

11-
There will also be an associated Homotopy Type Theory Summer School in the
12-
preceding week, August 7th to 10th.
16+
There will also be an associated [Homotopy Type Theory Summer
17+
School](/summer-school/) in the preceding week, August 7th to 10th.
18+
19+
`TODO also point to call for papers.`
20+
21+
`TODO also point to local information` ([like this](/local/))
1322

14-
Further information will be posted here as it becomes available.
1523

1624
### Invited Speakers
1725

26+
`TODO: add their affiliations`
27+
1828
* [Ulrik Buchholtz](https://www2.mathematik.tu-darmstadt.de/~buchholtz/)
1929
* [Dan Licata](http://dlicata.web.wesleyan.edu)
2030
* [Andrew Pitts](https://www.cl.cam.ac.uk/~amp12/)
@@ -24,11 +34,11 @@ Further information will be posted here as it becomes available.
2434

2535
##### Scientific Committee
2636

27-
The conference is organized by:
37+
`TODO: add affiliations`
2838

2939
* [Steve Awodey](https://www.andrew.cmu.edu/user/awodey/)
3040
* [Andrej Bauer](http://www.andrej.com/)
3141
* [Thierry Coquand](http://www.cse.chalmers.se/~coquand/)
3242
* [Nicola Gambino](http://www1.maths.leeds.ac.uk/~pmtng/)
3343
* [Peter LeFanu Lumsdaine](http://peterlefanulumsdaine.com)
34-
* [Michael Shulman](http://home.sandiego.edu/~shulman/), chair
44+
* [Michael Shulman](http://home.sandiego.edu/~shulman/), **chair**

local-information.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
permalink: /local/
4+
title: "Travel & local information"
5+
---
6+
7+
8+
### Travel to Pittsburgh
9+
10+
`TODO: information about travel to Pittsburgh`
11+
12+
### Venue
13+
14+
`TODO: how to get to the venue once in Pittsburgh`
15+
16+
### Lodging
17+
18+
`TODO: recommended hotels, or just point people to booking.com`
19+

registration.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: page
3+
permalink: /registration/
4+
title: "Conference and summer school registration"
5+
---
6+
7+
`TODO: explain that registration will be open at a later date`
8+
9+
### Conference registration
10+
11+
`TODO: explain a bit and point to the external registration site.`
12+
13+
### Summer school registration
14+
15+
`TODO: explain a bit and point to the external registration site.`
16+

summer-school.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
22
layout: page
33
permalink: /summer-school/
44
title: "HoTT Summer school"
5-
image:
6-
feature: staircase-header.jpg
75
---
86

9-
Preceeding the conference there will be an associated Summer school on homotopy
10-
type theory from **August 7th to 10th, 2018**.
7+
`TODO better description (who is this for, what topics are covered, etc.)`
118

9+
`TODO explain financing support if any`
10+
11+
`TODO explain application procedure`
12+
13+
`TODO when ready: pointers to educational material and background reading.`
14+
15+
`TODO contact person in case of questions (Jonas)`
1216

1317
### Summer School Topics and Instructors
1418

19+
`TODO add affiliations`
20+
1521
* Cubical methods: [Anders Mortberg](http://www.cs.cmu.edu/~amoertbe/)
1622
* Formalization in Agda: [Guillaume Brunerie](https://guillaumebrunerie.github.io)
1723
* Formalization in Coq: [Kristina Sojakova](http://www.cs.cornell.edu/~ks858/)
@@ -22,6 +28,8 @@ type theory from **August 7th to 10th, 2018**.
2228

2329
#### Summer School Organizers
2430

31+
`TODO add affiliations`
32+
2533
* [Steve Awodey](https://www.andrew.cmu.edu/user/awodey/)
2634
* [Jonas Frey](https://sites.google.com/site/jonasfreysite/)
2735
* [Nicola Gambino](http://www1.maths.leeds.ac.uk/~pmtng/)

0 commit comments

Comments
 (0)