 03 Experiments, Reproducibility, and Projects - Introduction to Scientific Writing WS2021/221 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 03 Experiments & Reproducibility Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Introduction to Scientific Writing – 03 Experiments & Reproducibility Matthias Boehm, Graz University of Technology, WS 2021/22 Announcements/Org  #1 Virtual Lectures  https://tugraz.webex.com/meet/m.boehm Introduction to Scientific Writing – 03 Experiments & Reproducibility Matthias Boehm, Graz University of Technology, WS 2021/22 Agenda  Experiments and Result Presentation  Reproducibility and RDM  Reminder:0 码力 | 31 页 | 1.38 MB | 1 年前3 03 Experiments, Reproducibility, and Projects - Introduction to Scientific Writing WS2021/221 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 03 Experiments & Reproducibility Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Introduction to Scientific Writing – 03 Experiments & Reproducibility Matthias Boehm, Graz University of Technology, WS 2021/22 Announcements/Org  #1 Virtual Lectures  https://tugraz.webex.com/meet/m.boehm Introduction to Scientific Writing – 03 Experiments & Reproducibility Matthias Boehm, Graz University of Technology, WS 2021/22 Agenda  Experiments and Result Presentation  Reproducibility and RDM  Reminder:0 码力 | 31 页 | 1.38 MB | 1 年前3
 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/221 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 01 Structure of Scientific Papers Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Introduction to Scientific Writing – 01 Introduction and Overview Matthias Boehm, Graz University of Technology, WS 2020/21 Announcements/Org  #1 Virtual Lectures  https://tugraz.webex.com/meet/m.boehm Introduction to Scientific Writing – 01 Introduction and Overview Matthias Boehm, Graz University of Technology, WS 2020/21 Agenda  Data Management Group  Course Organization, Outline, and Projects  Structure0 码力 | 36 页 | 1.12 MB | 1 年前3 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/221 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 01 Structure of Scientific Papers Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Introduction to Scientific Writing – 01 Introduction and Overview Matthias Boehm, Graz University of Technology, WS 2020/21 Announcements/Org  #1 Virtual Lectures  https://tugraz.webex.com/meet/m.boehm Introduction to Scientific Writing – 01 Introduction and Overview Matthias Boehm, Graz University of Technology, WS 2020/21 Agenda  Data Management Group  Course Organization, Outline, and Projects  Structure0 码力 | 36 页 | 1.12 MB | 1 年前3
 02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/221 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 02 Scientific Reading and Writing Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Introduction to Scientific Writing – 02 Scientific Reading and Writing Matthias Boehm, Graz University of Technology, WS 2021/22 Announcements/Org  #1 Virtual Lectures  https://tugraz.webex.com/meet/m.boehm Introduction to Scientific Writing – 02 Scientific Reading and Writing Matthias Boehm, Graz University of Technology, WS 2021/22 Agenda  Scientific Reading  Scientific Writing Scientific Writing skills can0 码力 | 26 页 | 613.57 KB | 1 年前3 02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/221 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 02 Scientific Reading and Writing Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Introduction to Scientific Writing – 02 Scientific Reading and Writing Matthias Boehm, Graz University of Technology, WS 2021/22 Announcements/Org  #1 Virtual Lectures  https://tugraz.webex.com/meet/m.boehm Introduction to Scientific Writing – 02 Scientific Reading and Writing Matthias Boehm, Graz University of Technology, WS 2021/22 Agenda  Scientific Reading  Scientific Writing Scientific Writing skills can0 码力 | 26 页 | 613.57 KB | 1 年前3
 Google Java Style Guidefixed. 3 Source file structure A source file consists of, in order: 1. License or copyright information, if present 2. Package statement 3. Import statements 4. Exactly one top-level class Exactly one line separates each section that is present. 3.1 License or copyright information, if present If license or copyright information belongs in a file, it belongs here. 3.2 Package statement The package This can at worst result in pointless busywork, but at best it still corrupts version history information, slows down reviewers and exacerbates merge conflicts. 4.7 Grouping parentheses: recommended0 码力 | 19 页 | 84.76 KB | 1 年前3 Google Java Style Guidefixed. 3 Source file structure A source file consists of, in order: 1. License or copyright information, if present 2. Package statement 3. Import statements 4. Exactly one top-level class Exactly one line separates each section that is present. 3.1 License or copyright information, if present If license or copyright information belongs in a file, it belongs here. 3.2 Package statement The package This can at worst result in pointless busywork, but at best it still corrupts version history information, slows down reviewers and exacerbates merge conflicts. 4.7 Grouping parentheses: recommended0 码力 | 19 页 | 84.76 KB | 1 年前3
 Google Python Style GuideJhong Jeremy Hylton Matt Smart Mike Shields Each style point has a summary for which additional information is available by toggling the accompanying arrow button that looks this way: . You may toggle all revisit them. You can get a list of pylint warnings by doing pylint --list-msgs. To get more information on a particular message, use pylint --help-msg=C6409. Prefer pylint: disable to the deprecated following criteria: • not externally visible • very short • obvious A docstring should give enough information to write a call to the function with- out reading the function’s code. A docstring should describe0 码力 | 30 页 | 94.81 KB | 1 年前3 Google Python Style GuideJhong Jeremy Hylton Matt Smart Mike Shields Each style point has a summary for which additional information is available by toggling the accompanying arrow button that looks this way: . You may toggle all revisit them. You can get a list of pylint warnings by doing pylint --list-msgs. To get more information on a particular message, use pylint --help-msg=C6409. Prefer pylint: disable to the deprecated following criteria: • not externally visible • very short • obvious A docstring should give enough information to write a call to the function with- out reading the function’s code. A docstring should describe0 码力 | 30 页 | 94.81 KB | 1 年前3
 Google C++ Style Guideexception to this rule (no pun intended) for Windows code. Run-Time Type Information (RTTI) Avoid using Run Time Type Information (RTTI). RTTI allows a programmer to query the C++ class of an object at int64{x}). This is the safest approach because code will not compile if conversion can result in information loss. The syntax is also concise. • Use static_cast as the equivalent of a C-style cast that does class GargantuanTableIterator { ... }; The class comment should provide the reader with enough information to know how and when to use the class, as well as any additional considerations necessary to correctly0 码力 | 83 页 | 238.71 KB | 1 年前3 Google C++ Style Guideexception to this rule (no pun intended) for Windows code. Run-Time Type Information (RTTI) Avoid using Run Time Type Information (RTTI). RTTI allows a programmer to query the C++ class of an object at int64{x}). This is the safest approach because code will not compile if conversion can result in information loss. The syntax is also concise. • Use static_cast as the equivalent of a C-style cast that does class GargantuanTableIterator { ... }; The class comment should provide the reader with enough information to know how and when to use the class, as well as any additional considerations necessary to correctly0 码力 | 83 页 | 238.71 KB | 1 年前3
共 6 条
- 1













