Add mindcoding articles and update header
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 10 Feb 2014 20:18:27 +0000 (22:18 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 10 Feb 2014 20:18:27 +0000 (22:18 +0200)
a/about.en [new file with mode: 0644]
a/about.en.title [new file with mode: 0644]
a/index.en
a/rules.en [new file with mode: 0644]
a/rules.en.title [new file with mode: 0644]
tmpl/header.en

diff --git a/a/about.en b/a/about.en
new file mode 100644 (file)
index 0000000..49d173f
--- /dev/null
@@ -0,0 +1,11 @@
+We are a group of coders of all ages, passionate about problem solving and algorithms. Together, we created MindCoding, an online platform where anyone can learn algorithms and test their skills. Join us, teach yourself new things and have fun!
+<p>
+Our website provides a problem list with an online evaluation system, which means you&#39ll find out on the spot if your solution is correct. We support a wide rande of programming languages, allowing all programers to participate, regardless of their technical background. <b>Read from stdin and print to stdout.</b>
+<p>
+If you take part in our coding competition (which we strongly recommend!) don&#39t forget to check out our standings and see how well you did compared to your friends.
+<p>
+Put your mind to work and code!
+
+<!--
+Mind Coding wants to gather the students passionate of Computer Science, regardless of age and background and offer them the chance to collaborate. Contestants will have the opportunity to get in touch with Cluj-Napoca’s employers, and also to scrutinize the facilities of studying at “Babes-Bolyai” University. During the online round, the students may establish contact with employers through banners and sponsored problems. At the final round, officials of universities and companies from Cluj will hold presentations and will directly communicate with students. Mind Coding endeavors to reward the elite of Computer Science’s students and attract them to Cluj-Napoca in the near future. Furthermore, Mind Coding wants to create a large community of enthusiastic students, attempting to establish strong connection between Romanian peers.
+-->
\ No newline at end of file
diff --git a/a/about.en.title b/a/about.en.title
new file mode 100644 (file)
index 0000000..660f88f
--- /dev/null
@@ -0,0 +1 @@
+About us
\ No newline at end of file
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f501ddae823d595d157e10c351c2b8b8c6a2e43e 100644 (file)
@@ -0,0 +1,23 @@
+<div class="jumbotron">
+<h2>Online qualification round schedule</h2>
+<ul>
+<li>Round 1: 30th of January
+<li>Round 2: 13th of February
+<li>Round 3: 27th of February
+<li>Round 4: 13th of March
+</ul>
+<p>Each round will begin at 19:00 and will last one hour and a half (90 minutes)
+</div>
+
+<div class="jumbotron">
+<h2>MindCoding National Competition - First Edition</h2>
+<p>We are happy to announce the launch of MindCoding, our fun and challenging national programming competition! It doesn&#39t matter if you have a job, you&#39re a student or you&#39re still in school, what really matters is your passion for problem solving.
+<p>
+Join our community and have the opportunity to learn new things and make a name of yourself! Are you passionate about a certain technology? Do you need a team for working on a project? MindCoding will help you make new friends who share your interests.
+<p>
+The first online round is this Thursday, on the 30th of January. We hope you&#39ll join us!
+<p>
+You will have to solve 4 algorithmic problems of various difficulty levels, and they will be scored based on their level and your problem solving speed. In order for a solution to be considered correct, it must pass all of our tests. We strongly recommend getting used to our platform by solving a few warm-up  <a href="/pb/">challenges</a>.
+<p>
+Good luck and have fun!
+</div>
diff --git a/a/rules.en b/a/rules.en
new file mode 100644 (file)
index 0000000..332c964
--- /dev/null
@@ -0,0 +1,13 @@
+<h3>MindCoding - Rules</h3>
+
+<ul>
+<li>Each round will consist of 4 algorithmic problems.
+<li>Your final score will be calculated by adding your scores for all the problems in the round.
+<li>After submitting a solution it will be evaluated on a few pretests and you will be able to see your result for that given test set.
+<li>At the end of a round, the solution will be evaluated on a set of tests. If it doesn’t output the correct answer for all the tests or it exceeds our memory/time limit for at least one test, it will be scored with 0 points.
+<li>Each problem will have a maximum score between 1000 and 100, depending on it’s difficulty.
+<li>The maximum score you can obtain on a problem decreases as time passes after you’ve read it.
+<li>In order to decide whether your solution is correct, only your last uploaded source file will be taken into consideration.
+<li>If the contestant wishes to resend a solution for a problem, the problem’s maximum score will decrease by 10%.
+<li>Each problem will have a minimum score under which the score can not decrease, no matter how many solutions a contstant submits.
+</ul>
diff --git a/a/rules.en.title b/a/rules.en.title
new file mode 100644 (file)
index 0000000..c191cb5
--- /dev/null
@@ -0,0 +1 @@
+Rules
\ No newline at end of file
index be1366bd6d0bcb2e7eaf394a375aa7b8dc1116aa..2238a38856249e1e2f6dd70a7092020e84bf3335 100644 (file)
 <li><a href="/pb/">Problems</a>
 <li><a href="/ct/">Contests</a>
 <li><a href="/account">Account</a>
+<li><a href="/about">About</a>
 </ul>
 
 <ul class="nav navbar-nav navbar-right">
+<li><a href="/rules">Rules</a>
 <li><a class="dropdown-toggle" data-toggle="dropdown"> Theme <span class="caret"></span></a>
 
 <ul class="dropdown-menu" role="menu">
This page took 0.014289 seconds and 4 git commands to generate.