Skip to content

Commit c0aed16

Browse files
authored
Iss344 2025 update (#345)
* Started updating to the year 2025 * Moved to EN only. Sad but unavoidable for sustainability. * Removing deprecated hugo action. * Removed legacy netlify config file - deploy is now through github actions. * Updating the dates. * Removing inactive sites. * Final tweaks for the 2025 update.
1 parent f0e7ce3 commit c0aed16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+53
-2404
lines changed

.github/workflows/hugo.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

config.yaml

Lines changed: 42 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ languages:
2929
name: Projects
3030
url: /project/
3131
weight: 2
32-
- identifier: Weeks
33-
name: Weeks
32+
- identifier: Schedule
33+
name: Schedule
3434
url: /weeks/
3535
weight: 3
3636
- identifier: Sites
@@ -41,33 +41,58 @@ languages:
4141
name: Register
4242
url: /register/
4343
weight: 5
44+
- identifier: Modules
45+
name: Modules
46+
url: /modules/
47+
weight: 6
4448
- parent: documents
4549
name: Getting started
4650
url: /guide/
47-
weight: 6
51+
weight: 7
4852
- parent: documents
4953
name: Project guide
5054
url: /project_guide/
5155
weight: 7
5256
- parent: documents
5357
name: Code of Conduct
5458
url: /coc/
55-
weight: 8
56-
- identifier: Modules
57-
name: Modules
58-
url: /modules/
59-
weight: 9
59+
weight: 7
60+
- parent: documents
61+
name: Dev Docs
62+
url: https://school-brainhack.readthedocs.io
63+
- parent: past
64+
name: 2024
65+
url: https://2024-school-brainhack.github.io/
66+
- parent: past
67+
name: 2022
68+
url: https://2022-school-brainhack.github.io/
69+
- parent: past
70+
name: 2021
71+
url: https://psy6983.brainhackmtl.org/
72+
- parent: past
73+
name: 2020
74+
url: https://school2020.brainhackmtl.org/
75+
- parent: past
76+
name: 2019
77+
url: https://brainhackmtl.github.io/school2019/
78+
- parent: past
79+
name: 2018
80+
url: https://brainhackmtl.github.io/school2018/
81+
82+
83+
84+
6085

6186
topbar:
6287
- weight: 1
6388
name: GitHub
6489
url: 'https://github.com/school-brainhack'
6590
pre: <i class='fab fa-2x fa-github'></i>
66-
- weight: 3
91+
- weight: 2
6792
name: Mastodon
6893
url: 'https://neuromatch.social/@brainhack_school'
6994
pre: <i class='fab fa-2x fa-twitter'></i>
70-
- weight: 4
95+
- weight: 3
7196
name: Email
7297
url: 'mailto:[email protected]'
7398
pre: <i class='fas fa-2x fa-envelope'></i>
@@ -93,10 +118,11 @@ languages:
93118
contact_form_ajax: false
94119
about_us: >-
95120
<p>Fundamentals and project in neural data science.</p>
96-
copyright: 'Copyright (c) 2024, BrainHack School; all rights reserved.'
121+
copyright: 'Copyright (c) 2025, BrainHack School; all rights reserved.'
97122
date_format: 'January 2, 2006'
98-
logo: img/logo_brainhack.png
99-
logo_small: img/logo-small.png
123+
logo: img/logo_brainhack_2025.png
124+
logo_small: img/logo-small_2025.png
125+
default_sharing_image: img/logo_brainhack_2025.png
100126
address: |-
101127
<p class="text-uppercase"><strong>BrainHack School</strong>
102128
<br>
@@ -131,8 +157,8 @@ languages:
131157
icon: far fa-file-alt
132158
title: 'Project-based, transdisciplinary training'
133159
subtitle: 'Neuroscience, Statistical Modelling and Computer Science'
134-
link_url: https://https://school-brainhack.github.io/
135-
link_text: "Check out the 2020 lectures and projects"
160+
link_url: https://school-brainhack.github.io/project/
161+
link_text: "Check out the gallery of past projects"
136162
clients:
137163
enable: true
138164
title: Sponsors
@@ -142,125 +168,8 @@ languages:
142168
title: Project gallery
143169
subtitle: A selection of projects from our students
144170
topbar:
145-
enable: false
146-
text: "**:computer: :brain: Contact <[email protected]> to register! :brain: :computer:**: "
147-
148-
149-
fr:
150-
languageCode: fr
151-
languageName: Français
152-
contentDir: content/fr
153-
title: 'École BrainHack'
154-
weight: 2
155-
taxonomies:
156-
tag: tags
157-
category: categories
158-
name: names
159-
menu:
160-
main:
161-
- identifier: home
162-
name: Accueil
163-
url: /
164-
weight: 1
165-
- identifier: Weeks
166-
name: Weeks
167-
url: /weeks/
168-
weight: 4
169-
- identifier: Sites
170-
name: Sites
171-
url: /sites/
172-
weight: 5
173-
- identifier: Register
174-
name: Register
175-
url: /register/
176-
weight: 6
177-
- parent: documents
178-
name: Guide de démarrage rapide
179-
url: /fr/guide/
180-
weight: 7
181-
182-
183-
topbar:
184-
- weight: 1
185-
name: GitHub
186-
url: 'https://github.com/school-brainhack'
187-
pre: <i class='fab fa-2x fa-github'></i>
188-
- weight: 3
189-
name: Mastodon
190-
url: 'https://neuromatch.social/@brainhack_school'
191-
pre: <i class='fab fa-2x fa-twitter'></i>
192-
- weight: 4
193-
name: Email
194-
url: 'mailto:[email protected]'
195-
pre: <i class='fas fa-2x fa-envelope'></i>
196-
197-
params:
198-
viewMorePostLink: /blog/
199-
author:
200-
defaultKeywords:
201-
- Science des données
202-
- Neuroscience
203-
mainSections:
204-
- blog
205-
defaultDescription:
206-
facebook_site: ''
207-
twitter_site: BrainhackMTL
208-
default_sharing_image: img/sharing-default.png
209-
googleMapsApiKey:
210-
style: green
211-
212-
contact_form_ajax: false
213-
about_us: >-
214-
<p>Apprentissage basé projet en sciences des données neuronales.</p>
215-
copyright: 'Copyright (c) 2024, BrainHack School; all rights reserved.'
216-
date_format: 'January 2, 2006'
217-
logo: img/logo_brainhack.png
218-
logo_small: img/logo-small.png
219-
address: |-
220-
<p class="text-uppercase"><strong>BrainHack School</strong>
221-
<br>
222-
<br>Montreal
223-
<br>
224-
<strong>Canada</strong>
225-
</p>
226-
227-
latitude: '45.50884'
228-
longitude: '-73.58781'
229-
230-
widgets:
231-
categories: true
232-
tags: true
233-
search: true
234-
carousel:
235-
enable: true
236-
instructors:
237-
enable: true
238-
features:
239-
enable: false
240-
testimonials:
241-
enable: true
242-
title: Pourquoi Brainhack School?
243-
subtitle: >-
244-
L'apprentissage par la pratique est très bien adapté pour la programmation et les autres compétences utiles en sciences des données. Après une semaine intensive de présentations,
245-
la majorité de la formation Brainhack consiste en un projet de votre choix, réalisé de votre de manière ouverte et collaborative.
246-
see_more:
247171
enable: true
248-
icon: far fa-file-alt
249-
title: 'Formation transdisciplinaire axée sur les projets'
250-
subtitle: 'Neurosciences, Modélisation statistique et Sciences informatiques'
251-
link_url: https://school-brainhack.github.io/fr/
252-
link_text: Consultez les projets et vidéos de 2020
253-
clients:
254-
enable: true
255-
title: Sponsors
256-
subtitle: ''
257-
recent_posts:
258-
enable: false
259-
title: Project gallery
260-
subtitle: A selection of projects from our students
261-
topbar:
262-
enable: false
263-
text: "**:computer: :brain: Contactez <[email protected]> pour vous inscrire! :brain: :computer:**"
172+
text: "**:computer: :brain: Contact <[email protected]> for questions! :brain: :computer:**: "
264173

265174
Permalinks:
266175
blog: '/blog/:year/:month/:day/:filename/'

content/en/register.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ description = ""
44
keywords = ["brainhack", "registration"]
55
+++
66

7-
Brainhack school 2024 is organized across distributed hubs. Some hubs might provide accredited course, some cannot, and each hub its own course accreditation procedure to follow. To get more details about the hub you would like to participate in, please contact to the course organizers of that particular hub. You can find the details about the contact details of the hub organizers from the [Locations webpage](https://school-brainhack.github.io/locations/). Otherwise please contact <[email protected]> if you have any further questions.
8-
9-
<iframe src="https://forms.gle/fbtYRiqk9tee4hYj7" width="640" height="5294" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
7+
Brainhack school is organized across distributed hubs. Some hubs might provide accredited course, some cannot, and each hub its own course accreditation procedure to follow. To get more details about the hub you would like to participate in, please contact to the course organizers of that particular hub. You can find the details about the contact details of the hub organizers from the [Locations webpage](https://school-brainhack.github.io/locations/). Otherwise please contact <[email protected]> if you have any further questions.

content/en/sites/humai/humai.jpg

-203 KB
Binary file not shown.

content/en/sites/humai/index.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)