diff --git a/content/report/osre24/ucsc/statwrap/20240916-adi/checklist1.png b/content/report/osre24/ucsc/statwrap/20240916-adi/checklist1.png new file mode 100644 index 00000000..5ad9ec48 Binary files /dev/null and b/content/report/osre24/ucsc/statwrap/20240916-adi/checklist1.png differ diff --git a/content/report/osre24/ucsc/statwrap/20240916-adi/checklist2.png b/content/report/osre24/ucsc/statwrap/20240916-adi/checklist2.png new file mode 100644 index 00000000..38106c59 Binary files /dev/null and b/content/report/osre24/ucsc/statwrap/20240916-adi/checklist2.png differ diff --git a/content/report/osre24/ucsc/statwrap/20240916-adi/featured.jpeg b/content/report/osre24/ucsc/statwrap/20240916-adi/featured.jpeg new file mode 100644 index 00000000..2f300aab Binary files /dev/null and b/content/report/osre24/ucsc/statwrap/20240916-adi/featured.jpeg differ diff --git a/content/report/osre24/ucsc/statwrap/20240916-adi/index.md b/content/report/osre24/ucsc/statwrap/20240916-adi/index.md new file mode 100644 index 00000000..71c4cafb --- /dev/null +++ b/content/report/osre24/ucsc/statwrap/20240916-adi/index.md @@ -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! 🚀