This repository is a curated personal archive of papers, study notes, and technical documentation.
It brings together insights from research, conferences, and self‑study into a structured and accessible format.
The goal is to preserve valuable knowledge and provide a reliable reference for future learning and professional development.
Papers/
│
├── notes/ # Study notes and summaries from books, courses, and personal learning
│ ├── YYYY-MM-DD-topic/ # Example: 2025-08-18-oracle-bi
│ │ └── notes.md
│
├── conferences/ # Reports and takeaways from conferences and events
│ ├── YYYY-ConferenceName/
│ │ └── summary.md
│
├── research-reports/ # Personal research, essays, and whitepapers
│ ├── topic-title/
│ │ ├── draft.md
│ │ └── references.bib
│
├── paper-reviews/ # Reviews and reflections on papers read
│ ├── YYYY-Author-Title/
│ │ └── review.md
│
├── misc/ # Miscellaneous notes, ideas, and quick references
│ └── ideas.md
│
├── README.md
└── LICENSE.md
This repository is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).
You are free to share and adapt the material for non-commercial purposes only, provided that proper credit is given.
For the full license text, see the LICENSE file.
This project serves as my personal knowledge base and archive of documentation worth preserving and sharing.
Contributions are not expected, but suggestions and feedback are welcome via issues or discussions.