Skip to content

Commit d66601b

Browse files
authored
Ship Berlin website, tickets, CFP, grants, sponsorship (#2377)
1 parent d8d699a commit d66601b

26 files changed

+367
-488
lines changed

docs/_data/berlin-2025-config.yaml

Lines changed: 37 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ buttons:
2828
link: /news/welcome
2929
# - text: Sponsor us
3030
# link: /sponsors/prospectus
31-
#- text: Submit a Talk
32-
# link: /cfp
31+
- text: Submit a Talk
32+
link: /cfp
3333
# - text: See the Schedule!
3434
# link: /schedule
3535
# - text: Buy a Ticket
@@ -49,8 +49,8 @@ buttons:
4949
link: /news/welcome
5050
# - text: Sponsor us
5151
# link: /sponsors/prospectus
52-
#- text: Submit a Talk
53-
# link: /cfp
52+
- text: Submit a Talk
53+
link: /cfp
5454
# - text: Buy a Ticket!
5555
# link: /tickets
5656
# - text: See the Schedule
@@ -70,15 +70,19 @@ buttons:
7070

7171
tickets:
7272
concierge:
73-
price: TBC
73+
price: 575
7474
corporate:
75-
price: TBC
75+
price: 475
7676
independent:
77-
price: TBC
77+
price: 275
7878
student:
79-
price: €TBC
80-
virtual:
81-
price: €TBC
79+
price: €75
80+
virtual_corporate:
81+
price: €140
82+
virtual_independent:
83+
price: €75
84+
virtual_student:
85+
price: €65
8286
# button: >
8387
# .. raw:: html
8488
#
@@ -94,18 +98,18 @@ tickets:
9498

9599
sponsorship:
96100
second_draft:
97-
price: TBC
101+
price: 2,000
98102
publisher:
99-
price: TBC
103+
price: 3,500
100104
patron:
101-
price: TBC
105+
price: 5,500
102106
keystone:
103-
price: €TBC
107+
price: "" # None to not render
104108

105109
grants:
106-
# url: https://docs.google.com/forms/d/e/1FAIpQLSf3fGfW_8W1x3oeKeoUpg8ZPLvyY4cQvO5Bii_OTrgW97cLNw/viewform?embedded=true
107-
# ends: 'February 5, 2025'
108-
# notification: 'February 14, 2025'
110+
url: https://docs.google.com/forms/d/e/1FAIpQLSdvTwk29nEHRnXhzwF-TX4mSCbtBXxo7qOPcwGQugCar6ocZg/viewform
111+
ends: 'August 1, 2025'
112+
notification: 'August 20, 2025'
109113
#
110114
#shirts:
111115
# url: https://shirt.writethedocs.org/
@@ -171,13 +175,13 @@ about:
171175
projector_ratio: "16:9"
172176
job_fair_room: Sponsor area
173177

174-
cfp:
175-
# url: "https://pretalx.com/wtd-portland-2025/cfp" # Open October 6 (Mon) -> 9 weeks to submit
176-
# ends: "January 21, 2025" # (Mon) 1 week, to review. It'll take a little longer to announce
177-
# notification: "February 4, 2025" # (Mon) 8 weeks to write and prepare
178-
# speaker_tickets_by: April 04, 2025 # Approx 4 weeks before
179-
# slides_by: "April 28, 2025" # (Mon) 1 week before
180-
# preview: "TODO" # Preview URL TODO
178+
cfp: # Conf dates 27-28 October
179+
url: "https://pretalx.com/wtd-berlin-2025/cfp" # Open June 2 (Mon), -> 8 weeks to submit
180+
ends: "August 4, 2025" # (Mon) 1 week, to review. It'll take a little longer to announce
181+
notification: "August 18, 2025" # (Mon) 8 weeks to write and prepare
182+
speaker_tickets_by: October 6, 2025 # (Mon) Approx 3 weeks before
183+
slides_by: "October 20, 2025" # (Mon) 1 week before
184+
preview: "TODO" # Preview URL TODO
181185

182186
unconf:
183187
url: ""
@@ -197,17 +201,21 @@ sponsors:
197201
second:
198202
first:
199203
in_kind:
204+
- name: readthedocs
205+
link: https://about.readthedocs.com/?ref=writethedocs
206+
brand: Read the Docs
207+
text: "Read the Docs simplifies software documentation by building, versioning, and hosting of your docs, automatically. Treating documentation like code keeps your team in the same tools, and your documentation up to date."
200208

201209
# Things that change over time, listed in order of change
202-
flaglanding: True
203-
flaghassponsors: False
204-
flagcfp: False
205-
flagticketsonsale: False
210+
flaglanding: False
211+
flaghassponsors: True
212+
flagcfp: True
213+
flagticketsonsale: True
206214
flagsoldout: False
207215
flagspeakersannounced: False
208216
flagrunofshow: False
209217
flaghasschedule: False
210-
flagscheduleincomplete: False
218+
flagscheduleincomplete: True
211219
flaghasshirts: False
212220
flaglivestreaming: False
213221
flagvideos: False

docs/_data/schema-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ ticket-details:
9393
independent: include('price-type')
9494
student: include('price-type')
9595
virtual: include('price-type', required=False)
96+
virtual_student: include('price-type', required=False)
97+
virtual_independent: include('price-type', required=False)
98+
virtual_corporate: include('price-type', required=False)
9699
button: str(required=False)
97100

98101
price-type:

docs/_static/conf/css/main-2025.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/conf/scss/main-2025.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ footer {
878878

879879
@media (min-width: 640px) {
880880
#tickets .ticket h2 {
881-
display: flex;
882881
justify-content: space-between;
883882
flex-direction: row;
884883
border-bottom: 2px #61604B solid;
@@ -1390,4 +1389,4 @@ figure .caption-text {
13901389
text-align: center; /* Centers the caption text */
13911390
font-size: 1rem; /* Optional: Adjust font size if needed */
13921391
color: #333; /* Optional: Customize text color */
1393-
}
1392+
}

docs/conf/berlin/2025/attendee-guide.md

Lines changed: 2 additions & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -4,150 +4,7 @@ og:image: _static/conf/images/headers/{{shortcode}}-{{year}}-opengraph.jpg
44
---
55

66
# Attendee Guide
7-
The Attendee Guide provides conference information and gives strategies and tips for all attendees (new and experienced) to get plugged in and connect with others! We’ve gathered info here that will help you navigate the conference like a pro and make you feel more at home.
8-
9-
## Where Can I Ask a Question?
10-
11-
Go to our **Registration** table! There will always be a member of our Welcome Wagon Team stationed here and available during all conference hours.
12-
13-
Whether you have a question about the schedule, where to eat, or how to connect with other attendees, they are your go-to for conference questions. If they don’t know the answer, they’ll find someone who does!
14-
15-
## Welcome Wagon Tours
16-
17-
Join us for an introduction to Write the Docs. We’ll go on a short tour of the venue and review information about the conference. While tours are designed to give first-time attendees all the information they need to feel comfortable at the conference, returning attendees often find them helpful as well. This gives everyone a chance to meet someone new. Bring any questions you may have!
18-
19-
Welcome Wagon Tours are scheduled for:
20-
21-
- **Sunday** - meet on the 1st floor at Registration by Martha's Cafe
22-
- 11:50am - Before lunch
23-
- 1:30pm - After lunch
24-
- 4:30pm - Before the Welcome Reception
25-
26-
- **Monday** - meet on the 2nd floor at the Registration table
27-
- 8:15am - Before the conference starts
28-
29-
## Conference Layout
30-
31-
View our [Venue page](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/venue/) for details and the layout of spaces during the conference.
32-
33-
We will provide a venue map in April.
34-
35-
## Food and Drinks
36-
37-
- Snacks, coffee, tea, and water are included with your ticket. Vegan, vegetarian, gluten-free, and dairy-free options will be offered.
38-
- Bring a water bottle as there are refill stations located around the venue.
39-
- 🆕 **NEW this year:** Two food carts will be brought in for Monday and Tuesday lunches from 11:30am-2pm. This is a great option for folks who want to stay onsite.
40-
- [Let's Roll](https://www.letsrollpdx.com/)
41-
- [Nacho's House](https://nachospdx.com/)
42-
- There are many food and beverage options within 0.5 miles (0.8 km) around the conference venue. Explore Portland’s amazing food scene on the [Visiting Portland page](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/visiting/).
43-
- The Welcome Wagon team will organize lunch and dinner meetups for folks interested in eating with others. Visit the **Registration** table during conference days to sign up.
44-
45-
## Dress Code
46-
We don’t have one! Portland is a casual-dress city and so is the Write the Docs conference.
47-
- You’ll be meeting business colleagues at this conference, though, so neat and comfortable are good dress guidelines.
48-
- Bring layers! Weather is on average high 65°F (18°C), low of 48°F (8°C), rainy, and partly sunny.
49-
- Bring appropriate hiking clothes and shoes for those going on the hike. Review the [Hike page](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/hike/) for more information.
50-
51-
## Accessibility
52-
53-
We are committed to hosting a conference that is accessible to everyone. Below are the efforts we're taking to provide an accessible conference:
54-
55-
### In the Venue
56-
57-
- Wheelchair accessibility to all conference spaces
58-
- Step-free access to all areas of the conference
59-
- Elevator access to the 2nd and 3rd floors
60-
- 1st floor restrooms are gender-neutral, single, and multi-stall
61-
- 2nd and 3rd floor restrooms (auditorium level) are gender-segregated and multi-stall
62-
- ADA spots (two) in the guest parking lot south of the venue
63-
- Spaces in the venue with seating and tables including the Assembly Lounge, Sunset Room, Show Bar, Martha’s (coffee shop), hallways, the rooftop and patio outside
64-
- Open seating: you're welcome to sit anywhere in the main stage auditorium on the 2nd and 3rd floor.
65-
66-
### In the Auditorium
67-
68-
- Live captioning: If you are Deaf, Hard of Hearing, or hearing impaired, and unable to view the captions, a staff member can move you to a closer seat.
69-
- Reserved seating will be available for those who need to be close enough to view the live captioning. Please reach out to us so we can prioritize your seating.
70-
- Distanced seating in the 3rd floor balcony
71-
- Lighting sensitivity: Please [contact us](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/contact/) and we will do our best to accommodate.
72-
73-
### Dietary Requirements
74-
75-
We aim to provide snacks that meet varying dietary requirements including vegan, vegetarian, gluten-free, and dairy-free. Our catering menu and ingredients will be listed. Please email <[email protected]> for other dietary requirements.
76-
77-
### Parents Room
78-
79-
We have a dedicated parents room that is available as needed. Please check in with the **Registration** table for information on how to access.
80-
81-
### Service Animals
82-
83-
Service Animals are welcome at our conference venue.
847

85-
![Writing Day photo](/_static/conf/images/pics/2025/writing-day-3.jpg)
86-
87-
## Tips to Have a Great Conference
88-
89-
- Join the Write the Docs [Slack](https://www.writethedocs.org/slack/)! This is the main way for attendees to stay connected, make plans, and ask questions during the conference. This requires you complete a sign up form so we highly encourage you sign up *before* the conference begins.
90-
- Follow Write the Docs on [LinkedIn](https://www.linkedin.com/company/18284823/admin/page-posts/published/), [Bluesky](https://bsky.app/profile/writethedocs.bsky.social), and [Mastodon](https://fosstodon.org/@writethedocs).
91-
- Attend a Welcome Wagon tour!
92-
- Engage with other attendees, volunteers, staff, and speakers. Don’t forget to use Eric Holscher’s [Pac-Man Rule](https://www.ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/) to leave room for others to join! The most important part of this conference (and *any* conference) is the people you meet. Set a goal for yourself to meet a few new people.
93-
- Review the [Speaker Schedule](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/speakers/) and choose which talks you want to attend the most. Spread out your time between talks, unconference sessions, networking, and breaks.
94-
- Check the [Unconference](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/unconference/) schedule regularly (this will be shared during the conference). People add new sessions all the time.
95-
- Give yourself and your brain a break! Conferences are exhilarating, but can also be exhausting. Grab a spot in the Sunset Room or take a quick walk.
96-
- Eat! There will be snacks available inside the conference but there are many restaurants close by.
97-
98-
## How Do I Participate in the Conference?
99-
100-
### Speaker Talks:
101-
- Listen! Take notes of remarkable and thoughtful ideas.
102-
- After a talk, use something you heard as a conversation starter with your colleagues or even the speakers during a break.
103-
104-
### Writing Day:
105-
106-
[Writing Day](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/writing-day/) is modeled after the concept of “sprints”. The main goal is to get interesting people in the same room, sharing their passions and goals, and collaborating to find creative solutions to solve a problem or issue.
107-
108-
- Sign up or bring a project to lead.
109-
- Attend and contribute to someone else’s project.
110-
111-
### Unconference:
112-
The [Unconference](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/unconference/) consists of attendee-driven sessions that provide the opportunity for anyone to lead, contribute, share ideas, and discuss ideas.
113-
114-
- Join and attend an unconference session.
115-
- Sign up to lead a session at the schedule board.
116-
117-
### Lightning Talks:
118-
119-
[Lightning Talks](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/lightning-talks/) are short talks, up to 5 minutes, where you share an idea, concept, or a bit of information that you find interesting.
120-
121-
- Sign up to give a talk! Sign up at the **Registration** table. Selections are announced on Monday and Tuesday before the lunch breaks.
122-
123-
### Sponsor Expo:
124-
125-
[Sponsor Expo](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/sponsors/) will include companies hiring and others sharing products.
126-
127-
- Approach a table and talk with sponsors.
128-
129-
### Welcome Reception:
130-
131-
Join us for our Sunday night welcome party! Stop by and say hello to the Welcome Wagon Team. Meet other attendees or staff! Snacks and beverages included.
132-
133-
### Monday Conference Party:
134-
135-
This is our main social event of the conference, and this year is held at [Jupiter NEXT](https://www.jupiterhotel.com/). Drinks and snacks provided by us.
136-
137-
It is a time to connect with other attendees outside of the scheduled programming. Come for an hour or stay the entire time!
138-
139-
**Time:**
140-
7-9pm
141-
142-
**Location:**
143-
Jupiter Hotel
144-
900 E Burnside St
145-
2nd floor
146-
147-
### Hike:
148-
149-
The [Hike](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/hike/) is the unofficial beginning of the conference. If you arrive before Saturday afternoon, join us for a walk and some fresh air!
150-
151-
## Did we miss anything?
8+
The Attendee Guide provides conference information and gives strategies and tips for all attendees (new and experienced) to get plugged in and connect with others! We’ve gathered info here that will help you navigate the conference like a pro and make you feel more at home.
1529

153-
Is there anything that would make your attendance possible or improve your experience? Please email us at <{{ email }}>, and we’ll do what we can to provide it.
10+
We'll be updating this page as we get closer to the conference, so check back often for the latest information.

0 commit comments

Comments
 (0)