Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ Use Pandas or other data processing tools to load the CSV files. Here is an exam
|
|
60 |
|
61 |
3. **Access AceMap Website**: For more detailed information about each paper, visit the [AceMap](https://acemap.info/) website by concatenating the following example strings:
|
62 |
```python
|
63 |
-
url = https://acemap.info/papers/' + 'ZEJBRkNDRTg3RDk'
|
64 |
```
|
65 |
|
66 |
## Citation
|
|
|
60 |
|
61 |
3. **Access AceMap Website**: For more detailed information about each paper, visit the [AceMap](https://acemap.info/) website by concatenating the following example strings:
|
62 |
```python
|
63 |
+
url = 'https://acemap.info/papers/' + 'ZEJBRkNDRTg3RDk'
|
64 |
```
|
65 |
|
66 |
## Citation
|