It is possible to automatically display on a page, a list of courses, for example of a lab or a person. Since this data is automatically extracted from is-academia, it is not necessary to update it with each change.
You can:
- use a special « EPFL Courses » block
- or insert a code in a standard block; the code makes it possible to better filter the courses to be displayed: by sciper, unit, group, progcode (doctoral program code: EDAR, EDMA, etc.), section, orientation, semester, course, detail, format
With the EPFL Courses block
- Add an EPFL Courses block.
- In the right column, make sure the Block tab is active, if not, click on it.
- In the Select by section, determine if you want to display the courses
- By Unit.
Insert the acronym of the desired unit. - By teacher
If you want to display the courses of several teachers, enter their numbers separated by a comma without spaces.
Example: 123456,123457,123458 - By section
Choose the section from the drop-down menu
- By Unit.
- You can then filter the information obtained using the drop-down menus in the Filters section.
Examples
No course found for given parameters
No course found for given parameters
With code, in a Standard block
- Add a Classic Paragraph block (text)
- Type this , as is, including the [ ] , in a text block
[remote_content url="https://people.epfl.ch/cgi-bin/getCours?unit=Votre_unité"]
Available settings
- scipers | unit | groups | progcode : comma separated list
- section : filter by section
- orient : filter by orientation
- sem : ete | hiver : filter by semester
- cursus : ba | ma | phd
- detail : L | M | S
- format : html | json
Exemples
[remote_content url="https://people.epfl.ch/cgi-bin/getCours?unit=LIDIAP"]
[remote_content url="https://people.epfl.ch/cgi-bin/getCours?scipers=107931&lang=en&display=byprof"]