【关于画钟方面的一些信息】
https://blog.csdn.net/liu537192/article/details/45693529
https://www.cnblogs.com/guchunli/p/6371040.html
图片插入(超级详细):https://blog.csdn.net/geekleee/article/details/73018194
https://my.oschina.net/bxxfighting/blog/378196
1.本地同步仓库内容:
git pull [email protected]:luckyqsz/ASAGroup.git
2.增加文件:
git add .
(注意add和.之间有空格,加.是提交所有文件,提交指定文件可以写文件名)
3.提交文件
git commit -m "这里写下你自己的记录本次提交内容的信息"
4.推送到远程仓库
git push [email protected]:luckyqsz/BCRC-ASAGroup.git
李飞飞、吴恩达、Bengio等人的15大顶级深度学习课程 [how to read a paper](https://www.huffingtonpost.com/jennifer-raff/how-to-read-and-understand-a-scientific-paper_b_5501628.html)
take note of the authors and their institutional affiliations.
take note of the journal in which it’s published.
1.Begin by reading the introduction, not the abstract.
2. Identify the big question.
3. Summarize the background in five sentences or less.
4. Identify the specific question(s).
5. Identify the approach.
6. Read the methods section.(Draw a diagram for each experiment)
7. Read the results section.
8. Determine whether the results answer the specific question(s).
9. Read the conclusion/discussion/interpretation section.
10. Go back to the beginning and read the abstract.
11. Find out what other researchers say about the paper.