From 1ceb46ffe74d0c12801fc708102c9751385f243c Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sat, 5 May 2018 14:28:45 -0600 Subject: [PATCH] Add selections --- content/rsoc.md | 45 ++++++++++++--------------------------------- 1 file changed, 12 insertions(+), 33 deletions(-) diff --git a/content/rsoc.md b/content/rsoc.md index a35cced9..f82b4657 100644 --- a/content/rsoc.md +++ b/content/rsoc.md @@ -2,39 +2,18 @@ title = "Redox Summer of Code" +++ -## Estimated time remaining for the results -<h1 id="countdown">< -<script> -var target_date = new Date(Date.UTC(2018, 4, 5, 17)).getTime(); // 4 because month is zero based :| - -target_date += 1000 * 60 * 60 * 6; // GMT-6 - -var days, hours, minutes, seconds; -var countdown = document.getElementById("countdown"); - -setInterval(function () { - var current_date = new Date().getTime(); - var remaining = (target_date - current_date) / 1000; - - let seconds = Math.floor(remaining % 60); - let minutes = Math.floor((remaining / 60) % 60); - let hours = Math.floor((remaining / (60*60)) % 24); - let days = Math.floor(remaining / (60*60*24)); - - var output = ""; - if (days > 0) { output += days + "d "; } - if (hours > 0) { output += hours + "h "; } - if (minutes > 0) { output += minutes + "m "; } - if (seconds > 0) { output += seconds + "s "; } - countdown.innerHTML = output; - -}, 1000); -</script> -</h1> - -**Applications for the 2018 Redox Summer of Code will no longer be accepted. We -are in the process of evaluating the applications and will have results -available some time before May 5th, 2018.** +Redox OS has selected 5 students to sponsor for the following projects: + +* Deepak Sirone - FAT32 +* Ioannis Valasakis - ARM64 +* jD91mZM2 - Tokio +* 董瑜亮 - Network Config +* Tavish McDonald - RedoxFS + +We would like to thank all of the 88 applicants for their applications - +we hope that you will consider contributing to Redox OS in the future! + +**For archival purposes, here is the previous page:** Redox OS is running its own Summer of Code this year, after the [Microkernel devroom](http://gsoc.microkernel.info/) did not get accepted into [GSoC 2018](https://summerofcode.withgoogle.com/). We -- GitLab