Spaces:
Sleeping
Sleeping
Update test.json
Browse files
test.json
CHANGED
@@ -1,67 +1,39 @@
|
|
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 |
-
{"source": "Nonviolence", "target": "Dharma", "label": "Considered As"},
|
40 |
-
{"source": "Dharma", "target": "LivingBeings", "label": "Applied Towards"},
|
41 |
-
{"source": "Gandhi", "target": "Autobiography", "label": "Explained Philosophy"},
|
42 |
-
{"source": "Gandhi", "target": "Violence", "label": "Preferred Over Cowardice"},
|
43 |
-
{"source": "Violence", "target": "Cowardice", "label": "Superior To"},
|
44 |
-
{"source": "India", "target": "Arms", "label": "Defend Honor With"},
|
45 |
-
{"source": "India", "target": "Honor", "label": "Must Protect"},
|
46 |
-
{"source": "Gandhi", "target": "Nonviolence", "label": "Employed for Political Campaigns"},
|
47 |
-
{"source": "Nonviolence", "target": "IndiaIndependence", "label": "Used to Achieve"},
|
48 |
-
{"source": "Gandhi", "target": "CivilRights", "label": "Inspired Movements Globally"},
|
49 |
-
{"source": "Gandhi", "target": "SouthAfrica", "label": "Lived for 21 Years"},
|
50 |
-
{"source": "Gandhi", "target": "HinduFamily", "label": "Born in"},
|
51 |
-
{"source": "HinduFamily", "target": "Gujarat", "label": "Located in"},
|
52 |
-
{"source": "Gandhi", "target": "InnerTemple", "label": "Trained in Law"},
|
53 |
-
{"source": "Gandhi", "target": "IndianNationalCongress", "label": "Led in 1921"},
|
54 |
-
{"source": "IndianNationalCongress", "target": "IndiaIndependence", "label": "Campaigns for"},
|
55 |
-
{"source": "Gandhi", "target": "DandiSaltMarch", "label": "Led to Protest Salt Tax"},
|
56 |
-
{"source": "Gandhi", "target": "QuitIndia", "label": "Called for British Exit"},
|
57 |
-
{"source": "Gandhi", "target": "ReligiousPluralism", "label": "Vision of India"},
|
58 |
-
{"source": "ReligiousPluralism", "target": "Partition", "label": "Challenged by Muslim Nationalism"},
|
59 |
-
{"source": "Partition", "target": "ReligiousViolence", "label": "Resulted in"},
|
60 |
-
{"source": "Gandhi", "target": "ReligiousViolence", "label": "Attempted to Stop"},
|
61 |
-
{"source": "Gandhi", "target": "HungerStrike", "label": "Used to Protest Violence"},
|
62 |
-
{"source": "Gandhi", "target": "Assassination", "label": "Killed in 1948"},
|
63 |
-
{"source": "Assassination", "target": "NathuramGodse", "label": "Perpetrated by"},
|
64 |
-
{"source": "Gandhi", "target": "GandhiJayanti", "label": "Birthday Celebrated"},
|
65 |
-
{"source": "Gandhi", "target": "Bapu", "label": "Known as"}
|
66 |
-
]
|
67 |
}
|
|
|
1 |
{
|
2 |
+
"nodes": [
|
3 |
+
{"id": "SumitYadav", "label": "Sumit Yadav", "type": "Person"},
|
4 |
+
{"id": "Portfolio", "label": "Portfolio", "type": "Resource", "value": "sumityadav.com.np"},
|
5 |
+
{"id": "GitHub", "label": "GitHub", "type": "Resource", "value": "github.com/rockerritesh"},
|
6 |
+
{"id": "Email", "label": "Email", "type": "Contact", "value": "rockerritesh4@gmail.com"},
|
7 |
+
{"id": "LinkedIn", "label": "LinkedIn", "type": "Contact", "value": "linkedin.com/in/rockerritesh"},
|
8 |
+
{"id": "Education", "label": "Pulchowk Engineering College", "type": "Education"},
|
9 |
+
{"id": "Skills", "label": "Skills", "type": "Category"},
|
10 |
+
{"id": "Python", "label": "Python", "type": "Skill"},
|
11 |
+
{"id": "CI_CD", "label": "CI/CD", "type": "Skill"},
|
12 |
+
{"id": "Leadership", "label": "Leadership", "type": "Soft Skill"},
|
13 |
+
{"id": "Amnil", "label": "Amnil Technology Pvt. Ltd", "type": "Company"},
|
14 |
+
{"id": "EdAcadia", "label": "Ed-Acadia", "type": "Company"},
|
15 |
+
{"id": "GAN", "label": "GAN Mentor", "type": "Role"},
|
16 |
+
{"id": "Robotics", "label": "AI and Robotics Member", "type": "Role"},
|
17 |
+
{"id": "Project_RAG", "label": "RAG System", "type": "Project"},
|
18 |
+
{"id": "Project_Chat", "label": "Nepali Chat with Doc", "type": "Project"},
|
19 |
+
{"id": "Project_AutoEncoder", "label": "Auto-Encoder Transformer", "type": "Project"}
|
20 |
+
],
|
21 |
+
"edges": [
|
22 |
+
{"source": "SumitYadav", "target": "Portfolio", "label": "Has Portfolio"},
|
23 |
+
{"source": "SumitYadav", "target": "GitHub", "label": "Has GitHub"},
|
24 |
+
{"source": "SumitYadav", "target": "Email", "label": "Contact Info"},
|
25 |
+
{"source": "SumitYadav", "target": "LinkedIn", "label": "Contact Info"},
|
26 |
+
{"source": "SumitYadav", "target": "Education", "label": "Studied At"},
|
27 |
+
{"source": "Skills", "target": "Python", "label": "Has Skill"},
|
28 |
+
{"source": "Skills", "target": "CI_CD", "label": "Has Skill"},
|
29 |
+
{"source": "Skills", "target": "Leadership", "label": "Has Skill"},
|
30 |
+
{"source": "SumitYadav", "target": "Skills", "label": "Possesses"},
|
31 |
+
{"source": "SumitYadav", "target": "Amnil", "label": "Works At"},
|
32 |
+
{"source": "SumitYadav", "target": "EdAcadia", "label": "Worked At"},
|
33 |
+
{"source": "SumitYadav", "target": "GAN", "label": "Role In"},
|
34 |
+
{"source": "SumitYadav", "target": "Robotics", "label": "Role In"},
|
35 |
+
{"source": "Amnil", "target": "Project_RAG", "label": "Involved In"},
|
36 |
+
{"source": "Amnil", "target": "Project_Chat", "label": "Involved In"},
|
37 |
+
{"source": "Education", "target": "Project_AutoEncoder", "label": "Major Project"}
|
38 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|