schedule of 2016-10-09~2016-10-16(Sunday~Sunday)——1st semester of 2nd Grade
most important things to do
1.prepare for toefl
2.joint phd preparations
3.ieee trans thesis to write
4.solid fundamental knowledge
5.body fitness
2016/10/9 Sunday
1.handle procedures in bnu about going abroad to take the ICMI2016 conference
2.submit the expense account to the finance department
3.arrange and hand over materials about Haidian election
4.write news about going abroad to take the SPIE2016 conference
5.make the payroll for our lab and members in database construction
6.fill in the information about devices in our lab
7.see a film about MeiGong River
8.19:00take the conference about subject training
9.<20:40arrange English associated words/sentence head for part of spoken English & composition of toefl
10.<22:30 review 《日本机器学习》ch3 not finished
2016/10/10 Monday
1.read material about how to use deep learning method to get motion features
2.make ppt for afternoon's group meeting
3.take the group meeting
4.specialized training of listening for toefl & arrange very useful materials
2016/10/11 Tuesday
1.specialized training of reading for toefl & arrange very useful materials
2.communice with leader of international communication&cooperation office about the permission to go to Japan
3.email to editors of icmi & spie about modifying the address of correspondence
4.email to give information to editor of icmi
5.fill in the form about dealing with Japan visa
6.prepare other materials about Japan visa
7.prepare for Dr Li's ppt for applying for national scholarship
2016/10/12 Wednesday
1.help Dr. Li to apply for national scholarship
2.manage the money related things
2.modify Monday's group meeting ppt and make ppt framework for next monday's group meeting ppt
3.make plans for this week (life+study)
4.manage all most useful materials for toefl test
2016/10/13 Thursday
1.prepare for some materials for visa into one document and ask how to mail to agency
2.ask database team1-A、B、C、D team 2-A、B、C、D team3-A、3-B the proceeding
3.search for 3 "action image video detection recognition motion segment extract" related paper (new & supreme)
4.select one of the paper to read
5.manage all most useful materials for toefl test
2016/10/14 Friday
1.go to international communication&cooperation office to seal
2.mail visa materials to agency
3.print all useful materials for toefl test
4.print and manage materials for tomorrow's conference
5.survey the conference or issue for database paper and make a outline&general draft --》ppt
6.copy all related material used for Saturday to U-disk
7.exercise speaking to foreign teachers tomorrow
8.record the proceeding of database2.0
9.exercise tpo reading(3 paper):don't play with hands and think about others quick quick quick
2016/10/15 Saturday
1.take apart in conference for joint PHD
2. toefl test (before test read all printed materials)+reflect myself
3.record the proceeding of database2.0
4.select one of the paper to read "action image video detection recognition motion segment extract"
5.make ppt for ICMI2016(emotiw2016)
6.list teachers to contact(igsf)
2016/10/16 Sunday
1. toefl reading
2. review《杉山将-图解机器学习》ch3 over--》ppt
3.exercise caffe basically finished
4.record the proceeding of database2.0
###########################################
additional
1.exercise C/C++
2.exercise java
3.exercise python
4.exercise Linux
5.exercise mathematical statistics & machine learning & algorithm
###########################################
schedule of 2016-10-09~2016-10-16(Sunday~Sunday)——1st semester of 2nd Grade的更多相关文章
- schedule of 2016-11-7~2016-11-10(Monday~Thursday)——1st semester of 2nd Grade
most important things to do 1.joint phd preparations 2.journal paper to write 3.solid fundamental kn ...
- schedule of 2016-10-31~2016-11-6(Monday~Sunday)——1st semester of 2nd Grade
most important things to do 1.joint phd preparations 2.journal paper to write 3.solid fundamental kn ...
- schedule of 2016-10-24~2016-10-30(Monday~Sunday)——1st semester of 2nd Grade
2016/10/24 Monday forcus:find a way to try to recognize emotions in database2.0(see ppt Week 7) 1.pr ...
- schedule of 2016-10-17~2016-10-23(Monday~Sunday)——1st semester of 2nd Grade
most important things to do 1.joint phd preparations 2.journal paper to write 3.solid fundamental kn ...
- schedule of 2016-09-19~2016-09-25(Monday~Sunday)——1st semester of 2nd Grade
2016/9/19 Monday 1.make ppt for today's group meeting 2.recite 100 words 3.review <图解机器学习>ch1~ ...
- schedule of 2016-09-12~2016-09-18(Monday~Sunday)——1st semester of 2nd Grade
2016/9/12 Monday 1.send present to Teacher Wei&hu 2.make ppt for 1st database 2.0 meeting for al ...
- schedule of 2016-09-26~2016-10-02(Monday~Sunday)——1st semester of 2nd Grade
2016/9/26 Monday 1.make ppt for this afternoon's group meeting 2.ask teacher Xiqi&Liu some probl ...
- 2014.10.09 Andrew 学习 WPF(刘铁锰) 笔记分享
引言 主要是讲了关于WPF只是表现层的工具. 第一章: XAML : 可扩张应用程序标记语言 Extensible Application Markup Language 什么是XAML? X ...
- 《死磕 Elasticsearch 方法论》:普通程序员高效精进的 10 大狠招!(完整版)
原文:<死磕 Elasticsearch 方法论>:普通程序员高效精进的 10 大狠招!(完整版) 版权声明:本文为博主原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链 ...
随机推荐
- Codeforces Round #577 (Div 2)
A. Important Exam 水题 #include<iostream> #include<string.h> #include<algorithm> #in ...
- cmd导入比较大的sql脚本
osql -S jack_c -d yourdb -U sa -P 123 -i E:\user.sql 注意: sql脚本里面一定要先创建数据库或者use到某个数据库,然后再cmd执行脚本
- 微信公众号无法使用css3的多行省略
解决通过伪元素 .text{ width: 100%; position:relative; overflow:hidden; height: 20px /* overflow : hidden; t ...
- activiti 如何使用database前缀来区分activiti数据库和业务数据库
为什么80%的码农都做不了架构师?>>> 第一步是先集成好activiti,我使用的是5.22.0,使用springboot集成,pom文件如下: <parent> ...
- insert语句让我学会的两个MySQL函数
我们要保存数据到数据库,插入数据是必须的,但是在业务中可能会出于某种业务要求,要在数据库中设计唯一索引:这时如果不小心插入一条业务上已经存在同样key的数据时,就会出现异常. 大部分的需求要求我们出现 ...
- html(三)注册页面与重定向
注册和登陆的建立是通过界面post提交表单然后在测试界面获取提交的值,进行判断. 1.测试传来的值,是否为空,将值传回到测试界面: ("Reg.jsp?errorCode=" + ...
- vscode编辑如何保存时自动校准eslint规范
在日常开发中,一个大点的项目会有多人参与,那么可能就会出现大家的代码风格不一,各显神通,这个时候就要祭出我们的eslint. 在这之前磨刀不误砍柴工,我们先来配置一下我们的代码编辑工具,如何在vsco ...
- Vue-axios 在vue cli中封装
common/post.js import axios from 'axios' // 引入axios import qs from 'qs' // 引入qs axios.defaults.baseU ...
- 【38.96%】【hdu 1540】Tunnel Warfare
Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission ...
- vue-learning:24 - component - 目录
component 组件 组件的概念 Vue 组件同时也都是 Vue 实例,可接受相同的选项对象option (除了一些根级特有的选项) 和使用相同的生命周期钩子,以及模板调用方式. 组件的构建和注册 ...