Skip to content
Snippets Groups Projects
Commit 1ceb46ff authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add selections

parent 5c74b9b2
No related branches found
No related tags found
No related merge requests found
...@@ -2,39 +2,18 @@ ...@@ -2,39 +2,18 @@
title = "Redox Summer of Code" title = "Redox Summer of Code"
+++ +++
## Estimated time remaining for the results Redox OS has selected 5 students to sponsor for the following projects:
<h1 id="countdown"><
<script> * Deepak Sirone - FAT32
var target_date = new Date(Date.UTC(2018, 4, 5, 17)).getTime(); // 4 because month is zero based :| * Ioannis Valasakis - ARM64
* jD91mZM2 - Tokio
target_date += 1000 * 60 * 60 * 6; // GMT-6 * 董瑜亮 - Network Config
* Tavish McDonald - RedoxFS
var days, hours, minutes, seconds;
var countdown = document.getElementById("countdown"); 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!
setInterval(function () {
var current_date = new Date().getTime(); **For archival purposes, here is the previous page:**
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 is running its own Summer of Code this year, after the [Microkernel devroom](http://gsoc.microkernel.info/) 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 did not get accepted into [GSoC 2018](https://summerofcode.withgoogle.com/). We
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment