Spaces:
Sleeping
Sleeping
File size: 3,522 Bytes
eafa353 8d8b945 eafa353 8d8b945 eafa353 8d8b945 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | ---
title: Research Navigator
emoji: π
colorFrom: indigo
colorTo: purple
sdk: docker
app_port: 7860
pinned: false
license: mit
short_description: Journal finder, OA rights checker, data repository guide
---
# π Research Navigator
**Publishing & Repository Assistant for Khalifa University Researchers**
> *Find the right journal. Check your rights. Deposit to the right repository.*
Research Navigator is an AI-powered publishing and open access assistant built by [Khalifa University Library](https://library.ku.ac.ae/lib). It helps KU researchers navigate journal selection, self-archiving rights, and research data management β in one place.
---
## β¨ Features
### π° Tab 1 β Journal Submission
- 5 detailed journal cards + 10 quick-match suggestions (15 total per query)
- Full Green OA breakdown per journal: Preprint / AAM / Version of Record
- Ranking verified from 2025 journal data (32K+ journals) + OpenAlex enrichment
- Scopus Sources direct links per journal for live metric verification
- Khazna deposit guidance always included
### π‘ Tab 2 β License Checking
- Version-specific self-archiving policy (3-version breakdown)
- Embargo lengths, licence conditions, risk flags
- Direct deposit guidance for Khazna
### π Tab 3 β Data Repository
- 4β5 recommended repositories (domain-specific + generalist mix)
- Khazna always first as KU institutional option
- Metadata-first rule: register in Khazna even if data goes elsewhere
- FAIR alignment, certification, cost, embargo support per repository
### ποΈ Khazna Integration
- KU institutional repository always recommended across all three tabs
- Article and dataset deposit guidance
- Contact: khazna@ku.ac.ae
---
## ποΈ Architecture
```
GitHub Pages (frontend) ββHTTPSβββΊ HuggingFace Spaces (FastAPI)
β
βββββββββββββ΄βββββββββββββββ
β scimagojr_2025.csv β
β OpenAlex API (free) β
β OpenAI API (gpt-4o-mini) β
βββββββββββββββββββββββββββββ
```
---
## π Deployment
### Backend β This Space
1. Add secret: `OPENAI_API_KEY` in Space Settings β Secrets
2. All files are in the Space root and `static/` folder
3. Ping `/api/health` every 5 min via UptimeRobot to prevent cold starts
### Frontend β GitHub Pages
1. Update `HF_BASE` in `static/js/api.js` to your Space URL
2. Push to `gh-pages` branch of `ku-library/researchbee`
---
## π Data Sources
| Source | Used for | Key needed? |
|---|---|---|
| SCImago CSV 2025 | Offline quartile lookup (private) | No β bundled |
| OpenAlex API | Journal enrichment, h-index, citedness | No β free |
| OpenAI API | All AI analysis | Yes |
> Ranking metrics sourced from journal data (2025). Always verify policies on
> [Open Policy Finder](https://openpolicyfinder.jisc.ac.uk) and repositories on
> [re3data](https://www.re3data.org) before deposit.
---
## ποΈ About
Built by [Khalifa University Library](https://library.ku.ac.ae/lib) as part of the Research Navigator suite.
- π§ Library: library@ku.ac.ae
- ποΈ Khazna: khazna@ku.ac.ae
- π [khazna.ku.ac.ae](https://khazna.ku.ac.ae)
- π [library.ku.ac.ae/lib](https://library.ku.ac.ae/lib)
---
MIT License β Khalifa University Library
|