academic-researcher

Extract structured data from cybersecurity fatigue research PDFs and compute statistical correlations.

1|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/Tristan578/research-team-tutorial --skill academic-researcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: academic-researcher
Source: https://github.com/Tristan578/research-team-tutorial/tree/main/.claude/skills/researcher
Command: npx skills add https://github.com/Tristan578/research-team-tutorial --skill academic-researcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyPDF2, scipy, numpy.

What problem does it solve?

This Skill analyzes academic papers to extract structured metadata, study details, participant groups, and reported correlations for subsequent analysis.

Core Features & Use Cases

  • Data extraction: pull authors, year, title, venue, sample sizes, study type, and instruments.
  • Group data: capture group names, experience mean/sd, fatigue mean/sd, and sample sizes.
  • Statistics: capture correlation r and p-values if reported.

Quick Start

Use the academic-researcher to extract data from PDFs in papers/ and compute correlations to save results/parsed_papers.json and results/correlation_analysis.json.

Frequently Asked Questions about academic-researcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract data from PDF research papers automatically?

Data extraction from PDFs pulls structured metadata like authors, year, title, venue, sample sizes, and study type into JSON format. This Skill automates extraction from cybersecurity fatigue research papers, parsing participant groups, fatigue measurements, and correlations to save results as parsed_papers.json for further analysis.

Can I compute statistical correlations from research paper data?

Statistical correlation analysis captures reported r-values and p-values from study data, then computes correlations across participant groups and fatigue metrics. This Skill processes extracted paper data and outputs correlation_analysis.json with computed relationships ready for statistical interpretation.

What's the best way to organize fatigue study data from multiple papers?

Organizing fatigue study data requires extracting and grouping participant cohorts, experience levels, fatigue measurements, and sample sizes into a consistent structure. This Skill structures data from PDFs into JSON conforming to exact formats, enabling comparison across IT security professionals, general IT staff, and non-technical groups.

Does this work with PDF files containing research tables and metadata?

Yes, this Skill processes PDFs of fatigue studies using PyPDF2 to extract text, tables, and metadata. It parses authors, venues, participant details, and reported statistics from academic paper PDFs into structured JSON outputs compatible with the research toolkit.

What do I need before using this data extraction Skill?

Required inputs are PDF files of cybersecurity fatigue research papers placed in the papers/ directory. The Skill requires PyPDF2, scipy, and numpy; it outputs parsed_papers.json and correlation_analysis.json to the results/ directory for downstream statistical analysis.

Can I compare fatigue correlations across different participant groups?

Correlation analysis across groups extracts fatigue and experience metrics for IT security professionals, general IT staff, and non-technical cohorts, then computes r and p-values per group. This Skill enables comparative statistical analysis across study populations in a single correlation_analysis.json output.