Version 90.2 by Carina Enke on 12.01.2024

Show last authors
1 {{layout}}
2 {{layout-section ac:type="single"}}
3 {{layout-cell}}
4
5 {{/layout-cell}}
6 {{/layout-section}}
7
8 {{layout-section ac:type="two_right_sidebar"}}
9 {{layout-cell}}
10 == Allgemeine Informationen ==
11
12 {{display reference="LMS._Include Library.Allgemeines zu Shib Attributen.WebHome"}}
13
14 {{/layout-cell}}
15
16 {{layout-cell}}
17
18 {{panel title="Inhalt"}}
19
20
21 {{toc/}}
22
23 **Verwandte Themen**
24
25 * [[doc:Expertenregeln zur Pruefung auf ein Benutzerattribut]]
26 {{/panel}}
27
28 {{/layout-cell}}
29 {{/layout-section}}
30
31 {{layout-section ac:type="single"}}
32 {{layout-cell}}
33 === Anrede ===
34
35 (% style="margin-left: 40.0px;" %)
36 Attribut: salutationSelection
37 {{/layout-cell}}
38 {{/layout-section}}
39
40 {{layout-section ac:type="two_equal"}}
41 {{layout-cell}}
42 (% style="margin-left: 40.0px;" %)
43 Beispielwerte: 1, 2, 3
44
45 (% style="margin-left: 40.0px;" %)
46 Bedeutung der Werte: 1 = männlich, 2 = weiblich, 3 = divers
47 {{/layout-cell}}
48
49 {{layout-cell}}
50 {{expand title="Weitere Werte ..."}}
51 * 0
52 * 9
53 {{/expand}}
54 {{/layout-cell}}
55 {{/layout-section}}
56
57 {{layout-section ac:type="single"}}
58 {{layout-cell}}
59 (% style="margin-left: 40.0px;" %)
60 Beispielregel Expertenmodus: //Nur Nutzer mit Anrede "Frau": isInAttribute("salutationSelection","Frau")//
61 {{/layout-cell}}
62 {{/layout-section}}
63
64 {{layout-section ac:type="single"}}
65 {{layout-cell}}
66 === Benutzername ===
67
68 (% style="margin-left: 40.0px;" %)
69 Attribut: username
70
71 (% style="margin-left: 40.0px;" %)
72 Beispielwert: login-name@tu-dresden.de
73
74 (% style="margin-left: 40.0px;" %)
75 Beispielregel Expertenmodus: //Nur für Nutzer mit Benutzername "login-name@tu-dresden.de"//: hasAttribute("username","login-name@tu-dresden.de")
76 {{/layout-cell}}
77 {{/layout-section}}
78
79 {{layout-section ac:type="single"}}
80 {{layout-cell}}
81 === Benutzertyp ===
82
83 (% style="margin-left: 40.0px;" %)
84 Attribut: personType
85 {{/layout-cell}}
86 {{/layout-section}}
87
88 {{layout-section ac:type="two_equal"}}
89 {{layout-cell}}
90 (% style="margin-left: 40.0px;" %)
91 Beispielwerte: affiliate,  employee;member, student, ...
92 {{/layout-cell}}
93
94 {{layout-cell}}
95 {{expand title="Weitere Werte ..."}}
96 * affiliate;employee;staff;member
97 * affiliate;member;student
98 * affiliate;staff;employee;student;member
99 * affiliate;student;member
100 * employee;affiliate;faculty;member
101 * employee;affiliate;member;staff
102 * employee;faculty;member
103 * employee;faculty;member;staff
104 * employee;faculty;student;member
105 * employee;member
106 * employee;member;faculty
107 * employee;member;faculty;affiliate
108 * employee;member;staff
109 * employee;member;student;faculty
110 * employee;staff;member
111 * employee;staff;member;student
112 * employee;student;member;affiliate;staff
113 * employee;student;member;faculty;affiliate
114 * employee;student;member;faculty;staff
115 * employee;student;member;staff
116 * faculty;affiliate;employee;member
117 * faculty;affiliate;employee;student;member
118 * faculty;affiliate;staff;employee;member
119 * faculty;employee;member
120 * faculty;employee;member;student
121 * faculty;employee;staff;member
122 * faculty;member;employee
123 * faculty;member;student;employee;affiliate
124 * faculty;staff;employee;student;member
125 * member
126 * member;affiliate;employee;staff
127 * member;affiliate;student
128 * member;employee
129 * member;employee;affiliate;faculty
130 * member;employee;faculty
131 * member;employee;faculty;student
132 * member;employee;staff
133 * member;faculty;affiliate;employee
134 * member;faculty;employee
135 * member;faculty;employee;staff
136 * member;faculty;staff;employee;student
137 * member;staff;employee
138 * member;staff;employee;affiliate
139 * member;staff;employee;faculty
140 * member;staff;employee;student
141 * member;student
142 * member;student;affiliate
143 * member;student;employee;staff
144 * member;student;employee;staff;affiliate
145 * member;student;employee;staff;faculty
146 * member;student;faculty;employee
147 * staff;employee;member
148 * staff;employee;student;member;affiliate
149 * staff;employee;student;member;faculty
150 * staff;member;affiliate;employee
151 * staff;member;employee
152 * staff;member;faculty;affiliate;employee;student
153 * staff;member;faculty;employee
154 * staff;member;student;employee
155 * student;employee;staff;member
156 * student;faculty;employee;member
157 * student;member
158 * student;member;affiliate
159 * student;member;employee;faculty
160 * student;member;staff;employee
161 {{/expand}}
162 {{/layout-cell}}
163 {{/layout-section}}
164
165 {{layout-section ac:type="single"}}
166 {{layout-cell}}
167 (% style="margin-left: 40.0px;" %)
168 Beispielregel Expertenmodus: //Nur für Nutzer mit Benutzertyp "employee;member;staff// //"//: hasAttribute("personType","employee;member;staff")
169 {{/layout-cell}}
170 {{/layout-section}}
171
172 {{layout-section ac:type="single"}}
173 {{layout-cell}}
174 === E-Mail-Adresse ===
175
176 (% style="margin-left: 40.0px;" %)
177 Attribut: email
178
179 (% style="margin-left: 40.0px;" %)
180 Beispielwert: max.müller@tu-dresden.de
181
182 (% style="margin-left: 40.0px;" %)
183 Beispielregel Expertenmodus: //Nur für Nutzer mit E-Mailadresse max.müller@tu-dresden.de"//: hasAttribute("email","max.müller@tu-dresden.de")
184 {{/layout-cell}}
185 {{/layout-section}}
186
187 {{layout-section ac:type="single"}}
188 {{layout-cell}}
189 === Fachsemester ===
190
191 (% style="margin-left: 40.0px;" %)
192 Attribut: termsOfStudy
193 {{/layout-cell}}
194 {{/layout-section}}
195
196 {{layout-section ac:type="two_equal"}}
197 {{layout-cell}}
198 (% style="margin-left: 40.0px;" %)
199 Beispielwert: 005$1, 067$1, 908$1, ...
200 {{/layout-cell}}
201
202 {{layout-cell}}
203 {{expand title="Weitere Werte ..."}}
204 * 127$1,
205 * 005$3,
206 * 908$3,
207 * 137$3,
208 * 013$1,
209 * 013$10,
210 * 013$11,
211 * 121$2,
212 * 013$12,
213 * 017$1,
214 * 013$13,
215 * 013$14,
216 * 013$15,
217 * 013$16,
218 * 013$19,
219 * 013$2,
220 * 013$3,
221 * 013$38,
222 * 013$4,
223 * 013$5,
224 * 017$7,
225 * 013$6,
226 * 013$7,
227 * 013$8,
228 * 013$9,
229 * 017$0,
230 * 017$10,
231 * 017$3,
232 * 017$11,
233 * 089$2,
234 * 104$8,
235 * 017$12,
236 * 017$13,
237 * 017$14,
238 * 017$15,
239 * 121$1,
240 * 017$16,
241 * 017$17,
242 * 017$18,
243 * 823$2,
244 * 017$19,
245 * 017$2,
246 * 017$20,
247 * 017$21,
248 * 017$29,
249 * 017$4,
250 * 290$1,
251 * 017$5,
252 * 017$6,
253 * 017$8,
254 * 017$9,
255 * 021$1,
256 * 021$11,
257 * 184$5,
258 * 184$6,
259 * 184$7,
260 * 184$9,
261 * 184$8,
262 * 021$2,
263 * 021$26,
264 * 021$3,
265 * 021$4,
266 * 175$2,
267 * 021$5,
268 * 021$6,
269 * 021$7,
270 * 021$8,
271 * 026$1,
272 * 026$10,
273 * 026$11,
274 * 026$12,
275 * 026$2,
276 * 026$3,
277 * 026$4,
278 * 026$5,
279 * 026$6,
280 * 026$7,
281 * 104$11,
282 * 026$9,
283 * 032$1,
284 * 032$10,
285 * 050$1,
286 * BFD$1,
287 * BFE$1,
288 * BFF$10,
289 * 195$10,
290 * C48$2,
291 * 032$11,
292 * 032$12,
293 * C48$1,
294 * 105$1,
295 * 105$7,
296 * 128$6,
297 * BFD$7,
298 * 128$1,
299 * 195$1,
300 * BFF$1,
301 * B0C$11,
302 * BFE$11,
303 * BFE$12,
304 * 105$12,
305 * 032$13,
306 * BFF$9,
307 * 071$9,
308 * 032$14,
309 * 050$12,
310 * BFD$13,
311 * 9D4$2,
312 * B0C$1,
313 * 9D8$1,
314 * 032$2,
315 * 032$3,
316 * 128$3,
317 * BFE$3,
318 * 104$2,
319 * 059$3,
320 * B0C$3,
321 * 032$4,
322 * 032$5,
323 * 105$5,
324 * BFE$5,
325 * BFD$5,
326 * 9D8$5,
327 * B0C$5,
328 * BFF$5,
329 * 195$5,
330 * 032$6,
331 * 032$7,
332 * BFE$7,
333 * 838$7,
334 * BFF$7,
335 * 9D8$7,
336 * 128$7,
337 * 032$8,
338 * B0C$8,
339 * BFE$8,
340 * BFD$8,
341 * 032$9,
342 * 050$9,
343 * BFE$9,
344 * 105$9,
345 * 9D8$9,
346 * B0C$9,
347 * BFD$9,
348 * 039$1,
349 * 039$10,
350 * 039$11,
351 * 039$12,
352 * 039$14,
353 * 039$15,
354 * 039$2,
355 * 039$23,
356 * 039$3,
357 * 039$4,
358 * 039$5,
359 * 039$6,
360 * 039$7,
361 * 039$8,
362 * 042$5,
363 * 042$6,
364 * 184$3,
365 * 042$7,
366 * 048$1,
367 * 048$10,
368 * 048$11,
369 * 380$1,
370 * 184$1,
371 * 048$12,
372 * 048$13,
373 * 048$14,
374 * 105$13,
375 * BCE$7,
376 * 048$15,
377 * 048$16,
378 * 048$17,
379 * 048$2,
380 * 048$20,
381 * 048$22,
382 * 048$23,
383 * 048$24,
384 * 048$29,
385 * 048$3,
386 * 107$1,
387 * 128$5,
388 * 179$3,
389 * 048$4,
390 * 048$5,
391 * 048$6,
392 * 048$7,
393 * 048$8,
394 * 048$9,
395 * 050$10,
396 * 091$10,
397 * BFE$10,
398 * 050$8,
399 * 744$10,
400 * 980$10,
401 * BFD$10,
402 * 9D8$10,
403 * BFD$12,
404 * AE9$12,
405 * AE9$9,
406 * 050$11,
407 * BFD$11,
408 * BFE$13,
409 * 068$11,
410 * 068$12,
411 * 068$15,
412 * BFD$15,
413 * 091$11,
414 * 105$11,
415 * 980$11,
416 * 9D8$11,
417 * 9D8$15,
418 * BFE$15,
419 * AE9$13,
420 * 744$11,
421 * 979$11,
422 * AE9$11,
423 * 128$4,
424 * 210$9,
425 * 050$13,
426 * 068$13,
427 * 091$15,
428 * AE9$4,
429 * 050$14,
430 * B0C$14,
431 * BFE$14,
432 * 544$1,
433 * AE9$1,
434 * AE9$3,
435 * BFD$3,
436 * 068$1,
437 * 979$1,
438 * 059$1,
439 * 095$1,
440 * 744$1,
441 * 980$1,
442 * 050$2,
443 * 091$2,
444 * BFE$2,
445 * 9D0$1,
446 * BFD$2,
447 * 9D8$2,
448 * 068$7,
449 * 050$3,
450 * 105$3,
451 * 979$3,
452 * 9D8$3,
453 * 068$3,
454 * 139$3,
455 * BFE$4,
456 * 544$5,
457 * 050$4,
458 * BFD$4,
459 * 050$5,
460 * 105$6,
461 * BFE$6,
462 * 979$5,
463 * 980$5,
464 * 980$7,
465 * AE9$5,
466 * AE9$7,
467 * 068$5,
468 * 139$5,
469 * 979$7,
470 * BFD$6,
471 * 9D8$6,
472 * 059$5,
473 * 091$3,
474 * 091$5,
475 * 744$5,
476 * 980$3,
477 * 068$6,
478 * 091$9,
479 * 050$6,
480 * 980$8,
481 * 271$1,
482 * BFE$0,
483 * B0C$6,
484 * 050$7,
485 * 091$7,
486 * B0C$7,
487 * 059$7,
488 * 9D8$8,
489 * AE9$8,
490 * 068$8,
491 * 979$9,
492 * 980$15,
493 * 068$9,
494 * 544$9,
495 * 744$9,
496 * 053$1,
497 * 053$15,
498 * 053$2,
499 * 053$3,
500 * 053$4,
501 * 053$5,
502 * 127$5,
503 * AEA$13,
504 * 053$6,
505 * 053$8,
506 * 058$1,
507 * 058$10,
508 * 058$5,
509 * 058$6,
510 * 058$7,
511 * 058$8,
512 * 058$9,
513 * 058$11,
514 * 107$10,
515 * 127$6,
516 * 058$12,
517 * 058$13,
518 * 058$2,
519 * 058$3,
520 * 058$4,
521 * 075$1,
522 * 175$8,
523 * 059$10,
524 * 068$10,
525 * B0C$10,
526 * 744$8,
527 * 059$11,
528 * 181$1,
529 * 059$12,
530 * 084$12,
531 * 059$2,
532 * 059$31,
533 * B0C$31,
534 * 059$4,
535 * B0C$4,
536 * B0C$2,
537 * 139$7,
538 * 059$8,
539 * 059$9,
540 * 067$10,
541 * 908$10,
542 * 067$12,
543 * 067$13,
544 * 737$13,
545 * 908$13,
546 * 067$14,
547 * 908$14,
548 * 067$15,
549 * 737$1,
550 * B9D$1,
551 * BF8$1,
552 * 121$7,
553 * 067$2,
554 * 092$5,
555 * 908$5,
556 * 737$2,
557 * 908$2,
558 * 067$3,
559 * 092$1,
560 * 092$3,
561 * 127$3,
562 * 737$3,
563 * BF8$3,
564 * 067$4,
565 * 908$4,
566 * 127$4,
567 * 067$5,
568 * 737$5,
569 * 067$6,
570 * 092$6,
571 * 908$6,
572 * 067$7,
573 * 908$7,
574 * 127$7,
575 * 908$11,
576 * 067$9,
577 * 092$9,
578 * 908$9,
579 * 737$9,
580 * BF8$5,
581 * C46$1,
582 * 071$1,
583 * 9D8$12,
584 * 195$11,
585 * BFF$11,
586 * 175$6,
587 * 068$14,
588 * AE8$14,
589 * BFF$18,
590 * BFF$14,
591 * 195$14,
592 * 939$1,
593 * 129$7,
594 * AE8$1,
595 * 068$2,
596 * 181$2,
597 * 068$25,
598 * 149$1,
599 * 129$6,
600 * 181$3,
601 * 195$3,
602 * BFF$3,
603 * 908$12,
604 * 939$3,
605 * 939$2,
606 * 068$4,
607 * 9D8$4,
608 * 086$1,
609 * 092$8,
610 * 181$5,
611 * 195$7,
612 * 005$6,
613 * 836$7,
614 * 095$3,
615 * 181$7,
616 * 095$7,
617 * 067$8,
618 * 838$9,
619 * 070$17,
620 * 095$20,
621 * BFE$20,
622 * 071$10,
623 * 071$13,
624 * 195$13,
625 * BFF$13,
626 * AEE$1,
627 * 071$3,
628 * 071$5,
629 * 071$6,
630 * BFF$6,
631 * 195$6,
632 * 104$1,
633 * 071$7,
634 * 939$7,
635 * 071$8,
636 * 939$6,
637 * BFF$8,
638 * BFF$0,
639 * 195$9,
640 * 980$9,
641 * 075$3,
642 * 075$5,
643 * 075$6,
644 * 075$7,
645 * 077$0,
646 * B36$7,
647 * B36$8,
648 * 077$1,
649 * 077$10,
650 * 077$11,
651 * 077$12,
652 * B36$6,
653 * 077$2,
654 * 077$3,
655 * 077$4,
656 * 077$5,
657 * 077$6,
658 * 077$7,
659 * 077$9,
660 * 079$0,
661 * 079$1,
662 * 079$10,
663 * 079$3,
664 * 079$7,
665 * 079$9,
666 * 079$11,
667 * 104$6,
668 * 105$2,
669 * 108$1,
670 * 128$11,
671 * 128$30,
672 * 079$12,
673 * BFF$12,
674 * 071$12,
675 * 079$13,
676 * 836$13,
677 * 079$14,
678 * 128$14,
679 * 079$15,
680 * 079$16,
681 * 079$17,
682 * 079$18,
683 * 838$1,
684 * 079$2,
685 * 079$8,
686 * 079$21,
687 * 184$2,
688 * 079$22,
689 * 079$26,
690 * 104$5,
691 * 079$4,
692 * 128$10,
693 * B12$3,
694 * 079$5,
695 * 9C8$1,
696 * 128$9,
697 * 108$5,
698 * 108$9,
699 * 079$6,
700 * BCD$1,
701 * 149$8,
702 * 084$1,
703 * 084$11,
704 * 084$2,
705 * 084$4,
706 * 084$7,
707 * 084$8,
708 * 084$9,
709 * 089$1,
710 * 089$10,
711 * 089$11,
712 * 089$12,
713 * 089$13,
714 * 089$14,
715 * 210$1,
716 * 089$15,
717 * 089$18,
718 * 089$19,
719 * 089$24,
720 * 089$3,
721 * 089$4,
722 * 089$5,
723 * 089$6,
724 * 089$7,
725 * 089$8,
726 * 089$9,
727 * 105$10,
728 * 091$1,
729 * 091$12,
730 * B0C$12,
731 * 091$13,
732 * AE6$5,
733 * 091$4,
734 * 091$6,
735 * AE6$7,
736 * 091$8,
737 * 092$7,
738 * 092$11,
739 * 137$1,
740 * 092$12,
741 * 092$13,
742 * 930$8,
743 * 092$2,
744 * 096$1,
745 * 092$4,
746 * 146$5,
747 * 9CD$5,
748 * AE6$9,
749 * 737$6,
750 * 9CD$1,
751 * 737$7,
752 * 137$7,
753 * C1B$5,
754 * 093$1,
755 * 093$7,
756 * 093$9,
757 * 093$11,
758 * 093$3,
759 * 093$12,
760 * 093$8,
761 * 129$13,
762 * 093$4,
763 * 093$5,
764 * 093$6,
765 * 095$35,
766 * 744$35,
767 * 095$5,
768 * 096$10,
769 * 096$11,
770 * 096$12,
771 * 096$13,
772 * 096$16,
773 * 096$3,
774 * 096$4,
775 * 096$5,
776 * 096$6,
777 * 096$7,
778 * 096$8,
779 * 096$9,
780 * 104$0,
781 * 104$10,
782 * 104$7,
783 * 175$11,
784 * 177$8,
785 * 104$12,
786 * 179$8,
787 * 104$13,
788 * 104$14,
789 * 104$15,
790 * 104$16,
791 * 179$12,
792 * 179$13,
793 * 104$17,
794 * 104$18,
795 * 104$19,
796 * 104$20,
797 * 104$21,
798 * 132$1,
799 * 104$22,
800 * 104$27,
801 * 104$3,
802 * 104$30,
803 * 104$36,
804 * 104$4,
805 * 177$1,
806 * 104$9,
807 * 806$1,
808 * 105$0,
809 * 128$0,
810 * AE9$0,
811 * 139$10,
812 * AE6$10,
813 * 175$4,
814 * AE6$11,
815 * 128$13,
816 * 105$14,
817 * 105$15,
818 * 105$16,
819 * 105$17,
820 * 105$18,
821 * BCD$5,
822 * 139$1,
823 * 545$1,
824 * 179$7,
825 * AE6$2,
826 * AE6$3,
827 * 105$36,
828 * 744$3,
829 * 105$4,
830 * 095$4,
831 * 744$4,
832 * 084$5,
833 * 107$11,
834 * AE8$5,
835 * 059$6,
836 * 105$8,
837 * 118$1,
838 * AE6$8,
839 * 838$13,
840 * 095$9,
841 * 139$9,
842 * 545$9,
843 * AE8$9,
844 * 107$12,
845 * 107$13,
846 * 107$14,
847 * 107$15,
848 * 107$16,
849 * 107$17,
850 * 806$8,
851 * 107$2,
852 * 107$23,
853 * 107$3,
854 * 107$4,
855 * 107$5,
856 * 107$6,
857 * 107$7,
858 * 107$8,
859 * 107$9,
860 * 108$10,
861 * ACF$10,
862 * BFF$4,
863 * 108$11,
864 * ACF$11,
865 * 821$11,
866 * 821$1,
867 * 108$7,
868 * 113$12,
869 * AE6$12,
870 * 113$3,
871 * 113$4,
872 * AE6$4,
873 * 113$5,
874 * 113$7,
875 * 113$9,
876 * 114$13,
877 * 115$0,
878 * 121$10,
879 * 121$11,
880 * 121$13,
881 * 121$12,
882 * 121$14,
883 * 121$20,
884 * 121$3,
885 * 121$37,
886 * 121$4,
887 * 121$5,
888 * 121$6,
889 * 121$8,
890 * 121$9,
891 * 127$11,
892 * 127$14,
893 * 146$1,
894 * 127$2,
895 * 149$2,
896 * 146$3,
897 * BCF$5,
898 * AC4$13,
899 * 127$8,
900 * 127$9,
901 * BFE$17,
902 * 128$17,
903 * 128$12,
904 * 095$11,
905 * 128$15,
906 * 128$16,
907 * AEA$5,
908 * 128$2,
909 * 9CD$4,
910 * 177$6,
911 * AC4$1,
912 * B8C$5,
913 * AEB$5,
914 * 821$5,
915 * 128$8,
916 * 129$0,
917 * 129$1,
918 * 129$10,
919 * 129$11,
920 * 129$15,
921 * 129$2,
922 * 129$3,
923 * 149$7,
924 * 129$4,
925 * 129$5,
926 * 129$8,
927 * 129$9,
928 * 132$10,
929 * 132$11,
930 * B12$1,
931 * 132$12,
932 * 132$13,
933 * 132$16,
934 * 132$18,
935 * 132$2,
936 * 132$3,
937 * 132$22,
938 * 132$29,
939 * 132$4,
940 * 132$5,
941 * C14$1,
942 * 132$6,
943 * 132$7,
944 * B11$1,
945 * 132$8,
946 * 792$1,
947 * 132$9,
948 * 135$42,
949 * 042$11,
950 * 137$15,
951 * 737$4,
952 * 146$6,
953 * 137$4,
954 * 137$5,
955 * 139$11,
956 * 071$11,
957 * 146$10,
958 * 146$2,
959 * 146$27,
960 * 146$7,
961 * 149$10,
962 * 149$11,
963 * 149$12,
964 * 149$13,
965 * 149$14,
966 * 149$16,
967 * BCF$7,
968 * C1B$3,
969 * C30$1,
970 * 149$3,
971 * 149$4,
972 * 149$5,
973 * 149$6,
974 * 149$9,
975 * 171$1,
976 * 171$10,
977 * 9C4$8,
978 * 9C4$9,
979 * 171$2,
980 * 171$3,
981 * 171$4,
982 * 171$5,
983 * 171$6,
984 * 171$9,
985 * 175$1,
986 * 175$10,
987 * 175$27,
988 * 175$3,
989 * 175$5,
990 * 175$7,
991 * 175$9,
992 * 177$10,
993 * 177$11,
994 * 177$12,
995 * 177$13,
996 * 177$14,
997 * 177$2,
998 * 177$3,
999 * 177$4,
1000 * 177$5,
1001 * 276$1,
1002 * 177$7,
1003 * 177$9,
1004 * 179$1,
1005 * 179$10,
1006 * 9D4$3,
1007 * 179$11,
1008 * 179$14,
1009 * 179$15,
1010 * 179$18,
1011 * 179$2,
1012 * 210$7,
1013 * 179$4,
1014 * 179$5,
1015 * 179$6,
1016 * 179$9,
1017 * 181$13,
1018 * 9D8$13,
1019 * xxx$1,
1020 * 181$27,
1021 * xxx$3,
1022 * 181$4,
1023 * xxx$5,
1024 * xxx$7,
1025 * 181$8,
1026 * 181$9,
1027 * 184$10,
1028 * 184$11,
1029 * 184$12,
1030 * 184$13,
1031 * 184$14,
1032 * 184$15,
1033 * 767$1,
1034 * 184$20,
1035 * 184$4,
1036 * 380$7,
1037 * 9D4$4,
1038 * 9D4$5,
1039 * 185$1,
1040 * 185$11,
1041 * 196$3,
1042 * 185$3,
1043 * 185$5,
1044 * 185$7,
1045 * 185$9,
1046 * 939$11,
1047 * 544$11,
1048 * 544$3,
1049 * 195$4,
1050 * 195$8,
1051 * 210$10,
1052 * 210$11,
1053 * 210$12,
1054 * 210$2,
1055 * 210$3,
1056 * 210$4,
1057 * 210$5,
1058 * 210$6,
1059 * B9F$1,
1060 * 210$8,
1061 * C36$1,
1062 * 226$10,
1063 * 226$22,
1064 * 226$24,
1065 * 245$41,
1066 * AE6$0,
1067 * AE6$6,
1068 * 271$29,
1069 * 095$38,
1070 * B0C$38,
1071 * 276$14,
1072 * 276$2,
1073 * 276$3,
1074 * 276$4,
1075 * 276$5,
1076 * 276$7,
1077 * 290$2,
1078 * 302$1,
1079 * 302$11,
1080 * 302$12,
1081 * 302$13,
1082 * 302$3,
1083 * 302$4,
1084 * 380$10,
1085 * 380$11,
1086 * 380$12,
1087 * 380$13,
1088 * 380$14,
1089 * 380$15,
1090 * 380$16,
1091 * 380$17,
1092 * BCF$1,
1093 * 380$2,
1094 * C47$1,
1095 * 380$3,
1096 * 380$4,
1097 * 380$5,
1098 * 380$6,
1099 * 380$8,
1100 * 380$9,
1101 * 838$3,
1102 * 544$7,
1103 * 545$13,
1104 * 545$3,
1105 * 545$6,
1106 * 545$7,
1107 * 737$10,
1108 * 737$11,
1109 * 737$16,
1110 * 146$4,
1111 * 137$6,
1112 * 744$12,
1113 * 181$12,
1114 * 195$12,
1115 * 744$13,
1116 * AE6$1,
1117 * B0C$13,
1118 * 744$2,
1119 * 939$5,
1120 * 744$6,
1121 * 939$8,
1122 * 744$7,
1123 * 836$11,
1124 * 939$10,
1125 * 767$2,
1126 * 767$3,
1127 * 767$4,
1128 * 767$5,
1129 * 767$6,
1130 * 777$9,
1131 * 939$9,
1132 * 787$1,
1133 * 787$2,
1134 * 787$3,
1135 * 787$4,
1136 * 787$5,
1137 * 787$6,
1138 * 787$7,
1139 * 787$9,
1140 * 802$6,
1141 * 792$3,
1142 * 792$5,
1143 * 792$6,
1144 * 797$4,
1145 * 797$5,
1146 * 797$7,
1147 * 797$8,
1148 * 797$9,
1149 * 802$0,
1150 * 802$1,
1151 * 802$10,
1152 * 802$11,
1153 * 802$2,
1154 * 802$3,
1155 * 802$4,
1156 * 802$5,
1157 * 802$7,
1158 * 802$8,
1159 * 802$9,
1160 * 806$10,
1161 * 806$11,
1162 * 806$12,
1163 * 806$13,
1164 * 806$14,
1165 * 806$15,
1166 * 806$16,
1167 * 806$17,
1168 * 806$19,
1169 * 806$2,
1170 * 806$3,
1171 * 806$4,
1172 * 806$5,
1173 * 806$6,
1174 * 806$7,
1175 * 806$9,
1176 * 809$1,
1177 * 809$11,
1178 * 809$12,
1179 * 809$15,
1180 * 809$17,
1181 * 809$2,
1182 * 809$3,
1183 * 809$5,
1184 * 809$7,
1185 * 809$8,
1186 * 821$10,
1187 * 821$2,
1188 * 108$3,
1189 * 108$6,
1190 * 821$7,
1191 * 821$9,
1192 * 823$1,
1193 * 823$10,
1194 * 823$11,
1195 * 823$12,
1196 * 823$13,
1197 * 823$14,
1198 * 823$3,
1199 * 823$4,
1200 * 823$5,
1201 * 823$6,
1202 * 823$7,
1203 * 823$8,
1204 * 823$9,
1205 * 836$1,
1206 * 836$5,
1207 * 836$8,
1208 * 836$9,
1209 * 838$11,
1210 * 838$12,
1211 * 980$12,
1212 * 838$5,
1213 * 838$6,
1214 * 841$1,
1215 * 841$3,
1216 * 841$4,
1217 * 841$5,
1218 * 865$10,
1219 * 865$2,
1220 * 865$3,
1221 * 865$4,
1222 * 865$5,
1223 * 865$6,
1224 * 865$7,
1225 * 865$8,
1226 * 737$8,
1227 * 137$8,
1228 * 067$11,
1229 * 137$11,
1230 * 092$14,
1231 * 737$14,
1232 * 127$10,
1233 * 137$2,
1234 * BF8$2,
1235 * 908$8,
1236 * 146$8,
1237 * 930$11,
1238 * 930$9,
1239 * 996$1,
1240 * 932$1,
1241 * 9D0$2,
1242 * 932$2,
1243 * 932$3,
1244 * 932$4,
1245 * 932$5,
1246 * 932$6,
1247 * 932$7,
1248 * 932$9,
1249 * 936$1,
1250 * B36$9,
1251 * 936$2,
1252 * 936$3,
1253 * 936$4,
1254 * 936$5,
1255 * 936$6,
1256 * 936$8,
1257 * 937$1,
1258 * BCF$6,
1259 * 937$2,
1260 * 937$3,
1261 * 937$4,
1262 * 937$5,
1263 * 937$6,
1264 * 937$7,
1265 * 938$10,
1266 * 938$12,
1267 * 939$13,
1268 * 939$18,
1269 * 980$18,
1270 * 980$2,
1271 * 939$4,
1272 * 979$4,
1273 * 979$6,
1274 * 980$13,
1275 * 821$3,
1276 * 980$32,
1277 * 068$32,
1278 * AEE$3,
1279 * 980$4,
1280 * 980$6,
1281 * 987$3,
1282 * 987$5,
1283 * 989$1,
1284 * 989$3,
1285 * 989$5,
1286 * 989$7,
1287 * 992$1,
1288 * 992$3,
1289 * 992$5,
1290 * 996$2,
1291 * 996$3,
1292 * 996$4,
1293 * 996$5,
1294 * 996$6,
1295 * 996$7,
1296 * 996$8,
1297 * 9C4$1,
1298 * 9C4$15,
1299 * 9C4$3,
1300 * 9C4$4,
1301 * 9C4$5,
1302 * 9C4$6,
1303 * 9C4$7,
1304 * 9C8$13,
1305 * 9C8$3,
1306 * 9C8$4,
1307 * 9C8$5,
1308 * 9C8$6,
1309 * 9C8$7,
1310 * 9CA$1,
1311 * 9CA$2,
1312 * 9CA$3,
1313 * 9CA$4,
1314 * 9CA$5,
1315 * 9CA$7,
1316 * 9CC$1,
1317 * 9CC$3,
1318 * 9CC$5,
1319 * 9CC$9,
1320 * 9CD$2,
1321 * 9CD$23,
1322 * 9CD$3,
1323 * 9CD$6,
1324 * 9CD$7,
1325 * 9CD$9,
1326 * 9CE$1,
1327 * 9CE$3,
1328 * 9CE$4,
1329 * 9CE$5,
1330 * 9CE$7,
1331 * 9CE$8,
1332 * 9D0$3,
1333 * AB5$2,
1334 * 9D0$4,
1335 * 9D0$5,
1336 * 9D0$6,
1337 * 9D0$7,
1338 * 9D0$8,
1339 * 9D0$9,
1340 * 9D2$1,
1341 * 9D2$2,
1342 * 9D2$3,
1343 * 9D2$5,
1344 * 9D2$7,
1345 * 9D3$1,
1346 * 9D3$3,
1347 * 9D3$5,
1348 * 9D3$6,
1349 * 9D3$7,
1350 * 9D3$8,
1351 * 9D3$9,
1352 * 9D4$1,
1353 * 9D4$10,
1354 * 9D4$11,
1355 * 9D4$12,
1356 * 9D4$13,
1357 * 9D4$14,
1358 * 9D4$15,
1359 * 9D4$17,
1360 * 9D4$6,
1361 * 9D4$7,
1362 * 9D4$8,
1363 * 9D4$9,
1364 * 9D7$1,
1365 * 9D7$4,
1366 * 9D7$5,
1367 * 9D7$9,
1368 * 9D8$0,
1369 * 095$13,
1370 * AE8$11,
1371 * AE6$13,
1372 * 9D8$14,
1373 * BFD$14,
1374 * 744$15,
1375 * 9D8$19,
1376 * B0C$15,
1377 * 9D8$20,
1378 * 744$20,
1379 * 979$2,
1380 * AE8$3,
1381 * 9D8$45,
1382 * 091$45,
1383 * 071$4,
1384 * 979$8,
1385 * 544$8,
1386 * BFD$0,
1387 * 059$13,
1388 * A09$8,
1389 * AB5$1,
1390 * AB5$3,
1391 * AB5$4,
1392 * AB5$5,
1393 * AB6$1,
1394 * AB6$3,
1395 * AB6$5,
1396 * AB7$1,
1397 * AB7$3,
1398 * AB7$4,
1399 * AB7$5,
1400 * AB7$6,
1401 * AB7$7,
1402 * AB7$9,
1403 * AC4$10,
1404 * AC4$11,
1405 * AC4$12,
1406 * AC4$14,
1407 * AC4$16,
1408 * AC4$2,
1409 * AC4$3,
1410 * AC4$4,
1411 * AC4$5,
1412 * AC4$6,
1413 * AC4$7,
1414 * AC4$8,
1415 * AC4$9,
1416 * ACC$11,
1417 * 777$11,
1418 * ACF$13,
1419 * ACF$9,
1420 * AD4$3,
1421 * AD4$4,
1422 * AD4$5,
1423 * AE0$1,
1424 * B90$5,
1425 * AE0$3,
1426 * AE0$4,
1427 * AE0$5,
1428 * AE0$6,
1429 * AE0$7,
1430 * AE2$1,
1431 * 113$1,
1432 * 545$5,
1433 * 113$8,
1434 * AE9$10,
1435 * AE9$2,
1436 * AEA$1,
1437 * AEA$10,
1438 * AEA$11,
1439 * AEA$12,
1440 * AEA$14,
1441 * AEA$15,
1442 * AEA$16,
1443 * AEA$17,
1444 * AEA$2,
1445 * AEA$3,
1446 * AEA$4,
1447 * AEA$6,
1448 * AEA$9,
1449 * AEA$7,
1450 * AEA$8,
1451 * AEB$1,
1452 * AEB$2,
1453 * AEB$3,
1454 * AEB$6,
1455 * AEB$7,
1456 * AEB$8,
1457 * AEE$2,
1458 * BFF$2,
1459 * AEE$7,
1460 * AF5$1,
1461 * 115$10,
1462 * 544$14,
1463 * 084$13,
1464 * 068$17,
1465 * B0C$47,
1466 * 139$47,
1467 * 139$12,
1468 * B11$0,
1469 * B11$2,
1470 * B11$3,
1471 * B11$4,
1472 * B11$5,
1473 * B11$6,
1474 * B11$7,
1475 * B12$0,
1476 * B12$2,
1477 * B12$4,
1478 * B12$5,
1479 * B12$6,
1480 * B12$7,
1481 * B12$8,
1482 * B12$9,
1483 * B36$10,
1484 * B36$12,
1485 * B36$3,
1486 * B36$4,
1487 * B36$5,
1488 * B3A$4,
1489 * B3A$5,
1490 * B3A$6,
1491 * B3B$5,
1492 * B55$9,
1493 * 146$9,
1494 * B8B$1,
1495 * B8B$2,
1496 * B8B$3,
1497 * B8B$5,
1498 * B8C$1,
1499 * B8C$10,
1500 * B8C$2,
1501 * B8C$3,
1502 * B8C$4,
1503 * B8C$6,
1504 * B8C$7,
1505 * B8C$9,
1506 * B8D$1,
1507 * B8D$8,
1508 * B90$1,
1509 * B90$10,
1510 * B90$3,
1511 * B90$4,
1512 * B90$6,
1513 * B90$7,
1514 * B9F$2,
1515 * B9F$3,
1516 * B9F$4,
1517 * B9F$5,
1518 * B9F$6,
1519 * BCC$1,
1520 * BCC$2,
1521 * BCC$3,
1522 * BCD$2,
1523 * BCD$3,
1524 * BCD$4,
1525 * BCD$6,
1526 * BCD$7,
1527 * BCD$9,
1528 * BCE$1,
1529 * BCE$2,
1530 * BCE$3,
1531 * BCE$5,
1532 * BCE$6,
1533 * BCE$9,
1534 * BCF$2,
1535 * BCF$3,
1536 * BF8$7,
1537 * C14$3,
1538 * BCF$4,
1539 * C35$1,
1540 * BCF$8,
1541 * BCF$9,
1542 * BF8$11,
1543 * BF8$4,
1544 * 737$12,
1545 * BF8$6,
1546 * BF9$1,
1547 * BF9$2,
1548 * BF9$3,
1549 * BF9$5,
1550 * 071$2,
1551 * 544$10,
1552 * 032$15,
1553 * 050$15,
1554 * 544$15,
1555 * BFD$16,
1556 * 068$19,
1557 * BFD$18,
1558 * AE9$18,
1559 * 139$4,
1560 * 271$3,
1561 * 139$13,
1562 * BFE$16,
1563 * 139$16,
1564 * B0C$16,
1565 * 139$8,
1566 * 544$6,
1567 * AE9$6,
1568 * 084$6,
1569 * 068$0,
1570 * AE8$10,
1571 * AEE$11,
1572 * 108$2,
1573 * 108$12,
1574 * 939$12,
1575 * 108$13,
1576 * AE8$13,
1577 * 744$14,
1578 * 108$14,
1579 * 836$3,
1580 * 838$4,
1581 * AEE$8,
1582 * AEE$5,
1583 * C14$2,
1584 * C14$4,
1585 * C14$5,
1586 * C14$6,
1587 * C14$7,
1588 * C14$8,
1589 * C1A$1,
1590 * C1A$3,
1591 * C1A$4,
1592 * C1A$5,
1593 * C1B$1,
1594 * C1B$2,
1595 * C1B$4,
1596 * C30$3,
1597 * C34$1,
1598 * C34$2,
1599 * C34$3,
1600 * C35$3,
1601 * C36$2~,~,
1602 * C36$3,
1603 * C41$1,
1604 * C41$2,
1605 * C49$1,
1606 * C4A$1,
1607 * xxx$2,
1608 * xxx$4,
1609 * xxx$6,
1610 * 181$6,
1611 * xxx$8,
1612 * xxx$9
1613 {{/expand}}
1614 {{/layout-cell}}
1615 {{/layout-section}}
1616
1617 {{layout-section ac:type="single"}}
1618 {{layout-cell}}
1619 (% style="margin-left: 40.0px;" %)
1620 Beispielregel Expertenmodus: //Nur für Nutzer aus dem Fachsemester "005$1"//: hasAttribute("termsOfStudy","005$1")
1621 {{/layout-cell}}
1622 {{/layout-section}}
1623
1624 {{layout-section ac:type="single"}}
1625 {{layout-cell}}
1626 === Geburtstag ===
1627
1628 (% style="margin-left: 40.0px;" %)
1629 Attribut: birthDay
1630
1631 (% style="margin-left: 40.0px;" %)
1632 Beispielwert: //Attribut wird nicht übertragen//
1633
1634 (% style="margin-left: 40.0px;" %)
1635 Beispielregel Expertenmodus: //Nur für Nutzer die am 01.01.2000 geboren sind"//: hasAttribute("birthDay","01.01.2000")
1636 {{/layout-cell}}
1637 {{/layout-section}}
1638
1639 {{layout-section ac:type="single"}}
1640 {{layout-cell}}
1641 === Institution ===
1642
1643 (% style="margin-left: 40.0px;" %)
1644 Attribut: institutionalName
1645
1646 (% style="margin-left: 40.0px;" %)
1647 Beispielwert:  TU Dresden
1648
1649 (% style="margin-left: 40.0px;" %)
1650 Beispielregel Expertenmodus: //Nur für Nutzer der " TU Dresden"//: hasAttribute("institutionalName"," TU Dresden")
1651 {{/layout-cell}}
1652 {{/layout-section}}
1653
1654 {{layout-section ac:type="single"}}
1655 {{layout-cell}}
1656 === Matrikelnummer ===
1657
1658 (% style="margin-left: 40.0px;" %)
1659 Attribut: institutionalUserIdentifier
1660
1661 (% style="margin-left: 40.0px;" %)
1662 Beispielwert: 123456
1663
1664 (% style="margin-left: 40.0px;" %)
1665 Beispielregel Expertenmodus: //Nur für Nutzer mit Matrikelnummer 123456"//: hasAttribute("institutionalUserIdentifier","123456")
1666 {{/layout-cell}}
1667 {{/layout-section}}
1668
1669 {{layout-section ac:type="single"}}
1670 {{layout-cell}}
1671 === Moduleinschreibung ===
1672
1673 (% style="margin-left: 40.0px;" %)
1674 Attribut: moduleEnrollment
1675
1676 (% style="margin-left: 40.0px;" %)
1677 Beispielwert:** **//Attribut wird nicht übertragen//
1678
1679 (% style="margin-left: 40.0px;" %)
1680 Beispielregel Expertenmodus: //Nur für Nutzer mit Moduleinschreibung xy"//: hasAttribute("moduleEnrollment","xy")
1681 {{/layout-cell}}
1682 {{/layout-section}}
1683
1684 {{layout-section ac:type="single"}}
1685 {{layout-cell}}
1686 === Nachname ===
1687
1688 (% style="margin-left: 40.0px;" %)
1689 Attribut: lastName
1690
1691 (% style="margin-left: 40.0px;" %)
1692 Beispielwert: Müller
1693
1694 (% style="margin-left: 40.0px;" %)
1695 Beispielregel Expertenmodus: //Nur für Nutzer mit Nachname Müller"//: hasAttribute("lastName","Müller")
1696 {{/layout-cell}}
1697 {{/layout-section}}
1698
1699 {{layout-section ac:type="single"}}
1700 {{layout-cell}}
1701 === Organisationseinheit ===
1702
1703 (% style="margin-left: 40.0px;" %)
1704 Attribut: orgUnit
1705 {{/layout-cell}}
1706 {{/layout-section}}
1707
1708 {{layout-section ac:type="two_equal"}}
1709 {{layout-cell}}
1710 (% class="auto-cursor-target" style="margin-left: 40.0px;" %)
1711 Beispielwerte: Abteilung Ostasienzentrum (OAZ), Abt. Multimediales Sprachlernzentrum, Fak. Mathematik, ...
1712 {{/layout-cell}}
1713
1714 {{layout-cell}}
1715 {{expand title="Weitere Werte ..."}}
1716 * (S)Arbeitsgruppe Betriebsfestigkeit
1717 * (S)P. Angewandte Geologie
1718 * (S)P. Praktische Philosophie/Et
1719 * (S)P. Stochast.Mod./Zuverl.keit, Asympto
1720 * (S)P. Winf, insb. Systementwickl (WiSe)
1721 * (S)P.Pulvermetallurg,Sinter-u.Verbundwer
1722 * (a)JP Technisches Design
1723 * (a)P. Quantitative Verf.,insb.Statistik
1724 * (a)P. Thermische Energiemasch.u -anlagen
1725 * (a)SG 8.4 Studiengangsangelegenheiten
1726 * AG Astronomie
1727 * AG Bauökonomie
1728 * AG Fachbereich Angewandte Geologie
1729 * AG Geometrische Modellierung und Visuali
1730 * AG Mechanische Verfahrenstechnik (MVT)
1731 * AG Papiertechnik
1732 * AG Papiertechnik
1733 * AG Städtebauliches Entwerfen
1734 * AG Systemverfahrenstechnik
1735 * AG Thermische Energiemasch. u. -anlagen
1736 * AG Wissensarchitektur
1737 * AZUBI
1738 * Abt. Innov. Methoden des Computing (IMC)
1739 * Abt. Interdisz.Anwendgsunt.stützg/Koord.
1740 * Abt. Multimediales Sprachlernzentrum
1741 * Abt. Netze und Kommunikationsdienste(NK)
1742 * Abt. System- und Dienstentwurf (SDE)
1743 * Abt. Vertei. und Datenint. Rechnen (VDR)
1744 * Abteilung Operative Prozesse und Systeme
1745 * Abteilung Ostasienzentrum (OAZ)
1746 * Arbeitsgruppe Cool Silicon
1747 * Arbeitsgruppe Fernstudium
1748 * BE Forstbotanischer Garten Tharandt
1749 * BF Labor- u. Prozesstechnik,Did. d. Chem
1750 * BIOTEC Verwaltung
1751 * BKM-JP Soziale u. ökon. Netzwerke d. Dt.
1752 * Beauftragte/r für Stud. mit Beh.u.chr.E.
1753 * Bereich Geistes- u. Sozialwissenschaften
1754 * Bereich Mathematik u. Naturwissenschaft.
1755 * Bereich Technik Fakultät Psychologie
1756 * Bereichsgebundene Studierende
1757 * Bereichsverwaltung Bau/Umwelt
1758 * Bereichsverwaltung Geistes-/Sozialwissen
1759 * Bereichsverwaltung Ingenieurwissenschaft
1760 * Bereichsverwaltung MatNat
1761 * Berufungsbeauftragte
1762 * Berufungsteam der Rektorin
1763 * Beschäftige ohne Orgzuordnung
1764 * Betriebswirtschaftlehre
1765 * Biologische Algorithmen (FoG)
1766 * Biomedizinische Genomik (FoG)
1767 * Biophysik epithelialien Wachstum (NFoG)
1768 * Biotechnologisches Zentrum (BIOTEC)
1769 * Botanischer Garten
1770 * Bottom-up Synthetic Biology (NFoG)
1771 * Boysen-TUD-Grad.kolleg MobilitätWandel
1772 * CAD-Labor
1773 * CEOS-STP Elektronenoptik (gB/IFW)
1774 * CF Bio-Bildanalyse
1775 * CFEA (GZ Umweltanalytik)
1776 * CIMTT
1777 * CMCB
1778 * Campus Net Büro GSW
1779 * Cen.f.Open Digital Innovation and Part.
1780 * Center f. Advanc.Electro. DD
1781 * Center f.MolecularBioengineering(B CUBE)
1782 * Center for Regenerative Therapies (CRTD)
1783 * Center for Regenerative Therapies Dresden (CRTD) im Bereich Medi
1784 * Chief Officer Digitalisierung u. Inform.
1785 * Computer-Emergency-Response-Team
1786 * Core Facility Durchflusszytometrie
1787 * Core Facility Stammzelltechnik
1788 * DD Internat.Grad.School Biomed.a.Bioeng.
1789 * DIU - Dresden International University
1790 * DRESDEN-concept Genome Center (CMCB CF)
1791 * Das Lipidom neuro-glialer Membra. (FoG)
1792 * Dekanat Fak. Erziehungswissenschaften
1793 * Dekanat Fak. SLK
1794 * Dekanat Fak. VW Friedrich List
1795 * Dekanat Fak. Wirtschaftswissenschaften
1796 * Dekanat Fak.Chemie u. Lebensmittelche
1797 * Dekanat Fakultät Architektur
1798 * Dekanat Fakultät Bauingenieurwesen
1799 * Dekanat Fakultät Biologie
1800 * Dekanat Fakultät EuI
1801 * Dekanat Fakultät Informatik
1802 * Dekanat Fakultät Maschinenwesen
1803 * Dekanat Fakultät Mathematik
1804 * Dekanat Fakultät Physik
1805 * Dekanat Fakultät Psychologie
1806 * Dekanat Philosophische Fakultät
1807 * Dekanat Umweltwissenschaften
1808 * Deutsche Telekom Prof. Kommunikationsnet
1809 * Dezernent 4 Gebäudemanagement
1810 * Dezernent Forschung
1811 * Dezernent Planung und Organisation
1812 * Dezernent Strategie und Kommunikation
1813 * Dezernent Studium und Weiterbildung
1814 * Doz. Wildökologie und Jagdwirtschaft
1815 * Dresden Center for Nanoanalysis (DCN)
1816 * Dresden Center intelligente Materialien
1817 * Dresdner Hochschulsportzentrum (DHSZ)
1818 * Dynamik der Biomoleküle (FoG)
1819 * Dynamik u. Mechan. der Zellerneu. (NFoG)
1820 * Einzel Molekül-Maschinen (NFoG)
1821 * Elektroanlagen, Aufzüge
1822 * Elektrotechnik und Informationstechnik
1823 * Else-Kröner-Fresenius-Zentrum für Digitale Gesundheit
1824 * Engineering von Stammzellen (FoG)
1825 * Experimentelles Zentrum
1826 * FR Forstwissenschaften
1827 * Fachgruppe Umweltverfahrenstechnik
1828 * Fak. Architektur
1829 * Fak. Bauingenieurwesen
1830 * Fak. Biologie
1831 * Fak. Chemie u. Lebensmittelchemie
1832 * Fak. Elektrotechnik u. Informationstech.
1833 * Fak. Erziehungswissenschaften
1834 * Fak. Informatik
1835 * Fak. Maschinenwesen
1836 * Fak. Mathematik
1837 * Fak. Physik
1838 * Fak. Psychologie
1839 * Fak. Sprach-, Literatur- u. Kulturwiss.
1840 * Fak. Umweltwissenschaften
1841 * Fak. Verkehrswissensch. Friedrich List
1842 * Fak. Wirtschaftswissenschaften
1843 * FakWerkst.Elektrotech u.Informationstech
1844 * Folkloretanzensem. The.Maass (Tanzstud
1845 * Forschungsgruppe Digital Health
1846 * Forschungsgruppe Tissue Engineering
1847 * Forschungsgruppe Umweltmon. u. Endokrin.
1848 * Forschungsst. f. Vergl.Ordensgeschichte
1849 * Gedenkstätte Münchner Platz Dresden
1850 * Geodätisches Institut
1851 * Geschäftsstelle Kommission Umwelt
1852 * Gleichstellung Bereich Geistes-/Sozialw.
1853 * Gleichstellungs- und Frauenbeauftragte
1854 * Gleichstellungsarbeit Fak. Umweltwiss.
1855 * Gleichstellungsbeauftragte Fak. EW
1856 * Graduiertenakademie
1857 * Gruppe Patentinformationszentrum
1858 * HTW Dresden
1859 * HTWK Leipzig
1860 * HUBERT-ENGELS - Labor
1861 * Hannah-Arendt-Institut für Totalitarismusforschung e.V.
1862 * Heizung, Kälte, Klima, Lüftung
1863 * Helmholtz-Zentrum Dresden-Rossendorf
1864 * Hochschulmedizin (Medizinische Fakultät und Universitätsklinikum
1865 * IT
1866 * IT-Servicezentrum Bauingenieurwesen
1867 * Informatiklabor Fak. Wirtschaftswissen
1868 * Inst. Abfall- und Kreislaufwirtschaft
1869 * Inst. Akustik und Sprachkommunikation
1870 * Inst. Algebra
1871 * Inst. Analysis
1872 * Inst. Angewandte Physik (IAP)
1873 * Inst. Anglistik und Amerikanistik
1874 * Inst. Automobiltechnik Dresden (IAD)
1875 * Inst. Baubetriebswesen
1876 * Inst. Bauklimatik (IBK)
1877 * Inst. Berufspäd. u. Berufl. Didaktiken
1878 * Inst. Evangelische Theologie (IEVTH)
1879 * Inst. Festkörper- und Materialphysik
1880 * Inst. Festkörperelektronik (IFE)
1881 * Inst. Festkörpermechanik (IFKM)
1882 * Inst. Forstbotanik und Forstzoologie
1883 * Inst. Forstökonomie u. Forsteinrichtung
1884 * Inst. Gebäudelehre und Entwerfen
1885 * Inst. Geographie
1886 * Inst. Geometrie
1887 * Inst. Germanistik und Medienkulturen
1888 * Inst. Geschichte
1889 * Inst. Hydrobiologie
1890 * Inst. Int.R.,Geist.Eigt.,Technik.R
1891 * Inst. Internat. Forst- u. Holzwirtschaft
1892 * Inst. Kartographie
1893 * Inst. Katholische Theologie
1894 * Inst. Kern- und Teilchenphysik (IKTP)
1895 * Inst. Klinische Psych.u.Psychotherapie
1896 * Inst. Kommunikationswissenschaft (IfK)
1897 * Inst. Kunst- und Musikwissenschaft
1898 * Inst. Künstliche Intelligenz
1899 * Inst. Landschaftsarchitektur
1900 * Inst. Leichtbau und Kunststofftechnik
1901 * Inst. Luft- und Raumfahrttechnik
1902 * Inst. Massivbau (IMB)
1903 * Inst. Mathematische Stochastik
1904 * Inst. Mechanik u. Flächentragwerke (IMF)
1905 * Inst. Nachrichtentechnik (IfN)
1906 * Inst. Numerische Mathematik
1907 * Inst. Philosophie
1908 * Inst. Planetare Geodäsie
1909 * Inst. Politikwissenschaft
1910 * Inst. Romanistik
1911 * Inst. Siedlungs- u.Ind.wasserwirtschaft
1912 * Inst. Slavistik
1913 * Inst. Software- und Multimediatechnik
1914 * Inst. Soziologie
1915 * Inst. Stahl- und Holzbau
1916 * Inst. Städtebau und Regionalplanung
1917 * Inst. Systemarchitektur
1918 * Inst. Theoretische Informatik
1919 * Inst. Theoretische Physik
1920 * Inst. Verfahrenstechnik u. Umwelttechnik
1921 * Inst. Waldbau und Waldschutz
1922 * Inst. Wasserchemie
1923 * Inst. Werkstoffwissenschaft (IfWW)
1924 * Inst. Wirtschaft und Verkehr
1925 * Inst. Wissenschaftliches Rechnen
1926 * Inst. für Erziehungswissenschaft
1927 * Inst. für Fertigungstechnik
1928 * Inst.Allg.Psycholo.,Biopsy u. Meth.d.Psy
1929 * Inst.Baugesch,Architekturt.u.Denkmalpfl.
1930 * Inst.Mechatronischen Maschinenbau
1931 * Inst.Sozialpäd,Sozialarb.u.Wohlfahrtswi.
1932 * Inst.Textilma u.Text.Hochlstgswerksttech
1933 * Institut für Anatomie
1934 * Institut für Geschichte der Medizin
1935 * Institut für Immunologie
1936 * Institut für Klinische Chemie und Laboratoriumsmedizin
1937 * Institut für Klinische Genetik
1938 * Institut für Klinische Pharmakologie
1939 * Institut für Medizinische Informatik und Biometrie
1940 * Institut für Medizinische Mikrobiologie und Hygiene
1941 * Institut für Naturstofftechnik
1942 * Institut für Pharmakologie und Toxikologie
1943 * Institut für Physiologie
1944 * Institut für Physiologische Chemie
1945 * Institut für Polymerforschung
1946 * Institut für Rechtsmedizin
1947 * Institut für Sächsische Geschichte u. Volkskunde e.V.
1948 * Institut für Virologie
1949 * Institut für ökologische Raumentwicklung e.V.
1950 * Institut und Poliklinik für Arbeits- und Sozialmedizin
1951 * Institut und Poliklinik für Diagnostische und Interventionelle N
1952 * Integriertes Eisenbahnlabor (IEL)
1953 * Internationales Hochschulinstitut (IHI)
1954 * Internationales Hochschulinstitut Zittau
1955 * JP Angewandte Mathematik
1956 * JP BR, Geist.eig., insb.PatR, Rfr. KI
1957 * JP BWL, insb. Management Science
1958 * JP BWL, insb. Personalmanagement
1959 * JP Didaktik der Physik (TT)
1960 * JP Didaktik der Romanischen Sprachen
1961 * JP Ernährg.-u.Haushalt.wiss/Berufl.Did.
1962 * JP Geosensorsysteme (TT)
1963 * JP Gestaltung immersiver Medien (TT)
1964 * JP Haptische Kommunikationssysteme
1965 * JP Int.Ma.f.Men.Comp.Int.
1966 * JP Komm.m.d.S.dig.Med.u.Meth.d. Erf.(TT)
1967 * JP Korrelierte Elektronen u. Topologie
1968 * JP Kulturen der Antike
1969 * JP Lit. Nordamerika mdS Fu.Stu. (TT)
1970 * JP Mechatronik/Berufl. Didaktik (TT)
1971 * JP Mikrosoz.u.tech.-soz. Inter. (TT)
1972 * JP Nachhaltigkeitsbewertung und -politik
1973 * JP Nanomaterials for Electr. Packaging
1974 * JP Organ.entw. im Bildungssystem
1975 * JP Pflanzenverw. in der Landschaftsarch.
1976 * JP Quanten-Kommunikationssysteme
1977 * JP Reelle algebraische Geometrie (TT)
1978 * JP Schadstoffhydrologie (gB)
1979 * JP Umweltfernerkundung
1980 * JP VWL,internationale Wirtschaftspolitik
1981 * JP WI,insb. für Management Analytics
1982 * Kanzler
1983 * Kirchengeschichte (evangelisch)
1984 * Kirchengeschichte (katholisch)
1985 * Klinik und Poliklinik für Anaesthesiologie und Intensivtherapie
1986 * Klinik und Poliklinik für Dermatologie
1987 * Klinik und Poliklinik für Frauenheilkunde und Geburtshilfe
1988 * Klinik und Poliklinik für Hals-Nasen-Ohrenheilkunde
1989 * Klinik und Poliklinik für Kinder- und Jugendmedizin
1990 * Klinik und Poliklinik für Kinder- und Jugendpsychiatrie
1991 * Klinik und Poliklinik für Mund-, Kiefer- und Gesichtschirurgie
1992 * Klinik und Poliklinik für Neurologie
1993 * Klinik und Poliklinik für Psychiatrie und Psychotherapie
1994 * Klinik und Poliklinik für Psychotherapie und Psychosomatik
1995 * Klinik und Poliklinik für Strahlentherapie und Radioonkologie
1996 * Klinik und Poliklinik für Urologie
1997 * Klinik und Poliklinik für Viszeral-, Thorax- und Gefäßchirurgie
1998 * Komplexität u. Topologie in Quantenmat.
1999 * Koordinierungsstelle Sprachausbildung
2000 * Kustodie
2001 * LAB für Organisations- u.Differenzierung
2002 * LEONARDO-BÜRO SACHSEN
2003 * Labor des IAD
2004 * Lehrzentrum Sprachen und Kulturräume
2005 * Leibnitz-Institut für Polymerforschung Dresden e.V.
2006 * Leibniz-Institut für Festkörper- und Werkstoffforschung Dresden
2007 * Leitung/Verwaltung CMCB
2008 * MFA
2009 * Max-Planck-Institut
2010 * Mechanismen der Neokortexentwicklung
2011 * Mechanobiologie der Stammzellen (NFoG)
2012 * Medizinische Fak. Carl Gustav Carus
2013 * Medizinische Klinik mit Schwerpunkt Kardiologie (am Herzzentrum)
2014 * Medizinische Klinik und Poliklinik 3
2015 * Medizinische Klinik und Poliklinik I
2016 * Medizinische Physik
2017 * Mesoskopische 3D Systeme (FoG)
2018 * Molekulare Diabetologie
2019 * Multi-Skalen-Analyse (NFoG)
2020 * Multimediales Sprachlernzentrum
2021 * NEXUS
2022 * Nationales Centrum für Tumorerkrankungen (Partner: UKD, MFD, HZD
2023 * OTTO-MOHR-Labor (OML)
2024 * OncoRay
2025 * OncoRay ZIC - Nationales Zentrum für Strahlenforschung in der On
2026 * P. Abfall- und Kreislaufwirtschaft
2027 * P. Adaptive Dynamische Systeme
2028 * P. Agrarsystemtechnik (AST)
2029 * P. Akustik und Haptik
2030 * P. Algebra
2031 * P. Algebra m.S. Gruppentheorie
2032 * P. Algebra und Diskrete Strukturen
2033 * P. Algebraische u. logische Grundl.d.Inf
2034 * P. Allg. Didaktik/Emp. Unterrichtsfor.
2035 * P. Allg.BWL,insb.Controlling u.Umweltman
2036 * P. Allgemeine Erziehungswissenschaft
2037 * P. Allgemeine Mikrobiologie
2038 * P. Allgemeine Psychologie
2039 * P. Alte Geschichte
2040 * P. Amerikanistik Schwerpunkt Diversity S
2041 * P. Angewandte Analysis
2042 * P. Angewandte Diskrete Mathematik
2043 * P. Angewandte Festkörperphysik (gB/HZDR)
2044 * P. Angewandte Stochastik
2045 * P. Angewandte Zoologie
2046 * P. Anglistische Sprachwissenschaft
2047 * P. Angwandte Linguistik
2048 * P. Anorganisch-Nichtmetallische Werk(gB)
2049 * P. Anorganische Chemie (I) (AC1)
2050 * P. Anorganische Chemie (II) (AC2)
2051 * P. Anorganische Molekülchemie
2052 * P. Arbeits- und Organisationspsychologie
2053 * P. Arbeitswissenschaft
2054 * P. Aufbau- und Verbindungstech. d. Elekt
2055 * P. Automatentheorie
2056 * P. Automatisierungstechnik
2057 * P. BR u.b.B.v.Gewerbl.Rechtssch.u.UrhebR
2058 * P. BR, Immat.recht,insb. UrhebR u.Medien
2059 * P. BR,KartellR,EnergieR und ArbRecht
2060 * P. BWL, ins. Umw.Management (TT)
2061 * P. BWL, insb. Energiewirtschaft
2062 * P. BWL, insb. Industr. Management (IM)
2063 * P. BWL, insb. Logistik
2064 * P. BWL, insb. Marketing (MLS)
2065 * P. BWL, insb. Resp.Management
2066 * P. BWL, insb.Betriebl. Rechnungsw./Contr
2067 * P. BWL,insb. Nachh.u. Betr. Umw.
2068 * P. BWL,insb. Organisation
2069 * P. BWL,insb. Organisation (TT)
2070 * P. Baubetriebswesen
2071 * P. Baugeschichte
2072 * P. Bauinformatik
2073 * P. Baukonstruktion
2074 * P. Baumaschinen
2075 * P. Baumechanik
2076 * P. Bauphysik
2077 * P. Baustoffe
2078 * P. Bauverfahrenstechnik
2079 * P. Behaviorale Epidemiologie
2080 * P. Behaviorale Psychotherapie
2081 * P. Beratung und Soziale Beziehungen
2082 * P. Berufspädagogik
2083 * P. Beschleu.-Massenspek. Isoto (gB/HZDR)
2084 * P. Betriebssysteme
2085 * P. Biblische Theologie (evangelisch)
2086 * P. Biblische Theologie (katholisch)
2087 * P. Bildungstechnologie
2088 * P. Bildwissenschaft i.glo.Kon. (TT)
2089 * P. BioNano-Werkzeuge
2090 * P. Bioanalytische Chemie (AnC1)
2091 * P. Biodiversität und Naturschutz
2092 * P. Biofunkt.Polymermaterialien (gB/IPF)
2093 * P. Bioinformatik
2094 * P. Biologische Algorithmen (Heis.)
2095 * P. Biomaterialien
2096 * P. Biomedizinische Technik
2097 * P. Biomimetische Materialien
2098 * P. Biomolekulare Interaktion
2099 * P. Biophysik
2100 * P. Bioprospektion
2101 * P. Biopsychologie
2102 * P. Biotechnologische Genomik
2103 * P. Bioverfahrenstechnik
2104 * P. Bodenmechanik und Grundbau
2105 * P. Bodenressourcen und Landnutzung
2106 * P. Botanik
2107 * P. British Cultural Studies
2108 * P. Bürgerliches Recht u. Römisches Recht
2109 * P. Bürgl.Recht, GesellR und Steuerrecht
2110 * P. Compilerbau (Fak. Informatik)
2111 * P. Computational Logic
2112 * P. Computational Physics
2113 * P. Computergraphik und Visualisierung
2114 * P. Darstellungslehre
2115 * P. Datenbanken
2116 * P. Datenschutz und Datensicherheit (DD)
2117 * P. Denkmalpflege und Entwerfen
2118 * P. Deutsch als Fremdsprache
2119 * P. Diagnostik und Intervention
2120 * P. Didaktik der Biologie
2121 * P. Didaktik der Mathematik
2122 * P. Didaktik der Physik
2123 * P. Didaktik der politischen Bildung
2124 * P. Differentielle u. Persönlichkeitspsy
2125 * P. Dynamik und Mechanismentechnik
2126 * P. Dynamik und Steuerung
2127 * P. EW,Inkl. Bildung
2128 * P. Elastomere Werkstoffe (g.B. IPF)
2129 * P. Elektrische Bahnen (EB)
2130 * P. Elektrische Maschinen und Antriebe
2131 * P. Elektroenergieversorgung
2132 * P. Energiespeichersysteme
2133 * P. Energiespeichersysteme
2134 * P. Energieverfahrenstechnik
2135 * P. Englische Literaturwissenschaft
2136 * P. Englische Sprache u.Lit. U. ihre Did.
2137 * P. Entrepreneurship und Innovation (LEI)
2138 * P. Entwicklung Montage textile Produkte
2139 * P. Entwicklungspsy.u.Neurowiss. d. Leben
2140 * P. Experiment. Teilchenphy.
2141 * P. Experimentalphysik/Photophysik
2142 * P. Experimentelle Festkörperphy (gB/IFW)
2143 * P. Explainable Artificial Intel. (XAI)
2144 * P. Fahrzeugmechatronik
2145 * P. Festkörperelektronik
2146 * P. Festkörperphy/Elektron. Eigenschaften
2147 * P. Festkörperphysik
2148 * P. Festkörpertheorie (gB/IFW)
2149 * P. Flugmechanik und Flugregelung
2150 * P. Fluid-Mechatronische Systemtechnik
2151 * P. Formgebende Fertigungsverfahren
2152 * P. Forstbotanik
2153 * P. Forsteinrichtung (FE)
2154 * P. Forstnutzung
2155 * P. Forsttechnik (FT)
2156 * P. Forstzoologie
2157 * P. Franz. Literatur- und Kulturwiss.
2158 * P. Funktionalanalysis
2159 * P. Fügetechnik und Montage
2160 * P. Geb.d. Verf.techn. (OTTP)
2161 * P. Gebäudeenergietech u. Wärmeversorgung
2162 * P. Gebäudelehre u. Entwerfen: Wohnbauten
2163 * P. Geodäsie (Grundlagen)
2164 * P. Geographische Bildung
2165 * P. Geoinformatik
2166 * P. Geometrische Methoden in der Mathemat
2167 * P. Geschichte der frühen Neuzeit
2168 * P. Gestaltung von Bahnanlagen
2169 * P. Gestaltung von Straßenverkehrsanlagen
2170 * P. Gestaltungslehre
2171 * P. Gestaltungslehre
2172 * P. Gesundheit u. Pflege/Berufl. Didaktik
2173 * P. Grundlagen der Elektrotechnik (GE)
2174 * P. Grundlagen der Programmierung
2175 * P. Grundwassersysteme
2176 * P. Hochfrequenztechnik
2177 * P. Hochspannungs- und Hochstromtechnik
2178 * P. Holz- und Pflanzenchemie
2179 * P. Holztechnik u. Faserwerkstofftechnik
2180 * P. Hubschraubertechnologie (gB/DLR)
2181 * P. Hydrochemie und Wassertechnologie
2182 * P. Hydrologie
2183 * P. Inf.theo.u.masch.Lernen
2184 * P. Ingenieurgeodäsie
2185 * P. Ingenieurpsy u. angew. Kognitionsfors
2186 * P. Int.Mana.,insb.Komm.u.Wiss.management
2187 * P. Integrierte Verkehrsplanung u.Straßen
2188 * P. Italienische Literatur u. Kulturwisse
2189 * P. Kartographische Kommunikation
2190 * P. Kernphysik
2191 * P. Klassische Philologie/Latein
2192 * P. Klin.Kinder- und Jugendpsychologie
2193 * P. Klinische Psych. u. E-Mental-Health
2194 * P. Kognitive u.Klinische Neurowissensch.
2195 * P. Komm.wiss. m.d.Schw.Wiss.-u.Techn.kom
2196 * P. Komm.wiss.m.d.S.Wirtschafts-u.Politik
2197 * P. Kommunikationswirtschaft
2198 * P. Kraftfahrzeugtechnik
2199 * P. Kunstgeschichte
2200 * P. Kälte-, Kryo- u. Kompressorentechnik
2201 * P. Landmanagement
2202 * P. Landschaftsarchitektur
2203 * P. Landschaftsbau
2204 * P. Landschaftsplanung
2205 * P. Laser- und Oberflächentechnik (gB)
2206 * P. Laserbas.Meth. d.groß[[fl.Oberfl.st>>url:http://fl.Oberfl.st||shape="rect"]]
2207 * P. Laserbasierte Fertigung
2208 * P. Lebensmittelchemie (LC1)
2209 * P. Lebensmitteltechnik
2210 * P. Leistungselektronik
2211 * P. Limnologie (Gewässerökologie)
2212 * P. Luftfahrzeugtechnik
2213 * P. Magnetofluiddynamik, Mess-/Autotech.
2214 * P. Makromolekulare Chemie (MC)
2215 * P. Makromolekulare Chemie (MC)P. Makromolekulare Chemie (MTC1)
2216 * P. Makrosoziologie
2217 * P. Maschinelles Lernen f.Computer Vision
2218 * P. Maschinenelemente
2219 * P. Massivbau
2220 * P. Materialwissenschaft und Nanotechnik
2221 * P. Mathematische Optimierung
2222 * P. Mathematische Statistik
2223 * P. Mechanik (Tech.Mech,Festigkeitslehre)
2224 * P. Mechanik multifunktionaler Strukturen
2225 * P. Mediengestaltung
2226 * P. Medienpädagogik
2227 * P. Medienwissenschaft und Neuere Dt. Lit
2228 * P. Mensch-Computer-Interaktion
2229 * P. Mess- und Sensorsystemtechnik
2230 * P. Metall- u.Maschinentech/Berufl. Did.
2231 * P. Meteorologie
2232 * P. Methoden d. empir. Sozialforschung
2233 * P. Methoden der Psy. und kog.Modellierg.
2234 * P. Mikrosoz.([[Interaktions-u.Sozial.fo>>url:http://Interaktions-u.Sozial.fo||shape="rect"]].)
2235 * P. Mikrosystemtechnik
2236 * P. Mittelalterliche Geschichte
2237 * P. Modellbasierte Landschaftsökologie
2238 * P. Molekulare Biophysik
2239 * P. Molekulare Biotechnologie
2240 * P. Molekulare Entwicklungsgenetik
2241 * P. Molekulare Funktionsmaterial. (Fak.)
2242 * P. Multimedia-Technologie (MT)
2243 * P. Nanoelektronik
2244 * P. Netzwerk-Dynamik
2245 * P. Netzwerk-Dynamik (Fak. Physik)
2246 * P. Neuartige Elektronik-Techn. (Fak.)
2247 * P. Neuartige Elektronik-Technologie
2248 * P. Neuere und Neueste Geschichte
2249 * P. Neueste dt.Lit.u.Did.d.dt.Spr. u.Lit
2250 * P. Neuroimaging
2251 * P. Neuronale Entwicklung u. Regeneration
2252 * P. Neutronenspektroskopie kond. Materie
2253 * P. Nichtlineare Analysis
2254 * P. Nordamerikastudien
2255 * P. Numerik der Optimierung
2256 * P. Numerik partieller Differentialgl.
2257 * P. Numerische Analysis
2258 * P. Optoelektronik
2259 * P. Organische Bauelemente (Fak.)
2260 * P. Organische Bauelemente (cfaed)
2261 * P. Organische Chemie (I) (OC1)
2262 * P. Organische Chemie (II) (OC2)
2263 * P. Organische Chemie d.Polymere (gB/IPF)
2264 * P. Organische Halbleiter
2265 * P. Organische HalbleiterP. Halbleiterphysik (HLP)
2266 * P. Pav. Eng. and road cons. (EUROVIA)
2267 * P. Pflanzenphysiologie
2268 * P. Photogrammetrie
2269 * P. Phys.Chemie polym. Material.(gB/IPF)
2270 * P. Phys.Geogr.(Reg. Geogr.Mitteleuropas)
2271 * P. Physik der Quantenmaterialien
2272 * P. Physik i. h. Magnetfeldern (gB/HZDR)
2273 * P. Physikalische Chemie
2274 * P. Physikalische Organische Chemie (OC3)
2275 * P. Physische Geographie m. Sc (Heis.)
2276 * P. Phänomenologie der Elementarteilchen
2277 * P. Politikwiss. m.d.S. Internat. Politik
2278 * P. Politische Systeme u. Systemvergleich
2279 * P. Politische Theorie u. Ideengeschichte
2280 * P. Polymerwerkstoffe (g.B./IPF)
2281 * P. Prak.Philosophie (TT)
2282 * P. Produktionswirt. u. Informationstech.
2283 * P. Proz.mod. vernetzte technische Syst.
2284 * P. Prozesskommunikation
2285 * P. Prozessleittechnik
2286 * P. Prozessorentwurf (Processor D) (Fak.)
2287 * P. Psychologie des Lehrens und Lernens
2288 * P. Pulvermetallurgie (g.B./IFAM)
2289 * P. Quanten-Vielteilchentheorie
2290 * P. Quantitative Verf., insb. Ökonometrie
2291 * P. Raumentwicklung Transformat. (gB/IÖR)
2292 * P. Raumentwicklung Transformat. (gB/IÖR)
2293 * P. Raumfahrtsysteme
2294 * P. Rechnerarchitektur
2295 * P. Rechnernetze
2296 * P. Regelungs- und Steuerungstheorie
2297 * P. Religionspädagogik (evangelisch)
2298 * P. Religionspädagogik (katholisch)
2299 * P. Romanistische Sprachwissenschaft
2300 * P. Romanistische Sprachwissenschaft
2301 * P. Schaltungstechnik und Netzwerktheorie
2302 * P. Schulpädagogik m.d.Schwerpunkt Schulf
2303 * P. Siedlungsentwicklung (gB/IÖR)
2304 * P. Siedlungswasserwirtschaft
2305 * P. Slavische Literaturwissenschaft
2306 * P. Slavische Sprachgesch u. Sprachwissen
2307 * P. Softwaretechnologie
2308 * P. Sorabistik
2309 * P. Soz.Theorien und Kultursoziologie
2310 * P. Sozialpsychologie
2311 * P. Sozialpäd einschl. ihrer Didaktik
2312 * P. Sozialpädagogik
2313 * P. Sozpäd m.d.Sch.Präv.u.Gesundheitsförd
2314 * P. Spektrosk. i.d. Halbltrphy (gB/HZDR)
2315 * P. Sprachtechnologie und Kognitive Syst.
2316 * P. Stahlbau
2317 * P. Stammzellforschung m.d.Sch.Zellbas.An
2318 * P. Standortslehre und Pflanzenernährung
2319 * P. Statik und Dynamik der Tragwerke(ISD)
2320 * P. Stochast.Analysis u. Finanz.math.
2321 * P. Strahlenphysik (gB/HZDR)
2322 * P. Straßenbau
2323 * P. Strömungsmechanik
2324 * P. Städtebau
2325 * P. Suchtforschung
2326 * P. Systematische Theologie (evangelisch)
2327 * P. Systematische Theologie (katholisch)
2328 * P. Systembiologie u.Genetik
2329 * P. Systemleichtbau und Mischbauweisen
2330 * P. Systems Engineering (SE)
2331 * P. Sächsische Landesgeschichte
2332 * P. Techn. Ausbau u. Klimagerecht. Bauen
2333 * P. Technik spurgeführter Fahrzeuge
2334 * P. Technik- und Wirtschaftsgeschichte
2335 * P. Technische Biochemie
2336 * P. Technische Hydromechanik
2337 * P. Technische Logistik
2338 * P. Technische Thermodynamik
2339 * P. Technisches Design
2340 * P. Technologie produktiver Biofilme (gB)
2341 * P. Teilchenphysik
2342 * P. Textiltechnik
2343 * P. Theoretische Chemie
2344 * P. Theoretische Festkörperphysik
2345 * P. Theoretische Philosophie
2346 * P. Theoretische Physik Lebender Materie
2347 * P. Theoretische Quantenoptik
2348 * P. Theorie d. Polym. anGrenzfl. (gB/IPF)
2349 * P. Theorie der kondensierten Materie
2350 * P. Theorie v. Nichtgleichgew. (g.B/HZDR)
2351 * P. Tieftemp.physik komplex. Elektronens.
2352 * P. Totalitarismusforschung (g.B.)
2353 * P. Tragwerksplanung
2354 * P. Transport Modelling and Simulation
2355 * P. Tropische u.Internat.Forstwirtschaft
2356 * P. Turbomaschinen und Flugantriebe
2357 * P. Ultraschn. Festk.physik u.Photonik
2358 * P. Umweltbiotechnologie
2359 * P. Urbanismus und Entwerfen
2360 * P. VLSI-Entwurfssyst, Diagnostik u. Arch
2361 * P. VWL, insb. Finanzwissenschaft
2362 * P. VWL,insb. Internat. monetäre Ökonomik
2363 * P. Verarbeitungsmasch/Verarbeitungstech
2364 * P. Verbrennungsmotoren u. Antriebstechn.
2365 * P. Verfahrenstechnik in Hydrosystemen
2366 * P. Verkehrslogistik
2367 * P. Verkehrsprozeßautomatisierung
2368 * P. Verkehrspsychologie
2369 * P. Verkehrssicherungstechnik
2370 * P. Verkehrsströmungslehre
2371 * P. Verkehrssystemtechnik
2372 * P. Verkehrsökologie
2373 * P. Virtuelle Produktentwicklung
2374 * P. Völkerrecht, EuR u.Öffentl. Recht
2375 * P. Völkerrecht, Recht d. EU u. Inter.Bez
2376 * P. WI, insb. Int.Sys. u. Dienste (TT)
2377 * P. WI,insb.Inform.sys. in Ind.u.Handel
2378 * P. WInf, insb. Informationsmanagement
2379 * P. Wahrscheinlichkeitstheorie
2380 * P. Waldbau
2381 * P. Waldschutz
2382 * P. Wasserbau
2383 * P. Wasserstoff- und Kernenergietechnik
2384 * P. Wasserversorgung
2385 * P. Werkstoffsynthese u. Analytik (gB)
2386 * P. Werkstofftechnik
2387 * P. Werkzeugmaschinenentw.u.adaptive Steu
2388 * P. Westslavische Literatur- u Kulturwiss
2389 * P. Wirtschafts- und Sozialgeschichte
2390 * P. Wirtschaftsinform., Busi.Engin. (TT)
2391 * P. Wirtschaftspädagogik
2392 * P. Wiss. Rechnen für Systembiologie
2393 * P. Wissensbasierte Systeme (Fak. Inf.)
2394 * P. Wissensbasierte Systeme
2395 * P. Wissenschaftl. Rechnen u. Angew.Mathe
2396 * P. Wissensverarbeitung
2397 * P. Zell-u. Molekularbiologie d. Pflanzen
2398 * P. Zellbiologie u. Regen. v. Betaz.
2399 * P. Zelluläre Biochemie
2400 * P. Zelluläre Netzwerke und Systeme
2401 * P. Zoologie und Tierphysiologie
2402 * P. für Entwerfen und Konstruieren I
2403 * P. für Funktionsintegrativen Leichtbau
2404 * P. für Leichtbaudesign u. Strukturbewert
2405 * P. ÖR, u.b.B. von Umwelt-u. Technikrecht
2406 * P. Ökonometrie und Statistik, [[insb.im>>url:http://insb.im||shape="rect"]] VW
2407 * P. Ökosyst. Dienstlg.(Ecosystem Services
2408 * P.Aquatische Ökosystemanal u. Management
2409 * P.BWL,ins.Finanzwi.u.Finanzdienstltg(FI)
2410 * P.BWL,insb. Wirtschaftsprüfg u. Steuerl.
2411 * P.Bahnverk,öffentl.Stadt- u.Regionalverk
2412 * P.Bau-,Holz-,Farbtech u.Raumgest/Ber.Did
2413 * P.Beschichtungstech. Elektronik(gB/FG)
2414 * P.Bildg.Messverf.Energie-,Verfahre(g.B.)
2415 * P.Biodiversität d. Pflanzen(g.B.Sencken)
2416 * P.Christliche Kunst d. Spätantike u.d.MA
2417 * P.Compilerbau
2418 * P.Didaktik der Philosophie und für Ethik
2419 * P.EWm.d.Sch.Quantitative Methoden
2420 * P.Elektro.Bauelemente u.Integr.Schaltung
2421 * P.Entwerfen und Konstruieren II
2422 * P.Entwick.u.Konstr. d.Feinwtech u.Elektr
2423 * P.Ernährg.-u.Hauswirt.wiss/Berufl.Did.
2424 * P.Erwbild,Schwerp.Berufl.Weiterbild. und
2425 * P.Erziehungswiss. m.d.Sch.Grundschulpäd.
2426 * P.Forstl.Biometrie u. Systemanalyse
2427 * P.Forstpol. u. Forstliche Ressourcenökon
2428 * P.GS-päd./Deutsch
2429 * P.GS-päd./Sachunterr
2430 * P.GS-pädagogik / Mathematik
2431 * P.Gebäudel. u. Entwerfen: Grundl.d.Entw.
2432 * P.Gebäudel.u.Entw.Sozial-u.Gesundheitsb.
2433 * P.Gebäudelehre u. Entw.: Öffentl. Bauten
2434 * P.Geodätische Erdsystemforschung
2435 * P.GermanistischeLinguistik u.Sprachgesch
2436 * P.Gesch d.Landsch.arch u.Gartendenkmpfl.
2437 * P.Hochparal.VLSI-Syst u.Neuromikroelektr
2438 * P.Informationstechnik f. Verkehrssysteme
2439 * P.Ingen.holzbau u. baukonstrukt.Entwerf.
2440 * P.Klinische Psychologie u.Beh.Neurowiss.
2441 * P.Kälte-,Kryo-u.Kompressorentech
2442 * P.Lebensmittelkunde u.Bedarfsgegenstände
2443 * P.Mech.d.Zell-u.Gew.kontrolle
2444 * P.Mechanik aktiver Biomaterialien(Heis.)
2445 * P.MetallischeWerkstoffe Metallphysik(gB)
2446 * P.Molek. Zellbiologie Mikroalgen (Heis.)
2447 * P.Molekulare Funktionsmaterialien
2448 * P.Neuere u.Neueste Gesch u. Did.d.Gesch.
2449 * P.Numeri.u.Experiment.Festkörpermechanik
2450 * P.Optoelektr Bauelemente u.System(gB/FG)
2451 * P.Phys.Che,insb.Mess-u.Sensorte.(gB/KSI)
2452 * P.Prozessorentwurf (Processor D.)
2453 * P.Rechts-u.Verftheorie m. interdis.Bezüg
2454 * P.Romanistische Sprachwissenschaften
2455 * P.Spez. Lebensmittelchemie
2456 * P.Spez.Zoologie (Wirbellose)(g.B.Sencken
2457 * P.Technologie u. Logistik d. Luftverkehr
2458 * P.Theor.Elektrot. u.Elektromagn.Verträg.
2459 * P.Theorie künstl. Gestaltens u. Kunstpsy
2460 * P.Therm. Verfahrenstech u. Umwelttechnik
2461 * [[P.Transportproz.an>>url:http://P.Transportproz.an||shape="rect"]] Grenzfl.(g.B. HZDR)
2462 * P.Ultra.Mikroskop. u. Photonik (ct.qmat)
2463 * P.Ultrapräzbearb. v.O. m.Ionen u.Plasmen
2464 * P.Umweltentwicklg u.Risikomanagement(gB)
2465 * P.VWL, insb. Verkehrspol. u. Raumwirtsch
2466 * P.VWL,ins.Umw.,Stadt-u.Reg.ökon.(gB/IÖR)
2467 * P.VWL,insb.Internat.Wirtschaftsbez.(IWB)
2468 * P.VWL,insb.Wirtsch.pol.u.Wirtschfo(WIPO)
2469 * P.Verkehrsbetriebsl.u.Logistik
2470 * P.Waldwachstum u. Produktion von Holzbio
2471 * P.Werkstoffmechanik u.Schadensfallanalys
2472 * P.Ältere u. frühneuzeitl.Dt.Lit.u.Kultur
2473 * P.ökolog.u.revitalisierenden Stadtumbau
2474 * Personalrat
2475 * Philosophische Fakultät
2476 * Physik des Lebens (PoL)
2477 * Physik. Chemie Biomol. Kondensate (NFoG)
2478 * Prof. Big Data Analytics Transportation
2479 * Prof. Didaktik der Informatik
2480 * Prof. Elektrochemie
2481 * Prof. Sozio.Kult.vergl.u.qual.Soz.forsch
2482 * Professur für Humangeographie
2483 * Projekt Intranet
2484 * Prorektor Bildung (PB)
2485 * Prorektorin Forschung (PF)
2486 * Prorektorin Universitätskultur (PUK)
2487 * Prüfungsamt Bereich GSW
2488 * Psychosoziale Medizin und Entwicklungsneurowissenschaften
2489 * Reg.kompl.Strukt.erw. Wirbeltiere (NFoG)
2490 * Rektorin
2491 * SFB 1415 Chemie sys. zweidim. Mat.
2492 * SFB FR Psychologie
2493 * SFB TRR 96
2494 * SG 1.1 Haushalt u.Finanzbuchhalt
2495 * SG 1.2 Zentr. Beschaffung u.Anlagenbuchh
2496 * SG 1.3 Drittmittelverwaltung
2497 * SG 10.1 Strategie
2498 * SG 10.2 Akadem.Controlling und QM
2499 * SG 10.3 Prozesse u. Org.strukt.
2500 * SG 10.3 Prozesse und Org.strukturen
2501 * SG 2.1 Hochschullehrer/Beamte
2502 * SG 2.2 Tarifbesch. Bereiche ING und GSW
2503 * SG 2.3 Tarifbesch. Ber. MN,BU,ZUV/ZE
2504 * SG 2.4 Nebengebiet u.nebenberufl. Besch.
2505 * SG 2.5 Personalentwicklung
2506 * SG 3.4 Justitiariat
2507 * SG 3.5 Informationssicherheit
2508 * SG 4.1 Baumanagement
2509 * SG 4.4 Infrastrukturelles Gebäudemanag.
2510 * SG 4.5 Arbeitssicherheit
2511 * SG 5.1 Forschungsförderung
2512 * SG 5.2 European Project Center
2513 * SG 5.3 Transfer
2514 * SG 5.4 Wissenschaftlicher Nachwuchs
2515 * SG 5.5 Forschungsinformationen
2516 * SG 6.1 Akad.Controlling u. Qualitätsman.
2517 * SG 6.4 Application-Management ERP
2518 * SG 7.1 Corporate Design
2519 * SG 7.1 Strategie
2520 * SG 7.2 Presse- und Öffentlichkeitsarbeit
2521 * SG 7.3 Stud.- u. Alumni-Kommunikation
2522 * SG 7.4 Sonderaufgaben Kommunikation
2523 * SG 7.5 Web und Video
2524 * SG 8.1 Zentrale Studienberatung
2525 * SG 8.2 Immatrikulationsamt
2526 * SG 8.3 International Office
2527 * SG 8.5 Zentrum für Weiterbildung
2528 * SG 8.6 Career Service
2529 * SG 8.7 Zentrale Lehr- und Lernräume
2530 * SG 9.1 Campusleben
2531 * SG 9.2 Universität Gesellschaft
2532 * SG 9.3 Diversity Management
2533 * SG 9.4 Gesundheitsdienst
2534 * SG SLM Koordination
2535 * SP Baukonstruktionslehre
2536 * SP Oberflächenphysik
2537 * SP Soz.Theorie,Theoriegesch u.Kultursoz.
2538 * SP Suchtforschung
2539 * STP Ingenieurbau (DB Netz AG)
2540 * Schaufler Lab@TU Dresden
2541 * Schülerrechenzentrum (SRZ)
2542 * Schüleruni TU Dresden
2543 * Seniorenakademie
2544 * Service Desk ZIH
2545 * Sonderforschungsbereich 1285
2546 * Studentenrat
2547 * Studienbüro
2548 * Studienbüro Bereich Bau und Umwelt
2549 * Studienbüro Bereich GSW
2550 * Studienbüro Bereich Ingenieurwiss.
2551 * Studienbüro Bereich MatNat
2552 * Studium generale (Integrale)
2553 * Sächsische Landesbibliothek - Staats- und Universitätsbibliothek
2554 * TU-Umweltinitiative (TUUWI)
2555 * TUDIAS
2556 * TUDiSC
2557 * Technische Universität Dresden
2558 * Technologieplattform CMCB
2559 * Transport in hybriden Materialien (NFoG)
2560 * Treuhandstelle Medizinische Fakultät
2561 * Universitäts KrebsCentrum Dresden
2562 * Universitäts SchmerzCentrum
2563 * UniversitätsCentrum für Orthopädie und Unfall- und Plastische Ch
2564 * Universitätsarchiv (UA)
2565 * Universitätschor
2566 * Universitätsorchester
2567 * Verwaltung FR Forstwissenschaften
2568 * Verwaltung FR Geowissenschaften
2569 * Verwaltung FR Hydrowissenschaften
2570 * Verwaltung IHI
2571 * Verwaltung ZIH
2572 * Verwaltungseinrichtungen der MFD
2573 * Vodafon Stiftprof. Mobile Nachrichtensys
2574 * Volkswirtschaftslehre
2575 * Werkstatt u. Versuchsfeld Johannstadt
2576 * Werkstatt u. Versuchsfeld Zeuner-Bau
2577 * Werkstatt- und Versuchsfeldverbund
2578 * Wirtschaft-Technik-Haushalt/Soziales
2579 * Wirtschaftsinformatik
2580 * Zentr.f.Lehrerbild,Schul-u.Berufsbildgfo
2581 * Zentrale Einrichtungen Fakultät Physik
2582 * Zentrale wiss. Einr. Phil. Fak., G-KSt
2583 * Zentrum Mittleres und Östliches Europa
2584 * Zentrum ScaDS.AI
2585 * Zentrum für Informationsdienste/HLR(ZIH)
2586 * Zentrum für Integrationsstudien (ZfI)
2587 * Zentrum für Internationale Studien (ZIS)
2588 * Zentrum für Qualitätsanalyse (ZQA)
2589 * Zentrum für Taktiles Internet (CeTI)
2590 * Zentrum für Translationale Knochen-, Gelenk- und Weichgewebefors
2591 * Zentrum für evidenzbasierte Gesundheitsversorgung
2592 * Zentrum für mikrotechnische Produktion
2593 * Zentrum interdiszip. Lernen und Lehren
2594 {{/expand}}
2595 {{/layout-cell}}
2596 {{/layout-section}}
2597
2598 {{layout-section ac:type="single"}}
2599 {{layout-cell}}
2600 (% style="margin-left: 40.0px;" %)
2601 Beispielregel Expertenmodus: //Nur für Nutzer der Organisationseinheit "xy"//: hasAttribute("orgUnit","xy")
2602 {{/layout-cell}}
2603 {{/layout-section}}
2604
2605 {{layout-section ac:type="single"}}
2606 {{layout-cell}}
2607 === Organisationsstruktur ===
2608
2609 (% style="margin-left: 40.0px;" %)
2610 Attribut: eduPersonOrgUnitDN
2611
2612 (% style="margin-left: 40.0px;" %)
2613 Beispielwerte: //Attribut wird nicht übertragen oder lieferte im Testzeitraum keine Beispielwerte//
2614
2615 (% style="margin-left: 40.0px;" %)
2616 Beispielregel Expertenmodus: //Nur für Nutzer der Organisationsstruktur xy//: hasAttribute("eduPersonOrgUnitDN","xy")
2617 {{/layout-cell}}
2618 {{/layout-section}}
2619
2620 {{layout-section ac:type="single"}}
2621 {{layout-cell}}
2622 === Standort ===
2623
2624 (% style="margin-left: 40.0px;" %)
2625 Attribut: standort
2626 {{/layout-cell}}
2627 {{/layout-section}}
2628
2629 {{layout-section ac:type="two_equal"}}
2630 {{layout-cell}}
2631 (% style="margin-left: 40.0px;" %)
2632 Beispielwerte: //Attribut wird nicht übertragen//
2633 {{/layout-cell}}
2634
2635 {{layout-cell}}
2636
2637 {{/layout-cell}}
2638 {{/layout-section}}
2639
2640 {{layout-section ac:type="single"}}
2641 {{layout-cell}}
2642 (% style="margin-left: 40.0px;" %)
2643 Beispielregel Expertenmodus: //Nur für Nutzer mit Standort "xy"//: hasAttribute("standort","xy")
2644 {{/layout-cell}}
2645 {{/layout-section}}
2646
2647 {{layout-section ac:type="single"}}
2648 {{layout-cell}}
2649 === Studiengang ===
2650
2651 (% style="margin-left: 40.0px;" %)
2652 Attribut: studySubject
2653 {{/layout-cell}}
2654 {{/layout-section}}
2655
2656 {{layout-section ac:type="two_equal"}}
2657 {{layout-cell}}
2658 (% style="margin-left: 40.0px;" %)
2659 Beispielwerte: Abfallwirtschaft und Altlasten, Advanced Computational and Civil Engineering Structural Studies - ACCESS, Angewandte Medienforschung, ...
2660 {{/layout-cell}}
2661
2662 {{layout-cell}}
2663 {{expand title="Weitere Werte ..."}}
2664 * Anglistik und Amerikanistik
2665 * Antike Kulturen
2666 * Architektur
2667 * Bahnsystemingenieurwesen
2668 * Bauingenieurwesen
2669 * Bautechnik
2670 * Berufliche Bildung - Reformmodell (LA f. berufbild. Schulen)
2671 * Betriebswirtschaftslehre
2672 * Biochemistry
2673 * Biodiversity and Collection Management
2674 * Biologie
2675 * Biology in Society
2676 * Biomedizinische Technik
2677 * Biomedizinische Technik 2
2678 * Biotechnologie und Angewandte Ökologie
2679 * Business Ethics und CSR-Management
2680 * Business Ethics und Responsible Management
2681 * Cartography
2682 * Chemie
2683 * Chemistry
2684 * Computational Logic
2685 * Computational Modeling and Simulation
2686 * Computational Science and Engineering
2687 * Deutsch
2688 * Deutsch als Zweitsprache
2689 * Digital Humanities
2690 * Distributed Systems Engineering
2691 * Ecosystem Services
2692 * Elektrische Verkehrssysteme
2693 * Elektrotechnik
2694 * Elektrotechnik und Informationstechnik
2695 * Englisch
2696 * Erziehungswissenschaft / Sozialpädagogik
2697 * Erziehungswissenschaften
2698 * Ethik / Philosophie
2699 * Europäische Sprachen
2700 * Evangelische Religion
2701 * Evangelische Theologie
2702 * Farbtechnik Raumgestaltung und Oberflächentechnik
2703 * Forstwissenschaften
2704 * Französisch
2705 * Gemeinschaftskunde / Recht
2706 * Gemeinschaftskunde / Recht / Wirtschaft
2707 * Geodäsie
2708 * Geodäsie und Geoinformation
2709 * Geoinformationstechnologien
2710 * Geowissenschaften
2711 * Germanistik
2712 * Geschichte
2713 * Gesundheit und Pflege
2714 * Gesundheitswissenschaften/Public Health
2715 * Griechisch
2716 * Grundschuldidaktik
2717 * Hebammenkunde
2718 * Holztechnik
2719 * Holztechnologie und Holzwirtschaft
2720 * Humanmedizin
2721 * Hydro Science and Engineering
2722 * Hydrobiologie
2723 * Hydrologie
2724 * Hydrowissenschaften
2725 * Hydrowissenschaften: Wasserwirtschaft Hydrologie Kreislaufwirtschaft
2726 * Höheres Lehramt an berufsbildenden Schulen
2727 * Informatik
2728 * Informationssystemtechnik
2729 * International Studies in Intellectual Property Law
2730 * Internationale Beziehungen
2731 * Internationales Management
2732 * Italienisch
2733 * Katholische Religion
2734 * Katholische Theologie
2735 * Katholische Theologie im interdisziplinären Kontext
2736 * Klassische Philologie
2737 * Kommunikationswissenschaft
2738 * Kunst
2739 * Kunstgeschichte
2740 * Kunstgeschichte / Musikwissenschaft
2741 * Labor- und Prozesstechnik
2742 * Landschaftsarchitektur
2743 * Latein
2744 * Lebensmittel- Ernährungs- und Hauswirtschaftswissenschaft
2745 * Lebensmittelchemie
2746 * Lehramt an Grundschulen
2747 * Lehramt an Gymnasien
2748 * Lehramt an Oberschulen
2749 * Lehramt an berufsbildenden Schulen
2750 * Literatur und Kultur im gesellschaftlichen Wandel
2751 * Luftverkehr und Logistik
2752 * Maschinenbau
2753 * Maschinenwesen
2754 * Mathematik
2755 * Mechatronik
2756 * Medical Radiation Sciences
2757 * Medienforschung
2758 * Medienforschung und Medienpraxis
2759 * Medieninformatik
2760 * Medizin
2761 * Metall- und Maschinentechnik
2762 * Molecular Bioengineering
2763 * Molecular Biosciences and Productive Biosystemss
2764 * Molekulare Biologie und Biotechnologie
2765 * Musik
2766 * Musikwissenschaft
2767 * Nanobiophysics
2768 * Nanoelectronic Systems
2769 * Organic and Molecular Electronics
2770 * Organismic and Molecular Biodiversity
2771 * Philosophi
2772 * Philosophie
2773 * Physics of Life 
2774 * Physik
2775 * Politik und Verfassung
2776 * Politikwissenschaft
2777 * Propädeutikum
2778 * Psychologie
2779 * Psychologie mit Schwerpunkt Klinische Psychologie und Psychotherapie
2780 * Psychologie: Cognitive-Affective Neuroscience
2781 * Psychologie: Human Performance in Socio-Technical Systems
2782 * Psychologische Psychotherapie
2783 * Raumentwicklung und Naturressourcenmanagement
2784 * Rechtswissenschaft
2785 * Rechtswissenschaften
2786 * Regenerative Biology and Medicine
2787 * Regenerative Energiesysteme
2788 * Romanistik
2789 * Russisch
2790 * Slavistik
2791 * Sozialpädagogik
2792 * Sozialpädagogik Sozialarbeit und Wohlfahrtswissenschaften
2793 * Soziologie
2794 * Sprach- Literatur- und Kulturwissenschaften
2795 * Studienkolleg
2796 * Technomathematik
2797 * Textil- und Konfektionstechnik
2798 * Textilmaschinen und Textile Hochleistungswerkstofftechnik
2799 * Transportation Economics
2800 * Tropical Forestry
2801 * Umweltschutz und Umwelttechnik
2802 * Verfahrenstechnik
2803 * Verfahrenstechnik und Naturstofftechnik
2804 * Verkehrsingenieurwesen
2805 * Verkehrswirtschaft
2806 * Vocational Education and Personnel Capacity Building
2807 * Volkswirtschaftslehre
2808 * Wasserwirtschaft
2809 * Weiterbildungsforschung und Organisationsentwicklung
2810 * Werkstoffwissenschaft
2811 * Wirtschaft Technik Haushalt/Soziales
2812 * Wirtschaftsinformatik
2813 * Wirtschaftsingenieurwesen
2814 * Wirtschaftsmathematik
2815 * Wirtschaftspädagogik
2816 * Wirtschaftspädagogik - Studienrichtung I
2817 * Wirtschaftsrecht
2818 * Wirtschaftswissenschaften
2819 * Zahnmedizin
2820 {{/expand}}
2821 {{/layout-cell}}
2822 {{/layout-section}}
2823
2824 {{layout-section ac:type="single"}}
2825 {{layout-cell}}
2826 (% style="margin-left: 40.0px;" %)
2827 Beispielregel Expertenmodus: //Nur für Nutzer des Studiengang "//Zahnmedizin//"//: hasAttribute("studySubject","Zahnmedizin")
2828 {{/layout-cell}}
2829 {{/layout-section}}
2830
2831 {{layout-section ac:type="single"}}
2832 {{layout-cell}}
2833 === Studiengruppe ===
2834
2835 (% style="margin-left: 40.0px;" %)
2836 Attribut: studyGroup
2837 {{/layout-cell}}
2838 {{/layout-section}}
2839
2840 {{layout-section ac:type="two_equal"}}
2841 {{layout-cell}}
2842 (% style="margin-left: 40.0px;" %)
2843 Beispielwerte: //Attribut wird nicht übertragen//
2844 {{/layout-cell}}
2845
2846 {{layout-cell}}
2847
2848 {{/layout-cell}}
2849 {{/layout-section}}
2850
2851 {{layout-section ac:type="single"}}
2852 {{layout-cell}}
2853 (% style="margin-left: 40.0px;" %)
2854 Beispielregel Expertenmodus: //Nur für Nutzer der Studiengruppe "xy"//: hasAttribute("studyGroup","xy")
2855 {{/layout-cell}}
2856 {{/layout-section}}
2857
2858 {{layout-section ac:type="single"}}
2859 {{layout-cell}}
2860 === Titel ===
2861
2862 (% style="margin-left: 40.0px;" %)
2863 Attribut: personalTitle
2864
2865 (% style="margin-left: 40.0px;" %)
2866 Beispielwert: //Attribut wird nicht übertragen//
2867
2868 (% style="margin-left: 40.0px;" %)
2869 Beispielregel Expertenmodus: //Nur für Nutzer mit mit Titel Dr. //: hasAttribute("personalTitle","Dr.")
2870 {{/layout-cell}}
2871 {{/layout-section}}
2872
2873 {{layout-section ac:type="single"}}
2874 {{layout-cell}}
2875 === Vorname ===
2876
2877 (% style="margin-left: 40.0px;" %)
2878 Attribut: firstName
2879
2880 (% style="margin-left: 40.0px;" %)
2881 Beispielwert: Max
2882
2883 (% style="margin-left: 40.0px;" %)
2884 Beispielregel Expertenmodus: //Nur für Nutzer mit Vornamen Max "//: hasAttribute("firstName","Max")
2885 {{/layout-cell}}
2886 {{/layout-section}}
2887 {{/layout}}