Skip to content

Commit

Permalink
🗣Oral - The combination of NLP and Quantitative Investment (#185)
Browse files Browse the repository at this point in the history
* docs($location): change the header image for better appearance

* fix($doc/Gemfile): update jekyll otherwise `make install` would not work

* docs($location): my Oral presentation for my previous work

* fix($location): delete redandency files

* fix($all): img name typo

* fix($location): escaped criminal

* docs($location): add PR merging notification

* fix($location): tsconfig

* fix($all): delete duplications and Typo
  • Loading branch information
824zzy authored and huan committed Jul 12, 2019
1 parent 7fe55d3 commit 0c4c7a9
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 59 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins

gem "jekyll", "~> 3.7.4"
gem "jekyll", "~> 3.8.5"

group :jekyll_plugins do
gem "jekyll-archives"
Expand Down
4 changes: 2 additions & 2 deletions docs/_pages/about.md
Expand Up @@ -4,11 +4,11 @@ permalink: /about/
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "Conversational AI Club"
---

Expand Down
24 changes: 12 additions & 12 deletions docs/_pages/manuals/blog.md
Expand Up @@ -4,11 +4,11 @@ permalink: /manuals/blog/
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "How to Post a Blog"
toc: true
toc_sticky: true
Expand Down Expand Up @@ -50,18 +50,18 @@ qhduan:
## 上传格式

1. 选择论文笔记所属分类(Category),可以参考之前的[分类列表](https://bupt.github.io/ai-ml.club/categories/)
1. 选择论文笔记所带标签(Tag),可以参考之前的[分类列表](https://bupt.github.io/ai-ml.club/tags/)
1. 沙龙活动会议纪要命名格式为:`XXXX-XX-XX-seminar-meeting-minutes-${season}-${episode}.md`。其中`${season}`是沙龙活动第几季;`${episode}`是沙龙活动在本季的活动编号,顺序递增。
1. 论文笔记命名格式为: XXXX-XX-XX-paper-title-in-lower-case.md。"XXXX-XX-XX"为年月日;为了统一规范论文名一律小写。
1. 上传博客文章所需文件(如图片、PDF等),所有文件都必须存放在`docs/assets/${year}/`目录下(${year}是四位数字年份)
1. 所有上传文件,需要符合以下命名规则:
2. 选择论文笔记所带标签(Tag),可以参考之前的[分类列表](https://bupt.github.io/ai-ml.club/tags/)
3. 沙龙活动会议纪要命名格式为:`XXXX-XX-XX-seminar-meeting-minutes-${season}-${episode}.md`。其中`${season}`是沙龙活动第几季;`${episode}`是沙龙活动在本季的活动编号,顺序递增。
4. 论文笔记命名格式为: XXXX-XX-XX-paper-title-in-lower-case.md。"XXXX-XX-XX"为年月日;为了统一规范论文名一律小写。
5. 上传博客文章所需文件(如图片、PDF等),所有文件都必须存放在`docs/assets/${year}/`目录下(${year}是四位数字年份)
6. 所有上传文件,需要符合以下命名规则:
1. 文件名全部小写,有空格的地方用`-`连接;
1. 如果是沙龙活动纪要相关文件,则文件名前缀按照`seminar-${season}-${episode}-`命名。其中`${episode}`是沙龙活动的编号
2. 如果是沙龙活动纪要相关文件,则文件名前缀按照`seminar-${season}-${episode}-`命名。其中`${episode}`是沙龙活动的编号
1. 授蛋仪式照片:`seminar-${season}-${episode}-chairman-appointment.jpg`
1. 沙龙演讲照片:`seminar-${season}-${episode}-talk-${talker-name}.jpg`。其中`${talker-name}`是演讲人姓名拼音
1. 合影照片:`seminar-${season}-${episode}-group-photo.jpg`
1. 其他文件,尽量文件名和Blog Post的文件名一致,便于后续维护工作识别
1. 在添加图片到git之前,运行`make fit-image`将图片尺寸进行调整。
2. 沙龙演讲照片:`seminar-${season}-${episode}-talk-${talker-name}.jpg`。其中`${talker-name}`是演讲人姓名拼音
3. 合影照片:`seminar-${season}-${episode}-group-photo.jpg`
3. 其他文件,尽量文件名和Blog Post的文件名一致,便于后续维护工作识别
7. 在添加图片到git之前,运行`make fit-image`将图片尺寸进行调整。

## Blog Post 文件模板

Expand Down
24 changes: 12 additions & 12 deletions docs/_pages/manuals/chair.md
Expand Up @@ -4,11 +4,11 @@ permalink: /manuals/chair/
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "For all AMC Chairs to Follow"
toc: true
toc_sticky: true
Expand All @@ -21,11 +21,11 @@ toc_icon: "tasks" # corresponding Font Awesome icon name (without fa prefix)
### Vice Chairperson Duty List

1. 辅助主席开展工作
1. 在主席无法行使职能的时候,代替主席,肩负主席职责,开展相关工作
1. 监督并提醒主席在活动前48小时,发出正式的活动通知
1. 监督并提醒主席将相关的 Pull Request 在活动通知发出之前,完成 Review/Merge 操作
1. 监督并提醒主席在活动后48小时之内,发布活动纪要
1. 在主席发布活动纪要后48小时之内,完成 Vice Chair Report(副主席报告),回复在活动通知的留言区中
2. 在主席无法行使职能的时候,代替主席,肩负主席职责,开展相关工作
3. 监督并提醒主席在活动前48小时,发出正式的活动通知
4. 监督并提醒主席将相关的 Pull Request 在活动通知发出之前,完成 Review/Merge 操作
5. 监督并提醒主席在活动后48小时之内,发布活动纪要
6. 在主席发布活动纪要后48小时之内,完成 Vice Chair Report(副主席报告),回复在活动通知的留言区中

### Vice Chair Report (副主席报告)

Expand Down Expand Up @@ -71,11 +71,11 @@ Additional Notes: put additional information here (if any).
### Before

1. 监督上任轮值主席,在上次活动后48小时内,发出上次活动纪要
1. 在本次活动开始时间48小时之前,根据上次活动纪要,以及纪要的回复(PR)情况,按照 Issue Template ,撰写本次沙龙活动通知,并发布
1. 按照先自愿 + 主席指定原则,选出本次沙龙的一个 Oral,其他为 Poster
1. Merge 本次活动相关的 Pull Requests
1. 如果轮值主席因故无法履行本次轮值主席职责,需要在不晚于活动开始前48小时,授权轮值副主席为本次轮值主席,行使本次活动职责
1. 如果有新会员申请Colab权限,需要将其Google账号添加到[Colab Jupter Notebook](https://colab.research.google.com/drive/1AO3bwIgzfy63ty8OSSgUPRG1PIii3oo_)的SHARE列表中,并授予EDIT权限。
2. 在本次活动开始时间48小时之前,根据上次活动纪要,以及纪要的回复(PR)情况,按照 Issue Template ,撰写本次沙龙活动通知,并发布
3. 按照先自愿 + 主席指定原则,选出本次沙龙的一个 Oral,其他为 Poster
4. Merge 本次活动相关的 Pull Requests, **注:PR可能会存在多条commit,所以在合并PR的时候,尽可能的选择`Squash and merge`**
5. 如果轮值主席因故无法履行本次轮值主席职责,需要在不晚于活动开始前48小时,授权轮值副主席为本次轮值主席,行使本次活动职责
6. 如果有新会员申请Colab权限,需要将其Google账号添加到[Colab Jupter Notebook](https://colab.research.google.com/drive/1AO3bwIgzfy63ty8OSSgUPRG1PIii3oo_)的SHARE列表中,并授予EDIT权限。

### Middle

Expand Down
4 changes: 2 additions & 2 deletions docs/_pages/manuals/code-of-conduct.md
Expand Up @@ -4,11 +4,11 @@ permalink: /manuals/code-of-conduct/
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "Conversational AI Club"
toc: true
toc_sticky: true
Expand Down
4 changes: 2 additions & 2 deletions docs/_pages/manuals/code.md
Expand Up @@ -4,11 +4,11 @@ permalink: /manuals/code/
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "How to Share your Code"
toc: true
toc_label: "Code Manual"
Expand Down
4 changes: 2 additions & 2 deletions docs/_pages/manuals/index.md
Expand Up @@ -5,11 +5,11 @@ layout: splash
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "AI ML Club"
toc: true
toc_label: "Unique Title"
Expand Down
18 changes: 9 additions & 9 deletions docs/_pages/manuals/member.md
Expand Up @@ -4,11 +4,11 @@ permalink: /manuals/member/
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "For all AMC Members to Follow"
excerpt_separator: "<!--more-->"
toc: true
Expand All @@ -19,14 +19,14 @@ toc_icon: "tasks" # corresponding Font Awesome icon name (without fa prefix)
## Member Todo List

1. 每次参加活动之前,在 <https://github.com/BUPT/ai-ml.club/blob/master/docs/_pages/papers.md> 中,以 Pull Request 的形式,将自己想讲解的论文进行添加,并引用上次活动纪要的 Issue 方便关联查看。
1. 论文笔记可以参考模板 TBW,以方便整理发布到本沙龙博客。
1. **轮值主席****当次活动轮值主席**决定下任人选,原则上所有正式会员轮流当选。
1. 每次活动,会员争取邀请1位对 AI ML 有真爱的朋友,作为新人加入。新人第一次可以允许不提交Pull Request参会,如果第二次还想参加活动,则需要按会员要求,作为见习会员加入。
1. 参加沙龙活动的每一个人,原则上**都必须发言**
2. 论文笔记可以参考模板 TBW,以方便整理发布到本沙龙博客。
3. **轮值主席****当次活动轮值主席**决定下任人选,原则上所有正式会员轮流当选。
4. 每次活动,会员争取邀请1位对 AI ML 有真爱的朋友,作为新人加入。新人第一次可以允许不提交Pull Request参会,如果第二次还想参加活动,则需要按会员要求,作为见习会员加入。
5. 参加沙龙活动的每一个人,原则上**都必须发言**
1. Oral讲解时间为 15 - 30 min,不得超过 45 min(包括 Q/A 时间)。要求:对论文进行**全面深度**解读(模型细节与实验等)
1. Poster为 5 -10 min ,不得超过 15 min(包括 Q/A 时间)。要求:在**规定时间**内,对论文的主要**创新点**进行清晰的解读
1. 守时:**严格控制**论文介绍时间
1. 如果有代码需要演示,尽量将代码添加到Colab方便大家查阅和运行。AMC 成员共享的 Colab Jupter Notebook 地址: <https://colab.research.google.com/drive/1AO3bwIgzfy63ty8OSSgUPRG1PIii3oo_> (访问前请提供自己的Google账号给轮值主席申请权限)
2. Poster为 5 -10 min ,不得超过 15 min(包括 Q/A 时间)。要求:在**规定时间**内,对论文的主要**创新点**进行清晰的解读
3. 守时:**严格控制**论文介绍时间
6. 如果有代码需要演示,尽量将代码添加到Colab方便大家查阅和运行。AMC 成员共享的 Colab Jupter Notebook 地址: <https://colab.research.google.com/drive/1AO3bwIgzfy63ty8OSSgUPRG1PIii3oo_> (访问前请提供自己的Google账号给轮值主席申请权限)

## 相关链接

Expand Down
8 changes: 4 additions & 4 deletions docs/_pages/manuals/newcomer.md
Expand Up @@ -4,12 +4,12 @@ permalink: /manuals/newcomer/
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
excerpt: "<!--excerpt-->"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "How to enhance your attendance experience"
toc: true
toc_label: "Newcomer Manual"
toc_icon: "tasks" # corresponding Font Awesome icon name (without fa prefix)
Expand All @@ -20,7 +20,7 @@ AI ML Club,简称 AMC ,是一个半开放的人工智能、机器学习和
AMC 随时欢迎新朋友加入,前提是需要你:

1. 对AI/ML研究方向有激情
1. 有强烈论文学习和研讨意愿
2. 有强烈论文学习和研讨意愿

如果你自认为符合上述两个条件,那么欢迎你做为 AMC 俱乐部的新人申请加入。

Expand Down
17 changes: 9 additions & 8 deletions docs/_pages/manuals/pull-request.md
Expand Up @@ -4,11 +4,11 @@ permalink: /manuals/pull-request/
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "How to send Pull Request"
toc: true
toc_label: "Pull Request Manual"
Expand All @@ -28,12 +28,13 @@ toc_icon: "tasks" # corresponding Font Awesome icon name (without fa prefix)
注意:

1. 在各自的 Pull Request 的描述中,**引用本会议纪要的 issue URL**,以便于会议纪要进行追踪。
1. 在 Pull Request 中,说明自己是属于 Oral 还是 Poster.
1. Pull Request 需要至少一个人 review approve 之后,才能 merge
1. Pull Request 需要通过 CI (Continous Integration) testing 之后,才能被 merge
1. CI 对文件名的要求:`/$[a-z0-9\-\.]+$/` 注意我们统一用 - 而不用 _
1. CI 对图片的要求:尺寸不能超过1MB;同时如果宽度超过了 1920 ,那么需要用 `./scripts/fit-image.sh` 处理一下,压缩到 1920 宽度的分辨率,以加快网页加载速度
1. Pull Request 如果是 Oral 或者 Poster 的报名,那么必需要以 `/^(🗣|📰)/` 开头,请大家注意标题要符合模板
2. 在 Pull Request 中,说明自己是属于 Oral 还是 Poster.
3. Pull Request 需要至少一个人 review approve 之后,才能 merge
4. Pull Request 需要通过 CI (Continous Integration) testing 之后,才能被 merge
5. CI 对文件名的要求:`/$[a-z0-9\-\.]+$/` 注意我们统一用 - 而不用 _
6. CI 对图片的要求:尺寸不能超过1MB;同时如果宽度超过了 1920 ,那么需要用 `./scripts/fit-image.sh` 处理一下,压缩到 1920 宽度的分辨率,以加快网页加载速度
7. Pull Request 如果是 Oral 或者 Poster 的报名,那么必需要以 `/^(🗣|📰)/` 开头,请大家注意标题要符合模板
8. 发起PR的时候可能会存在多条commit,所以在合并PR的时候,尽可能的选择`Squash and merge`,使得整个repo的commit history看起来更加清爽

有任何问题,大家可以随时在群里面提出讨论。

Expand Down
5 changes: 3 additions & 2 deletions docs/_pages/papers.md
Expand Up @@ -5,11 +5,11 @@ layout: splash
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
overlay_image: /assets/images/amc-banner.jpg
# actions:
# - label: "Download"
# url: "https://github.com/mmistakes/minimal-mistakes/"
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
excerpt: "AI ML Club"
toc: true
toc_label: "Unique Title"
Expand Down Expand Up @@ -41,6 +41,7 @@ We add paper to this list if we want to presente it later, or want to ask other

| Seminar | Member | Paper |
| ------- | ------ | ----- |
| [S2E18](https://ai-ml.club/events/seminar-meeting-minutes-2-18/) | [@824zzy](https://github.com/824zzy) | [The combination of NLP and Quantitative Investment](https://github.com/824zzy/Quantitative_Model_v3.1) |
| [S2E16](https://ai-ml.club/events/seminar-meeting-minutes-2-16/) | [@ArronHZG](https://github.com/ArronHZG) | [语义分割综述](https://blog.csdn.net/Arron_hou/article/details/94134049) |
| [S2E15](https://ai-ml.club/events/seminar-meeting-minutes-2-15/) | [@linbo0518](https://github.com/linbo0518) | [Dive into NN: Theory, Architecture and Initialization](https://github.com/linbo0518/Dive-into-NN) |
| [S2E14](https://ai-ml.club/events/seminar-meeting-minutes-2-14/) | [@824zzy](https://github.com/824zzy) | [Weight Agnostic Neural Networks, David Ha, 2019](https://arxiv.org/abs/1906.04358) |
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -7,6 +7,6 @@
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/conversational-ai.jpg
caption: "Photo credit: [**boost.ai**](https://www.boost.ai/articles/2018/10/17/six-ways-conversational-ai-will-enhance-your-company)"
overlay_image: /assets/images/amc-banner.jpg
caption: "Photo credit: [**buguroo**](https://www.buguroo.com/en/blog/topic/ai)"
---
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -17,4 +17,4 @@
"src/**/*.ts",
"tests/**/*.spec.ts",
],
}
}

0 comments on commit 0c4c7a9

Please sign in to comment.