QueHayRich commited on
Commit
eafe870
1 Parent(s): 3ce379c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -18
README.md CHANGED
@@ -46,25 +46,21 @@ The dataset is designed for researchers in the fields of nanotechnology, microbi
46
 
47
  If you use this dataset in your research, please cite the following article:
48
 
49
- <div style="background-color: #fbfbfb; padding: 10px; border: 5px solid #ddd; font-family: 'Courier New', Courier, monospace; font-size: 14px;">
50
-
51
-
52
- @Article
53
-
54
- {RAG2024,<br>
55
- AUTHOR = {Aguilar-Garay, Ricardo and Lara-Ortiz, Luis F. and Campos-López, Maximiliano and Gonzalez-Rodriguez, Dafne E. and Gamboa-Lugo, Margoth M. and Mendoza-Pérez, Jorge A. and Anzueto-Ríos, Álvaro and Nicolás-Álvarez, Dulce E.},<br>
56
- TITLE = {A Comprehensive Review of Silver and Gold Nanoparticles as Effective Antibacterial Agents},<br>
57
- JOURNAL = {Pharmaceuticals},<br>
58
- VOLUME = {17},<br>
59
- YEAR = {2024},<br>
60
- NUMBER = {9},<br>
61
- ARTICLE-NUMBER = {1134},<br>
62
- URL = {<a href="https://www.mdpi.com/1424-8247/17/9/1134">https://www.mdpi.com/1424-8247/17/9/1134</a>},<br>
63
- PubMedID = {39338299},<br>
64
- ISSN = {1424-8247},<br>
65
- DOI = {<a href="https://doi.org/10.3390/ph17091134">10.3390/ph17091134</a>}<br>
66
  }
67
- </div>
68
 
69
 
70
 
 
46
 
47
  If you use this dataset in your research, please cite the following article:
48
 
49
+ ```python
50
+ @Article{RAG2024,
51
+ AUTHOR = {Aguilar-Garay, Ricardo and Lara-Ortiz, Luis F. and Campos-López, Maximiliano and Gonzalez-Rodriguez, Dafne E. and Gamboa-Lugo, Margoth M. and Mendoza-Pérez, Jorge A. and Anzueto-Ríos, Álvaro and Nicolás-Álvarez, Dulce E.},
52
+ TITLE = {A Comprehensive Review of Silver and Gold Nanoparticles as Effective Antibacterial Agents},
53
+ JOURNAL = {Pharmaceuticals},
54
+ VOLUME = {17},
55
+ YEAR = {2024},
56
+ NUMBER = {9},
57
+ ARTICLE-NUMBER = {1134},
58
+ URL = {https://www.mdpi.com/1424-8247/17/9/1134},
59
+ PubMedID = {39338299},
60
+ ISSN = {1424-8247},
61
+ DOI = {10.3390/ph17091134}
 
 
 
 
62
  }
63
+ ```
64
 
65
 
66