Rooms: Unterschied zwischen den Versionen

421 Bytes entfernt ,  18. März 2020
K
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
Diverse Räume an der TU Wien und wie Mensch da hin kommt. Gelistet nach Code in der '''[[:Kategorie:Raumcode]]'''
As a student at TU Wien you regularily have to figure out how to get to some specific room. The room pages in this wiki serve as a collaborative knowledgebase about all rooms at TU Wien that a student might want to go. The room pages in this wiki can be searched using the [https://toss.fsinf.at/ the TOSS search engine] (rooms are imported from this wiki every hour).
* Manche Pläne sind vom mittlerweile offline gegangenen wegweiser.ac.at kopiert. Diese sind von 2013 und können entsprechend outdated sein. Weiters ist die Copyrightfrage auch nicht geklärt. Wenn du also Zeit hast, feel free to contribute a file. :)


= Raumcode-Schlüssel =
== Structure ==
Um Räume einfacher zu finden wurde ein entsprechender Code eingeführt, der sich am Beispiel von '''DB02H04''' wie folgt liest:
[[File:TU_Wien_Standorte.png|400px|thumb]]
At TU Wien every room is identified by a '''room code''' that consists of three parts, that identify:


'''DB''' - [http://www.gut.tuwien.ac.at/fileadmin/t/lm/Plaene/Lage/Standorte_TU-Wien%20WiedenMariahilf%20Dez2010%20A3.pdf Bauteil]<br>
# part of the building
'''02''' - Stockwerk<br>
# floor of the building
'''H04''' - Raumnummer
# number of the room


'''Der Raumcode ist innerhalb der TU Wien eindeutig.''' Da er jedoch "zu lang" ist, benutzen manche Institute eigene Raumnummern, die auch einen gewissen Sinn ergeben, aber nicht immer eindeutig sind und vor allem leicht zu verwechseln sind, weil sie die - für Studis oft nebensächliche - Institutsnummer mit einbauen. Diese eigenen Raumnamen sollten im RoomName erfasst sein.
So for example DB02H04 means building part DB, 2nd floor, room H04. Unfortunately the TISS calendar (and most institutes) use room names instead, which while easier to pronounce are often ambiguous and don't necessarily indicate the location of the room. This wiki maps room codes to human names allowing students to lookup rooms by the latter.


= Einen Raum eintragen =
The authoritative source for room codes are the [https://www.tuwien.at/tu-wien/organisation/zentrale-services/gebaeude-und-technik/facility-services/ '''GUT floor plans'''].
Wenn du einen neuen Raum eintragen willst, orientiere dich an unserem "Muster-Raum": [[Raum:DEZE08]] und benutze jedenfalls das Template, da wir auch automatisiert die Räume editieren können wollen.
You are welcome to update and create room pages in this wiki. You can create room pages with the following form:


Für das Anzeigen des Zugangsplans lade einfach ein '''png''' Bild mit dem Namen "Room_<RAUMCODE>.png" hoch. Bitte bedenke, dass mediawiki recht aggressiv cached und dass (deine) Edits nicht sofort sichtbar werden - vor allem nicht ein neu hochgeladenes Bild.
<inputbox>
type=create
placeholder=DB02H04
prefix=Room:
</inputbox>


(ja, die Namensunähnlichkeit von "Room" und "Raum:" sind beabsichtigt)
Rooms are listed by code in '''[[:Category:Rooms]]'''


= Übersicht =
The room wiki was inspired by ''wegweiser.ac.at'' (which has not been updated since 2013).
[[File:TU_Wien_Standorte.png|400px]]


Alle Grundrisse: http://www.gut.tuwien.ac.at/wir_fuer_sie/immobilienmanagement/grundrisse_objekte/
== Rooms by area ==


== Räume im Hauptgebäude ==
=== Hauptgebäude ===
{{#ask: [[Category:Raumcode]] [[RoomCode::~A*]]
{{#ask: [[Category:Rooms]] [[has room code::~A*]]
  |?RoomName
  |?has name
|?Address
  |?has address
  |?RoomImage
  |limit=500
  |limit=500
}}
}}


== Räume am Getreidemarkt ==
=== Getreidemarkt ===
{{#ask: [[Category:Raumcode]] [[RoomCode::~B*]]
{{#ask: [[Category:Rooms]] [[has room code::~B*]]
  |?RoomName
  |?has name
|?Address
  |?has address
  |?RoomImage
  |limit=500
  |limit=500
}}
}}


== Räume in der Gußhausstraße ==
=== Gußhausstraße ===
{{#ask: [[Category:Raumcode]] [[RoomCode::~C*]]
{{#ask: [[Category:Rooms]] [[has room code::~C*]]
  |?RoomName
  |?has name
|?Address
  |?has address
  |?RoomImage
  |limit=500
  |limit=500
}}
}}


== Räume im Freihaus-Trakt ==
=== Freihaus ===
{{#ask: [[Category:Raumcode]] [[RoomCode::~D*]]
{{#ask: [[Category:Rooms]] [[has room code::~D*]]
  |?RoomName
  |?has name
|?Address
  |?has address
  |?RoomImage
  |limit=500
  |limit=500
}}
}}


== Räume in der Argentinierstrasse ==
=== Argentinierstrasse ===
{{#ask: [[Category:Raumcode]] [[RoomCode::~E*]]
{{#ask: [[Category:Rooms]] [[has room code::~E*]]
  |?RoomName
  |?has name
|?Address
  |?has address
  |?RoomImage
  |limit=500
  |limit=500
}}
}}


== Räume in der Favoritenstraße - Institutsgebäude (H) ==
=== Favoritenstraße - Institutsgebäude (H) ===
{{#ask: [[Category:Raumcode]] [[RoomCode::~H*]]
{{#ask: [[Category:Rooms]] [[has room code::~H*]]
  |?RoomName
  |?has name
|?Address
  |?has address
  |?RoomImage
  |limit=500
  |limit=500
}}
}}


== Alle anderen Räume ==
=== All other rooms ===
{{#ask: [[Category:Raumcode]] [[RoomCode::!~A*]] [[RoomCode::!~B*]]
{{#ask: [[Category:Rooms]] [[has room code::!~A*]] [[has room code::!~B*]]
   [[RoomCode::!~C*]] [[RoomCode::!~D*]] [[RoomCode::!~E*]] [[RoomCode::!~H*]]
   [[has room code::!~C*]] [[has room code::!~D*]] [[has room code::!~E*]] [[has room code::!~H*]]
  |?RoomName
  |?has name
|?Address
  |?has address
  |?RoomImage
  |limit=500
  |limit=500
}}
}}