Difference between revisions of "Week 2"

From Research management course
Jump to: navigation, search
Line 1: Line 1:
 
'''The goal of this week''' is comprehend the main goal of your project and write about it.  
 
'''The goal of this week''' is comprehend the main goal of your project and write about it.  
  
== Select your project (Spring 2021) ==  
+
== Select your project (Spring 2022) ==  
 
To select your project:
 
To select your project:
 
# [http://bit.ly/m1p_2021 Look through the list of projects].
 
# [http://bit.ly/m1p_2021 Look through the list of projects].

Revision as of 01:11, 17 February 2022

The goal of this week is comprehend the main goal of your project and write about it.

Select your project (Spring 2022)

To select your project:

  1. Look through the list of projects.
  2. Find information about the experts and consultants.
  3. Select your projects in [1].
  4. Wait for confirmation from ...
  5. Put confirmed topics to the Group table on Machinelearning.ru
  6. Write your consultant (politely).

A: Abstract

Write a draft of your abstract. Think of a motivation. The abstract shall not exceed 600 characters. It may contain:

  1. wide-range field of the investigated problem,
  2. narrow problem to focus on,
  3. features and conditions of the problem,
  4. the novelty (please not exaggerate),
  5. application to illustrate with (put the results here later).


Land your project

  1. Обсудить с консультантом проект, понять цели, задачи, проблемы.
  2. Найти в организации https://github.com/Intelligent-Systems-Phystech репозиторий своего проекта или создать его с названием формата Project-N или через акроним проекта, примеры.
  3. Create the folder structure:
    • docs,
    • code,
    • data,
    • [figs].
  4. Put the direct link to the paper in the table, so that everyone could access it.
  5. Rename article.tex to Surname2020Title.tex
  6. Check the both .tex and .pdf files are downloaded.
  7. Fill the readme.md file in the github project.
  8. (Если проект продолжающийся) Создать личную папку в репозитории проекта, название в формате Surname2018Title.
  9. Поместить файл (из ДЗ 1) с шаблоном статьи в личную папку, название в формате Surname2018Title.tex.
  10. Создать документ-черновик обзора литературы формата LinkReview, поставить на него ссылку to the Group table on Machinelearning.ru в таблицу.
  11. Рекомендуется кроме литературы заносить в LinkReview ссылки на источники данных, на код и библиотеки.
  12. Совет: создать групповой чат.

I: Introduction

The introductory part includes research goals and motivations. It reasons the research with fundamental and state-of-the-arts references. It delivers the main message of the work to the reader. This message shows novelty of this work in comparison to recent results.

Write Introduction. The expected size is one page. The expected plan is:

  1. the research goal (and its motivations),
  2. the object of research (introduce main termini),
  3. the problem (what is the challenge),
  4. methodology: literature review and state-of-the-art
  5. the project tasks,
  6. the proposed solution, its novelty and advantages,
  7. the profs and cons of recent works,
  8. goal of the experiment, set up, data sets, workflow.


Important! Wikipedia is not the source of information, but it contains many useful sources.

Note that! ArXiv is not a peer-review source of information. Look for the copies of papers that are published in peer-review scientific journals. If after one or two years after its ArXiv version, the pare did not appear in a peer-review journal, be careful to use it: this paper might be non-verified since it was rejected by the other journals.

Also, to refine your Introduction:

  1. Create the file Surname2018Title.bib for your project.
  2. Move from the file LinkReview useful bibliographic records in the BibTeX format.
    • Check the correctness of the BibTeX database (styles of authors names, volumes of journals, page numbers).
    • Use bibliographic databases to facilitate your work.
    • Use the default style \bibliographystyle{plain} before the bibliography section \bibliography{ProjectN}.

L: Literature

We use the LinkReview draft format to share our evanescent ephemeral ideas and impressions we have during the literature reading.

  1. Collect the list of references including:
    1. state-of-the-art reviews, tutorials,
    2. fundamental solutions to the problem,
    3. the basic algorithm to solve your problem,
    4. alternative algorithms,
    5. [changes in the research directions],
    6. data sets and experiments,
    7. the papers that use these data sets
    8. applications of the results,
    9. names of researchers, who solve this problem,
    10. their students and teams,
    11. those, who refer to their works.
  2. Balance the list of the new and well-known works.
  3. Keep up-to date the list of keywords to search with.
  4. Continuously fill your LinkReview.
  5. Plan Introduction (see the next todo list), namely collect:
    • keywords as the basic termini; those who brigs good search results are useful,
    • what the paper devoted to,
    • the investigated problem,
    • the central idea,
    • literature review,
    • the authors' contribution.

B: Beginner's-talk

Short 45-second introductory talk. Plan of the talk:

  1. The project goal. What is the motivation, the goal to reach?
  2. The main idea. What is the message?
  3. 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. It is recommended to rehearse the report. Week 3 starts with your talk.


Resources

Советы по пользованию репозиторием

  1. Update first, Commit after (Pull first, Push after)
  2. Your own work only, no external publications
  3. No big files (put link to external datasets)
  4. No temporary nor dummy files

Прочитать, чем отличается branch от fork