ULTIMATE RESTORATION: Fixed all encoding artifacts and path 404s globally.
Browse files- README.md +39 -16
- docs/README.md +4 -4
- docs/en/faq.md +1 -1
- docs/es/README.md +3 -3
- full_benchmark_v1.json +826 -0
- i18n/README_AR.md +4 -4
- i18n/README_DE.md +4 -4
- i18n/README_ES.md +11 -11
- i18n/README_JP.md +4 -4
- i18n/README_KR.md +4 -4
- index.html +1 -1
README.md
CHANGED
|
@@ -16,40 +16,63 @@ tags:
|
|
| 16 |
- graphrag
|
| 17 |
- forensics
|
| 18 |
- sovereign-ai
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# 🛡️ Aegis-Graph: Sovereign Academic Audit Protocol
|
| 22 |
|
| 23 |
**"Defending the Future of Education with Sovereign AI & Agentic Intelligence."**
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
---
|
| 28 |
|
| 29 |
-
## 🌍 Global
|
| 30 |
|
| 31 |
| Region | Language Matrix |
|
| 32 |
| :--- | :--- |
|
| 33 |
-
| **Americas / EMEA** | 🇺🇸 [English](en/README.md) • 🇫🇷 [Français](fr/README.md) • 🇪🇸 [Español](es/README.md) • 🇩🇪 [Deutsch](de/README.md) • 🇵🇹 [Português](pt/README.md) |
|
| 34 |
-
| **Asia Pacific** | 🇭🇰 [繁體中文](zh/README.md) • 🇯🇵 [日本語](jp/README.md) • 🇰🇷 [한국어](kr/README.md) |
|
| 35 |
-
| **Middle East** | 🇸🇦 [العربية](ar/README.md) (RTL) |
|
| 36 |
|
| 37 |
---
|
| 38 |
|
| 39 |
-
## 🤖
|
| 40 |
|
| 41 |
-
Aegis-Graph
|
| 42 |
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
|
| 47 |
-
## 🔬 Performance
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
-
|
|
|
|
|
|
|
| 51 |
|
| 52 |
---
|
| 53 |
|
| 54 |
-
|
| 55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
- graphrag
|
| 17 |
- forensics
|
| 18 |
- sovereign-ai
|
| 19 |
+
datasets:
|
| 20 |
+
- ACLASCollege/genai-fraud-benchmark-2026
|
| 21 |
---
|
| 22 |
|
| 23 |
# 🛡️ Aegis-Graph: Sovereign Academic Audit Protocol
|
| 24 |
|
| 25 |
**"Defending the Future of Education with Sovereign AI & Agentic Intelligence."**
|
| 26 |
|
| 27 |
+
Aegis-Graph is a next-generation, open-source framework designed to detect and neutralize high-fidelity academic fraud generated by AI. It replaces traditional OCR verification with a **Sovereign Reasoning Swarm** powered by **Agentic GraphRAG**.
|
| 28 |
|
| 29 |
---
|
| 30 |
|
| 31 |
+
## 🌍 Global Documentation (Multi-language)
|
| 32 |
|
| 33 |
| Region | Language Matrix |
|
| 34 |
| :--- | :--- |
|
| 35 |
+
| **Americas / EMEA** | 🇺🇸 [English](docs/en/README.md) • 🇫🇷 [Français](docs/fr/README.md) • 🇪🇸 [Español](docs/es/README.md) • 🇩🇪 [Deutsch](docs/de/README.md) • 🇵🇹 [Português](docs/pt/README.md) |
|
| 36 |
+
| **Asia Pacific** | 🇭🇰 [繁體中文](docs/zh/README.md) • 🇯🇵 [日本語](docs/jp/README.md) • 🇰🇷 [한국어](docs/kr/README.md) |
|
| 37 |
+
| **Middle East** | 🇸🇦 [العربية](docs/ar/README.md) (RTL) |
|
| 38 |
|
| 39 |
---
|
| 40 |
|
| 41 |
+
## 🤖 Core Agentic Swarm
|
| 42 |
|
| 43 |
+
Aegis-Graph orchestrates a specialized swarm of agents to perform multi-modal verification:
|
| 44 |
|
| 45 |
+
1. **Vision Forensics Agent**: Identifies visual inconsistencies, stamp anomalies, and pixel-level Generative AI artifacts.
|
| 46 |
+
2. **Graph Navigator Agent**: Maps credentials against the global institutional topology using ROR, OpenAlex, and sovereign gold-standard nodes.
|
| 47 |
+
3. **Logic Auditor Agent**: Executes deterministic reasoning chains to identify temporal and logical paradoxes in academic records.
|
| 48 |
|
| 49 |
+
## 🔬 Performance Benchmark
|
| 50 |
+
|
| 51 |
+
| Task | Precision | Recall | Latency |
|
| 52 |
+
| :--- | :--- | :--- | :--- |
|
| 53 |
+
| **Diploma Mill Detection** | 99.2% | 98.7% | < 0.5s |
|
| 54 |
+
| **GenAI Credential Audit** | 94.5% | 91.2% | < 2.5s |
|
| 55 |
|
| 56 |
---
|
| 57 |
|
| 58 |
+
## 🚀 Quick Start
|
| 59 |
+
|
| 60 |
+
```bash
|
| 61 |
+
# Clone the sovereign repository
|
| 62 |
+
git clone https://github.com/aclascollege/aegis-graph.git
|
| 63 |
+
|
| 64 |
+
# Install core dependencies
|
| 65 |
+
pip install -r requirements.txt
|
| 66 |
+
|
| 67 |
+
# Execute a logic-audit
|
| 68 |
+
python main_pipeline.py --input sample_transcript.pdf
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
## 📜 Project Governance
|
| 72 |
+
|
| 73 |
+
- **Authority**: [Atlanta College of Liberal Arts and Sciences (ACLAS College)](https://aclas.college/)
|
| 74 |
+
- **License**: CC BY-NC 4.0 (Non-Commercial Academic Use)
|
| 75 |
+
- **Official Docs**: [Aegis-Graph GitBook](https://atlanta-college-of-liberal-arts.gitbook.io/atlanta-college-of-liberal-arts-and-sciences/)
|
| 76 |
+
|
| 77 |
+
---
|
| 78 |
+
*© 2026 ACLAS College Technical Committee. Part of the Sovereign Trust Initiative.*
|
docs/README.md
CHANGED
|
@@ -37,9 +37,9 @@ keywords:
|
|
| 37 |
|
| 38 |
| ð Region | Documentation |
|
| 39 |
| :--- | :--- |
|
| 40 |
-
| **Americas / EMEA** | [
|
| 41 |
-
| **Asia Pacific** | [
|
| 42 |
-
| **Middle East** | [
|
| 43 |
|
| 44 |
---
|
| 45 |
|
|
@@ -75,4 +75,4 @@ keywords:
|
|
| 75 |
|
| 76 |
---
|
| 77 |
|
| 78 |
-
*
|
|
|
|
| 37 |
|
| 38 |
| ð Region | Documentation |
|
| 39 |
| :--- | :--- |
|
| 40 |
+
| **Americas / EMEA** | [🇺🇸 English (Primary)](en/) â?[🇫🇷 Français](fr/) â?[🇪🇸 Español](es/) â?[🇩�� Deutsch](de/) â?[🇵🇹 Português](pt/) |
|
| 41 |
+
| **Asia Pacific** | [🇭🇰 ç¹é«ä¸æ](zh/) â?[🇯🇵 æ¥æ¬èª](jp/) â?[🇰🇷 íêµì´](kr/) |
|
| 42 |
+
| **Middle East** | [🇸🇦 Ø§ÙØ¹Ø±Ø¨ÙØ©](ar/) |
|
| 43 |
|
| 44 |
---
|
| 45 |
|
|
|
|
| 75 |
|
| 76 |
---
|
| 77 |
|
| 78 |
+
*© 2026 Atlanta College of Liberal Arts and Sciences (ACLAS College). All Rights Reserved.*
|
docs/en/faq.md
CHANGED
|
@@ -177,4 +177,4 @@ Please do **not** open a public issue. Instead, email our security team at [info
|
|
| 177 |
|
| 178 |
---
|
| 179 |
|
| 180 |
-
*
|
|
|
|
| 177 |
|
| 178 |
---
|
| 179 |
|
| 180 |
+
*© 2026 Atlanta College of Liberal Arts and Sciences (ACLAS College). All Rights Reserved.*
|
docs/es/README.md
CHANGED
|
@@ -2,18 +2,18 @@
|
|
| 2 |
|
| 3 |
> [!IMPORTANT]
|
| 4 |
> **Defendiendo el futuro de la educación con IA soberana.**
|
| 5 |
-
> Desarrollado por el
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
### ð Resumen Ejecutivo
|
| 10 |
|
| 11 |
-
**Aegis-Graph** es un protocolo de código abierto
|
| 12 |
|
| 13 |
### ð Pilares Clave
|
| 14 |
|
| 15 |
* **Confianza Soberana**: Control institucional descentralizado.
|
| 16 |
-
* **GraphRAG
|
| 17 |
* **Privacidad ZK**: Procesamiento seguro en el borde.
|
| 18 |
|
| 19 |
---
|
|
|
|
| 2 |
|
| 3 |
> [!IMPORTANT]
|
| 4 |
> **Defendiendo el futuro de la educación con IA soberana.**
|
| 5 |
+
> Desarrollado por el Comité Técnico de **Atlanta College of Liberal Arts and Sciences (ACLAS College)**.
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
### ð Resumen Ejecutivo
|
| 10 |
|
| 11 |
+
**Aegis-Graph** es un protocolo de código abierto diseñado para combatir el fraude académico asistido por IA. Utilizamos **verificación lógica profunda** para validar credenciales.
|
| 12 |
|
| 13 |
### ð Pilares Clave
|
| 14 |
|
| 15 |
* **Confianza Soberana**: Control institucional descentralizado.
|
| 16 |
+
* **GraphRAG Agéntico**: Razonamiento lógico sobre el grafo académico global.
|
| 17 |
* **Privacidad ZK**: Procesamiento seguro en el borde.
|
| 18 |
|
| 19 |
---
|
full_benchmark_v1.json
ADDED
|
@@ -0,0 +1,826 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"institution_id": "https://ror.org/aclas_node_001",
|
| 4 |
+
"name": "Atlanta College of Liberal Arts and Sciences",
|
| 5 |
+
"reputation_score": 95.0,
|
| 6 |
+
"is_diploma_mill": false,
|
| 7 |
+
"status": "active",
|
| 8 |
+
"established": 1980
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"institution_id": null,
|
| 12 |
+
"name": "Graham International University",
|
| 13 |
+
"reputation_score": 0.0,
|
| 14 |
+
"is_diploma_mill": true,
|
| 15 |
+
"status": "fraudulent",
|
| 16 |
+
"established": null
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"institution_id": "https://ror.org/00xxxxxx",
|
| 20 |
+
"name": "Pacific Western University",
|
| 21 |
+
"reputation_score": 0.5,
|
| 22 |
+
"is_diploma_mill": false,
|
| 23 |
+
"status": "withdrawn",
|
| 24 |
+
"established": 1977
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"institution_id": "MOCK-FRAUD-000",
|
| 28 |
+
"name": "Global Virtual University Branch 0",
|
| 29 |
+
"reputation_score": 0.1,
|
| 30 |
+
"is_diploma_mill": true,
|
| 31 |
+
"status": "blacklisted",
|
| 32 |
+
"established": 2024
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"institution_id": "MOCK-FRAUD-001",
|
| 36 |
+
"name": "Global Virtual University Branch 1",
|
| 37 |
+
"reputation_score": 0.1,
|
| 38 |
+
"is_diploma_mill": true,
|
| 39 |
+
"status": "blacklisted",
|
| 40 |
+
"established": 2024
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"institution_id": "MOCK-FRAUD-002",
|
| 44 |
+
"name": "Global Virtual University Branch 2",
|
| 45 |
+
"reputation_score": 0.1,
|
| 46 |
+
"is_diploma_mill": true,
|
| 47 |
+
"status": "blacklisted",
|
| 48 |
+
"established": 2024
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"institution_id": "MOCK-FRAUD-003",
|
| 52 |
+
"name": "Global Virtual University Branch 3",
|
| 53 |
+
"reputation_score": 0.1,
|
| 54 |
+
"is_diploma_mill": true,
|
| 55 |
+
"status": "blacklisted",
|
| 56 |
+
"established": 2024
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"institution_id": "MOCK-FRAUD-004",
|
| 60 |
+
"name": "Global Virtual University Branch 4",
|
| 61 |
+
"reputation_score": 0.1,
|
| 62 |
+
"is_diploma_mill": true,
|
| 63 |
+
"status": "blacklisted",
|
| 64 |
+
"established": 2024
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"institution_id": "MOCK-FRAUD-005",
|
| 68 |
+
"name": "Global Virtual University Branch 5",
|
| 69 |
+
"reputation_score": 0.1,
|
| 70 |
+
"is_diploma_mill": true,
|
| 71 |
+
"status": "blacklisted",
|
| 72 |
+
"established": 2024
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"institution_id": "MOCK-FRAUD-006",
|
| 76 |
+
"name": "Global Virtual University Branch 6",
|
| 77 |
+
"reputation_score": 0.1,
|
| 78 |
+
"is_diploma_mill": true,
|
| 79 |
+
"status": "blacklisted",
|
| 80 |
+
"established": 2024
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"institution_id": "MOCK-FRAUD-007",
|
| 84 |
+
"name": "Global Virtual University Branch 7",
|
| 85 |
+
"reputation_score": 0.1,
|
| 86 |
+
"is_diploma_mill": true,
|
| 87 |
+
"status": "blacklisted",
|
| 88 |
+
"established": 2024
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"institution_id": "MOCK-FRAUD-008",
|
| 92 |
+
"name": "Global Virtual University Branch 8",
|
| 93 |
+
"reputation_score": 0.1,
|
| 94 |
+
"is_diploma_mill": true,
|
| 95 |
+
"status": "blacklisted",
|
| 96 |
+
"established": 2024
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"institution_id": "MOCK-FRAUD-009",
|
| 100 |
+
"name": "Global Virtual University Branch 9",
|
| 101 |
+
"reputation_score": 0.1,
|
| 102 |
+
"is_diploma_mill": true,
|
| 103 |
+
"status": "blacklisted",
|
| 104 |
+
"established": 2024
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"institution_id": "MOCK-FRAUD-010",
|
| 108 |
+
"name": "Global Virtual University Branch 10",
|
| 109 |
+
"reputation_score": 0.1,
|
| 110 |
+
"is_diploma_mill": true,
|
| 111 |
+
"status": "blacklisted",
|
| 112 |
+
"established": 2024
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"institution_id": "MOCK-FRAUD-011",
|
| 116 |
+
"name": "Global Virtual University Branch 11",
|
| 117 |
+
"reputation_score": 0.1,
|
| 118 |
+
"is_diploma_mill": true,
|
| 119 |
+
"status": "blacklisted",
|
| 120 |
+
"established": 2024
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"institution_id": "MOCK-FRAUD-012",
|
| 124 |
+
"name": "Global Virtual University Branch 12",
|
| 125 |
+
"reputation_score": 0.1,
|
| 126 |
+
"is_diploma_mill": true,
|
| 127 |
+
"status": "blacklisted",
|
| 128 |
+
"established": 2024
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"institution_id": "MOCK-FRAUD-013",
|
| 132 |
+
"name": "Global Virtual University Branch 13",
|
| 133 |
+
"reputation_score": 0.1,
|
| 134 |
+
"is_diploma_mill": true,
|
| 135 |
+
"status": "blacklisted",
|
| 136 |
+
"established": 2024
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"institution_id": "MOCK-FRAUD-014",
|
| 140 |
+
"name": "Global Virtual University Branch 14",
|
| 141 |
+
"reputation_score": 0.1,
|
| 142 |
+
"is_diploma_mill": true,
|
| 143 |
+
"status": "blacklisted",
|
| 144 |
+
"established": 2024
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"institution_id": "MOCK-FRAUD-015",
|
| 148 |
+
"name": "Global Virtual University Branch 15",
|
| 149 |
+
"reputation_score": 0.1,
|
| 150 |
+
"is_diploma_mill": true,
|
| 151 |
+
"status": "blacklisted",
|
| 152 |
+
"established": 2024
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"institution_id": "MOCK-FRAUD-016",
|
| 156 |
+
"name": "Global Virtual University Branch 16",
|
| 157 |
+
"reputation_score": 0.1,
|
| 158 |
+
"is_diploma_mill": true,
|
| 159 |
+
"status": "blacklisted",
|
| 160 |
+
"established": 2024
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"institution_id": "MOCK-FRAUD-017",
|
| 164 |
+
"name": "Global Virtual University Branch 17",
|
| 165 |
+
"reputation_score": 0.1,
|
| 166 |
+
"is_diploma_mill": true,
|
| 167 |
+
"status": "blacklisted",
|
| 168 |
+
"established": 2024
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"institution_id": "MOCK-FRAUD-018",
|
| 172 |
+
"name": "Global Virtual University Branch 18",
|
| 173 |
+
"reputation_score": 0.1,
|
| 174 |
+
"is_diploma_mill": true,
|
| 175 |
+
"status": "blacklisted",
|
| 176 |
+
"established": 2024
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"institution_id": "MOCK-FRAUD-019",
|
| 180 |
+
"name": "Global Virtual University Branch 19",
|
| 181 |
+
"reputation_score": 0.1,
|
| 182 |
+
"is_diploma_mill": true,
|
| 183 |
+
"status": "blacklisted",
|
| 184 |
+
"established": 2024
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"institution_id": "MOCK-FRAUD-020",
|
| 188 |
+
"name": "Global Virtual University Branch 20",
|
| 189 |
+
"reputation_score": 0.1,
|
| 190 |
+
"is_diploma_mill": true,
|
| 191 |
+
"status": "blacklisted",
|
| 192 |
+
"established": 2024
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"institution_id": "MOCK-FRAUD-021",
|
| 196 |
+
"name": "Global Virtual University Branch 21",
|
| 197 |
+
"reputation_score": 0.1,
|
| 198 |
+
"is_diploma_mill": true,
|
| 199 |
+
"status": "blacklisted",
|
| 200 |
+
"established": 2024
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"institution_id": "MOCK-FRAUD-022",
|
| 204 |
+
"name": "Global Virtual University Branch 22",
|
| 205 |
+
"reputation_score": 0.1,
|
| 206 |
+
"is_diploma_mill": true,
|
| 207 |
+
"status": "blacklisted",
|
| 208 |
+
"established": 2024
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"institution_id": "MOCK-FRAUD-023",
|
| 212 |
+
"name": "Global Virtual University Branch 23",
|
| 213 |
+
"reputation_score": 0.1,
|
| 214 |
+
"is_diploma_mill": true,
|
| 215 |
+
"status": "blacklisted",
|
| 216 |
+
"established": 2024
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"institution_id": "MOCK-FRAUD-024",
|
| 220 |
+
"name": "Global Virtual University Branch 24",
|
| 221 |
+
"reputation_score": 0.1,
|
| 222 |
+
"is_diploma_mill": true,
|
| 223 |
+
"status": "blacklisted",
|
| 224 |
+
"established": 2024
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"institution_id": "MOCK-FRAUD-025",
|
| 228 |
+
"name": "Global Virtual University Branch 25",
|
| 229 |
+
"reputation_score": 0.1,
|
| 230 |
+
"is_diploma_mill": true,
|
| 231 |
+
"status": "blacklisted",
|
| 232 |
+
"established": 2024
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"institution_id": "MOCK-FRAUD-026",
|
| 236 |
+
"name": "Global Virtual University Branch 26",
|
| 237 |
+
"reputation_score": 0.1,
|
| 238 |
+
"is_diploma_mill": true,
|
| 239 |
+
"status": "blacklisted",
|
| 240 |
+
"established": 2024
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"institution_id": "MOCK-FRAUD-027",
|
| 244 |
+
"name": "Global Virtual University Branch 27",
|
| 245 |
+
"reputation_score": 0.1,
|
| 246 |
+
"is_diploma_mill": true,
|
| 247 |
+
"status": "blacklisted",
|
| 248 |
+
"established": 2024
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"institution_id": "MOCK-FRAUD-028",
|
| 252 |
+
"name": "Global Virtual University Branch 28",
|
| 253 |
+
"reputation_score": 0.1,
|
| 254 |
+
"is_diploma_mill": true,
|
| 255 |
+
"status": "blacklisted",
|
| 256 |
+
"established": 2024
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"institution_id": "MOCK-FRAUD-029",
|
| 260 |
+
"name": "Global Virtual University Branch 29",
|
| 261 |
+
"reputation_score": 0.1,
|
| 262 |
+
"is_diploma_mill": true,
|
| 263 |
+
"status": "blacklisted",
|
| 264 |
+
"established": 2024
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"institution_id": "MOCK-FRAUD-030",
|
| 268 |
+
"name": "Global Virtual University Branch 30",
|
| 269 |
+
"reputation_score": 0.1,
|
| 270 |
+
"is_diploma_mill": true,
|
| 271 |
+
"status": "blacklisted",
|
| 272 |
+
"established": 2024
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"institution_id": "MOCK-FRAUD-031",
|
| 276 |
+
"name": "Global Virtual University Branch 31",
|
| 277 |
+
"reputation_score": 0.1,
|
| 278 |
+
"is_diploma_mill": true,
|
| 279 |
+
"status": "blacklisted",
|
| 280 |
+
"established": 2024
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"institution_id": "MOCK-FRAUD-032",
|
| 284 |
+
"name": "Global Virtual University Branch 32",
|
| 285 |
+
"reputation_score": 0.1,
|
| 286 |
+
"is_diploma_mill": true,
|
| 287 |
+
"status": "blacklisted",
|
| 288 |
+
"established": 2024
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"institution_id": "MOCK-FRAUD-033",
|
| 292 |
+
"name": "Global Virtual University Branch 33",
|
| 293 |
+
"reputation_score": 0.1,
|
| 294 |
+
"is_diploma_mill": true,
|
| 295 |
+
"status": "blacklisted",
|
| 296 |
+
"established": 2024
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"institution_id": "MOCK-FRAUD-034",
|
| 300 |
+
"name": "Global Virtual University Branch 34",
|
| 301 |
+
"reputation_score": 0.1,
|
| 302 |
+
"is_diploma_mill": true,
|
| 303 |
+
"status": "blacklisted",
|
| 304 |
+
"established": 2024
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"institution_id": "MOCK-FRAUD-035",
|
| 308 |
+
"name": "Global Virtual University Branch 35",
|
| 309 |
+
"reputation_score": 0.1,
|
| 310 |
+
"is_diploma_mill": true,
|
| 311 |
+
"status": "blacklisted",
|
| 312 |
+
"established": 2024
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"institution_id": "MOCK-FRAUD-036",
|
| 316 |
+
"name": "Global Virtual University Branch 36",
|
| 317 |
+
"reputation_score": 0.1,
|
| 318 |
+
"is_diploma_mill": true,
|
| 319 |
+
"status": "blacklisted",
|
| 320 |
+
"established": 2024
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"institution_id": "MOCK-FRAUD-037",
|
| 324 |
+
"name": "Global Virtual University Branch 37",
|
| 325 |
+
"reputation_score": 0.1,
|
| 326 |
+
"is_diploma_mill": true,
|
| 327 |
+
"status": "blacklisted",
|
| 328 |
+
"established": 2024
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"institution_id": "MOCK-FRAUD-038",
|
| 332 |
+
"name": "Global Virtual University Branch 38",
|
| 333 |
+
"reputation_score": 0.1,
|
| 334 |
+
"is_diploma_mill": true,
|
| 335 |
+
"status": "blacklisted",
|
| 336 |
+
"established": 2024
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"institution_id": "MOCK-FRAUD-039",
|
| 340 |
+
"name": "Global Virtual University Branch 39",
|
| 341 |
+
"reputation_score": 0.1,
|
| 342 |
+
"is_diploma_mill": true,
|
| 343 |
+
"status": "blacklisted",
|
| 344 |
+
"established": 2024
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"institution_id": "MOCK-FRAUD-040",
|
| 348 |
+
"name": "Global Virtual University Branch 40",
|
| 349 |
+
"reputation_score": 0.1,
|
| 350 |
+
"is_diploma_mill": true,
|
| 351 |
+
"status": "blacklisted",
|
| 352 |
+
"established": 2024
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"institution_id": "MOCK-FRAUD-041",
|
| 356 |
+
"name": "Global Virtual University Branch 41",
|
| 357 |
+
"reputation_score": 0.1,
|
| 358 |
+
"is_diploma_mill": true,
|
| 359 |
+
"status": "blacklisted",
|
| 360 |
+
"established": 2024
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"institution_id": "MOCK-FRAUD-042",
|
| 364 |
+
"name": "Global Virtual University Branch 42",
|
| 365 |
+
"reputation_score": 0.1,
|
| 366 |
+
"is_diploma_mill": true,
|
| 367 |
+
"status": "blacklisted",
|
| 368 |
+
"established": 2024
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"institution_id": "MOCK-FRAUD-043",
|
| 372 |
+
"name": "Global Virtual University Branch 43",
|
| 373 |
+
"reputation_score": 0.1,
|
| 374 |
+
"is_diploma_mill": true,
|
| 375 |
+
"status": "blacklisted",
|
| 376 |
+
"established": 2024
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"institution_id": "MOCK-FRAUD-044",
|
| 380 |
+
"name": "Global Virtual University Branch 44",
|
| 381 |
+
"reputation_score": 0.1,
|
| 382 |
+
"is_diploma_mill": true,
|
| 383 |
+
"status": "blacklisted",
|
| 384 |
+
"established": 2024
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"institution_id": "MOCK-FRAUD-045",
|
| 388 |
+
"name": "Global Virtual University Branch 45",
|
| 389 |
+
"reputation_score": 0.1,
|
| 390 |
+
"is_diploma_mill": true,
|
| 391 |
+
"status": "blacklisted",
|
| 392 |
+
"established": 2024
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"institution_id": "MOCK-FRAUD-046",
|
| 396 |
+
"name": "Global Virtual University Branch 46",
|
| 397 |
+
"reputation_score": 0.1,
|
| 398 |
+
"is_diploma_mill": true,
|
| 399 |
+
"status": "blacklisted",
|
| 400 |
+
"established": 2024
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"institution_id": "MOCK-FRAUD-047",
|
| 404 |
+
"name": "Global Virtual University Branch 47",
|
| 405 |
+
"reputation_score": 0.1,
|
| 406 |
+
"is_diploma_mill": true,
|
| 407 |
+
"status": "blacklisted",
|
| 408 |
+
"established": 2024
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"institution_id": "MOCK-FRAUD-048",
|
| 412 |
+
"name": "Global Virtual University Branch 48",
|
| 413 |
+
"reputation_score": 0.1,
|
| 414 |
+
"is_diploma_mill": true,
|
| 415 |
+
"status": "blacklisted",
|
| 416 |
+
"established": 2024
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"institution_id": "MOCK-FRAUD-049",
|
| 420 |
+
"name": "Global Virtual University Branch 49",
|
| 421 |
+
"reputation_score": 0.1,
|
| 422 |
+
"is_diploma_mill": true,
|
| 423 |
+
"status": "blacklisted",
|
| 424 |
+
"established": 2024
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"institution_id": "MOCK-FRAUD-050",
|
| 428 |
+
"name": "Global Virtual University Branch 50",
|
| 429 |
+
"reputation_score": 0.1,
|
| 430 |
+
"is_diploma_mill": true,
|
| 431 |
+
"status": "blacklisted",
|
| 432 |
+
"established": 2024
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"institution_id": "MOCK-FRAUD-051",
|
| 436 |
+
"name": "Global Virtual University Branch 51",
|
| 437 |
+
"reputation_score": 0.1,
|
| 438 |
+
"is_diploma_mill": true,
|
| 439 |
+
"status": "blacklisted",
|
| 440 |
+
"established": 2024
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"institution_id": "MOCK-FRAUD-052",
|
| 444 |
+
"name": "Global Virtual University Branch 52",
|
| 445 |
+
"reputation_score": 0.1,
|
| 446 |
+
"is_diploma_mill": true,
|
| 447 |
+
"status": "blacklisted",
|
| 448 |
+
"established": 2024
|
| 449 |
+
},
|
| 450 |
+
{
|
| 451 |
+
"institution_id": "MOCK-FRAUD-053",
|
| 452 |
+
"name": "Global Virtual University Branch 53",
|
| 453 |
+
"reputation_score": 0.1,
|
| 454 |
+
"is_diploma_mill": true,
|
| 455 |
+
"status": "blacklisted",
|
| 456 |
+
"established": 2024
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"institution_id": "MOCK-FRAUD-054",
|
| 460 |
+
"name": "Global Virtual University Branch 54",
|
| 461 |
+
"reputation_score": 0.1,
|
| 462 |
+
"is_diploma_mill": true,
|
| 463 |
+
"status": "blacklisted",
|
| 464 |
+
"established": 2024
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"institution_id": "MOCK-FRAUD-055",
|
| 468 |
+
"name": "Global Virtual University Branch 55",
|
| 469 |
+
"reputation_score": 0.1,
|
| 470 |
+
"is_diploma_mill": true,
|
| 471 |
+
"status": "blacklisted",
|
| 472 |
+
"established": 2024
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"institution_id": "MOCK-FRAUD-056",
|
| 476 |
+
"name": "Global Virtual University Branch 56",
|
| 477 |
+
"reputation_score": 0.1,
|
| 478 |
+
"is_diploma_mill": true,
|
| 479 |
+
"status": "blacklisted",
|
| 480 |
+
"established": 2024
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"institution_id": "MOCK-FRAUD-057",
|
| 484 |
+
"name": "Global Virtual University Branch 57",
|
| 485 |
+
"reputation_score": 0.1,
|
| 486 |
+
"is_diploma_mill": true,
|
| 487 |
+
"status": "blacklisted",
|
| 488 |
+
"established": 2024
|
| 489 |
+
},
|
| 490 |
+
{
|
| 491 |
+
"institution_id": "MOCK-FRAUD-058",
|
| 492 |
+
"name": "Global Virtual University Branch 58",
|
| 493 |
+
"reputation_score": 0.1,
|
| 494 |
+
"is_diploma_mill": true,
|
| 495 |
+
"status": "blacklisted",
|
| 496 |
+
"established": 2024
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"institution_id": "MOCK-FRAUD-059",
|
| 500 |
+
"name": "Global Virtual University Branch 59",
|
| 501 |
+
"reputation_score": 0.1,
|
| 502 |
+
"is_diploma_mill": true,
|
| 503 |
+
"status": "blacklisted",
|
| 504 |
+
"established": 2024
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"institution_id": "MOCK-FRAUD-060",
|
| 508 |
+
"name": "Global Virtual University Branch 60",
|
| 509 |
+
"reputation_score": 0.1,
|
| 510 |
+
"is_diploma_mill": true,
|
| 511 |
+
"status": "blacklisted",
|
| 512 |
+
"established": 2024
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"institution_id": "MOCK-FRAUD-061",
|
| 516 |
+
"name": "Global Virtual University Branch 61",
|
| 517 |
+
"reputation_score": 0.1,
|
| 518 |
+
"is_diploma_mill": true,
|
| 519 |
+
"status": "blacklisted",
|
| 520 |
+
"established": 2024
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"institution_id": "MOCK-FRAUD-062",
|
| 524 |
+
"name": "Global Virtual University Branch 62",
|
| 525 |
+
"reputation_score": 0.1,
|
| 526 |
+
"is_diploma_mill": true,
|
| 527 |
+
"status": "blacklisted",
|
| 528 |
+
"established": 2024
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"institution_id": "MOCK-FRAUD-063",
|
| 532 |
+
"name": "Global Virtual University Branch 63",
|
| 533 |
+
"reputation_score": 0.1,
|
| 534 |
+
"is_diploma_mill": true,
|
| 535 |
+
"status": "blacklisted",
|
| 536 |
+
"established": 2024
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"institution_id": "MOCK-FRAUD-064",
|
| 540 |
+
"name": "Global Virtual University Branch 64",
|
| 541 |
+
"reputation_score": 0.1,
|
| 542 |
+
"is_diploma_mill": true,
|
| 543 |
+
"status": "blacklisted",
|
| 544 |
+
"established": 2024
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"institution_id": "MOCK-FRAUD-065",
|
| 548 |
+
"name": "Global Virtual University Branch 65",
|
| 549 |
+
"reputation_score": 0.1,
|
| 550 |
+
"is_diploma_mill": true,
|
| 551 |
+
"status": "blacklisted",
|
| 552 |
+
"established": 2024
|
| 553 |
+
},
|
| 554 |
+
{
|
| 555 |
+
"institution_id": "MOCK-FRAUD-066",
|
| 556 |
+
"name": "Global Virtual University Branch 66",
|
| 557 |
+
"reputation_score": 0.1,
|
| 558 |
+
"is_diploma_mill": true,
|
| 559 |
+
"status": "blacklisted",
|
| 560 |
+
"established": 2024
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"institution_id": "MOCK-FRAUD-067",
|
| 564 |
+
"name": "Global Virtual University Branch 67",
|
| 565 |
+
"reputation_score": 0.1,
|
| 566 |
+
"is_diploma_mill": true,
|
| 567 |
+
"status": "blacklisted",
|
| 568 |
+
"established": 2024
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"institution_id": "MOCK-FRAUD-068",
|
| 572 |
+
"name": "Global Virtual University Branch 68",
|
| 573 |
+
"reputation_score": 0.1,
|
| 574 |
+
"is_diploma_mill": true,
|
| 575 |
+
"status": "blacklisted",
|
| 576 |
+
"established": 2024
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"institution_id": "MOCK-FRAUD-069",
|
| 580 |
+
"name": "Global Virtual University Branch 69",
|
| 581 |
+
"reputation_score": 0.1,
|
| 582 |
+
"is_diploma_mill": true,
|
| 583 |
+
"status": "blacklisted",
|
| 584 |
+
"established": 2024
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"institution_id": "MOCK-FRAUD-070",
|
| 588 |
+
"name": "Global Virtual University Branch 70",
|
| 589 |
+
"reputation_score": 0.1,
|
| 590 |
+
"is_diploma_mill": true,
|
| 591 |
+
"status": "blacklisted",
|
| 592 |
+
"established": 2024
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"institution_id": "MOCK-FRAUD-071",
|
| 596 |
+
"name": "Global Virtual University Branch 71",
|
| 597 |
+
"reputation_score": 0.1,
|
| 598 |
+
"is_diploma_mill": true,
|
| 599 |
+
"status": "blacklisted",
|
| 600 |
+
"established": 2024
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"institution_id": "MOCK-FRAUD-072",
|
| 604 |
+
"name": "Global Virtual University Branch 72",
|
| 605 |
+
"reputation_score": 0.1,
|
| 606 |
+
"is_diploma_mill": true,
|
| 607 |
+
"status": "blacklisted",
|
| 608 |
+
"established": 2024
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"institution_id": "MOCK-FRAUD-073",
|
| 612 |
+
"name": "Global Virtual University Branch 73",
|
| 613 |
+
"reputation_score": 0.1,
|
| 614 |
+
"is_diploma_mill": true,
|
| 615 |
+
"status": "blacklisted",
|
| 616 |
+
"established": 2024
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"institution_id": "MOCK-FRAUD-074",
|
| 620 |
+
"name": "Global Virtual University Branch 74",
|
| 621 |
+
"reputation_score": 0.1,
|
| 622 |
+
"is_diploma_mill": true,
|
| 623 |
+
"status": "blacklisted",
|
| 624 |
+
"established": 2024
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"institution_id": "MOCK-FRAUD-075",
|
| 628 |
+
"name": "Global Virtual University Branch 75",
|
| 629 |
+
"reputation_score": 0.1,
|
| 630 |
+
"is_diploma_mill": true,
|
| 631 |
+
"status": "blacklisted",
|
| 632 |
+
"established": 2024
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"institution_id": "MOCK-FRAUD-076",
|
| 636 |
+
"name": "Global Virtual University Branch 76",
|
| 637 |
+
"reputation_score": 0.1,
|
| 638 |
+
"is_diploma_mill": true,
|
| 639 |
+
"status": "blacklisted",
|
| 640 |
+
"established": 2024
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"institution_id": "MOCK-FRAUD-077",
|
| 644 |
+
"name": "Global Virtual University Branch 77",
|
| 645 |
+
"reputation_score": 0.1,
|
| 646 |
+
"is_diploma_mill": true,
|
| 647 |
+
"status": "blacklisted",
|
| 648 |
+
"established": 2024
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"institution_id": "MOCK-FRAUD-078",
|
| 652 |
+
"name": "Global Virtual University Branch 78",
|
| 653 |
+
"reputation_score": 0.1,
|
| 654 |
+
"is_diploma_mill": true,
|
| 655 |
+
"status": "blacklisted",
|
| 656 |
+
"established": 2024
|
| 657 |
+
},
|
| 658 |
+
{
|
| 659 |
+
"institution_id": "MOCK-FRAUD-079",
|
| 660 |
+
"name": "Global Virtual University Branch 79",
|
| 661 |
+
"reputation_score": 0.1,
|
| 662 |
+
"is_diploma_mill": true,
|
| 663 |
+
"status": "blacklisted",
|
| 664 |
+
"established": 2024
|
| 665 |
+
},
|
| 666 |
+
{
|
| 667 |
+
"institution_id": "MOCK-FRAUD-080",
|
| 668 |
+
"name": "Global Virtual University Branch 80",
|
| 669 |
+
"reputation_score": 0.1,
|
| 670 |
+
"is_diploma_mill": true,
|
| 671 |
+
"status": "blacklisted",
|
| 672 |
+
"established": 2024
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"institution_id": "MOCK-FRAUD-081",
|
| 676 |
+
"name": "Global Virtual University Branch 81",
|
| 677 |
+
"reputation_score": 0.1,
|
| 678 |
+
"is_diploma_mill": true,
|
| 679 |
+
"status": "blacklisted",
|
| 680 |
+
"established": 2024
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"institution_id": "MOCK-FRAUD-082",
|
| 684 |
+
"name": "Global Virtual University Branch 82",
|
| 685 |
+
"reputation_score": 0.1,
|
| 686 |
+
"is_diploma_mill": true,
|
| 687 |
+
"status": "blacklisted",
|
| 688 |
+
"established": 2024
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"institution_id": "MOCK-FRAUD-083",
|
| 692 |
+
"name": "Global Virtual University Branch 83",
|
| 693 |
+
"reputation_score": 0.1,
|
| 694 |
+
"is_diploma_mill": true,
|
| 695 |
+
"status": "blacklisted",
|
| 696 |
+
"established": 2024
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"institution_id": "MOCK-FRAUD-084",
|
| 700 |
+
"name": "Global Virtual University Branch 84",
|
| 701 |
+
"reputation_score": 0.1,
|
| 702 |
+
"is_diploma_mill": true,
|
| 703 |
+
"status": "blacklisted",
|
| 704 |
+
"established": 2024
|
| 705 |
+
},
|
| 706 |
+
{
|
| 707 |
+
"institution_id": "MOCK-FRAUD-085",
|
| 708 |
+
"name": "Global Virtual University Branch 85",
|
| 709 |
+
"reputation_score": 0.1,
|
| 710 |
+
"is_diploma_mill": true,
|
| 711 |
+
"status": "blacklisted",
|
| 712 |
+
"established": 2024
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"institution_id": "MOCK-FRAUD-086",
|
| 716 |
+
"name": "Global Virtual University Branch 86",
|
| 717 |
+
"reputation_score": 0.1,
|
| 718 |
+
"is_diploma_mill": true,
|
| 719 |
+
"status": "blacklisted",
|
| 720 |
+
"established": 2024
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"institution_id": "MOCK-FRAUD-087",
|
| 724 |
+
"name": "Global Virtual University Branch 87",
|
| 725 |
+
"reputation_score": 0.1,
|
| 726 |
+
"is_diploma_mill": true,
|
| 727 |
+
"status": "blacklisted",
|
| 728 |
+
"established": 2024
|
| 729 |
+
},
|
| 730 |
+
{
|
| 731 |
+
"institution_id": "MOCK-FRAUD-088",
|
| 732 |
+
"name": "Global Virtual University Branch 88",
|
| 733 |
+
"reputation_score": 0.1,
|
| 734 |
+
"is_diploma_mill": true,
|
| 735 |
+
"status": "blacklisted",
|
| 736 |
+
"established": 2024
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"institution_id": "MOCK-FRAUD-089",
|
| 740 |
+
"name": "Global Virtual University Branch 89",
|
| 741 |
+
"reputation_score": 0.1,
|
| 742 |
+
"is_diploma_mill": true,
|
| 743 |
+
"status": "blacklisted",
|
| 744 |
+
"established": 2024
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"institution_id": "MOCK-FRAUD-090",
|
| 748 |
+
"name": "Global Virtual University Branch 90",
|
| 749 |
+
"reputation_score": 0.1,
|
| 750 |
+
"is_diploma_mill": true,
|
| 751 |
+
"status": "blacklisted",
|
| 752 |
+
"established": 2024
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"institution_id": "MOCK-FRAUD-091",
|
| 756 |
+
"name": "Global Virtual University Branch 91",
|
| 757 |
+
"reputation_score": 0.1,
|
| 758 |
+
"is_diploma_mill": true,
|
| 759 |
+
"status": "blacklisted",
|
| 760 |
+
"established": 2024
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"institution_id": "MOCK-FRAUD-092",
|
| 764 |
+
"name": "Global Virtual University Branch 92",
|
| 765 |
+
"reputation_score": 0.1,
|
| 766 |
+
"is_diploma_mill": true,
|
| 767 |
+
"status": "blacklisted",
|
| 768 |
+
"established": 2024
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"institution_id": "MOCK-FRAUD-093",
|
| 772 |
+
"name": "Global Virtual University Branch 93",
|
| 773 |
+
"reputation_score": 0.1,
|
| 774 |
+
"is_diploma_mill": true,
|
| 775 |
+
"status": "blacklisted",
|
| 776 |
+
"established": 2024
|
| 777 |
+
},
|
| 778 |
+
{
|
| 779 |
+
"institution_id": "MOCK-FRAUD-094",
|
| 780 |
+
"name": "Global Virtual University Branch 94",
|
| 781 |
+
"reputation_score": 0.1,
|
| 782 |
+
"is_diploma_mill": true,
|
| 783 |
+
"status": "blacklisted",
|
| 784 |
+
"established": 2024
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"institution_id": "MOCK-FRAUD-095",
|
| 788 |
+
"name": "Global Virtual University Branch 95",
|
| 789 |
+
"reputation_score": 0.1,
|
| 790 |
+
"is_diploma_mill": true,
|
| 791 |
+
"status": "blacklisted",
|
| 792 |
+
"established": 2024
|
| 793 |
+
},
|
| 794 |
+
{
|
| 795 |
+
"institution_id": "MOCK-FRAUD-096",
|
| 796 |
+
"name": "Global Virtual University Branch 96",
|
| 797 |
+
"reputation_score": 0.1,
|
| 798 |
+
"is_diploma_mill": true,
|
| 799 |
+
"status": "blacklisted",
|
| 800 |
+
"established": 2024
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"institution_id": "MOCK-FRAUD-097",
|
| 804 |
+
"name": "Global Virtual University Branch 97",
|
| 805 |
+
"reputation_score": 0.1,
|
| 806 |
+
"is_diploma_mill": true,
|
| 807 |
+
"status": "blacklisted",
|
| 808 |
+
"established": 2024
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"institution_id": "MOCK-FRAUD-098",
|
| 812 |
+
"name": "Global Virtual University Branch 98",
|
| 813 |
+
"reputation_score": 0.1,
|
| 814 |
+
"is_diploma_mill": true,
|
| 815 |
+
"status": "blacklisted",
|
| 816 |
+
"established": 2024
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"institution_id": "MOCK-FRAUD-099",
|
| 820 |
+
"name": "Global Virtual University Branch 99",
|
| 821 |
+
"reputation_score": 0.1,
|
| 822 |
+
"is_diploma_mill": true,
|
| 823 |
+
"status": "blacklisted",
|
| 824 |
+
"established": 2024
|
| 825 |
+
}
|
| 826 |
+
]
|
i18n/README_AR.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
| 17 |
|
| 18 |
| ð Ø§ÙÙ
ÙØ·ÙØ© | Ù
صÙÙÙØ© اÙÙØºØ§Øª |
|
| 19 |
| :--- | :--- |
|
| 20 |
-
| **Ø§ÙØ£Ù
رÙÙØªØ§Ù / Ø£ÙØ±Ùبا** | [
|
| 21 |
-
| **Ø¢Ø³ÙØ§ ÙØ§ÙÙ
ØÙØ· اÙÙØ§Ø¯Ø¦** | [
|
| 22 |
-
| **Ø§ÙØ´Ø±Ù Ø§ÙØ£Ùسط** | [
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
@@ -43,5 +43,5 @@
|
|
| 43 |
---
|
| 44 |
|
| 45 |
<div align="center">
|
| 46 |
-
<p>
|
| 47 |
</div>
|
|
|
|
| 17 |
|
| 18 |
| ð Ø§ÙÙ
ÙØ·ÙØ© | Ù
صÙÙÙØ© اÙÙØºØ§Øª |
|
| 19 |
| :--- | :--- |
|
| 20 |
+
| **Ø§ÙØ£Ù
رÙÙØªØ§Ù / Ø£ÙØ±Ùبا** | [🇺🇸 English](../README.md) â?[🇫🇷 Français](README_FR.md) â?[🇪🇸 Español](README_ES.md) â?[🇩�� Deutsch](README_DE.md) â?[🇵🇹 Português](README_PT.md) |
|
| 21 |
+
| **Ø¢Ø³ÙØ§ ÙØ§ÙÙ
ØÙØ· اÙÙØ§Ø¯Ø¦** | [🇭🇰 ç¹é«ä¸æ](README_ZH.md) â?[🇯🇵 æ¥æ¬èª](README_JP.md) â?[🇰🇷 íêµì´](README_KR.md) |
|
| 22 |
+
| **Ø§ÙØ´Ø±Ù Ø§ÙØ£Ùسط** | [🇸🇦 Ø§ÙØ¹Ø±Ø¨ÙØ© (RTL)](README_AR.md) |
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
|
|
| 43 |
---
|
| 44 |
|
| 45 |
<div align="center">
|
| 46 |
+
<p>© 2026 ÙÙÙØ© Ø£ØªÙØ§Ùتا ÙÙÙÙÙ٠اÙÙÙØ¨Ø±Ø§ÙÙØ© ÙØ§ÙعÙÙÙ
(ACLAS College). جÙ
ÙØ¹ Ø§ÙØÙÙÙ Ù
ØÙÙØ¸Ø©.</p>
|
| 47 |
</div>
|
i18n/README_DE.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
| 17 |
|
| 18 |
| ð Region | Sprachmatrix |
|
| 19 |
| :--- | :--- |
|
| 20 |
-
| **Amerikas / EMEA** | [
|
| 21 |
-
| **Asien-Pazifik** | [
|
| 22 |
-
| **Naher Osten** | [
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
@@ -57,5 +57,5 @@ python main_pipeline.py --input examples/sample_transcript.pdf
|
|
| 57 |
---
|
| 58 |
|
| 59 |
<div align="center">
|
| 60 |
-
<p>
|
| 61 |
</div>
|
|
|
|
| 17 |
|
| 18 |
| ð Region | Sprachmatrix |
|
| 19 |
| :--- | :--- |
|
| 20 |
+
| **Amerikas / EMEA** | [🇺🇸 English](../README.md) â?[🇫🇷 Français](README_FR.md) â?[🇪🇸 Español](README_ES.md) â?[🇩�� Deutsch](README_DE.md) â?[🇵🇹 Português](README_PT.md) |
|
| 21 |
+
| **Asien-Pazifik** | [🇭🇰 ç¹é«ä¸æ](README_ZH.md) â?[🇯🇵 æ¥æ¬èª](README_JP.md) â?[🇰🇷 íêµì´](README_KR.md) |
|
| 22 |
+
| **Naher Osten** | [🇸🇦 Ø§ÙØ¹Ø±Ø¨ÙØ© (RTL)](README_AR.md) |
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
|
|
| 57 |
---
|
| 58 |
|
| 59 |
<div align="center">
|
| 60 |
+
<p>© 2026 Atlanta College of Liberal Arts and Sciences (ACLAS College). Alle Rechte vorbehalten.</p>
|
| 61 |
</div>
|
i18n/README_ES.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
<img src="https://avatars.githubusercontent.com/u/195760091?v=4" width="120" height="120" alt="ACLAS Logo" style="border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.15)">
|
| 3 |
|
| 4 |
# ð¡ï¸?Aegis-Graph
|
| 5 |
-
### Protocolo de AuditorÃa
|
| 6 |
|
| 7 |
[](https://atlanta-college-of-liberal-arts.gitbook.io/atlanta-college-of-liberal-arts-and-sciences)
|
| 8 |
[](https://aclascollege.github.io/aegis-graph/)
|
| 9 |
[](LICENSE)
|
| 10 |
|
| 11 |
-
**"Defendiendo el Futuro de la Educación con IA Soberana e Inteligencia
|
| 12 |
</div>
|
| 13 |
|
| 14 |
---
|
|
@@ -17,26 +17,26 @@
|
|
| 17 |
|
| 18 |
| ð Región | Matriz de Idiomas |
|
| 19 |
| :--- | :--- |
|
| 20 |
-
| **
|
| 21 |
-
| **Asia PacÃfico** | [
|
| 22 |
-
| **Medio Oriente** | [
|
| 23 |
|
| 24 |
---
|
| 25 |
|
| 26 |
## ðï¸?Contexto Institucional
|
| 27 |
|
| 28 |
-
**Aegis-Graph** es el buque insignia
|
| 29 |
|
| 30 |
---
|
| 31 |
|
| 32 |
-
## ð Núcleo
|
| 33 |
|
| 34 |
-
A diferencia de la verificación OCR tradicional, Aegis-Graph verifica la **TopologÃa Lógica** a
|
| 35 |
|
| 36 |
### ð¤ Desglose del Agent Swarm
|
| 37 |
-
- **Vision Forensics Agent**: Analiza patrones de ruido, consistencia de metadatos y anomalÃas de fuentes para detectar generación
|
| 38 |
- **Graph Navigator Agent**: Ejecuta consultas multi-salto en OpenAlex (250M+ registros) y ROR para verificar la legitimidad institucional.
|
| 39 |
-
- **Logic Auditor Agent**: Verifica lÃneas de tiempo de graduación, dependencias de cursos y lógica de
|
| 40 |
|
| 41 |
---
|
| 42 |
|
|
@@ -65,5 +65,5 @@ python main_pipeline.py --input examples/sample_transcript.pdf
|
|
| 65 |
---
|
| 66 |
|
| 67 |
<div align="center">
|
| 68 |
-
<p>
|
| 69 |
</div>
|
|
|
|
| 2 |
<img src="https://avatars.githubusercontent.com/u/195760091?v=4" width="120" height="120" alt="ACLAS Logo" style="border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.15)">
|
| 3 |
|
| 4 |
# ð¡ï¸?Aegis-Graph
|
| 5 |
+
### Protocolo de AuditorÃa Académica Soberana y Verificación Lógica
|
| 6 |
|
| 7 |
[](https://atlanta-college-of-liberal-arts.gitbook.io/atlanta-college-of-liberal-arts-and-sciences)
|
| 8 |
[](https://aclascollege.github.io/aegis-graph/)
|
| 9 |
[](LICENSE)
|
| 10 |
|
| 11 |
+
**"Defendiendo el Futuro de la Educación con IA Soberana e Inteligencia Agéntica."**
|
| 12 |
</div>
|
| 13 |
|
| 14 |
---
|
|
|
|
| 17 |
|
| 18 |
| ð Región | Matriz de Idiomas |
|
| 19 |
| :--- | :--- |
|
| 20 |
+
| **Américas / EMEA** | [🇺🇸 English](../README.md) â?[🇫🇷 Français](README_FR.md) â?[🇪🇸 Español](README_ES.md) â?[🇩�� Deutsch](README_DE.md) â?[🇵🇹 Português](README_PT.md) |
|
| 21 |
+
| **Asia PacÃfico** | [🇭🇰 ç¹é«ä¸æ](README_ZH.md) â?[🇯🇵 æ¥æ¬èª](README_JP.md) â?[🇰🇷 íêµì´](README_KR.md) |
|
| 22 |
+
| **Medio Oriente** | [🇸🇦 Ø§ÙØ¹Ø±Ø¨ÙØ© (RTL)](README_AR.md) |
|
| 23 |
|
| 24 |
---
|
| 25 |
|
| 26 |
## ðï¸?Contexto Institucional
|
| 27 |
|
| 28 |
+
**Aegis-Graph** es el buque insignia técnico del [**Atlanta College of Liberal Arts and Sciences (ACLAS College)**](https://aclas.college/). Está diseñado como un nodo soberano para combatir el fraude académico de alta fidelidad generado por modelos de IA y visión.
|
| 29 |
|
| 30 |
---
|
| 31 |
|
| 32 |
+
## ð Núcleo Técnico: Agentic GraphRAG
|
| 33 |
|
| 34 |
+
A diferencia de la verificación OCR tradicional, Aegis-Graph verifica la **TopologÃa Lógica** a través de una cascada de cómputo de 3 niveles.
|
| 35 |
|
| 36 |
### ð¤ Desglose del Agent Swarm
|
| 37 |
+
- **Vision Forensics Agent**: Analiza patrones de ruido, consistencia de metadatos y anomalÃas de fuentes para detectar generación sintética.
|
| 38 |
- **Graph Navigator Agent**: Ejecuta consultas multi-salto en OpenAlex (250M+ registros) y ROR para verificar la legitimidad institucional.
|
| 39 |
+
- **Logic Auditor Agent**: Verifica lÃneas de tiempo de graduación, dependencias de cursos y lógica de créditos.
|
| 40 |
|
| 41 |
---
|
| 42 |
|
|
|
|
| 65 |
---
|
| 66 |
|
| 67 |
<div align="center">
|
| 68 |
+
<p>© 2026 Atlanta College of Liberal Arts and Sciences (ACLAS College). Todos los derechos reservados.</p>
|
| 69 |
</div>
|
i18n/README_JP.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
| 16 |
|
| 17 |
| ð å°å | è¨èªãããªãã¯ã?|
|
| 18 |
| :--- | :--- |
|
| 19 |
-
| **ååã¢ã¡ãªã« / EMEA** | [
|
| 20 |
-
| **ã¢ã¸ã¢å¤ªå¹³æ´** | [
|
| 21 |
-
| **䏿±** | [
|
| 22 |
|
| 23 |
---
|
| 24 |
|
|
@@ -47,5 +47,5 @@ pip install -r requirements.txt
|
|
| 47 |
---
|
| 48 |
|
| 49 |
<div align="center">
|
| 50 |
-
<p>
|
| 51 |
</div>
|
|
|
|
| 16 |
|
| 17 |
| ð å°å | è¨èªãããªãã¯ã?|
|
| 18 |
| :--- | :--- |
|
| 19 |
+
| **ååã¢ã¡ãªã« / EMEA** | [🇺🇸 English](../README.md) â?[🇫🇷 Français](README_FR.md) â?[🇪🇸 Español](README_ES.md) â?[🇩�� Deutsch](README_DE.md) â?[🇵🇹 Português](README_PT.md) |
|
| 20 |
+
| **ã¢ã¸ã¢å¤ªå¹³æ´** | [🇭🇰 ç¹é«ä¸æ](README_ZH.md) â?[🇯🇵 æ¥æ¬èª](README_JP.md) â?[🇰🇷 íêµì´](README_KR.md) |
|
| 21 |
+
| **䏿±** | [🇸🇦 Ø§ÙØ¹Ø±Ø¨ÙØ© (RTL)](README_AR.md) |
|
| 22 |
|
| 23 |
---
|
| 24 |
|
|
|
|
| 47 |
---
|
| 48 |
|
| 49 |
<div align="center">
|
| 50 |
+
<p>© 2026 Atlanta College of Liberal Arts and Sciences (ACLAS College). All rights reserved.</p>
|
| 51 |
</div>
|
i18n/README_KR.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
| 17 |
|
| 18 |
| ð ì§ì?| ì¸ì´ 매í¸ë¦ì¤ |
|
| 19 |
| :--- | :--- |
|
| 20 |
-
| **미주 / EMEA** | [
|
| 21 |
-
| **ììì?ííì?* | [
|
| 22 |
-
| **ì¤ë** | [
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
@@ -39,5 +39,5 @@
|
|
| 39 |
---
|
| 40 |
|
| 41 |
<div align="center">
|
| 42 |
-
<p>
|
| 43 |
</div>
|
|
|
|
| 17 |
|
| 18 |
| ð ì§ì?| ì¸ì´ 매í¸ë¦ì¤ |
|
| 19 |
| :--- | :--- |
|
| 20 |
+
| **미주 / EMEA** | [🇺🇸 English](../README.md) â?[🇫🇷 Français](README_FR.md) â?[🇪🇸 Español](README_ES.md) â?[🇩�� Deutsch](README_DE.md) â?[🇵🇹 Português](README_PT.md) |
|
| 21 |
+
| **ììì?ííì?* | [🇭🇰 ç¹é«ä¸æ](README_ZH.md) â?[🇯🇵 æ¥æ¬èª](README_JP.md) â?[🇰🇷 íêµì´](README_KR.md) |
|
| 22 |
+
| **ì¤ë** | [🇸🇦 Ø§ÙØ¹Ø±Ø¨ÙØ© (RTL)](README_AR.md) |
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
<div align="center">
|
| 42 |
+
<p>© 2026 Atlanta College of Liberal Arts and Sciences (ACLAS College). All rights reserved.</p>
|
| 43 |
</div>
|
index.html
CHANGED
|
@@ -1118,7 +1118,7 @@
|
|
| 1118 |
// --- 2026 Strict Mode Logic ---
|
| 1119 |
const academicKeywords = ['aclas', 'transcript', 'diploma', 'harvard', 'stanford', 'degree', '学位', '大学', '成绩单', '证书', 'mba', 'bba', 'phd', 'master', 'bachelor'];
|
| 1120 |
const isAcademic = academicKeywords.some(keyword => fileName.toLowerCase().includes(keyword));
|
| 1121 |
-
const isKnownFraud = fileName.toLowerCase().includes('fake') || fileName.toLowerCase().includes('fraud') || fileName.toLowerCase().includes('
|
| 1122 |
|
| 1123 |
if (isKnownFraud || !isAcademic) {
|
| 1124 |
window.demoVerdict = 'REJECTED';
|
|
|
|
| 1118 |
// --- 2026 Strict Mode Logic ---
|
| 1119 |
const academicKeywords = ['aclas', 'transcript', 'diploma', 'harvard', 'stanford', 'degree', '学位', '大学', '成绩单', '证书', 'mba', 'bba', 'phd', 'master', 'bachelor'];
|
| 1120 |
const isAcademic = academicKeywords.some(keyword => fileName.toLowerCase().includes(keyword));
|
| 1121 |
+
const isKnownFraud = fileName.toLowerCase().includes('fake') || fileName.toLowerCase().includes('fraud') || fileName.toLowerCase().includes('é åÂÂ');
|
| 1122 |
|
| 1123 |
if (isKnownFraud || !isAcademic) {
|
| 1124 |
window.demoVerdict = 'REJECTED';
|