Skip to content

Commit b5551bb

Browse files
committed
add code of conduct
1 parent 1eeb264 commit b5551bb

File tree

3 files changed

+95
-55
lines changed

3 files changed

+95
-55
lines changed

Gemfile.lock

Lines changed: 37 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.9)
68
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.4)
811
em-websocket (0.5.3)
912
eventmachine (>= 0.12.9)
1013
http_parser.rb (~> 0)
1114
eventmachine (1.2.7)
12-
ffi (1.15.5)
15+
ffi (1.17.2-x86_64-darwin)
16+
ffi (1.17.2-x86_64-linux-gnu)
1317
forwardable-extended (2.6.0)
14-
google-protobuf (3.23.4-x86_64-linux)
18+
google-protobuf (4.30.2-x86_64-darwin)
19+
bigdecimal
20+
rake (>= 13)
21+
google-protobuf (4.30.2-x86_64-linux)
22+
bigdecimal
23+
rake (>= 13)
1524
http_parser.rb (0.8.0)
16-
i18n (1.14.1)
25+
i18n (1.14.7)
1726
concurrent-ruby (~> 1.0)
18-
jekyll (4.3.2)
27+
jekyll (4.4.1)
1928
addressable (~> 2.4)
29+
base64 (~> 0.2)
2030
colorator (~> 1.0)
31+
csv (~> 3.0)
2132
em-websocket (~> 0.5)
2233
i18n (~> 1.0)
2334
jekyll-sass-converter (>= 2.0, < 4.0)
2435
jekyll-watch (~> 2.0)
36+
json (~> 2.6)
2537
kramdown (~> 2.3, >= 2.3.1)
2638
kramdown-parser-gfm (~> 1.0)
2739
liquid (~> 4.0)
28-
mercenary (>= 0.3.6, < 0.5)
40+
mercenary (~> 0.3, >= 0.3.6)
2941
pathutil (~> 0.9)
3042
rouge (>= 3.0, < 5.0)
3143
safe_yaml (~> 1.0)
@@ -42,35 +54,38 @@ GEM
4254
sass-embedded (~> 1.54)
4355
jekyll-watch (2.2.1)
4456
listen (~> 3.0)
45-
kramdown (2.4.0)
46-
rexml
57+
json (2.11.3)
58+
kramdown (2.5.1)
59+
rexml (>= 3.3.9)
4760
kramdown-parser-gfm (1.1.0)
4861
kramdown (~> 2.0)
4962
liquid (4.0.4)
50-
listen (3.8.0)
63+
listen (3.9.0)
5164
rb-fsevent (~> 0.10, >= 0.10.3)
5265
rb-inotify (~> 0.9, >= 0.9.10)
5366
mercenary (0.4.0)
5467
pathutil (0.16.2)
5568
forwardable-extended (~> 2.6)
56-
public_suffix (5.0.3)
57-
rake (13.0.6)
69+
public_suffix (6.0.2)
70+
rake (13.2.1)
5871
rb-fsevent (0.11.2)
59-
rb-inotify (0.10.1)
72+
rb-inotify (0.11.1)
6073
ffi (~> 1.0)
61-
rexml (3.2.5)
62-
rouge (4.1.2)
63-
rubyzip (2.3.2)
74+
rexml (3.4.1)
75+
rouge (4.5.2)
76+
rubyzip (2.4.1)
6477
safe_yaml (1.0.5)
65-
sass-embedded (1.63.6)
66-
google-protobuf (~> 3.23)
67-
rake (>= 13.0.0)
78+
sass-embedded (1.88.0-x86_64-darwin)
79+
google-protobuf (~> 4.30)
80+
sass-embedded (1.88.0-x86_64-linux-gnu)
81+
google-protobuf (~> 4.30)
6882
terminal-table (3.0.2)
6983
unicode-display_width (>= 1.1.1, < 3)
70-
unicode-display_width (2.4.2)
71-
webrick (1.8.1)
84+
unicode-display_width (2.6.0)
85+
webrick (1.9.1)
7286

7387
PLATFORMS
88+
x86_64-darwin-24
7489
x86_64-linux
7590

7691
DEPENDENCIES

_site/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Site for Brainhack Donostia 2025</description>
66
<link>http://localhost:4000/</link>
77
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml" />
8-
<pubDate>Fri, 16 May 2025 10:37:16 +0200</pubDate>
9-
<lastBuildDate>Fri, 16 May 2025 10:37:16 +0200</lastBuildDate>
8+
<pubDate>Wed, 04 Jun 2025 16:08:32 +0200</pubDate>
9+
<lastBuildDate>Wed, 04 Jun 2025 16:08:32 +0200</lastBuildDate>
1010
<generator>Jekyll v4.4.1</generator>
1111

1212
<item>

_site/index.html

Lines changed: 56 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
<li>
7575
<a class="page-scroll" href="#team">Team</a>
7676
</li>
77+
<li>
78+
<a class="page-scroll" href="#conduct">Code of Conduct</a>
79+
</li>
7780
<li>
7881
<a class="page-scroll" href="#contact">Contact</a>
7982
</li>
@@ -135,7 +138,7 @@ <h3 class="section-heading">What is Brainhack Donostia?</h3>
135138
<h3 class="section-heading">
136139
Open Science projects in Neurosciences </h3>
137140

