01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/22Writing Classification of Scientific/Technical Documents Formal vs informal writing, cumulative?, single vs multi-author Archival vs non-archival publications Scientific Writing Skills are crucial multiplications to converge to an optimal model. It is crucial for performance to fit the data into single-node or distributed main memory. % 2. Say why it's an interesting problem General-purpose, heavy- Matei Zaharia et al.: Resilient Distributed Datasets: A Fault-Tolerant Abstraction for In-Memory Cluster Computing. NSDI 2012 #10.2 Christopher Olston, Shubham Chopra, Utkarsh Srivastava: Generating0 码力 | 36 页 | 1.12 MB | 1 年前3
Google C++ Style GuideConversions Do not define implicit conversions. Use the explicit keyword for conversion operators and single-argument constructors. Implicit conversions allow an object of one type (called the source type) getting called. • Constructors that take a single argument may accidentally be usable as implicit type conversions, even if they are not intended to do so. • When a single-argument constructor is not marked explicit type is implicit, particularly if the list has only a single element. 15 Type conversion operators, and constructors that are callable with a single argu- ment, must be marked explicit in the class definition0 码力 | 83 页 | 238.71 KB | 1 年前3
Google Java Style Guideordered as follows: 1. All static imports in a single block. 2. All non-static imports in a single block. If there are both static and non-static imports, a single blank line separates the two blocks. There The ordering of the members of a class can have a great effect on learnability, but there is no single correct recipe for how to do it. Different classes may order their members differently. What is used with if, else, for, do and while statements, even when the body is empty or contains only a single statement. 4.1.2 Nonempty blocks: K & R style Braces follow the Kernighan and Ritchie style (”Egyptian0 码力 | 19 页 | 84.76 KB | 1 年前3
Google Python Style Guideand height == 0 and color == 'red' and emphasis == 'strong'): When a literal string won’t fit on a single line, use parentheses for implicit line joining. x = ('This will build a very long long ' 'long tions. One blank line between method definitions and between the class line and the first method. Use single blank lines as you judge appropriate within 18 functions or methods. Whitespace link Follow Yes: dict['key'] = list[index] No: dict ['key'] = list [index] Surround binary operators with a single space on either side for assignment (=), comparisons (==, <, >, !=, <>, <=, >=, in, not in, is, is0 码力 | 30 页 | 94.81 KB | 1 年前3
Google's R Style GuideYou may omit curly braces when a block consists of a single statement; however, you must consistently either use or not use curly braces for single statement blocks. if (is.null(ylim)) { ylim <- c(0,0 码力 | 8 页 | 47.42 KB | 1 年前3
02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/22too aggressive colors Orphans and Widows Imprecise definition Avoid few words per line, single line at next page Highlighting Use \emph{} (emphasize) over underlining or bold Scientific0 码力 | 26 页 | 613.57 KB | 1 年前3
03 Experiments, Reproducibility, and Projects - Introduction to Scientific Writing WS2021/22helps to keep you from “getting lost” Repeatable experiments simplify your own work There is no single way how to do it right There are many ways how to do it wrong Basic Planning Which data /0 码力 | 31 页 | 1.38 MB | 1 年前3
共 7 条
- 1













