-
Notifications
You must be signed in to change notification settings - Fork 319
Import GTN Events #3434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
3
commits into
master
Choose a base branch
from
import-gtn-events-20251029002711
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+40
−0
Open
Import GTN Events #3434
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
2360da8
Add How can I analyse my texts, media, and data in the humanities and…
github-actions[bot] a3a9009
Add Introduction to Galaxy, the Open-Source Platform for FAIR Data An…
github-actions[bot] 8662a97
Merge branch 'master' into import-gtn-events-20251029002711
arash77 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| subsites: | ||
| - all | ||
| gtn: false | ||
| date: '2025-11-26' | ||
| days: 1 | ||
| title: How can I analyse my texts, media, and data in the humanities and social sciences? | ||
| contact: Daniela Schneider | ||
| location: | ||
| name: Online | ||
| continent: GL | ||
| external_url: https://forschungsdaten-thueringen.de/veranstaltung/Galaxy.html | ||
| tease: "You want to analyse your media, text or data digitally, but do not know how?\ | ||
| \ You only have a laptop but no programming skills or money for expensive programs?\ | ||
| \ Do you want to consider good research data management, but do not know how? Galaxy\ | ||
| \ is here for you! \nThis coffee lecture hosted by FDM Thüringen gives you a quick\ | ||
| \ overview of how you can use the open source platform Galaxy (usegalaxy.eu) for\ | ||
| \ your research" | ||
| --- | ||
| You want to analyse your media, text or data digitally, but do not know how? You only have a laptop but no programming skills or money for expensive programs? Do you want to consider good research data management, but do not know how? Galaxy is here for you! | ||
| This coffee lecture hosted by FDM Thüringen gives you a quick overview of how you can use the open source platform Galaxy (usegalaxy.eu) for your research. While the platform is agnostic, we mainly introduce use cases from the Humanities and Social Sciences in this session. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| subsites: | ||
| - all | ||
| gtn: false | ||
| date: '2025-12-03' | ||
| days: 1 | ||
| title: Introduction to Galaxy, the Open-Source Platform for FAIR Data Analysis (in | ||
| German) | ||
| contact: Daniela Schneider | ||
| location: | ||
| name: Online | ||
| continent: GL | ||
| external_url: https://dataschool.hefdi.de/module/galaxy-europe/ | ||
| tease: Are you new to e-science? Do you want to learn ways to analyse your material | ||
| with digital tools from your browser without any programming skills? Do you want | ||
| to get an idea of research data management? Register for our introduction at the | ||
| HeFDI Data School to find out more | ||
| --- | ||
| Are you new to e-science? Do you want to learn ways to analyse your material with digital tools from your browser without any programming skills? Do you want to get an idea of research data management? Register for our introduction at the HeFDI Data School to find out more. **Note: This course will be held in German.** |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arash77 any idea why this is so strangely broken at the line end?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems this is a behaviour from PyYAML that automatically folds long strings into a quoted single line.
We create the tease from the summary by finding the first
.in the text. Since it’s not present here, the tease becomes too long.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a look at the post below, it does not have those line breaks. I don't think is a problem we can probably merge, is just something I was wondering.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then it is because of
\ntoo!But yes, that should be ok to merge it.