-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
34 lines (34 loc) · 3.63 KB
/
data.json
File metadata and controls
34 lines (34 loc) · 3.63 KB
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
{
"en": {
"projects": [
{ "title": "TBDB - The Biomimicry Database (Android)", "desc": "Official APK for the biomimicry platform", "link": "https://apkpure.com/th/t-b-d-b/pt.tbdb.bjtech/", "type": "apk", "featured": true },
{ "title": "The Biomimicry Database", "desc": "Multimodal platform for biomimicry research", "link": "https://thebiomimicrydb.vercel.app/", "type": "website", "isNew": true },
{ "title": "Blog on Medium", "desc": "Technical and scientific articles", "link": "https://vagnerbomjesus.medium.com/", "type": "article" },
{ "title": "TBDB | VITA ChatBot", "desc": "Development documentation of a multimodal knowledge sharing platform", "link": "https://bdigital.ipg.pt/dspace/bitstream/10314/10107/1/CM%20-%20Vagner%20B%20Jesus.pdf", "type": "pdf" },
{ "title": "Google Scholar", "desc": "Academic publications and citations", "link": "https://scholar.google.com/citations?user=K-IfdJoAAAAJ&hl=pt-PT&oi=ao", "type": "website" }
],
"useful": [
{ "title": "ENISA - EU Agency for Cybersecurity", "desc": "European Union Agency for Cybersecurity", "link": "https://www.enisa.europa.eu/", "type": "website" },
{ "title": "OWASP Foundation", "desc": "Open Web Application Security Project - security best practices", "link": "https://owasp.org/", "type": "website" },
{ "title": "Flutter Documentation", "desc": "Official Flutter framework documentation and guides", "link": "https://docs.flutter.dev/", "type": "website" },
{ "title": "Dart Packages", "desc": "Official package repository for the Dart ecosystem", "link": "https://pub.dev/", "type": "website" },
{ "title": "AskNature - Biomimicry Institute", "desc": "Biological strategies database for biomimicry innovation", "link": "https://asknature.org/", "type": "website" }
]
},
"pt": {
"projects": [
{ "title": "TBDB - The Biomimicry Database (Android)", "desc": "APK oficial da plataforma de biomimetica", "link": "https://apkpure.com/th/t-b-d-b/pt.tbdb.bjtech/", "type": "apk", "featured": true },
{ "title": "The Biomimicry Database", "desc": "Plataforma multimodal para investigacao em biomimetica", "link": "https://thebiomimicrydb.vercel.app/", "type": "website", "isNew": true },
{ "title": "Blog no Medium", "desc": "Artigos tecnicos e cientificos", "link": "https://vagnerbomjesus.medium.com/", "type": "article" },
{ "title": "TBDB | ChatBot VITA", "desc": "Documentacao do desenvolvimento de uma plataforma multimodal para partilha de conhecimento", "link": "https://bdigital.ipg.pt/dspace/bitstream/10314/10107/1/CM%20-%20Vagner%20B%20Jesus.pdf", "type": "pdf" },
{ "title": "Google Scholar", "desc": "Publicacoes academicas e citacoes", "link": "https://scholar.google.com/citations?user=K-IfdJoAAAAJ&hl=pt-PT&oi=ao", "type": "website" }
],
"useful": [
{ "title": "ENISA - Agencia da UE para a Ciberseguranca", "desc": "Agencia da Uniao Europeia para a Ciberseguranca", "link": "https://www.enisa.europa.eu/", "type": "website" },
{ "title": "OWASP Foundation", "desc": "Projeto aberto de seguranca em aplicacoes web - boas praticas", "link": "https://owasp.org/", "type": "website" },
{ "title": "Documentacao Flutter", "desc": "Documentacao oficial e guias do framework Flutter", "link": "https://docs.flutter.dev/", "type": "website" },
{ "title": "Dart Packages", "desc": "Repositorio oficial de pacotes do ecossistema Dart", "link": "https://pub.dev/", "type": "website" },
{ "title": "AskNature - Biomimicry Institute", "desc": "Base de dados de estrategias biologicas para inovacao em biomimetica", "link": "https://asknature.org/", "type": "website" }
]
}
}