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
  • textplus/text-software-development-guidelines
  • fe/technical-reference
2 results
Show changes
Commits on Source (5)
# [2.2.0](https://gitlab.gwdg.de/fe/technical-reference/compare/v2.1.1...v2.2.0) (2022-03-29)
### Features
* **onboarding.md:** add further GWDG resources to onboarding ([9df680a](https://gitlab.gwdg.de/fe/technical-reference/commit/9df680a06a6e6e7b6d50f4c6dd93595479abb2e9)), closes [#79](https://gitlab.gwdg.de/fe/technical-reference/issues/79)
## [2.1.1](https://gitlab.gwdg.de/fe/technical-reference/compare/v2.1.0...v2.1.1) (2022-03-22)
......
......@@ -33,9 +33,10 @@ We assume a basic familiarity with basal technologies such as XML.
\
- DARIAH-wikispace SUB-GWDG-IT
- DARIAH wikispace [SUB-GWDG-IT](https://wiki.de.dariah.eu/display/FEAD)
- (possibly further project-related wikispaces)
- Kanboard-user group FE
- OpenProject [Project FE Develop](https://projects.academiccloud.de/projects/fe-develop/)
- FE's Space in the [SUB Confluence Wiki](https://intranet.sub.uni-goettingen.de/pages/viewpage.action?spaceKey=FE&title=FE+-+Forschung+und+Entwicklung)
- (possibly project-related SUB-intranet-spaces)
### Mailing Lists
......@@ -58,7 +59,17 @@ The main discussion takes place at [Slack](https://exist-db.slack.com/), though.
- relevant [TEI-lists](https://tei-c.org/support/#tei-l):
A place to ask your questions about TEI.
### Services by the Computing Center (GWDG)
### Services by the Datacenter (GWDG)
The university's datacenter offers a wide range of tools and services. All of
these are accessible via your GWDG account, some might require an additional
short notice to the GWDG's support to activate them.
#### First Things First: GÖNET VPN
Some of the services provided by the GWDG or the university itself you will need
to access from the Göttingen Campus Network. You can find information on how to
correctly set up your VPN connection [here](https://docs.gwdg.de/doku.php?id=en:services:network_services:vpn:start).
#### Cloud Server
......@@ -74,6 +85,50 @@ After creation of the machine you will get the root password. You SHOULD set up
To make the VM available from Gönet (campus network) only, please set a rule for TCP Port 22 CIDR 134.76.0.0/16 and 10.0.0.0/16.
#### GitLab
The GWDG operates a [GitLab instance](https://gitlab.gwdg.de). This should be
your go-to for hosting projects.
There is also a [generic template](https://gitlab.gwdg.de/mgoebel/slides) for
creating presentations with [reveal.js](https://revealjs.com/) you can fork.
#### HedgeDoc
[HedgeDoc](https://pad.gwdg.de/) is a useful tool for collaborative writing,
note-taking, and presentation. Beyond markdown and slides features, HedgeDoc
has several other plugins, such as MathJax for mathematical formulae and Mermaid
for diagrams.
#### Jupyter Cloud
For use cases of Python, Julia, or R, there is [Jupyter-Hub](https://jupyter-cloud.gwdg.de/).
There is also the possibility of using a more powerful instance running on the
GWDG's HPC clusters (only Python and R, [Documentation](https://docs.gwdg.de/doku.php?id=en:services:application_services:jupyter:hpc)).
#### Rocket.Chat
[Rocket.Chat](https://chat.gwdg.de/) sees extensive use, especially among software
developers. Many projects maintain dedicated channels as well.
There are two channels you need to be a member of: `#fe-abteilung` and `#fe-develop`.
To join these, sign in to Rocket.Chat to activate your account, then notify one
of the department heads that you'd like to join these channels.
If you are interested in joining the work on the Technical Reference, ask one of
the Task Force's members to add you to its Rocke.Chat team, `SoftwareQuality`.
#### Further Tools and Services by the GWDG
- Antivirus Software: [Sophos](http://antivir.gwdg.de/)
- Cloud Storage: [OwnCloud](https://owncloud.gwdg.de/)
- Project Management: [OpenProject](https://projects.academiccloud.de/)
- [URL Shortener](https://url.gwdg.de/)
- Video/Audio Conferences: [Big Blue Button](https://meet.gwdg.de/)
These are just some of the tools and services provided you might find useful in
your work. For further GWDG services, see [here](https://www.gwdg.de/de/services).
### Further Reading
Beyond the points listed above, developers should consider looking into the media below for any further information that
......