Commit 6d876b92 authored by Azza Ahmed's avatar Azza Ahmed
Browse files

Restructure docs: add new skeleton and archive legacy content under old-site

parent 17d8f8cb
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -7,5 +7,8 @@ menu:
    weight: 30
---

These pages contain basic concepts and details to make optimal use of TU Delft's DAIC. Alternatively, you might with to jump to the [Quickstart](/tutorials/quickstart) or [Tutorials](/tutorials) for more thematic content.
These pages contain basic concepts and details to make optimal use of TU Delft's DAIC.

{{% alert title="New to DAIC?" color="success" %}}
Start with the [Quickstart Guide](/quickstart/).
{{% /alert %}}
+0 −4
Original line number Diff line number Diff line
@@ -17,7 +17,3 @@ The Delft AI Cluster (DAIC), formerly known as INSY-HPC (or simply “HPC”), i
What started in 2015 as a CS-only cluster has grown to serve researchers across many TU Delft departments. Each expansion has continued to support the needs of computer science and AI research. Today, DAIC nodes are organized into [partitions](/docs/manual/job-submission/priorities/#partitions) that correspond to the groups contributing those resources. (See [Contributing departments](/docs/about/contributors-funders/#contributing-departments) and [TU Delft clusters comparison](/docs/system/tud-clusters/).)

{{< figure src="/img/DAIC_partitions.png" caption="DAIC partitions and access/usage best practices" ref="fig:daic_partitions" width="750px">}}



+6 −0
Original line number Diff line number Diff line
---
title: "Data"
linkTitle: "Data"
weight: 15
description: Guidance for storing and transferring data on DAIC.
---
+10 −0
Original line number Diff line number Diff line
---
title: "Data Transfer"
weight: 2
type: docs
description: "Transfer data to and from DAIC."
---

{{% alert color="warning" %}}
This page is under construction.
{{% /alert %}}
+10 −0
Original line number Diff line number Diff line
---
title: "Storage"
weight: 1
type: docs
description: "Store and organize data on DAIC."
---

{{% alert color="warning" %}}
This page is under construction.
{{% /alert %}}
Loading