meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
general:scientificworking [2021/10/13 21:31] – [Scientific reasoning] ingogeneral:scientificworking [2022/11/17 14:13] (current) – [Keep your workspace clean] vinh
Line 14: Line 14:
 Let's start with a simple statement: Science is arguing, because nobody knows the truth. Arguing requires...right... **Arguments**. But what are these arguments? In the first approximation, they are statements that are backed up by :!: either experimental data, or :!: a reference to a study where somebody else collected the data in support of the statement. It might be easy to think of scientific reasoning as a building that you create. A solid foundation is essential, but a house of cards built on concrete foundations will also easily collapse, if you get the line. To cut a long story short, your reasoning is exactly as solid and stable as it is the weakest supported statement that you recruit. So, stay away from //hearsay//, //anecdotal evidences//, or //handwaving argumentation//      Let's start with a simple statement: Science is arguing, because nobody knows the truth. Arguing requires...right... **Arguments**. But what are these arguments? In the first approximation, they are statements that are backed up by :!: either experimental data, or :!: a reference to a study where somebody else collected the data in support of the statement. It might be easy to think of scientific reasoning as a building that you create. A solid foundation is essential, but a house of cards built on concrete foundations will also easily collapse, if you get the line. To cut a long story short, your reasoning is exactly as solid and stable as it is the weakest supported statement that you recruit. So, stay away from //hearsay//, //anecdotal evidences//, or //handwaving argumentation//     
  
-===== Scientific documentation ===== +===== Scientific documentation should be FAIR ===== 
-Scientific projects have to be [[general:dokuwiki:how2document|documented very carefully. The requirements are easily specified: :!: You need to document to an extent that any third person is capable of understanding :!: why you have done :!: what and :!: how, what the :!: results are. You also have to make clear to what extent your :!: conclusions are supported by the data. When it comes to your data, make sure to follow the FAIR principles +Scientific projects have to be [[general:dokuwiki:how2document|documented]] very carefully. The requirements are easily specified: :!: You need to document to an extent that any third person is capable of understanding :!: why you have done :!: what and :!: how, what the :!: results are. You also have to make clear to what extent your :!: conclusions are supported by the data. When it comes to your data, make sure to follow the [[https://www.go-fair.org/fair-principles/|FAIR principles]]. This means that your data has to be 
- +  - **F**indable 
- +  - **A**ccessible 
-It may happen over time that you are a bit lost by the amount and thematic breadth of our analysesNo worriesthis happens to all of us sometimes, just make sure to ask, discuss and read in time.+  - **I**nteroperable 
 +  - **R**eproducable 
 +In particular, if the **F** and the **R** of the [[https://www.go-fair.org/fair-principles/|FAIR principles]] are not metthen your project is scientifically no more worth than story telling.
 ==== Keep your workspace clean ==== ==== Keep your workspace clean ====
  
Line 28: Line 30:
   * **Avoid the use of whitespaces**  and language specific characters such as ”ä”, ”ö”, ”ü” in both file and folder names, as this can cause problems when working with the linux terminal.   * **Avoid the use of whitespaces**  and language specific characters such as ”ä”, ”ö”, ”ü” in both file and folder names, as this can cause problems when working with the linux terminal.
   * Keep input data separate from results, as you may do different analyses with the same input data. If you insist in having the input together with the results, consider the use of soft links. These are pointers to a file or a directory that can be placed anywhere in the file system without the need to duplicate the often large input files.   * Keep input data separate from results, as you may do different analyses with the same input data. If you insist in having the input together with the results, consider the use of soft links. These are pointers to a file or a directory that can be placed anywhere in the file system without the need to duplicate the often large input files.
 +
 +<WRAP tabs>
 +   * [[ecoevo_molevol:course_introduction|Back to EcoEvo course]]
 +   * [[pbioc_basics:start|Back to PBioC course]]
 +   * [[digikomp_bio:course_introduction|Back to DigiKomp course]]
 +</WRAP>