Skip to content

Commit

Permalink
Fix schedule deadlines
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 21, 2024
1 parent ecf2393 commit c951b2e
Showing 1 changed file with 63 additions and 29 deletions.
92 changes: 63 additions & 29 deletions src/pages/hacker-manual.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ const Hack = () => {
Friday from hacking start (19:00) until midnight
</li>
<li>Saturday from 08:00 to midnight </li>
<li> Sunday from 08:00 to submission deadline (12:00)</li>
<li> Sunday from 08:00 to submission deadline (11:30)</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -553,41 +553,75 @@ const Hack = () => {
</p>
<div id="submissions">
<h3 className="text-xl mt-6 font-bold">Submissions</h3>
<p>This year thanks to our amazing Kirill, we've built our own tool for submissions and judging. The tool is open source, simple to use and should make the job of judging and tallying scores simple and fast.</p>
<p>If you run into any problems or have any feedback it would be much appreciated if you would open an issue{" "}
<a
<p>
This year thanks to our amazing Kirill, we've built our own tool
for submissions and judging. The tool is open source, simple to
use and should make the job of judging and tallying scores simple
and fast.
</p>
<p>
If you run into any problems or have any feedback it would be much
appreciated if you would open an issue{" "}
<a
href="https://github.com/ethb3rlin/Submi-ions/issues"
target="_blank"
rel="noreferrer noopener"
>
in the github repo
</a>
</a>
.
</p>
<b>The general flow for using the tool is as follows:</b>
<ul>
<li>Go to {" "}
<a
href="https://projects.ethberlin.org/"
target="_blank"
rel="noreferrer noopener"
>
</p>
<b>The general flow for using the tool is as follows:</b>
<ul>
<li>
Go to{" "}
<a
href="https://projects.ethberlin.org/"
target="_blank"
rel="noreferrer noopener"
>
projects.ethberlin.org
</a>
{" "} and sign in with your Zupass credentials to receive your role as "hacker".</li>
<li>Create or join an existing team</li>
<li>Now you can submit projects and join team.</li>
<li>To submit a project click the "Submit a project" button in the top bar.</li>
<li>There is a simple template with information you should add, but feel free to add whatever additional information you find relevant for your submission.</li>
<li>Make sure to submit everything before the deadline Sunday 26th at 12:00, when submissions close.</li>
<li>Once submissions are closed keep an eye on the general matrix channel, where we will provide further instructions for when your team will have to present to the judges.</li>
</ul>
<b>Some things to keep in mind:</b>
<ul>
<li>Put as much information into the Github, Radicle, or whatever code collaboration platform you use, about the project so that judges and other hackers only need to look in one place to learn as much as possible about the project.</li>
<li>Dedicate some time to make a crisp and precice presentation and don't forget to submit it too.</li>
<li>Make sure to select the track that fits best to your project.</li>
</ul>
</a>{" "}
and sign in with your Zupass credentials to receive your role as
"hacker".
</li>
<li>Create or join an existing team</li>
<li>Now you can submit projects and join team.</li>
<li>
To submit a project click the "Submit a project" button in the
top bar.
</li>
<li>
There is a simple template with information you should add, but
feel free to add whatever additional information you find
relevant for your submission.
</li>
<li>
Make sure to submit everything before the deadline Sunday 26th
at 11:30, when submissions close.
</li>
<li>
Once submissions are closed keep an eye on the general matrix
channel, where we will provide further instructions for when
your team will have to present to the judges.
</li>
</ul>
<b>Some things to keep in mind:</b>
<ul>
<li>
Put as much information into the Github, Radicle, or whatever
code collaboration platform you use, about the project so that
judges and other hackers only need to look in one place to learn
as much as possible about the project.
</li>
<li>
Dedicate some time to make a crisp and precice presentation and
don't forget to submit it too.
</li>
<li>
Make sure to select the track that fits best to your project.
</li>
</ul>
</div>
<div id="judging">
<h3 className="text-xl mt-6 font-bold">Judging</h3>
Expand Down

0 comments on commit c951b2e

Please sign in to comment.