Datasets:

Languages:
English
DOI:
License:
arminmehrabian commited on
Commit
b07d24d
·
verified ·
1 Parent(s): d4d6c79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -319,4 +319,36 @@ for edge_type in data.edge_types:
319
  edge_index = data[edge_type].edge_index
320
  print(f"Edge Type: {edge_type} - Number of Edges: {edge_index.size(1)} - Shape: {edge_index.shape}")
321
 
322
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  edge_index = data[edge_type].edge_index
320
  print(f"Edge Type: {edge_type} - Number of Edges: {edge_index.size(1)} - Shape: {edge_index.shape}")
321
 
322
+ ```
323
+
324
+ ---
325
+
326
+ ## Citation
327
+
328
+ Please cite the dataset as follows:
329
+
330
+ **NASA Goddard Earth Sciences Data and Information Services Center (GES-DISC).** (2024). *Knowledge Graph of NASA Earth Observations Satellite Datasets and Related Research Publications* [Data set]. DOI: [10.57967/hf/3463](https://doi.org/10.57967/hf/3463)
331
+
332
+ ### BibTeX
333
+ ```bibtex
334
+ @misc {nasa_goddard_earth_sciences_data_and_information_services_center__(ges-disc)_2024,
335
+ author = { {NASA Goddard Earth Sciences Data and Information Services Center (GES-DISC)} },
336
+ title = { nasa-eo-knowledge-graph (Revision b8f650e) },
337
+ year = 2024,
338
+ url = { https://huggingface.co/datasets/nasa-gesdisc/nasa-eo-knowledge-graph },
339
+ doi = { 10.57967/hf/3463 },
340
+ publisher = { Hugging Face }
341
+ }
342
+ ```
343
+
344
+ ## References
345
+ For details on the process of collecting these publications, please refer to:
346
+
347
+ Gerasimov, I., Savtchenko, A., Alfred, J., Acker, J., Wei, J., & KC, B. (2024). *Bridging the Gap: Enhancing Prominence and Provenance of NASA Datasets in Research Publications.* Data Science Journal, 23(1). DOI: [10.5334/dsj-2024-001](https://doi.org/10.5334/dsj-2024-001)
348
+
349
+
350
+ For any questions or further information, please contact:
351
+
352
+ - Armin Mehrabian: [[email protected]](mailto:[email protected])
353
+ - Irina Gerasimov: [[email protected]](mailto:[email protected])
354
+ - Kendall Gilbert: [[email protected]](mailto:[email protected])