Courses/ASE 24WS: Difference between revisions

(Create page + add first queries and text)
 
No edit summary
Line 48: Line 48:


<!-- Rest der Beschreibung -->
<!-- Rest der Beschreibung -->
* Übung
{{Note|text=TODO: Practice, Leistungsnachweis}}
* Leistungsnachweis




Line 55: Line 54:
For a graph showing the full course click [https://tinyurl.com/23vz49ul here].
For a graph showing the full course click [https://tinyurl.com/23vz49ul here].
</blockquote>
</blockquote>
{{Note|text=TODO: Required Prerequisites, Goals}}
== Timetable ==
<div style="border: solid 5px #d2d6e0; background-color:#eaecf0;">
{{#widget:SPARQLquery|code=
#defaultView:Timeline
# title: Alle geplanten Termine
PREFIX wdt: <https://graphit.ur.de/prop/direct/>
PREFIX wd: <https://graphit.ur.de/entity/>
select distinct ?Datum ?Session ?SessionLabel ?Inhalte ?InhalteLabel
# ?item # for debug
where {
  # todo. change Q:468 to current course
  wd:Q1022 wdt:P14 ?Session.
  ?Session wdt:P3 wd:Q427.
  ?Session wdt:P19 ?Datum.
  # OPTIONAL {?Session wdt:P14 ?Inhalte.}
  OPTIONAL { ?Session skos:altLabel ?SessionLabel. # get alias instead of label
              FILTER (!regex(?SessionLabel, "ASE -", "i")) }
  service wikibase:label { bd:serviceParam wikibase:language "en".}
} ORDER BY ASC(?Datum)
}}
</div>

Revision as of 14:06, 20 September 2024

Kurs Advanced Software Engineering, Wintersemester 24/25

M.Sc. Medieninformatik, Universität Regensburg.


Imagemap?



  • Der Kurs in [... GRIPS] (TODO)
  • Der Kurs in SPUR
  • Das GraphIT-Item für den Kurs: Item:Q1022

Overview

The course gives an overview of current issues in Software Engineering.

Important Topics

Full Query


✒️ Note: TODO: Practice, Leistungsnachweis


For a graph showing the full course click here.


✒️ Note: TODO: Required Prerequisites, Goals


Timetable