# Paper_AE **Repository Path**: chonepieceyb/Paper_AE ## Basic Information - **Project Name**: Paper_AE - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-04 - **Last Updated**: 2026-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Paper Experiments - Network & Systems Repository for reproducing experiments from networking and systems research papers. ## Directory Structure ``` . ├── README.md # This file ├── CLAUDE.md # Claude Code collaboration guide ├── papers/ # Research paper PDFs │ └── paper_name.pdf ├── src/ # Source code for each paper │ └── paper_name/ ├── scripts/ # Experiment execution scripts │ └── paper_name/ ├── results/ # Experimental results │ └── paper_name/ ├── docker/ # Docker configurations │ └── paper_name/ ├── vm/ # Virtual machine configurations (for kernel-level experiments) │ └── paper_name/ └── doc/ # Documentation and notes └── paper_name/ ``` ## Environment Strategy - **Default**: Use Docker for environment isolation - **Kernel-level experiments**: Use VM when OS kernel modifications are required ## Workflow 1. Add paper PDF to `papers/` 2. Extract and organize source code in `src/paper_name/` 3. Create Dockerfile in `docker/paper_name/` 4. Write execution scripts in `scripts/paper_name/` 5. Run experiments and save results to `results/paper_name/` 6. Document findings in `doc/paper_name/`