[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
how-to-write-a-masters-thesis [2022/01/06 12:14]
strakova [Referencing, Plagiarism and These Things (Don't Skip Me!)]
how-to-write-a-masters-thesis [2022/01/06 12:42]
strakova [Referencing, Plagiarism and These Things (Don't Skip Me!)]
Line 84: Line 84:
   * **big inventions with names:** People who invented them should get credit. The first time you mention anything with a name, you should consider adding a reference. E.g., HMM, NNs, RNNs, LSTM, word embeddings (word2vec, FastText), contextualized word embeddings (BERT, ...), etc.   * **big inventions with names:** People who invented them should get credit. The first time you mention anything with a name, you should consider adding a reference. E.g., HMM, NNs, RNNs, LSTM, word embeddings (word2vec, FastText), contextualized word embeddings (BERT, ...), etc.
   * **general ideas without names:** The first attempts at solving some problem in a way which is similar to yours, or not similar, but was simply the first.   * **general ideas without names:** The first attempts at solving some problem in a way which is similar to yours, or not similar, but was simply the first.
-  * **copied material**: Any time you copy anything more than a sentence, it should be referenced. Also **definitions**, adopted **figures****tables**.+  * **copied material**: Any time you copy anything more than a sentence, it should be referenced. Also **definitions**, adopted **figures** and **tables**.
   * **related publications**: publications closely related to your work. Many master theses are incremental changes to one influential publication - which, obviously, must be referenced.   * **related publications**: publications closely related to your work. Many master theses are incremental changes to one influential publication - which, obviously, must be referenced.
   * **source code**: Give credit to those who implemented source code you use or build on. It is not necessary to reference Python, but one should reference specialized software (like TensorFlow) and especially the source code you modified. Most source code authors give exact instructions in README about how they wish to be referenced. Usually, by citing a publication.   * **source code**: Give credit to those who implemented source code you use or build on. It is not necessary to reference Python, but one should reference specialized software (like TensorFlow) and especially the source code you modified. Most source code authors give exact instructions in README about how they wish to be referenced. Usually, by citing a publication.
Line 93: Line 93:
 Less obvious and not always necessary references may be required by: Less obvious and not always necessary references may be required by:
  
-- sentences like ''It is (generally) considered that ...'', ''It is (generally) thought that ...'' are always tricky and will attract ttention. By whom it is considered? Ideally they would be supported by references to publications. +* statements like ''"It is (generally) considered that ..."'', ''"It is (generally) thought that ..."'' are tricky. By whom it is considered? Ideally they would be supported by references to publications.
- +
  
 +In scientific writing, there is a rigid, accustomed way of proper referencing.
  
 ===== Submitting the Thesis ==== ===== Submitting the Thesis ====

[ Back to the navigation ] [ Back to the content ]