01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/22Recording Lectures (TUbe)? No Lectures and discussions via Webex No recording in order to foster discussion, private presentations Goals Understanding of / communication through scientific writing Technology, WS 2020/21 Dealing with Feedback / Criticism Different Kinds of Feedback Casual discussion of early ideas Comments on paper drafts Reviewer comments (good and bad) Example Compressed0 码力 | 36 页 | 1.12 MB | 1 年前3
Google Java Style Guideactual Unicode characters are used, an explanatory comment can be very helpful. Examples: Example Discussion String unitAbbrev = "s"; Best: perfectly clear even without a comment. String unitAbbrev = "\u03bcs"; unitAbbrev = "\u03bcs"; // Greek letter mu, "s" Allowed, but awkward and prone to mistakes. 2 Example Discussion String unitAbbrev = "\u03bcs"; Poor: the reader has no idea what this is. return '\ufeff' + content;0 码力 | 19 页 | 84.76 KB | 1 年前3
Google C++ Style Guidename; int num_entries; static Pool* pool; }; See Structs vs. Classes for a discussion of when to use a struct versus a class. Constant Names Variables declared constexpr or const space. The basic format for a class definition (lacking the comments, see Class Com- ments for a discussion of what comments are needed) is: class MyClass : public OtherClass { public: // Note the 1 space 0 码力 | 83 页 | 238.71 KB | 1 年前3
02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/22conferences/journals and find latest work These papers’ related work should provide a good categorization and discussion of related work recursive lookup By Author Sometimes there are well-known experts in a0 码力 | 26 页 | 613.57 KB | 1 年前3
Google Python Style Guideto succeed in all cases. Decorators are a special case of “top level code” - see main for more discussion. Threading link Do not rely on the atomicity of built-in types. While Python’s built-in data0 码力 | 30 页 | 94.81 KB | 1 年前3
共 5 条
- 1













