Reacubeth commited on
Commit
6d9105a
·
verified ·
1 Parent(s): 99c01a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -67,7 +67,9 @@ This will extract the CSV files to the `data/` directory.
67
  Use Pandas or other data processing tools to load the CSV files. Here is an example of how to load and concatenate all CSV files into a single DataFrame:
68
 
69
 
70
- 3. **Access AceMap Website**: For more detailed information about each paper, visit the [AceMap](https://acemap.info/) website by concatenating the following example strings:
 
 
71
  ```python
72
  url = 'https://acemap.info/papers/' + 'ZEJBRkNDRTg3RDk'
73
  ```
 
67
  Use Pandas or other data processing tools to load the CSV files. Here is an example of how to load and concatenate all CSV files into a single DataFrame:
68
 
69
 
70
+ ### 3. Access AceMap Website
71
+ For more detailed information about each paper, visit the [AceMap](https://acemap.info/) website by concatenating the following example strings:
72
+
73
  ```python
74
  url = 'https://acemap.info/papers/' + 'ZEJBRkNDRTg3RDk'
75
  ```