yesun commited on
Commit
feaf89e
·
verified ·
1 Parent(s): f133aef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: cc-by-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
1
+ This dataset supports the frontend of the GeneticPrism system (GeneticFlow 2.0, accessible at https://genetic-flow.com), originally presented in the IEEE TVCG paper "GeneticPrism: Multifaceted Visualization of Citation-based Scholarly Research Evolution". Due to the dataset's size, it is divided into two compressed archives.
2
+ - The `csv.tar.gz` contains CSV files covering all research fields except Artificial Intelligence (AI). After extraction, place these CSV files directly in the project root directory.
3
+ - The `AI.tar.gz` contains only AI-related data – extract its CSV files into the project's `csv/`.
4
+
5
+ The system remains fully functional if only one archive (either AI or Non-AI) is installed, enabling flexible data management based on research needs.
6
+ For complete technical details, source code, and usage guidelines, visit the GitHub repository: https://github.com/cs-anonymous/GeneticPrism
7
+
8
+ ---
9
+ license: cc-by-nd-4.0
10
+ ---