Skip to content

Commit 79d1ee3

Browse files
authored
Merge pull request #139 from Brainhack-Donostia/master
last version of BHD2025 webpage
2 parents 216742d + e26aecd commit 79d1ee3

34 files changed

+123
-58
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
/_site/**
2+
/_site/*
33

_config.yml

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ people:
1717
url: https://www.bcbl.eu/en/conocenos/equipo/nirmitee-mulay
1818
- name: Emanuele Ciardo
1919
pic: emanueleC
20-
position: Website
20+
position: Chair
2121
social:
2222
- title: firefox
2323
url: https://www.bcbl.eu/en/conocenos/equipo/emanuele-ciardo
@@ -35,13 +35,13 @@ people:
3535
url: https://www.bcbl.eu/en/joaquin-ordonez
3636
- name: Maria de Almeida Ribeiro
3737
pic: mariaAR
38-
position: Socials
38+
position: Keep People Happy
3939
social:
4040
- title: firefox
4141
url: https://www.bcbl.eu/en/maria-de-almeida-ribeiro
4242
- name: Kirill Aksenov
4343
pic: kirillA
44-
position: Socials
44+
position: Keep People Happy
4545
social:
4646
- title: firefox
4747
url: https://www.bcbl.eu/en/conocenos/equipo/kirill-aksenov
@@ -51,12 +51,12 @@ people:
5151
social:
5252
- title: firefox
5353
url: https://www.bcbl.eu/en/conocenos/equipo/manuela-ruzzoli
54-
- name: Garikoitz Lerma-Usabiga
55-
pic: garikoitzL
54+
- name: Cesar Caballero-Gaudes
55+
pic: cesarC
5656
position: Talks
5757
social:
5858
- title: firefox
59-
url: https://www.bcbl.eu/en/conocenos/equipo/garikoitz-lerma-usabiaga
59+
url: https://www.bcbl.eu/es/conocenos/equipo/cesar-caballero-gaudes
6060
- name: Alejandro Tabas
6161
pic: alejandroT
6262
position: Projects
@@ -81,6 +81,40 @@ people:
8181
social:
8282
- title: firefox
8383
url: https://www.bcbl.eu/en/marco-a-flores-coronado
84+
- name: Vincenzo Verbeni
85+
pic: vincenzoV
86+
position: Talks
87+
social:
88+
- title: firefox
89+
url: https://www.bcbl.eu/en/vincenzo-verbeni
90+
- name: Ryland Miller
91+
pic: rylandM
92+
position: Project
93+
social:
94+
- title: firefox
95+
url: https://www.bcbl.eu/en/ryland-l-miller
96+
- name: Francisca Campos Matias
97+
pic: franciscaC
98+
position: Keep People Happy
99+
social:
100+
- title: firefox
101+
url: https://www.bcbl.eu/en/francisca-campos-matias
102+
- name: Catarina Domingos
103+
pic: catarinaD
104+
position: Keep People Happy
105+
social:
106+
- title: firefox
107+
url: https://welcome.isr.tecnico.ulisboa.pt/author/catarinadomingos/
108+
- name: Irtisha Chakraborty
109+
pic: irtishaC
110+
position: Keep People Happy
111+
social:
112+
- title: firefox
113+
url: https://www.bcbl.eu/en/irtisha-chakraborty
114+
115+
116+
117+
84118

85119
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
86120
social:

_includes/_site/clients.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<img src="img/logos/paisvasco.png" class="img-responsive img-centered" alt="">
1313
</a>
1414
</div>
15+
<div class="col-md-3 col-sm-6">
16+
<a href="#">
17+
<img src="img/logos/trebe_logo.png" class="img-responsive img-centered" alt="">
18+
</a>
19+
</div>
1520
</div>
1621
</div>
1722
</aside>

_includes/clients.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<div class="row">
55
<div class="col-md-3 col-sm-6">
66
<a href="#">
7-
<img src="img/logos/bcbl.jpg" class="img-responsive img-centered" alt="">
7+
<img src="img/logos/bcbl_bigger.png" class="img-responsive img-centered" alt="">
88
</a>
99
</div>
1010
<div class="col-md-3 col-sm-6">
1111
<a href="#">
12-
<img src="img/logos/paisvasco.png" class="img-responsive img-centered" alt="">
12+
<img src="img/logos/paisvasco_bigger.png" class="img-responsive img-centered" alt="">
1313
</a>
1414
</div>
1515
<div class="col-md-3 col-sm-6">
16-
<a href='#'>
17-
<img src="img/logos/CARTlogo.png" class="img-responsive img-centered" alt="">
16+
<a href="#">
17+
<img src="img/logos/trebe_logo.png" class="img-responsive img-centered" alt="">
1818
</a>
1919
</div>
2020
</div>

_includes/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2 class="section-heading">Contact Us</h2>
88
</div>
99
<div class="row">
1010
<div class="col-lg-12 text-center">
11-
<p style="color:GhostWhite;">You can get in touch with us at info.bhg-donostia@bcbl.eu</p>
11+
<p style="color:GhostWhite;">You can get in touch with us at info.bhg-donostia[at]bcbl.eu</p>
1212
</div>
1313
<div class="col-lg-12">
1414
<div class="address">

_includes/css/agency.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ body {
2727
}
2828

2929
p {
30-
font-size: 14px;
30+
font-size: 16px;
3131
line-height: 1.75;
3232
}
3333

3434
p.large {
35-
font-size: 16px;
35+
font-size: 18px;
3636
}
3737

3838
a,
@@ -367,7 +367,7 @@ section h3.section-subheading {
367367

368368
#portfolio .portfolio-item {
369369
right: 0;
370-
margin: 0 0 15px;
370+
margin: 0;
371371
}
372372

373373
#portfolio .portfolio-item .portfolio-link {
@@ -394,7 +394,7 @@ section h3.section-subheading {
394394
}
395395
396396
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
397-
position: absolute;
397+
position: relative;
398398
top: 50%;
399399
width: 100%;
400400
height: 20px;
@@ -439,7 +439,7 @@ section h3.section-subheading {
439439
440440
@media(min-width:767px) {
441441
#portfolio .portfolio-item {
442-
margin: 0 0 30px;
442+
margin: 0 0 15px;
443443
}
444444
}
445445

_includes/program.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<section id="program">
22
<div class="verticalhorizontal">
33
<img src="img/portfolio/ProgramBHD2024.png" />
4-
</div>
4+
</div>
5+
<div class="verticalhorizontal">
6+
<img src="img/portfolio/Unconference_info_24_resized.png" />
7+
</div>
58
</section>

_includes/projects.html

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,43 @@ <h1 class="section-heading">BHD 2024 | Projects</h1>
1111
<hr>
1212

1313
<!-- divition for project-->
14-
<h3 class="section-heading">Spyking AI: building a cortical inspired network <br/> <a href="https://github.com/marco7877/"> (@marco7877)</a> </h3>
14+
<h3 class="section-heading">ME-mppca: Building a tensor-based thermal denoising method <br/> <a href="https://github.com/marco7877/"> (@marco7877)</a> </h3>
1515

16-
<p class="text-muted"> This project aims to build a Tensorflow wrapper to build and train spiking neuron arrays connected though hebbian conections. This tool is proposed to study neural mechanisms during cognitive events, i.e., language production/comprehension </p>
16+
<p class="text-muted"> This project aims to build a tensor-based thermal denoising method with Marchenko-Pastur PCA. This denoising implementation will work with Single-Echo and Multi-Echo aquisition. In the later, it exploits the spatial redundancy between echoes</p>
1717
<h3 class="section-subsubheading text-muted">
1818
Goals</h3>
19-
<p class="text-muted"> Build a spiking neuron python class<br />
20-
Build a hebbian learning python class<br />
21-
Test module with one hot vectors labels<br /> </p>
19+
<p class="text-muted"> Implement modularized functions for singular value decomposition (SVD), and SVD denoising<br />
20+
Test algorithm with OpenNeuro dataset <a href= "https://openneuro.org/datasets/ds004662/versions/1.1.0"> (dataset) </a><br />
21+
Write documentation<br /> </p>
2222
<hr>
23-
24-
<!-- division for button -->
23+
24+
<h3 class="section-heading">Bayes and Bach: An RNN-powered affair <br/> <a href="https://github.com/qtabs/BayesPlusBach/"> (@qtabs)</a> </h3>
25+
26+
<p class="text-muted"> In this project will train RNNs to perceive sequences of tones or chords from noisy versions of Bach's compositions and study whether the networks learn to predict the next tone. </p>
27+
<h3 class="section-subsubheading text-muted">
28+
Goals</h3>
29+
<p class="text-muted"> Train RNNs to perceive sequences of tones or chords from noisy versions of Bach's compositions <br />
30+
Study whether the networks learn to predict the next tone <br />
31+
Learn how to curate and retrieve data Learn how to train state-of-the-art neural network models<br />
32+
Learn how to curate and retrieve data Learn how to train state-of-the-art neural network models<br /> </p>
2533
<hr>
34+
35+
<h3 class="section-heading"> EEL-Hack: Learning to develop an mTRF pipeline with eelbrain <br/> <a href="https://github.com/brainhackorg/global2024/issues/19"> (Project)</a> </h3>
36+
37+
<p class="text-muted"> In this project we will learn how to use the Python toolbox ‘Eelbrain’, addressing all the necessary steps to compute mTRF (data organization, predictor setting, etc.) on a publicly available EEG dataset. </p>
38+
<h3 class="section-subsubheading text-muted">
39+
Goals</h3>
40+
<p class="text-muted">Understand how mTRF method works <br />
41+
Understand how Eeelbrain works<br />
42+
Writing and editing scripts to prepare the data and fit an mTRF<br /> </p>
43+
<hr>
44+
45+
<!-- division for button -->
2646
<div class="container">
2747
<div class="intro-text">
2848
<div class="intro-lead-in"></div>
2949
<div class="intro-heading"> </div>
30-
<a href=" https://github.com/brainhackorg/global2023/issues" class="page-scroll btn btn-xl">See all Brainhack Git project page </a>
50+
<a href="https://github.com/brainhackorg/global2024/issues" class="page-scroll btn btn-xl">See all Brainhack Git project page </a>
3151
</div>
3252
</div>
3353
</div>

_includes/services.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,35 @@
77
<div class="row">
88
<div class="col-lg-12 text-center">
99
<h1 class="section-heading">BHD 2024 | In-person, November 25-27, Donostia-San Sebastián, Spain </h1>
10-
<hr>
1110

11+
<h3 class="section-heading" style="font-size: 20px;color:red" >Be braver on Palestine and Lebanon!</h3>
12+
<hr>
1213
<h3 class="section-heading">What is Brainhack Donostia?</h3>
1314

14-
<p class="text-muted"> A gender-balanced board of researchers from BCBL invites you to join a three-day in-person workshop focused on project development to foster new ideas, findings and future collaborations. In addition, we will host four international keynote speakers that will share their experience on state of the art methods, good practices in science and hot topics in research nowadays. By doing so, we will continue to grow our contributions towards sharing knowledge openly and transparently across disciplines and specialties, and to the development of open-source tools. <br />
15-
Accessibility to science is an important objective for BHD and we are determined in making this year's event more inclusive and open. Following last year's organization, a CART system (*Communication Access Realtime Translation) will be provided during all talks and tutorials in order to ensure fluid and intelligible subtitles for deaf and hard of hearing participants. This system is also a valuable aid for all those participants who are not native speakers of English. <br />
16-
BHD 2024 will award 10 travel grants to help cover travel and registration costs for the event. Through these travel awards we want to encourage and promote the participation of junior scientists who have less access to fundings. Awards will be assigned based on statements of purposes provided by the participants themselves, which will be assessed by our committee. If you would like to be considered for one of these travel grants, feel free to click on the following button and to fill out the form. You will be asked to write a short statement of purpose on why you believe this grant could help you attend BHD 2024. <br />
17-
The deadline for the statement of purpose submission is the 8th of November. The grants will be awarded in the following days. If you have any questions about this process, feel free to contact us at [email protected] .</p>
15+
<p class="text-muted" style="font-size: 20px"> A gender-balanced board of researchers from BCBL invites you to join a three-day in-person workshop focused on project development to foster new ideas, findings and future collaborations. In addition, we will host four international keynote speakers that will share their experience on state of the art methods, good practices in science and hot topics in research nowadays. By doing so, we will continue to grow our contributions towards sharing knowledge openly and transparently across disciplines and specialties, and to the development of open-source tools. <br />
16+
Accessibility to science is an important objective for BHD and we are determined in making this year's event more inclusive and open. Following last year's organization, a real-time transcription system will be provided during all talks and tutorials in order to ensure fluid and intelligible subtitles for deaf and hard of hearing participants. This system is also a valuable aid for all those participants who are not native speakers of English. <br />
17+
BHD 2024 will award travel grants to help cover travel and registration costs for the event. Through these travel awards we want to encourage and promote the participation of junior scientists who have less access to fundings. Awards will be assigned based on statements of purposes provided by the participants themselves, which will be assessed by our committee. If you would like to be considered for one of these travel grants, feel free to click on the following button and to fill out the form. You will be asked to write a short statement of purpose on why you believe this grant could help you attend BHD 2024. <br />
18+
The deadline for the statement of purpose submission is the 8th of November. The grants consist in refunds for travel or registration costs after the event. If you have any questions about this process, feel free to contact us at [email protected] .</p>
1819

1920
<div class="container">
2021
<div class="intro-text">
2122
<div class="intro-lead-in"></div>
2223
<div class="intro-heading"> </div>
23-
<a href=" https://forms.gle/V7jAF7cji3YmXpFr5" class="page-scroll btn btn-xl">I want to apply for a travel grant!</a>
24+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf1XKLjjoWOijNUmaY_wfUedkBsZLeGJJVhEn05VCzeJdWTbQ/viewform" class="page-scroll btn btn-xl">I want to apply for a travel grant!</a>
2425
</div>
2526
</div>
2627
<hr>
2728

28-
<h3 class="section-subheading text-muted">
29-
Open Science projects in Neurosciences </h3>
29+
<h3 class="section-heading">
30+
Open Science projects in Neurosciences </h3>
3031

31-
<p class="text-muted"> Brainhack Donostia is not an ordinary conference but an event focused on cooperation and collaboration in Neuroscience, as well as the promotion of Open Science. Our aim is to explore the multiple applications of neuroscience from a cross-disciplinary perspective. With this goal in mind, we bring together students, researchers, users, and non-academic industry professionals to learn about and develop collaborative projects. BHD 2024 is an opportunity to learn new skills and create long-lasting collaborations with interesting people from various backgrounds with a strong interest in Open Science. <br />
32+
<p class="text-muted" style="font-size: 20px"> Brainhack Donostia is not an ordinary conference but an event focused on cooperation and collaboration in Neuroscience, as well as the promotion of Open Science. Our aim is to explore the multiple applications of neuroscience from a cross-disciplinary perspective. With this goal in mind, we bring together students, researchers, users, and non-academic industry professionals to learn about and develop collaborative projects. BHD 2024 is an opportunity to learn new skills and create long-lasting collaborations with interesting people from various backgrounds with a strong interest in Open Science. <br />
3233
These projects are proposed by the attendees for the attendees, and can be in any stage of development (i.e, it can be just an idea). Any attendee can propose any number of project, but can only lead one. The presenter of the project is responsible for making sure that anyone can contribute to the project, regardless of their level of expertise and background knowledge in programming. If possible, the project leaders should try to define some 'beginners' tasks'. We firmly believe that every single one of the attendees has something valuable to contribute to any project and we can't wait to see what it will be!</p>
3334
<hr>
3435

35-
<h3 class="section-subheading text-muted">
36-
<a href="https://brainhack.org/global2023/">Brainhack Global</a></h3>
37-
<p class="text-muted">Brainhack Donostia is part of a larger initiative that holds simultaneous events all over the world with this same goal. A cornerstone of Brainhack is the promotion of responsible research and innovation in an inclusive, open, and transparent manner. Accordingly, knowledge sharing activities and the use of open-source resources are two of the basic tenets of Brainhack. <br />
36+
<h3 class="section-heading">
37+
<a href="https://brainhack.org/global2024/">Brainhack Global</a></h3>
38+
<p class="text-muted" style="font-size: 20px">Brainhack Donostia is part of a larger initiative that holds simultaneous events all over the world with this same goal. A cornerstone of Brainhack is the promotion of responsible research and innovation in an inclusive, open, and transparent manner. Accordingly, knowledge sharing activities and the use of open-source resources are two of the basic tenets of Brainhack. <br />
3839
Through talks, hands-on tutorials, and the development of projects, attendees actively explore and learn how to manage data acquisition using different neuroimaging techniques such as Magnetic Resonance Imaging (MRI), Magneto-/Electroencephalography (M/EEG), or Near-Infrared Spectroscopy (NIRS).</p>
3940
<hr>
4041
</div>
@@ -68,7 +69,7 @@ <h4 class="service-heading">Community building</h4>
6869
<div class="intro-text">
6970
<div class="intro-lead-in"></div>
7071
<div class="intro-heading"> </div>
71-
<a href=" https://github.com/brainhackorg/global2023/issues/new?assignees=&labels=project&template=project-submission-template.yml" class="page-scroll btn btn-xl">I want to propose a project!</a>
72+
<a href="https://github.com/brainhackorg/global2024/issues/new?assignees=&labels=project&template=project-submission-template.yml" class="page-scroll btn btn-xl">I want to propose a project!</a>
7273
</div>
7374
</div>
7475
</div>

0 commit comments

Comments
 (0)