-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42f8a9a
commit 03fdf77
Showing
40 changed files
with
1,567 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# 1.导师论文阅读 | ||
## 1.硕士论文阅读 | ||
1. 导师:朱华 | ||
# 1.文献综述怎么写 | ||
1. 根据论文想出5个关键字,依次输入谷歌学术 | ||
2. 准备2个参考文献文件夹,一个文件名为useful,另一个为maybe useful | ||
3. 浏览搜索到的文献的标题,看到和自己研究方向相关的题目就点进去,快速阅读文献,主要看`Abstract, Introduction, Conclusion`这三个部分 | ||
4. 把觉得和自己论文主题相关度高的,放进useful文件夹,如果看完觉得`有那么点关系但是又舍不得pass的文献,就放进maybe useful文件夹` | ||
5. 两个文件夹各自存满20篇文献,从useful文件夹开始,一篇一篇精读这些文献。精读的时候划重点,做笔记,摘录提取`bullet points` | ||
6. 精读的过程会重复几遍,每读一遍都会获得新的信息,慢慢关注下methodology,在阅读的过程中形成自己文章的论证方式,为你的reseach method部分做准备,如果是实证论文,可以想下自己模型的雏形。 | ||
7. 读第2,3遍的时候,打开word,开始一边读一边记录要写进文献综述的部分,要用自己的话重复,写进去的时候用记得标注citation(作者+年份) | ||
8. 将所有的文献进行*整理引用*,把*同一小主题的贴在同一段中,也可以加上小标题*,使自己的文章更有逻辑,条理更清晰 | ||
9. 尽量找出不同论文中存在矛盾冲突的点,凸显出学术思维碰撞的火花,比如说*某些大佬实证得到的2个变量是正相关的,而其他大佬是负相关,还有一些人认为根本不相关,学会用`however,on the contrary, in contrast`等等这些连接词 | ||
10. 索引去看文献引用的文献(文献爸爸)和文献被引用的文献(文献儿子),去看理论是如何发展的,在此过程中发现更多好文献,不断扩充自己的reference文献库 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,90 @@ | ||
{ | ||
// Latex configuration | ||
"latex-workshop.latex.recipes": [ | ||
{ | ||
"name": "xe->bib->xe->xe", | ||
"tools": [ | ||
"xelatex", | ||
"bibtex", | ||
"xelatex", | ||
"xelatex" | ||
] | ||
} | ||
], | ||
"latex-workshop.latex.tools": [ | ||
{ | ||
// 编译工具和命令 | ||
"name": "xelatex", | ||
"command": "xelatex", | ||
"args": [ | ||
"-synctex=1", | ||
"-interaction=nonstopmode", | ||
"-file-line-error", | ||
// "-pdf", | ||
"%DOCFILE%" | ||
] | ||
}, | ||
{ | ||
"name": "pdflatex", | ||
"command": "pdflatex", | ||
"args": [ | ||
"-synctex=1", | ||
"-interaction=nonstopmode", | ||
"-file-line-error", | ||
"%DOCFILE%" | ||
] | ||
}, | ||
{ | ||
"name": "bibtex", | ||
"command": "bibtex", | ||
"args": [ | ||
"%DOCFILE%" | ||
] | ||
} | ||
], | ||
"latex-workshop.view.pdf.viewer": "tab", | ||
"latex-workshop.latex.clean.fileTypes": [ | ||
"*.aux", | ||
"*.bbl", | ||
"*.blg", | ||
"*.idx", | ||
"*.ind", | ||
"*.lof", | ||
"*.lot", | ||
"*.out", | ||
"*.toc", | ||
"*.acn", | ||
"*.acr", | ||
"*.alg", | ||
"*.glg", | ||
"*.glo", | ||
"*.gls", | ||
"*.ist", | ||
"*.fls", | ||
"*.log", | ||
"*.fdb_latexmk" | ||
"name": "xelatex", | ||
"tools": [ | ||
"xelatex" | ||
] | ||
}, | ||
{ | ||
"name": "latexmk", | ||
"tools": [ | ||
"latexmk" | ||
] | ||
}, | ||
{ | ||
"name": "xelatex -> bibtex -> xelatex*2", | ||
"tools": [ | ||
"xelatex", | ||
"bibtex", | ||
"xelatex", | ||
"xelatex" | ||
] | ||
} | ||
], | ||
"latex-workshop.latex.tools": [ | ||
{ | ||
"name": "xelatex", | ||
"command": "miktex-xelatex", | ||
"args": [ | ||
"-synctex=1", | ||
"-interaction=nonstopmode", | ||
"-file-line-error", | ||
"%DOC%" | ||
] | ||
}, { | ||
"name": "latexmk", | ||
"command": "miktex-latexmk", | ||
"args": [ | ||
"-synctex=1", | ||
"-interaction=nonstopmode", | ||
"-file-line-error", | ||
"-pdf", | ||
"%DOC%" | ||
] | ||
}, { | ||
"name": "pdflatex", | ||
"command": "miktex-pdflatex", | ||
"args": [ | ||
"-synctex=1", | ||
"-interaction=nonstopmode", | ||
"-file-line-error", | ||
"%DOC%" | ||
] | ||
}, { | ||
"name": "bibtex", | ||
"command": "miktex-bibtex", | ||
"args": [ | ||
"%DOCFILE%" | ||
] | ||
} | ||
], | ||
|
||
//清除辅助文件 | ||
"latex-workshop.latex.autoClean.run": "onBuilt", | ||
"latex-workshop.latex.clean.fileTypes": [ | ||
"*.aux", | ||
"*.bbl", | ||
"*.blg", | ||
"*.idx", | ||
"*.ind", | ||
"*.lof", | ||
"*.lot", | ||
"*.out", | ||
"*.toc", | ||
"*.acn", | ||
"*.acr", | ||
"*.alg", | ||
"*.glg", | ||
"*.glo", | ||
"*.gls", | ||
"*.ist", | ||
"*.fls", | ||
"*.log", | ||
"*.fdb_latexmk", | ||
], | ||
"latex-workshop.view.pdf.viewer": "tab", //用内置pdf阅读器查看 | ||
|
||
"latex-workshop.showContextMenu":true, //右键菜单 | ||
} | ||
|
||
} |
Binary file added
BIN
+53.5 KB
... Jurnal Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/figur1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+45.2 KB
...tematika/template-komputasi-latex/images/Screen Shot 2022-01-09 at 08.19.55.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+53.5 KB
... Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/figur1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+126 KB
... Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/figur2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+44.9 KB
... Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+37 KB
...Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+220 KB
...Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+120 KB
...Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+85.9 KB
...Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+61.9 KB
...Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+103 KB
...Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+39 KB
...Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.3 KB
...Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/images/gambar8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.9 KB
...Ilmu Komputer dan Matematika/template-komputasi-latex/images/image-template.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+200 KB
...x/Komputasi_ Jurnal Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/main.pdf
Binary file not shown.
Binary file added
BIN
+41.9 KB
...tasi_ Jurnal Ilmiah Ilmu Komputer dan Matematika/template-komputasi-latex/main.synctex.gz
Binary file not shown.
Oops, something went wrong.