Pitt community: write to Digital Scholarship Services or use our AskUs form
Pitt health sciences researchers: contact Data Services, Health Sciences Library System
Dominic Bordelon, dbordelon@pitt.edu
"Data Sharing @ Pitt" by University of Pittsburgh Library System is licensed for reuse under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
Consider that someone reviewing your data may not be able to piece together the generation/manipulation process without a step-by-step description. Just as published findings have a Methods section, so should a data deposit have a "methods file," especially if the data are attached to findings. These details are often collected in a plain text file named README
.
IT-environmental details are also important for replicating in the setting in which you performed your work. It could well be that running the same code on a (much) newer version of the same software produces a different result (let's hope not one that invalidates your findings).
Here are examples of information elements to consider including:
💡 Research tip: the software/packages you use for processing and analysis, such as the pandas example given above, should also be cited in your posters and manuscripts!