Difference between revisions of "Week 2"
(One intermediate revision by the same user not shown) | |||
Line 88: | Line 88: | ||
# [https://web.stanford.edu/class/ee384m/Handouts/HowtoReadPaper.pdf How to Read a Paper], by S. Keshav, 2016 | # [https://web.stanford.edu/class/ee384m/Handouts/HowtoReadPaper.pdf How to Read a Paper], by S. Keshav, 2016 | ||
# [http://www.machinelearning.ru/wiki/images/1/1a/CommResrarchProtocol.pdf Выполнение исследовательских проектов] в коммерческой организации: методические рекомендации | # [http://www.machinelearning.ru/wiki/images/1/1a/CommResrarchProtocol.pdf Выполнение исследовательских проектов] в коммерческой организации: методические рекомендации | ||
+ | |||
+ | ===Write or translate?=== | ||
+ | The rule is simple: write in the language you think in. | ||
+ | # Read with pleasure (Ru) [http://www.math.nsc.ru/LBRT/g2/english/ssk/r-e.pdf Советы эпизодическому переводчику]. С.С. Кутателадзе | ||
+ | #[http://www.ega-math.narod.ru/Quant/ABS.htm Как написать математическую статью по-английски]. А.Б. Сосинский | ||
+ | # [https://orfogrammka.ru/%D1%81%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA/%D1%81%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_%D0%B8%D0%B7%D0%B4%D0%B0%D1%82%D0%B5%D0%BB%D1%8F_%D0%B8_%D0%B0%D0%B2%D1%82%D0%BE%D1%80%D0%B0_%D0%BC%D0%B8%D0%BB%D1%8C%D1%87%D0%B8%D0%BD_%D1%87%D0%B5%D0%BB%D1%8C%D1%86%D0%BE%D0%B2%D0%B0/ Справочник издателя и автора]. А.Э. Мильчин, Л.К. Чельцова |
Latest revision as of 19:34, 23 February 2025
The goal of this week is to land our project and write your main message.
Contents
A: Abstract
- Discuss with your consultant the project goals and understand the problem statement.
- Write a draft of your abstract, see the examples. The abstract shall not exceed 600 characters. It may contain:
- wide-range field of the investigated problem,
- narrow problem to focus on,
- features and conditions of the problem,
- the novelty,
- application to illustrate with.
Land your project
- Find in the organization github.com/intsystems
- the existing repository of your project or
- create it with the title Project-N using the project short title, see previous examples.
- Create the folder structure:
- docs,
- code,
- data,
- [figs].
- Put the link to your repository in the group table Spring 2025.
- Fill out the readme.md file in the GitHub project. Use this example as a template.
Tips for your healthy repository
Clone the master and upload your contributions. See a short guide to GitHub.
- Update first, Commit after (Pull first, Push after)
- Your own work only, no external archives
- No big files (put link to external datasets)
- No temporary nor dummy files
Tell the difference between branch and fork.
Read the Manual on how to create a repository for educational projects.
If a large collective project continues, create a personal folder in the project repository. Title it Surname2018Title.
L: Literature
We use the LinkReview draft format to share our evanescent ephemeral ideas and impressions we have during the literature reading.
- Collect the list of references including:
- state-of-the-art reviews, tutorials,
- fundamental solutions to the problem,
- the basic algorithm to solve your problem,
- alternative algorithms,
- [changes in the research directions],
- data sets and experiments,
- the papers that use these data sets
- applications of the results,
- names of researchers, who solve this problem,
- their students and teams,
- those, who refer to their works.
- Balance the list of new and well-known works.
- Keep up-to-date the list of keywords to search.
- Continuously fulfill your LinkReview.
- Plan Introduction. Collect
- keywords as the basic termini; those who bring good search results are useful,
- what the paper devoted to,
- the investigated problem,
- the central idea,
- literature review,
- the authors' contribution.
- Add to LinkReview the references to data sources, code repositories, and libraries.
B: Beginner's-talk
Short 45-second introductory talk. Plan of the talk:
- The project goal. What is the motivation and the goal to reach?
- The main idea. What is the message?
- The expected result. What is your delivery, your impact, novelty?
There is no time to show a slide or draw a plot on the blackboard. Do rehearse your talk before the mirror. Week 3 starts with your talk.
Homework
- Land your project.
- Put the links to your project in the group table.
- Prepare the letter A, discuss it with your consultant.
- Put it to read.me.
- Read the literature. Put the references to your .bib file, and prepare the letter L.
- Prepare the letter B, the beginner's talk.
References
- List of academic databases and search engines
- How to Read a Paper, by S. Keshav, 2016
- Выполнение исследовательских проектов в коммерческой организации: методические рекомендации
Write or translate?
The rule is simple: write in the language you think in.
- Read with pleasure (Ru) Советы эпизодическому переводчику. С.С. Кутателадзе
- Как написать математическую статью по-английски. А.Б. Сосинский
- Справочник издателя и автора. А.Э. Мильчин, Л.К. Чельцова