-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* mid-term blogpost * mid-term blogpost * adds image * adds image --------- Co-authored-by: Carlos Maltzahn <[email protected]>
- Loading branch information
1 parent
48379a2
commit 24fe7eb
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: "[MidTerm] StatWrap: Automated Reproducibility Checklists Generation" | ||
subtitle: "Enhancing Reproducibility of Research projects" | ||
summary: | ||
authors: | ||
- adi | ||
author_notes: ["Undergraduate Computer Science Student at IIT(BHU)"] | ||
tags: ["osre24","statwrap","reproducibility"] | ||
categories: ["osre24","reproducibility"] | ||
date: 2024-09-16 | ||
lastmod: 2024-09-16 | ||
featured: false | ||
draft: false | ||
|
||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
--- | ||
|
||
Namaste🙏🏻! I'm {{% mention adi %}}, and I'm excited to share progress updates on the [Reproducibility Checklists project](https://drive.google.com/file/d/1xV7eHL9lIWGKueQJxBks6OB_rcXCr8JY/view?usp=sharing) by StatWrap, under the mentorship of {{% mention lrasmus %}}. | ||
|
||
## Project Overview | ||
|
||
The project aims to integrate customizable reproducibility checklists into StatWrap, using metadata and user input to automate their generation. The goal is to enhance the reproducibility of research projects by providing researchers with structured and comprehensive checklists to ensure their work is reproducible. | ||
|
||
## Progress | ||
|
||
Over the past few months, my mentors and I have worked on developing the interface for the checklists page and designed key components to support our project goals. We’ve implemented logic that iterates over each checklist item, displaying its statement along with Boolean controls (Yes/No buttons) for user interaction. | ||
|
||
![Checklists Page](checklist1.png) | ||
|
||
We’ve also developed components to display attached images and URLs linked to each checklist item. Additionally, we’ve integrated a notes feature that allows users to add, edit, and view project-related notes. Currently, we are writing methods to integrate real-time project data into the checklists. For example, one method we’ve implemented scans project files (assets) to detect the languages used. | ||
|
||
![Checklists Details](checklist2.png) | ||
|
||
## What's Next? | ||
|
||
As we move closer to the final evaluation phase, our focus will be on the following objectives: | ||
- Implement methods for each checklist item, integrating real-time data from the project data to auto-populate checklist answers. | ||
- Enhance the `Attached Images` component to allow users to select and attach existing image assets from the project. | ||
- Display the results of the scans for each checklist item, providing users with detailed outputs based on the automated analysis. | ||
|
||
Stay tuned for further updates as we continue developing this feature set! 🚀 |