~~NOCACHE~~
~~NOTOC~~
{{::hps-header.jpg?nolink}}
Infinite Storage
Infinite Possibilities
====== High-Performance Storage ======
{{ :logo.png?200&nolink}}
**//The research group High-Performance Storage improves the [[:research:start#high_performance_storage|capabilities of storage landscapes applying smart concepts]].
We speak big data analytics and [[:research:start#high_performance_computing|high-performance computing]] and apply our knowledge to meet the needs of [[https://aces.cs.reading.ac.uk|environmental modeling]].
//**
Further information about our [[research:start|mission]].
The HPS group is tightly integrated into the GWDG AG Computing group with more than 25 people.
===== News =====
* 2021-06-01: Julian is now Professor in High-Performance Computing at the Georg-August-Universität Göttingen and the deputy head High-Performance Computing at the [[https://www.gwdg.de/|GWDG]].
* 2020-09-30: Julian is guest editor of the special issue "[[https://www.mdpi.com/journal/algorithms/special_issues/High_Performance_Computing_Algorithm|High-Performance Computing Algorithms and their Applications 2021]]" in MDPI's journal Algorithms
* 2019-09-08: Listen to the **[[https://insidehpc.com/2019/09/podcast-io500-benchmark-gains-traction/|Radio Free HPC podcast with the IO-500 team]]**
* 2019-08-25: **BCS interview: [[https://www.bcs.org/content-hub/inside-the-open-source-community/|Inside the Open Source Community]]**
* 2019-07-23: **Today our new wordcloud with search functionality is live, check it out below!**
* 2019-07-19: **Apply today for a 3-year [[https://jobs.reading.ac.uk/displayjob.aspx?jobid=5236|PostDoc position for developing next generation of storage solutions for earth-science]]**
* 2019-06-20: **NVIDIA announces our collaboration as part of the [[https://blogs.nvidia.com/blog/2019/06/19/ai-technology-center-uk/|NVIDIA AI Technology Center]]**
* 2019-05-27: **The HPC Vision document to which we contributed is [[https://www.etp4hpc.eu/hpc-vision-018.html|online]]**
* 2019-01-10: **Apply today for a short term [[https://jobs.reading.ac.uk/internal/displayjob.aspx?jobid=4419b|PostDoc position for developing next generation of storage solutions for earth-science]]**
===== Events in 2022 =====
{{nslist>events:2022 nodate nodsort nostart}}
==== Blog news ====
{{rss>https://juliankunkel.blogspot.com/feeds/posts/default date}}
===== Research ======
Explore our research using the power of machine learning, click on a **keyword** to see relevant documents.
dir=hps
tag=wordcloud1
abstract=false
count=10
==== Ongoing projects with HPS involvement ====
* [[research:projects:reading:esiwace2:start]]
* [[research:projects:hamburg:bullio:|Bull I/O cooperation]]
* [[research:projects:start|Show all projects…]]
==== Recent talks ====
require_once('../php/common.php');
require_once('../php/talks.php');
$loader = new DataLoader(DataLoader::Talks);
$loader->load();
$pubs = new TalkPrinter($loader);
$pubs->print(TRUE, DataPrinter::ListFlat, 5);
* [[research:talks|Show all talks…]]
==== Recent publications ====
require_once('../php/common.php');
require_once('../php/publications.php');
$loader = new DataLoader(DataLoader::Publications);
$loader->load();
$pubs = new Publications($loader);
$pubs->printDW(TRUE, DataPrinter::ListFlat, 5);
* [[research:publications|Show all publications…]]
==== Recent theses ====
require_once('../php/common.php');
require_once('../php/theses.php');
$loader = new DataLoader(DataLoader::Theses);
$loader->load();
printTheses($loader, TRUE, TRUE, 5);
* [[research:theses|Show all theses…]]