::create_chat_completion(model = "gpt-3.5-turbo",
openaimessages = list(
list("role" = "user",
"content" = "suggestions about good enough data management practices")))
About
This page has links and images that support the material presented in the workshop.
Information sources
Here are links to some of the sources mentioned during the workshop presentations.
Handouts
Better data practices
(Alaina Pearce)
- Talk slides (PDF).
Copyright and licensing for research data
(Ana Enriquez)
- Talk slides (PDF)
Preparing data for reuse
(Briana Wham)
- Talk slides (PDF)
Consulting OpenAI
Just for fun, we thought we would ask OpenAI for some insights about data management practices.
The response below was generated from the prompt “suggestions about good enough data management practices”.
- Regular data backups: It is important to regularly backup all essential data to prevent loss in case of system failure or cyber attack.
- Data encryption: Protect sensitive data by encrypting it to prevent unauthorized access.
- Access controls: Implement strong access controls to ensure that only authorized personnel have access to sensitive data.
- Data storage: Store data in secure and reliable locations to prevent loss or corruption.
- Data validation: Regularly validate and clean data to ensure accuracy and integrity.
- Compliance with regulations: Ensure that data management practices comply with relevant regulations to avoid legal issues.
- Regular audits: Conduct regular audits of data management processes to identify and address any weaknesses or inefficiencies.
- Data retention policies: Implement clear data retention policies to ensure that data is not stored longer than necessary.
- Training: Provide training to employees on data management best practices to ensure that they understand and follow proper procedures.
- Disaster recovery plan: Develop a comprehensive disaster recovery plan to ensure that data can be recovered in case of a catastrophic event.