Chapter 3 Training and Research Compliance
3.1 Essential training
All lab members complete and keep track of the following training:
Responsible Conduct in Research Training
- Please visit the RCR website. Click on “Follow these steps to access the new course.” Login to CITI and select Auburn University (you must do this for your training to be properly credited to you at Auburn).
Lab safety training (Auburn University) is available through BioRaft.
Cybersecurity training
- To access the training, log into AU Access and select the Employee Services tab. Next, click the icon. You will be directed to the training videos library that contains the required modules. To view the videos, select a module and click the icon. The videos may be viewed in any order. Typically, within 24 hours after you have completed the modules, you will receive an email confirmation from noreply@auburn.edu along with a certification of completion.
Driver’s Safety training
- Register and follow the directions on this page.
We are regularly exposed to venomous insects (fire ants, bees, wasps) in the field. Likewise, food-based allergies are common and not always known or disclosed. To be prepared, graduate students and undergraduates are expected to complete and have verification of Anaphylaxis Training effective immediately for existing students or before they begin fieldwork. The ADPH Anaphylaxis Training through BIORAFT is our best option. Sorry, this is an older, low-quality 16-minute video, but it is the only source from which training can be verified. A short quiz following the video for you to complete confirms the knowledge gained from this training. This will also show in your Bioraft profile. The epi-pen website has modern graphics and videos but does not provide a way to verify that training was completed. You can use this to support your knowledge gain is needed.
We use various cutting tools (e.g., axe, hatchet, saw, knife) in termite research. The most important thing is mentioned in this video. Please have a look at this. Make sure your body is not in the way to swing. Also, wear a glove.
Once completed, please save the completion records as PDF.
3.2 Scientific Integrity
3.2.2 Data management
A story
I know the story of a silly doctoral student named Nobuaki Mizumoto at Kyoto University. In 2017, the last year of his PhD, he had several ongoing projects. Two projects require watching videos to record termite mating behavior and counting numbers. After many hours of watching with hard work, he finished obtaining the data. However, he put all the data of these two projects in a single HDD without backup. One summer day, he came to the lab early in the morning and realized that a weird clicking sound had come from his HDD. Yes, the HDD died. He was upset, and his heart was pierced with a pang of regret for the next three weeks. Fortunately, he could make it. He found a service called Seagate Data Recovery. He paid about $700 and sent his HDD from Japan to the US. They succeeded in salvaging the data. And he decided to put all the non-video data into Dropbox and make multiple backups for videos. You can see the acknowledgment of this paper: “We also appreciate Seagate Recovery Services (https://www.seagate.com/products/rescue-data-recovery/) for recovering our data after an unexpected loss and emphasizing the importance of backups.” Fin.
Data backup
Long story short. Make a backup for your data, codes, and drafts.
In Mizumoto Lab, all the data, code, and drafts must be stored in either OneDrive or Box Drive (see Data management practices). Auburn University provides the access. All these data for every single project should be stored in a single folder (also managed using GitHub), which has a minimum structure of
- root
- README
- analysis
- .Rproj file
- code
- data_raw - folder containing raw data
- data_fmt - folder containing data converted from raw data
- output - folder containing outputs
- draft
Furthermore, all the video files are stored in the lab HDDs. All HDDs are tracked in this spreadseat. We currently have 320TB storage and will be expanded. Ask NM for the access.
3.2.3 Reproducible Research
The Mizumoto is committed to performing reproducible research. Reproducible research means that somebody with your raw data and code can reproduce your results exactly. If they can’t, it suggests that something is wrong or that you did not properly document the data collection, cleaning, or analysis process. Neither of these options is good. Therefore, we ensure that all aspects of the data collection, cleaning, and analysis are extremely well documented.
For results to be reproducible, you must be organized and document everything. Take notes on your study design (e.g., size of the arena, number of termites, colonies, how they are treated, etc.), experimental conditions (e.g., temperature, illumination, time, date, etc.), and what you did. When you write a code, leave comments so that other people (including yourself in the future) can understand the code. If something goes wrong or something unusual happens, document that too. Take photos/videos of what you saw.
3.2.4 Old Projects
If a trainee drives a project and collects data but does not complete the project (= write a paper) within a reasonable time frame (should depend on the projects) after the data collection, NM may discuss with the trainee handing the project off to someone who can complete it to expedite publication. If a trainee no longer wishes to work on a project at any time and/or no longer wants to be an author, NM will re-assign the project to another individual. This policy is here to prevent data from remaining unpublished. Remember we killed our insects for our research to get that data.