Spaces:
Sleeping
Sleeping
Upload research.json
Browse files- lists/research.json +40 -0
lists/research.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Research Resources",
|
3 |
+
"items": [
|
4 |
+
{
|
5 |
+
"name": "arXiv",
|
6 |
+
"description": "Open-access archive for scholarly articles in physics, mathematics, computer science, and more",
|
7 |
+
"link": "https://arxiv.org/"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"name": "Papers with Code",
|
11 |
+
"description": "Free resource with papers, code, datasets, methods and evaluation tables",
|
12 |
+
"link": "https://paperswithcode.com/"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"name": "AlphaXiv",
|
16 |
+
"description": "Preprint server for machine learning and AI research papers",
|
17 |
+
"link": "https://www.alphaxiv.org/explore"
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"name": "SciSpace",
|
21 |
+
"description": "Platform for discovering, reading and understanding research papers",
|
22 |
+
"link": "https://scispace.com/"
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"name": "SlideShare",
|
26 |
+
"description": "Community for sharing presentations, infographics and documents",
|
27 |
+
"link": "https://www.slideshare.net/"
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"name": "Connected Papers",
|
31 |
+
"description": "Explore connected papers in a visual graph",
|
32 |
+
"link": "https://www.connectedpapers.com/"
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"name": "Semantic Scholar",
|
36 |
+
"description": "AI-powered research tool for scientific literature",
|
37 |
+
"link": "https://www.semanticscholar.org/"
|
38 |
+
}
|
39 |
+
]
|
40 |
+
}
|