Skip to content

Commit b02071d

Browse files
schwicketiborsimko
authored andcommitted
feat(docs): add modern examples and forum
1 parent ea05041 commit b02071d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

data/docs/delphi-getting-started/delphi-getting-started.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,22 @@ Here is a selection for getting started:
5454
* [DST contents](/record/80504)
5555

5656
## <a name="sources">Source code</a>
57-
The sources are available from https://gitlab.cern.ch/delphi. Some modules still requires CERN authentication. The plan is to release the software in the near future.
57+
The sources are available from <https://gitlab.cern.ch/delphi>. Some modules still requires CERN authentication. The plan is to release the software in the near future.
5858

5959
## <a name="compilers">Compilers</a>
6060
The DELPHI stack is mostly written in `Fortran`, with some bits written in `C`. Only `gfortran` and `GNU gcc` are supported. We use the `gfortran` version which comes with the
6161
supported operating system. Recommended compiler and linker flags are set by the environment and should be used when building software linking with the DELPHI libraries.
6262

6363
## <a name="help">Getting help</a>
6464

65-
The collaboration main contact for data preservation is the mailing list [email protected]. Support can only be given on a best effort basis.
66-
Suggestions and feedback is of course welcome!
65+
The collaboration main contact for data preservation is the mailing list [email protected]. Support can only be given on a best effort basis though. In addition, there is a [discussion forum](https://opendata-forum.cern.ch/c/delphi/20) which you are invited to join, to exchange experiences and get in touch with former members of the collaboration.
66+
67+
Suggestions and feedback is welcome!
68+
69+
6770

6871
# <a name="examples">Examples</a>
69-
Some basic examples of how to run the software stack and perform various tasks can be found in the `/cvmfs/delphi.cern.ch/examples` tree.
72+
Some basic examples of how to run the software stack and perform various tasks can be found in the repository <https://gitlab.cern.ch/delphi/examples>. In addition, the repository <https://gitlab.cern.ch/delphi/modern-delphi-examples> has some proof-of-concept level examples about how to access the DELPHI data from e.g. C++.
7073

7174
In the following, we will
7275

@@ -152,4 +155,4 @@ For convenience, copy the files you want to scan to `~/graexe/data`.
152155
Please take a look at the [DELGRA guide](delphi-guide-delgra) on how to proceed.
153156

154157
## <a name="more">More examples</a>
155-
More examples can be found at https://gitlab.cern.ch/delphi/examples.
158+
More examples can be found at <https://gitlab.cern.ch/delphi/examples>.

0 commit comments

Comments
 (0)