138-
<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 />
141+
<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 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 />
139142
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>
140143
<hr>
141144

@@ -367,36 +370,6 @@ <h3 class="section-subsubheading text-muted">
367370
</div>
368371
</html>
369372

370-
<!--
371-
<section id="social">
372-
<div class="container">
373-
<div class="row">
374-
<div class="col-lg-12 text-center">
375-
<h2 class="section-heading" style="color:Yellow;">Social events | Networking</h2>
376-
</div>
377-
<div class="col-lg-12">
378-
<h2 class="section-subheading" style="color:White;">Wine, Cheese and Games</h2>
379-
<p style="color:Yellow;">November, 25, 2024 </p>
380-
<p style="color:GhostWhite;">Join us for a nice evening to get to know your fellow Brainhackers around wine, cheese and games! Non-alcoholic beverages and gluten-free options will also be available.</p>
381-
</div>
382-
</div>
383-
<div class="row">
384-
<div class="col-lg-12">
385-
<h2 class="section-subheading" style="color:White;">Donostia Scavenger Hunt and Pintxos dinner!</h2>
386-
<p style="color:Yellow;">November, 26, 2024 </p>
387-
<p style="color:GhostWhite;">Are you ready to embark on an unforgettable journey filled with mystery and clues with your fellow BrainHackers? Look no further, because we're excited to invite you to an exciting Scavenger Hunt in the heart of Donostia! <br/>
388-
Don't miss out on the opportunity to explore Donostia in a unique and engaging way. Mark the date on your calendar and get ready for a hunt like no other! <br/></p>
389-
</div>
390-
</div>
391-
<div class="row">
392-
<div class="col-lg-12 text-center">
393-
<p style="color:GhostWhite;">Prepare yourself with a <a href="https://www.sansebastianturismoa.eus/en/">guide of Donostia City</a></p>
394-
</div>
395-
</div>
396-
</div>
397-
</section>
398-
-->
399-
400373
<!-- About Section -->
401374
<section id="about">
402375
<div class="container">
@@ -809,6 +782,58 @@ <h4>Antje Walter</h4>
809782
</div>
810783
</section>
811784

785+
<!DOCTYPE html>
786+
<html>
787+
788+
<!-- Services Section -->
789+
790+
<section id="conduct">
791+
<div class="container">
792+
<div class="row">
793+
794+
<h3 class="section-heading">Code of Conduct</h3>
795+
<p class="text-muted" style="font-size: 18px">
796+
Brainhack is dedicated to providing a harassment-free Brainhack experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion.
797+
We do not tolerate harassment of event participants in any form. Sexual language and imagery is not appropriate for any event venue, including talks.
798+
Event participants violating these rules may be sanctioned or expelled from the event without a refund at the discretion of the event organizers.
799+
</p>
800+
801+
<p class="text-muted" style="font-size: 18px">Harassment includes, but is not limited to:</p>
802+
<ul class="text-muted" style="font-size: 18px">
803+
<li>Verbal comments that reinforce social structures of domination related to gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion.</li>
804+
<li>Sexual images in public spaces</li>
805+
<li>Deliberate intimidation, stalking, or following</li>
806+
<li>Harassing photography or recording</li>
807+
<li>Sustained disruption of talks or other events</li>
808+
<li>Inappropriate physical contact</li>
809+
<li>Unwelcome sexual attention</li>
810+
<li>Advocating for, or encouraging, any of the above behaviour</li>
811+
</ul>
812+
813+
<hr>
814+
<h4 class="section-heading">Enforcement</h4>
815+
<p class="text-muted" style="font-size: 18px">
816+
Participants asked to stop any harassing behavior are expected to comply immediately. <br />
817+
Organizers and presenters are also subject to the anti-harassment policy. In particular, they should not use sexualized images, activities, or other material. <br />
818+
Event organisers may take action to redress anything designed to, or with the clear impact of, disrupting the event or making the environment hostile for any participants. <br />
819+
If a participant engages in harassing behaviour, event organisers have the responsibility to remind the offender about Brainhack’s Code of Conduct, and warn them that repeated inappropriate, uncivil, threatening, offensive, or harmful behavior can lead to a temporary or permanent ban from the event with no refund.
820+
The offending person(s) may also see affected their participation in future Brainhack events. <br />
821+
We expect participants to follow these rules at all event venues and event-related social activities. We think people should follow these rules outside event activities too!
822+
</p>
823+
824+
<hr>
825+
826+
<h4 class="section-heading">Reporting</h4>
827+
<p class="text-muted" style="font-size: 18px">
828+
If someone makes you or anyone else feel unsafe or unwelcome, please report it as soon as possible to the event organizers or
829+
<a href="mailto:[email protected]">[email protected]</a>. <br />
830+
Harassment and other code of conduct violations reduce the value of our event for everyone. We want you to be happy at our event. People like you make our event a better place. <br />
831+
You can make a report either with your personal email or using an anonymous email.
832+
</p>
833+
</div>
834+
</div>
835+
</section>
836+
812837
<section id="contact">
813838
<div class="container">
814839
<div class="row">

0 commit comments

Comments
 (0)