stundenplaner.fhe_eah
EAH Jena Stundenplan App (Ernst-Abbe-Hochschule Jena)
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.5%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
EAH Jena Stundenplan App (Ernst-Abbe-Hochschule Jena)
Basic Info
Statistics
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 7
- Releases: 0
Created over 6 years ago
· Last pushed 12 months ago
Metadata Files
Readme
License
Citation
README.md
EAH Jena Stundenplan-App
Stundenplan-App der Ernst-Abbe-Hochschule Jena für Android. Entwickelt vom Fachbereich WI (Wirtschaftsingenieurwesen).
Features
in der aktuellen Release-Version implementiert: - Stundenplan - Individueller Stundenplaner - Mensa - Campus Lagepläne - Campus Navigation - News - Veranstaltungskalender - Semestertermine - Jobangebote - Impressum
Sprachen in der App: Deutsch, Englisch
Beschreibung der Features, aktueller Stand, Hinweise
Stundenplan
- Abruf des allgemeinen Stundenplans für ein spezifisches Semester in einem Studiengang
detaillierte Informationen unter https://github.com/avinotec/Stundenplaner.FHE_EAH/wiki
- https://stundenplanung.eah-jena.de/api/mobileapp/v1/activity/{id}
- https://stundenplanung.eah-jena.de/api/mobileapp/v1/module
- https://stundenplanung.eah-jena.de/api/mobileapp/v1/module/{id}
- https://stundenplanung.eah-jena.de/api/mobileapp/v1/pos/{id}
- https://stundenplanung.eah-jena.de/api/mobileapp/v1/studentset[/list] TimeTable
- https://stundenplanung.eah-jena.de/api/mobileapp/v1/studentset/{id}[/detail] TimeTableEvents
Individueller Stundenplaner
- Zusammenstellung eines Stundenplans durch individuelle Auswahl von Kursen
- Status:
- Updates veröffentlicht am 23.09.2022
- Update Januar 2023: Push-Benachrichtigungen und Abruf von Stundenplanänderungen #### Mensa
- Menüs der Jenaer Mensen und zugehörige Studentenpreise
- Status: Updates veröffentlicht am 23.09.2022 #### Campus Lagepläne
- Etagenpläne der Campusgebäude sowie Campusübersicht
- Status: Pläne Ende 2021 überarbeitet #### Campus Navigation
- Routenberechnung von einem Startraum zu einem Zielraum oder Büro einer Person
- Status: Feature veröffentlicht am 25.05.2022 #### News
- aktuelle Pressemitteilungen der Hochschule
- Status: vorübergehende Lösung als WebView, da vorherige Implementierung zur Zeit nicht anwendbar #### Veranstaltungskalender
- Veranstaltungen der Hochschule
- Status: initiale Lösung als WebView #### Semestertermine
- Vorlesungszeiten, Prüfungszeitraum, Bewerbungsfristen, ...
- Hinweis: manuelle Einspeisung der Daten #### Jobangebote
- Stellenticket der EAH: Stellenausschreibungen für AkademikerInnen und Studierende
- Status: Feature veröffentlicht im Frühling 2022 #### Impressum
- Datenschutz-Verlinkung und Impressum der Hochschul-Homepage
Lizenz
GPL-3.0
Owner
- Name: Michael Stepping
- Login: avinotec
- Kind: user
- Location: Siegen (Germany)
- Company: avinotec GmbH
- Repositories: 1
- Profile: https://github.com/avinotec
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
message: The Software is under GPL 3.0
type: software
authors:
- given-names: Michael
family-names: Stepping
email: michael.stepping@eah-jena.de
affiliation: EAH Jena
orcid: 'https://orcid.org/0000-0002-5068-096X'
title: "Die Stundenplan App der EAH Jena"
version: 1.0
doi: 10.5281/zenodo.123456789
date-released: 2019-01-01
GitHub Events
Total
- Push event: 9
- Create event: 1
Last Year
- Push event: 9
- Create event: 1
Dependencies
app/fhemobile/build.gradle
maven
- com.google.dagger:dagger 2.29.1 compileOnly
- androidx.appcompat:appcompat 1.4.2 implementation
- androidx.constraintlayout:constraintlayout 2.1.4 implementation
- androidx.gridlayout:gridlayout 1.0.0 implementation
- androidx.legacy:legacy-support-v4 1.0.0 implementation
- androidx.multidex:multidex 2.0.1 implementation
- androidx.navigation:navigation-fragment 2.5.0 implementation
- androidx.navigation:navigation-ui 2.5.0 implementation
- androidx.test:rules 1.4.0 implementation
- com.darwinsys:hirondelle-date4j 1.5.1 implementation
- com.google.android.material:material 1.6.1 implementation
- com.google.firebase:firebase-analytics 21.0.0 implementation
- com.google.firebase:firebase-inappmessaging-display 20.1.2 implementation
- com.google.firebase:firebase-messaging 23.0.6 implementation
- com.squareup.okhttp3:logging-interceptor * implementation
- com.squareup.okhttp3:okhttp * implementation
- com.squareup.okhttp3:okhttp 4.9.3 implementation
- com.squareup.okhttp3:okhttp 5.0.0-alpha.8 implementation
- com.squareup.retrofit2:converter-gson 2.9.0 implementation
- com.squareup.retrofit2:retrofit 2.9.0 implementation
- junit:junit 4.13.2 implementation
- me.dm7.barcodescanner:zxing 1.9.8 implementation
- org.jetbrains.kotlin:kotlin-stdlib 1.6.10 implementation
app/build.gradle
maven