Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions _posts/2025-02-19-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: post
title: "Updates from the Working Group!"
date: 2025-02-19 09:00:00 -0400
categories: jekyll update
---


2024 was a busy year for the Code Review Working Group! We completed [four reviews](/recent-reviews.html), switched to quarterly submission deadlines, and presented our work at DHTech's mini-conference ["DH Inside Out" at DH2024](https://dh-tech.github.io/blog/2024/06/14/dh-inside-out-dh2024-program/).


We plan 2025 to be just as exciting and succesful but we need your help! Do you have code that could benefit from being reviewed? Maybe you plan on writing a paper about it but want to make sure there are no bugs in the code you might have missed? Or maybe you would like a second opinion on how you architected your code? Or maybe you are still learning and are wondering if you approach is right! All of these motivations (and more!) are valid reasons to submit your code for review. Your code does not have to be finished and polished. Take a look at our [submission page](submit-code.html) and submit your code for review!

If you don't have any code at the moment you would like to have reviewed but would like to get involved, you can also sign up to be a facilitator. Facilitators organize the code review process by organizing meetings and getting everyone on the same page. It’s low effort but a really important job! You’ll be recognized as a facilitator on our website afterwards and will have everyone’s deep gratitude. You can sign up using our [facilitator application form](https://forms.gle/GPzv3wzuB5WXq24V9).

<center><img src="/assets/imgs/geekpoke-codereview.jpeg" width="600px" ></center>




Binary file added assets/imgs/geekpoke-codereview.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ <h2>Our Process</h2>
<hr class="col-3 col-md-2 mb-5">

<h2>Submission Deadlines</h2>

<div class="alert alert-warning" role="alert">
Please note that you do not need a finish product to be able to submit your code for review! You are welcome to <b>submit code that is work in progress</b>. All we ask that you select a piece of code that can be reviewed in about an hour.
</div>
<p>
Our quarterly deadlines to submit code for review are as follows:
</p>
Expand Down
4 changes: 4 additions & 0 deletions submit-code.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ <h2>General requirements</h2>
<li>Example data is available.</li>
</ul>

<div class="alert alert-warning" role="alert">
Especially if you are submitting code in progress, we understand that the above requirements might not be met. <b>Please submit your code anyways</b> and make a note in your submission that you could not meet the requirements. We will take a look and let you know if there is anything we believe is needed to effectively review your code.
</div>

<h2>How to submit a review request?</h2>
<p>
When getting ready to submit code for a review, please make sure to have the following information available (you will need them for the submission form):
Expand Down