Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: HEP Software Foundation Newsletter
description: News from the HEP Software Foundation
url: http://www.hepsoftwarefoundation.org
name: Machine Learning for Science
description: Machine Learning for Science (ML4Sci) - Applying modern ML techniques to cutting edge problems in STEM
url: https://ml4sci.org
excerpt_separator: <!--more-->
timezone: Europe/Paris
highlighter: rouge
Expand Down
8 changes: 4 additions & 4 deletions _includes/about.ext
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<h4>About the newsletter</h4>
<h4>About ML4SCI</h4>
<p>
Informing the community of news across the HSF activity areas. <br>
Machine Learning for Science (ML4Sci) brings together modern machine learning techniques and applies them to cutting edge problems in STEM. <br>
<a href="/organization/about.html">Learn more here</a>.
</p><p>
For more information on the HEP Software Foundation see the <a href="http://hepsoftwarefoundation.org">HSF website</a> or
contact the <a href="mailto:hsf-coordination@googlegroups.com">startup team</a>.
For more information on Machine Learning for Science see the <a href="https://ml4sci.org">ML4SCI website</a> or
contact the <a href="mailto:ml4-sci@cern.ch">team</a>.
</p>
</div>
13 changes: 6 additions & 7 deletions _includes/sidebar.ext
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<h4>About the HSF</h4>
<h4>About ML4SCI</h4>
<p>
For more information on the HEP Software Foundation see the <a href="/organization/goals.html">goals</a> page or
contact the <a href="mailto:hsf-coordination@googlegroups.com">startup team</a>.
For more information on Machine Learning for Science see the <a href="/organization/goals.html">goals</a> page or
contact the <a href="mailto:ml4-sci@cern.ch">team</a>.
</p>
</div>
<div class="sidebar-module sidebar-module-inset">
Expand All @@ -20,7 +20,7 @@ contact the <a href="mailto:hsf-coordination@googlegroups.com">startup team</a>.
</div>

<div class="sidebar-module sidebar-module-inset">
<h4>HSF Meetings</h4>
<h4>ML4SCI Meetings</h4>
<ol class="list-unstyled">
{% assign pagedate = site.time | date: "%Y-%m-%d" %}
{% for post in site.categories.organization limit: 3 %}
Expand All @@ -33,9 +33,8 @@ contact the <a href="mailto:hsf-coordination@googlegroups.com">startup team</a>.
<div class="sidebar-module sidebar-module-inset">
<h4>Links</h4>
<ol class="list-unstyled">
<li><a href="http://feeds.feedburner.com/HepSoftwareFoundationNewsletter">RSS feed</a></li>
<li><a href="http://it.wikitolearn.org/Main_HSF_Page">HSF on WikiToLearn</a></li>
<li><a href="https://github.com/HSF">HSF on GitHub</a></li>
<li><a href="https://github.com/ML4SCI">ML4SCI on GitHub</a></li>
<li><a href="https://ml4sci.org">ML4SCI Website</a></li>

</ol>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: default
---
<div class="blog-header">
<h1 class="blog-title">The HEP Software Foundation </h1>
<p class="lead blog-description"> Advancing high energy physics community software</p>
<h1 class="blog-title">Machine Learning for Science</h1>
<p class="lead blog-description">Applying modern machine learning techniques to cutting edge problems in STEM</p>
</div>

<div class="row">
Expand Down
3 changes: 2 additions & 1 deletion future-events.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Future HSF and Community Events
title: Future ML4SCI and Community Events
description: Upcoming events, workshops, and meetings organized by Machine Learning for Science and the community
layout: plain
---

Expand Down
2 changes: 1 addition & 1 deletion latest.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "HEP Software Foundation News"
title: "Machine Learning for Science News"
author: "Torre Wenaus"
layout: page
---
Expand Down