Add a bibtex item for the weiboSpider repo.#426
Merged
dataabc merged 2 commits intodataabc:masterfrom Mar 20, 2022
Merged
Conversation
Closed
dataabc
reviewed
Mar 19, 2022
README.md
Outdated
|
|
||
| 本项目通过获取微博数据,为写论文、做研究等非商业项目提供所需数据。[学术研究文档](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 条目如下: |
Owner
There was a problem hiding this comment.
“该项目”换成“本项目”是不是好一点,我的理解这里指的是weibospider项目,而且与前文还能保持一致。
dataabc
reviewed
Mar 19, 2022
| year = {2020} | ||
| } | ||
| ``` | ||
|
|
Owner
There was a problem hiding this comment.
我想了想,weibospider后面的时间和year后的一样,我的猜测这是不是指的最新commit的日期?另外,author这里,咱们的名字第一个字拼音全大写,tensorflow是首字母大写。我的意思是咱们可以仅把第一个字母大写。另外,发现咱们采用的是中式命名(姓+名),tensorflow是英式的,这个倒无所谓,我仅仅是指出两者有些不同,不一定要改。因为这里有些网友是用作国内论文,有些是国外论文,所以有必要在这里说下。
Collaborator
Author
There was a problem hiding this comment.
-
关于 year, 我理解是类似于“当前版本发布时间”,比如如果是学术论文的话 bibtex 里的 year 会是论文的正式发表时间。
看 tensorflow models 感觉他们也没有使用最后一个 commit 的日期 [1] -
author 改成 名+姓 的格式啦,名+姓 的格式确实更常用~
[1] https://github.com/tensorflow/models#citing-tensorflow-model-garden
Owner
|
辛苦了,我刚刚提了些吹毛求疵的意见,感觉我写的有点过于苛刻了,所以上面的仅仅是我的想法,不一定对,我们可以讨论讨论。 |
Owner
|
已merge,辛苦啦。 |
Collaborator
Author
|
感谢 merge! ^_^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bibtex 格式参考自:
https://github.com/tensorflow/models#citing-tensorflow-model-garden
Author 列表来自:
https://github.com/dataabc/weiboSpider/graphs/contributors
有一个小问题是很多contributor没有实名,所以只列了他们的Github用户名。
暂时还没有想到特别好的解决办法。
Year 当前设置为了上次重构和切换python版本(2=>3)的时间。