You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/docs/delphi-getting-started/delphi-getting-started.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,19 +54,22 @@ Here is a selection for getting started:
54
54
*[DST contents](/record/80504)
55
55
56
56
## <aname="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.
58
58
59
59
## <aname="compilers">Compilers</a>
60
60
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
61
61
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.
62
62
63
63
## <aname="help">Getting help</a>
64
64
65
-
The collaboration main contact for data preservation is the mailing list DELPHI-data-preservation-board@cern.ch. 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 DELPHI-data-preservation-board@cern.ch. 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
+
67
70
68
71
# <aname="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++.
70
73
71
74
In the following, we will
72
75
@@ -152,4 +155,4 @@ For convenience, copy the files you want to scan to `~/graexe/data`.
152
155
Please take a look at the [DELGRA guide](delphi-guide-delgra) on how to proceed.
153
156
154
157
## <aname="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