Skip to content

Commit bfd5ec5

Browse files
committed
chore: update contact email to ang@hezhiang.com and add MIT LICENSE
1 parent 73aae58 commit bfd5ec5

7 files changed

Lines changed: 29 additions & 15 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
"creators": [
55
{
66
"name": "He, Zhiang",
7-
"affiliation": "OneCite Team",
8-
"orcid": "0000-0000-0000-0000"
9-
}
10-
],
11-
"contributors": [
12-
{
13-
"name": "OneCite Contributors",
14-
"type": "Other"
7+
"affiliation": "Independent Developer"
158
}
169
],
1710
"keywords": [

CITATION.cff

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ title: "OneCite: Universal Citation Management and Academic Reference Toolkit"
55
authors:
66
- family-names: "He"
77
given-names: "Zhiang"
8-
orcid: "https://orcid.org/0000-0000-0000-0000"
9-
- name: "OneCite Team"
8+
email: "ang@hezhiang.com"
109
repository-code: "https://github.com/HzaCode/OneCite"
1110
url: "https://github.com/HzaCode/OneCite"
1211
abstract: "OneCite is a powerful command-line tool and Python library designed to automate the tedious process of citation management. It supports multiple input formats (DOI, arXiv ID, PMID, paper titles, etc.) and generates clean, accurate bibliographic entries in BibTeX, APA, or MLA format."

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
team@onecite.org.
63+
ang@hezhiang.com.
6464

6565
All complaints will be reviewed and investigated promptly and fairly.
6666

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Thank you for your interest in contributing to OneCite! This document provides g
1515

1616
## Code of Conduct
1717

18-
This project adheres to the Contributor Covenant [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to team@onecite.org.
18+
This project adheres to the Contributor Covenant [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to ang@hezhiang.com.
1919

2020
## Getting Started
2121

@@ -264,7 +264,7 @@ If you have questions or need help:
264264

265265
- Open an issue on GitHub
266266
- Check existing issues and documentation
267-
- Email team@onecite.org
267+
- Email ang@hezhiang.com
268268

269269
Thank you for contributing to OneCite! 🎉
270270

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
3+
Copyright (c) 2024 He Zhiang
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

onecite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__version__ = "0.0.11"
1212
__author__ = "OneCite Team"
13-
__email__ = "team@onecite.org"
13+
__email__ = "ang@hezhiang.com"
1414
__license__ = "MIT"
1515

1616
from .core import (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.7"
1111
license = {text = "MIT"}
1212
authors = [
13-
{name = "OneCite Team", email = "team@onecite.org"}
13+
{name = "He Zhiang", email = "ang@hezhiang.com"}
1414
]
1515
keywords = ["citation", "bibliography", "bibtex", "academic", "reference", "doi", "arxiv"]
1616
classifiers = [

0 commit comments

Comments
 (0)