Repository Structure

This commit is contained in:
William Jeynes
2026-01-27 21:09:33 +00:00
commit fdf8be2414
8 changed files with 699 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# AI models for identifying trigger events in disinformation analysis
Final Dissertation Submission Repository
## Project Description
-- todo --
## Solution Diagram
-- todo --
## Repository Structure
```
├── literature/
| └── report.pdf # Final submission report
├── agent/ # Code for main project pipeline
| └── -- todo --
└── supporting/ # Code for visualisation tools and more
└── -- todo --
```