Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • dirk-norbert.baker/hifis.net
  • hifis/overall/hifis.net
  • jucke/hifis.net
  • stephan.thober/hifis.net
  • nicolas.boltz/hifis.net
  • axel.loewe/hifis.net
  • matthias.ruester/hifis.net
  • Franz.Steinmetz/hifis.net
  • bilke/hifis.net
  • guido.bloecher/hifis.net
  • mauro.cacace/hifis.net
  • sebastian.mueller/hifis.net
  • daniel.scheffler/hifis.net
  • manideep.jayavarapu/hifis.net
  • d.wortmann/hifis.net
  • j.mitchell/hifis.net
  • demme/hifis.net
  • s.dinkelacker/hifis.net
  • marcus/hifis.net
  • j.schmoelder/hifis.net
  • tempest.glodowski/hifis.net
  • norman.mueller/hifis.net
22 results
Show changes
Commits on Source (6)
......@@ -158,7 +158,7 @@ test:htmlproofer:external_links:
script:
- "bundle exec htmlproofer \
--internal-domains localhost:4000 \
--url-ignore '/www.openstoragenetwork.org/,/www.hzdr.de/,/indico4.twgrid.org/,/aai.helmholtz.de/,/cvs.data.kit.edu/',/webfts.fedcloud-tf.fedcloud.eu/' \
--url-ignore '/www.openstoragenetwork.org/,/www.hzdr.de/,/indico4.twgrid.org/,/webfts.fedcloud-tf.fedcloud.eu/' \
--assume-extension public/"
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
......
......@@ -17,4 +17,4 @@ excerpt:
" A one day Hackathon organized by Machine Learning Community at GFZ "
---
This hackathon aims to bring researchers that are experts in machine learning and/or intersted researchers together. Using real world datasets, it allows researchers to work together using existing machine learning tools and methods. The hackathon is a friendly event that let everyone to share experiance and learn from others.
This hackathon aims to bring researchers that are experts in machine learning and/or intersted researchers together. Using real world datasets, it allows researchers to work together using existing machine learning tools and methods. The hackathon is a friendly event that let everyone to share experience and learn from others.
......@@ -38,4 +38,4 @@ The lecture series is consists of the following topics:
## Requirements
No prior knowledge or experiance is required.
No prior knowledge or experience is required.
......@@ -43,4 +43,4 @@ The workshop covers topics on:
## Requirements
No prior knowledge or experiance is required.
No prior knowledge or experience is required.
......@@ -42,4 +42,4 @@ The workshop contains practical sessions on how to:
## Requirements
No prior knowledge or experiance is required.
No prior knowledge or experience is required.
......@@ -85,6 +85,7 @@ article {
/* Setting a flex display to allow the proper border rendering
* if placed next to a floating element. */
display: flex;
flex-direction: column;
color: $color-helmoltz-gray;
border-left: 2px solid $color-content-light-gray;
padding-left: 0.5rem;
......