-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add a bibtex item for the weiboSpider repo. #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -244,6 +244,17 @@ $ python3 -m weibo_spider --u="1669879400,1223178222" | |
|
|
||
| 本项目通过获取微博数据,为写论文、做研究等非商业项目提供所需数据。[学术研究文档](https://github.com/dataabc/weiboSpider/blob/master/docs/academic.md)是一些在论文或研究等方面使用过本程序的项目,这些项目展示已征得所有者同意。在一些涉及隐私的描述上,已与所有者做了沟通,描述中只介绍所有者允许展示的部分。如果部分信息所有者之前同意展示并且已经写在了文档中,现在又不想展示了,可以通过邮件(chillychen1991@gmail.com)或issue的方式告诉我,我会删除相关信息。同时,也欢迎使用本项目写论文或做其它学术研究的朋友,将自己的研究成果展示在[学术研究文档](https://github.com/dataabc/weiboSpider/blob/master/docs/academic.md)里,这完全是自愿的。 | ||
|
|
||
| 为方便大家引用,现提供该项目的 bibtex 条目如下: | ||
|
|
||
| ``` | ||
| @misc{weibospider2020, | ||
| author = {CHEN Lei, SONG Zhengyang, schaepher, minami9, bluerthanever, MKSP2015, moqimoqidea, windlively, eggachecat, mtuwei, codermino, duangan1}, | ||
| title = {{Weibo Spider}}, | ||
| howpublished = {\url{https://github.com/dataabc/weiboSpider}}, | ||
| year = {2020} | ||
| } | ||
| ``` | ||
|
|
||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 我想了想,weibospider后面的时间和year后的一样,我的猜测这是不是指的最新commit的日期?另外,author这里,咱们的名字第一个字拼音全大写,tensorflow是首字母大写。我的意思是咱们可以仅把第一个字母大写。另外,发现咱们采用的是中式命名(姓+名),tensorflow是英式的,这个倒无所谓,我仅仅是指出两者有些不同,不一定要改。因为这里有些网友是用作国内论文,有些是国外论文,所以有必要在这里说下。
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
[1] https://github.com/tensorflow/models#citing-tensorflow-model-garden |
||
| ## 相关项目 | ||
|
|
||
| - [weibo-crawler](https://github.com/dataabc/weibo-crawler) - 功能和本项目完全一样,可以不添加cookie,获取的微博属性更多; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“该项目”换成“本项目”是不是好一点,我的理解这里指的是weibospider项目,而且与前文还能保持一致。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
很有道理的,已改~