Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
Style your UI, for example a button, using the following tools (in order of preference).
You can query any data from the api and display it. For instance this table with the five most recent publications related to Patrick Jermann:
Title | Type | Published In | Year |
---|---|---|---|
A multimodal measurement of the impact of deepfakes on the ethical reasoning and affective reactions of students | 2023 | ||
The Digital Ethics Canvas: A Guide For Ethical Risk Assessment And Mitigation In The Digital Domain | Proceedings of the 51st SEFI Annual Conference 2023 | 2023 | |
From University to Work: Alumni Viewpoints | 2023 | ||
Teaching under lockdown: the change in the social practice of teaching | Higher Education | 2022 | |
A Game-Based Approach to Develop Engineering Students’ Awareness About Artificial Intelligence Ethical Challenges | Proceedings of the 50th Annual Conference of The European Society for Engineering Education. Proceedings: Towards a new future in engineering education, new scenarios that European alliances of tech universities open up | 2022 |
In addition to your own components, you have access to all internal components
Create a package.json file inside your project folder if you need to install dependencies for your project. Make sure you do not add packages to the root package.json file.
# Change to your project folder
cd src/app/[locale]/projects/my-project
# Create package.json file
npm init
# Install package(s)
npm install chart.js
When publishing your project, include the package.json and package-lock.json files from your project folder.