DragonMODS commited on
Commit
a013e2a
verified
1 Parent(s): a21e95f

Base de conhecimento inicial

Browse files
Files changed (1) hide show
  1. knowledge_base.json +40 -0
knowledge_base.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "research_methodologies": {
3
+ "systematic_review": "Revis茫o sistem谩tica da literatura com protocolo definido",
4
+ "meta_analysis": "An谩lise estat铆stica de m煤ltiplos estudos",
5
+ "case_study": "Estudo de caso aprofundado em contexto real",
6
+ "experimental": "Experimentos controlados com grupo de controle"
7
+ },
8
+ "source_reliability": {
9
+ "high": [
10
+ "PubMed",
11
+ "Google Scholar",
12
+ "IEEE Xplore",
13
+ "SciELO",
14
+ "Springer"
15
+ ],
16
+ "medium": [
17
+ "Wikipedia",
18
+ "Medium",
19
+ "Blogs especializados"
20
+ ],
21
+ "low": [
22
+ "Redes sociais",
23
+ "F贸runs",
24
+ "Blogs pessoais"
25
+ ]
26
+ },
27
+ "analysis_frameworks": [
28
+ "PICO (Population, Intervention, Comparison, Outcome)",
29
+ "SWOT (Strengths, Weaknesses, Opportunities, Threats)",
30
+ "PESTLE (Political, Economic, Social, Technological, Legal, Environmental)"
31
+ ],
32
+ "expert_domains": [
33
+ "machine_learning",
34
+ "healthcare",
35
+ "renewable_energy",
36
+ "blockchain",
37
+ "education_technology",
38
+ "data_science"
39
+ ]
40
+ }