Skip to content

Commit

Permalink
Link to publications page from data page
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Nov 16, 2023
1 parent e84858a commit 7df1a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/pages/data.en.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="col-12 col-sm-8 col-lg-7">
<p>We have the ambition to transform Dodona into an intelligent platform that optimally supports students in acquiring programming skills. We could do this, for example, by offering dynamic learning paths and by recommending exercises about a specific topic or of a certain difficulty. At the same time, we wish to give teachers insight into the progress of their students to enable them to optimise their teaching.</p>
<p>To develop and eventually provide these functionalities, it is necessary to (automatically) process the available data, for example, using machine learning. When doing this, the data will always be pseudonymised and in many cases, aggregated. Your personal data will be decoupled from your submissions using this de-identification procedure and will not be processed. By doing this, the risk of unwanted identification of people within Dodona is minimised.</p>
<p>Insights acquired from using and developing these innovative educational technologies can be published as scientific research. Within this context, we will never share or publish data that would allow the identification of individual users unless explicit permission is given.</p>
<p>Insights acquired from using and developing these innovative educational technologies can be published as <%= link_to "scientific research", publications_path %>. Within this context, we will never share or publish data that would allow the identification of individual users unless explicit permission is given.</p>
</div>
<div class="col-sm-4 col-lg-3 offset-lg-1 d-none d-sm-block"><%= image_tag "outline-pageview.svg", class: "img-fluid image-muted", style: "width:90%" %><%= image_tag "outline-school.svg", class: "img-fluid image-muted", style: "width:90%" %></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/data.nl.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="col-12 col-sm-8 col-lg-7">
<p>Het team achter Dodona heeft de ambitie om Dodona uit te bouwen tot een intelligent platform dat studenten optimaal ondersteunt bij het aanleren van programmeervaardigheden. Dit zouden we bijvoorbeeld kunnen door het aanbieden van dynamische leerpaden en het gericht aanbevelen van oefeningen over een specifiek onderwerp of van een bepaalde moeilijkheidsgraad. Tegelijk willen we lesgevers graag inzicht geven in de voortgang van hun studenten ter ondersteuning van hun lessen.</p>
<p>Om deze functionaliteiten te ontwikkelen en aan te bieden is het nodig om de beschikbare gegevens (automatisch) te analyseren, bijvoorbeeld met behulp van machine learning. Hierbij zullen we steeds de gegevens pseudonimiseren en in veel gevallen aggregeren. Dit wil zeggen dat je persoonlijke gegevens ontkoppeld worden van de ingediende oplossingen en niet mee verwerkt worden. Hierdoor wordt het risico op de ongewilde identificatie van personen binnen Dodona geminimaliseerd.</p>
<p>De inzichten die verkregen worden door de ontwikkeling en het gebruik van deze innovatieve onderwijstechnologieën kunnen gepubliceerd worden als wetenschappelijk onderzoek. Er zullen binnen deze context nooit gegevens openbaar gemaakt worden die het toelaten om individuele personen te identificeren, tenzij we hiervoor je expliciete toestemming zouden krijgen.</p>
<p>De inzichten die verkregen worden door de ontwikkeling en het gebruik van deze innovatieve onderwijstechnologieën kunnen gepubliceerd worden als <%= link_to "wetenschappelijk onderzoek", publications_path %>. Er zullen binnen deze context nooit gegevens openbaar gemaakt worden die het toelaten om individuele personen te identificeren, tenzij we hiervoor je expliciete toestemming zouden krijgen.</p>
</div>
<div class="col-sm-4 col-lg-3 offset-lg-1 d-none d-sm-block"><%= image_tag "outline-pageview.svg", class: "img-fluid image-muted", style: "width:90%" %><%= image_tag "outline-school.svg", class: "img-fluid image-muted", style: "width:90%" %></div>
</div>
Expand Down

0 comments on commit 7df1a43

Please sign in to comment.