Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 条目如下:
Copy link
Owner

@dataabc dataabc Mar 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“该项目”换成“本项目”是不是好一点,我的理解这里指的是weibospider项目,而且与前文还能保持一致。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

很有道理的,已改~


```
@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}
}
```

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我想了想,weibospider后面的时间和year后的一样,我的猜测这是不是指的最新commit的日期?另外,author这里,咱们的名字第一个字拼音全大写,tensorflow是首字母大写。我的意思是咱们可以仅把第一个字母大写。另外,发现咱们采用的是中式命名(姓+名),tensorflow是英式的,这个倒无所谓,我仅仅是指出两者有些不同,不一定要改。因为这里有些网友是用作国内论文,有些是国外论文,所以有必要在这里说下。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 关于 year, 我理解是类似于“当前版本发布时间”,比如如果是学术论文的话 bibtex 里的 year 会是论文的正式发表时间。
    看 tensorflow models 感觉他们也没有使用最后一个 commit 的日期 [1]

  2. author 改成 名+姓 的格式啦,名+姓 的格式确实更常用~

[1] https://github.com/tensorflow/models#citing-tensorflow-model-garden

## 相关项目

- [weibo-crawler](https://github.com/dataabc/weibo-crawler) - 功能和本项目完全一样,可以不添加cookie,获取的微博属性更多;
Expand Down