|
4 | 4 |
|
5 | 5 | <div class="row"> |
6 | 6 | <div class="col-sm-12 blog-main"> |
7 | | - |
8 | | -<hr> |
9 | | - <div class=row> |
10 | | - <div class="col-md-4"> |
11 | | - <img src="{{ '/images/hsf_logo_angled.png' | relative_url }}" alt="HSF Logo" width="70%"> |
12 | | - </div> |
13 | | - <div class="col-md-8"> |
14 | | - <p class="lead"> |
15 | | -The HEP Software Foundation facilitates cooperation and |
16 | | -<a href="{{site.baseurl}}/activities/cwp.html">common efforts</a> |
17 | | -in High Energy Physics software and computing internationally. |
18 | | -</p> |
| 7 | + |
| 8 | + <hr> |
| 9 | + <div class=row> |
| 10 | + <div class="col-md-4"> |
| 11 | + <img src="{{ '/images/hsf_logo_angled.png' | relative_url }}" alt="HSF Logo" width="70%"> |
19 | 12 | </div> |
| 13 | + <div class="col-md-8"> |
| 14 | + <p class="lead"> |
| 15 | + The HEP Software Foundation facilitates cooperation and common efforts in High |
| 16 | + Energy Physics software and computing internationally - please take a look at our <a |
| 17 | + href="organization/goals.html">goals and objectives</a>.</p> |
| 18 | + </div> |
20 | 19 | </div> |
21 | | - |
22 | | -<hr> |
23 | | - |
24 | | -<!-- Important announcements from announcements/_posts --> |
25 | | - {% assign has_announcements = false %} |
26 | | - {% assign sitedate = site.time | date: "%Y-%m-%d" %} |
27 | | - {% for post in site.categories.announcements reversed %} |
28 | | - {% assign stopdate = post.until | string_to_date | date: "%Y-%m-%d" %} |
29 | | - {% if stopdate > sitedate %} |
30 | | - {% assign has_announcements = true %} |
31 | | -<div class="row alert alert-warning"> |
32 | | - <p class="lead event-announce"> |
33 | | - <span class="glyphicon {{ post.symbol }}" aria-hidden="true"></span> {{ post.title }} (<a href="{{ post.link }}">more info</a>) |
34 | | - </p> |
35 | | -</div> |
36 | | - {% endif %} |
37 | | - {% endfor %} |
38 | | - |
39 | | -{% if has_announcements %} |
40 | | -<hr> |
41 | | -{% endif %} |
42 | | - |
43 | | - <!-- Various boxes with more information --> |
44 | | -<div class="row"> |
45 | | - |
46 | | - <div class="col-lg-4"> |
47 | | - <h2>Meetings</h2> |
48 | | - <p> |
49 | | - The HSF holds <a href="{{ '/future-events.html' | relative_url }}" target="_hsf_indico">regular meetings</a> |
50 | | - in its activity areas and has bi-weekly coordination meetings as well. |
51 | | - All are welcome to join these public meetings and other HSF activities. |
52 | | - </p> |
53 | | - <ul class="list list-simple"> |
54 | | -{% assign pagedate = site.time | date: "%Y-%m-%d" %} |
55 | | -{% for post in site.categories.organization limit: 3 %} |
56 | | - <li><a href="{{ post.url }}">{{ post.title }}</a></li> |
57 | | -{% endfor %} |
58 | | - </ul> |
59 | | - <p><a href="{{ '/future-events.html' | relative_url }}" role="button">Upcoming HSF and community events »</a></p> |
60 | | - <p><a href="{{ '/organization/minutes.html' | relative_url }}" role="button">Full list of past meetings »</a></p> |
61 | | - </div> |
62 | | - |
63 | | - |
64 | | - <div class="col-lg-4"> |
65 | | - <h2>WLCG-HSF Workshop 2025</h2> |
66 | | - <p>The HSF will hold its 2025 workshop joint with WLCG at IJCLab from 5-9 May</a>. |
67 | | - </p> |
68 | | - <p style="display: block; text-align: center"> |
69 | | - <img src="{{ '/images/workshops/hsf-wlcg-2025.jpg' | relative_url }}" |
70 | | - alt="Workshop Logo" style="width:90%; margin-left: auto; margin-right: auto;"> |
71 | | - </p> |
72 | | - <p>Abstract submission is still open on the themes of <em>Sustainability, |
73 | | - Community Software and Training</em> and you can <a |
74 | | - href="https://indico.cern.ch/event/1484669/overview">still sign up for the |
75 | | - workshop</a>. |
76 | | - </p> |
77 | | - </div> |
78 | | - |
79 | | - |
80 | | - <div class="col-lg-4"> |
81 | | - <h2>Activities</h2> |
82 | | - <p>We organise many <a href="{{ '/what_are_activities.html' | relative_url |
83 | | - }}">activities</a> and <a href="{{ '/events.html' | relative_url |
84 | | - }}">events</a> and we support |
85 | | - <a href="{{ '/projects/projects.html' | relative_url }}">HSF affiliated |
| 20 | + |
| 21 | + <hr> |
| 22 | + |
| 23 | + <!-- Important announcements from announcements/_posts --> |
| 24 | + {% assign has_announcements = false %} |
| 25 | + {% assign sitedate = site.time | date: "%Y-%m-%d" %} |
| 26 | + {% for post in site.categories.announcements reversed %} |
| 27 | + {% assign stopdate = post.until | string_to_date | date: "%Y-%m-%d" %} |
| 28 | + {% if stopdate > sitedate %} |
| 29 | + {% assign has_announcements = true %} |
| 30 | + <div class="row alert alert-warning"> |
| 31 | + <p class="lead event-announce"> |
| 32 | + <span class="glyphicon {{ post.symbol }}" aria-hidden="true"></span> {{ post.title }} (<a href="{{ post.link }}">more info</a>) |
| 33 | + </p> |
| 34 | + </div> |
| 35 | + {% endif %} |
| 36 | + {% endfor %} |
| 37 | + |
| 38 | + {% if has_announcements %} |
| 39 | + <hr> |
| 40 | + {% endif %} |
| 41 | + |
| 42 | + <!-- Various boxes with more information --> |
| 43 | + <div class="row"> |
| 44 | + |
| 45 | + <div class="col-lg-4"> |
| 46 | + <h2>Meetings</h2> |
| 47 | + <p> |
| 48 | + The HSF holds <a href="{{ '/future-events.html' | relative_url }}" target="_hsf_indico">regular meetings</a> |
| 49 | + in its activity areas and has bi-weekly coordination meetings as well. |
| 50 | + All are welcome to join these public meetings and other HSF activities. |
| 51 | + </p> |
| 52 | + <ul class="list list-simple"> |
| 53 | + {% assign pagedate = site.time | date: "%Y-%m-%d" %} |
| 54 | + {% for post in site.categories.organization limit: 3 %} |
| 55 | + <li><a href="{{ post.url }}">{{ post.title }}</a></li> |
| 56 | + {% endfor %} |
| 57 | + </ul> |
| 58 | + <p><a href="{{ '/future-events.html' | relative_url }}" role="button">Upcoming HSF and community events »</a></p> |
| 59 | + <p><a href="{{ '/organization/minutes.html' | relative_url }}" role="button">Full list of past meetings »</a></p> |
| 60 | + </div> |
| 61 | + |
| 62 | + |
| 63 | + <div class="col-lg-4"> |
| 64 | + <h2>WLCG-HSF Workshop 2025</h2> |
| 65 | + <p>The HSF will hold its 2025 workshop joint with WLCG at IJCLab from 5-9 May</a>. |
| 66 | + </p> |
| 67 | + <p style="display: block; text-align: center"> |
| 68 | + <img src="{{ '/images/workshops/hsf-wlcg-2025.jpg' | relative_url }}" |
| 69 | + alt="Workshop Logo" style="width:90%; margin-left: auto; margin-right: auto;"> |
| 70 | + </p> |
| 71 | + <p>Abstract submission is still open on the themes of <em>Sustainability, |
| 72 | + Community Software and Training</em> and you can <a |
| 73 | + href="https://indico.cern.ch/event/1484669/overview">still sign up for the |
| 74 | + workshop</a>. |
| 75 | + </p> |
| 76 | + </div> |
| 77 | + |
| 78 | + |
| 79 | + <div class="col-lg-4"> |
| 80 | + <h2>Activities</h2> |
| 81 | + <p>We organise many <a href="{{ '/what_are_activities.html' | relative_url |
| 82 | + }}">activities</a> and <a href="{{ '/events.html' | relative_url |
| 83 | + }}">events</a> and we support |
| 84 | + <a href="{{ '/projects/projects.html' | relative_url }}">HSF affiliated |
86 | 85 | projects</a>. We help communication within the community through our |
87 | 86 | <a href="{{ '/forums.html' | relative_url }}">discussion forums</a> |
88 | 87 | and <a href="{{ '/technical_notes.html' | relative_url }}">technical notes</a>. |
89 | | - </p> |
90 | | - <p>The HSF can also write <a href="{{ '/organization/hsf-letters.html' | relative_url }}">letters |
91 | | - of collaboration and cooperation</a> to project proposals.</p> |
92 | | - <p><a href="{{ '/get_involved.html' | relative_url }}" role="button">How to get involved »</a></p> |
93 | | - </div> |
| 88 | + </p> |
| 89 | + <p>The HSF can also write <a href="{{ '/organization/hsf-letters.html' | relative_url }}">letters |
| 90 | + of collaboration and cooperation</a> to project proposals.</p> |
| 91 | + <p><a href="{{ '/get_involved.html' | relative_url }}" role="button">How to get involved »</a></p> |
| 92 | + </div> |
94 | 93 | </div> |
95 | | - |
96 | | - {{ content }} |
97 | | - |
| 94 | + |
| 95 | + {{ content }} |
| 96 | + |
| 97 | + </div> |
98 | 98 | </div> |
99 | 99 | </div> |
0 commit comments