-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathmain.html
More file actions
77 lines (52 loc) · 2.77 KB
/
Copy pathmain.html
File metadata and controls
77 lines (52 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
layout: default
---
<div class="row">
<div class="col-sm-12 blog-main">
<hr>
<div class=row>
<div class="col-md-4">
<img src="/images/humanai.jpg" alt="HumanAI Logo" width="60%">
</div>
<div class="col-md-8">
<p class="lead">
<br>
HumanAI is dedicated to integrating Artificial Intelligence with various fields in the Arts and Humanities. Our mission is to enhance the analytical potential of Arts and Humanities by combining humanist interests with machine learning initiatives.
</div>
</div>
<hr>
<!-- Important announcements from announcements/_posts -->
{% assign has_announcements = false %}
{% assign sitedate = site.time | date: "%Y-%m-%d" %}
{% for post in site.categories.announcements reversed %}
{% assign stopdate = post.until | string_to_date | date: "%Y-%m-%d" %}
{% if stopdate > sitedate %}
{% assign has_announcements = true %}
<div class="row alert alert-warning">
<p class="lead event-announce">
<span class="glyphicon {{ post.symbol }}" aria-hidden="true"></span> {{ post.title }} (<a href="{{ post.link }}">more info</a>)
</p>
</div>
{% endif %}
{% endfor %}
{% if has_announcements %}
<hr>
{% endif %}
<h2>HumanAI in GSoC 2026</h2>
<p class="lead">
The HumanAI open source umbrella organization plans to participate in the <a href="https://summerofcode.withgoogle.com/">2026 Google Summer of Code</a>. If you are a student interested in our <a href="/activities/gsoc2026.html">projects</a> please check our <a href="/gsoc/2026/summary.html">ideas page</a>.
HumanAI is an umbrella organization that welcomes other projects and organizations related to machine-learning in Arts and Humanities. Please contact the admins at <a href="mailto:human-ai@cern.ch">human-ai@cern.ch</a> if you are interested in participating as a project. </a>
</p>
<img src="/images/GSoC/GSoC-icon-192.png"
alt="GSoC-logo" style="display: block; width:15%; margin-left: auto; margin-right: auto;">
<p class="lead">Please take a look at our <a href="/activities/gsoc2026.html">GSoC Page</a> for more details.</p>
<p class="lead">You can also find us on <a href="https://matrix.to/#/#humanai-foundation:gitter.im" target="_blank">Gitter</a>.</p>
<p class="lead">Organization administrators:<br>
<a href="http://sergeigleyzer.com/" target="_blank">Prof. Sergei Gleyzer, AI</a> <br>
<a href="https://xgranja.people.ua.edu/" target="_blank">Prof. Xabier Granja, Modern Languages</a> <br>
<a href="https://emanueleusai.com" target="_blank">Prof. Emanuele Usai, AI</a> <br>
<a href="https://psychology.ua.edu/people/despina-stavrinosa/" target="_blank">Prof. Despina Stavrinos, Social Sciences, Psychology</a> <br>
</p>
{{ content }}
</div>
</div>