No description
| Name | Last commit date | |
|---|---|---|
| config | ||
| data | ||
| docs | ||
| externals | ||
| management | ||
| scitex | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| .gitkeep | ||
| LICENSE | ||
| Makefile | ||
| README.md |
README.md
SciTeX Research Template
Like GitHub, but for scientific research. Version control your papers, data, and analysis - all in one place.
🚀 Quick Start
| What you want to do | Where to go |
|---|---|
| Write a paper | scitex/writer/ → Open in Writer |
| Manage references | scitex/scholar/ → Open in Scholar |
| Run analysis | scripts/ → Open in Console |
| Create figures | scitex/vis/ → Open in Visualizer |
📁 Project Structure
your-project/
├── config/ # Settings (like .github/ but for research)
├── data/ # Your datasets (raw → processed)
├── docs/ # Documentation & notes
├── scripts/ # Analysis code (Python, R, etc.)
├── scitex/ # SciTeX-managed folders
│ ├── writer/ # Manuscripts (.tex files)
│ ├── scholar/ # References (.bib files)
│ └── vis/ # Figures (.pltz, .figz)
├── tests/ # Test your analysis code
├── Makefile # Automation (like GitHub Actions)
└── README.md # You are here
🔄 Typical Workflow
- Add data → Upload to
data/raw/ - Write scripts → Create in
scripts/using Console - Run analysis → Submit jobs via SLURM or run directly
- Generate figures → Auto-saved to
scitex/vis/ - Write paper → Edit in Writer, cite from Scholar
- Compile PDF → One-click in Writer
- Commit & push → Version everything like GitHub
⌨️ Makefile Commands
make help # Show all available commands
make run # Run main analysis
make test # Run test suite
make figures # Generate all figures
make compile # Compile manuscript to PDF
make clean # Clean temporary files
📖 Learn More
This project is managed by SciTeX - Where Research Happens.