Spaces:
Running
Running
Update test.json
Browse files
test.json
CHANGED
@@ -1,39 +1,81 @@
|
|
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 |
}
|
|
|
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": "[email protected]" },
|
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": "C", "label": "C", "type": "Skill" },
|
12 |
+
{ "id": "C++", "label": "C++", "type": "Skill" },
|
13 |
+
{ "id": "Bash", "label": "Bash", "type": "Skill" },
|
14 |
+
{ "id": "CI_CD", "label": "CI/CD", "type": "Skill" },
|
15 |
+
{ "id": "GIT", "label": "GIT", "type": "Tool" },
|
16 |
+
{ "id": "LangChain", "label": "LangChain", "type": "Tool" },
|
17 |
+
{ "id": "LlamaIndex", "label": "LlamaIndex", "type": "Tool" },
|
18 |
+
{ "id": "Django", "label": "Django", "type": "Tool" },
|
19 |
+
{ "id": "Streamlit", "label": "Streamlit", "type": "Tool" },
|
20 |
+
{ "id": "MySQL", "label": "MySQL", "type": "Tool" },
|
21 |
+
{ "id": "GraphQL", "label": "GraphQL", "type": "Tool" },
|
22 |
+
{ "id": "Leadership", "label": "Leadership", "type": "Soft Skill" },
|
23 |
+
{ "id": "PublicSpeaking", "label": "Public Speaking", "type": "Soft Skill" },
|
24 |
+
{ "id": "EventManagement", "label": "Event Management", "type": "Soft Skill" },
|
25 |
+
{ "id": "TimeManagement", "label": "Time Management", "type": "Soft Skill" },
|
26 |
+
{ "id": "AsthaAI", "label": "Astha.ai", "type": "Company" },
|
27 |
+
{ "id": "Amnil", "label": "Amnil Technology Pvt. Ltd", "type": "Company" },
|
28 |
+
{ "id": "EdAcadia", "label": "Ed-Acadia", "type": "Company" },
|
29 |
+
{ "id": "PDSC", "label": "PDSC", "type": "Company" },
|
30 |
+
{ "id": "GAN", "label": "GAN Mentor", "type": "Role" },
|
31 |
+
{ "id": "Robotics", "label": "AI and Robotics Member", "type": "Role" },
|
32 |
+
{ "id": "Project_RAG", "label": "RAG System", "type": "Project" },
|
33 |
+
{ "id": "Project_Chat", "label": "Nepali Chat with Doc", "type": "Project" },
|
34 |
+
{ "id": "Project_AutoEncoder", "label": "Auto-Encoder Transformer", "type": "Project" },
|
35 |
+
{ "id": "Project_VibeCoder", "label": "Vibe-Coder", "type": "Project" },
|
36 |
+
{ "id": "Project_IRBArm", "label": "IRB Robo Arm", "type": "Project" },
|
37 |
+
{ "id": "Project_NEPSE", "label": "NEPSE Simple", "type": "Project" },
|
38 |
+
{ "id": "Award_GritFeat", "label": "GritFeat Hackathon Winner", "type": "Award" },
|
39 |
+
{ "id": "Award_Dataverse", "label": "Dataverse Runner Up", "type": "Award" },
|
40 |
+
{ "id": "Award_Deltathon", "label": "Best AI Project - Deltathon", "type": "Award" },
|
41 |
+
{ "id": "Team_NPLCoders", "label": "NPL Coders Global", "type": "Community" },
|
42 |
+
{ "id": "NTBNS", "label": "NTBNS Club", "type": "Community" }
|
43 |
+
],
|
44 |
+
"edges": [
|
45 |
+
{ "source": "SumitYadav", "target": "Portfolio", "label": "Has Portfolio" },
|
46 |
+
{ "source": "SumitYadav", "target": "GitHub", "label": "Has GitHub" },
|
47 |
+
{ "source": "SumitYadav", "target": "Email", "label": "Contact Info" },
|
48 |
+
{ "source": "SumitYadav", "target": "LinkedIn", "label": "Contact Info" },
|
49 |
+
{ "source": "SumitYadav", "target": "Education", "label": "Studied At" },
|
50 |
+
{ "source": "SumitYadav", "target": "Skills", "label": "Possesses" },
|
51 |
+
{ "source": "Skills", "target": "Python", "label": "Has Skill" },
|
52 |
+
{ "source": "Skills", "target": "C", "label": "Has Skill" },
|
53 |
+
{ "source": "Skills", "target": "C++", "label": "Has Skill" },
|
54 |
+
{ "source": "Skills", "target": "Bash", "label": "Has Skill" },
|
55 |
+
{ "source": "Skills", "target": "CI_CD", "label": "Has Tool" },
|
56 |
+
{ "source": "Skills", "target": "Leadership", "label": "Has Soft Skill" },
|
57 |
+
{ "source": "Skills", "target": "PublicSpeaking", "label": "Has Soft Skill" },
|
58 |
+
{ "source": "Skills", "target": "EventManagement", "label": "Has Soft Skill" },
|
59 |
+
{ "source": "Skills", "target": "TimeManagement", "label": "Has Soft Skill" },
|
60 |
+
{ "source": "Skills", "target": "LangChain", "label": "Has Tool" },
|
61 |
+
{ "source": "Skills", "target": "Streamlit", "label": "Has Tool" },
|
62 |
+
{ "source": "Skills", "target": "GraphQL", "label": "Has Tool" },
|
63 |
+
{ "source": "SumitYadav", "target": "AsthaAI", "label": "Works At" },
|
64 |
+
{ "source": "SumitYadav", "target": "Amnil", "label": "Worked At" },
|
65 |
+
{ "source": "SumitYadav", "target": "EdAcadia", "label": "Worked At" },
|
66 |
+
{ "source": "SumitYadav", "target": "PDSC", "label": "Worked At" },
|
67 |
+
{ "source": "SumitYadav", "target": "GAN", "label": "Role In" },
|
68 |
+
{ "source": "SumitYadav", "target": "Robotics", "label": "Role In" },
|
69 |
+
{ "source": "Amnil", "target": "Project_RAG", "label": "Involved In" },
|
70 |
+
{ "source": "Amnil", "target": "Project_Chat", "label": "Involved In" },
|
71 |
+
{ "source": "Education", "target": "Project_AutoEncoder", "label": "Major Project" },
|
72 |
+
{ "source": "SumitYadav", "target": "Project_VibeCoder", "label": "Built Project" },
|
73 |
+
{ "source": "SumitYadav", "target": "Project_IRBArm", "label": "Built Project" },
|
74 |
+
{ "source": "SumitYadav", "target": "Project_NEPSE", "label": "Built Project" },
|
75 |
+
{ "source": "SumitYadav", "target": "Award_GritFeat", "label": "Won" },
|
76 |
+
{ "source": "SumitYadav", "target": "Award_Dataverse", "label": "Runner Up" },
|
77 |
+
{ "source": "SumitYadav", "target": "Award_Deltathon", "label": "Won" },
|
78 |
+
{ "source": "SumitYadav", "target": "Team_NPLCoders", "label": "Team Member" },
|
79 |
+
{ "source": "SumitYadav", "target": "NTBNS", "label": "Club Role" }
|
80 |
+
]
|
81 |
}
|