ling101-citation-generator
Generates citations for LING101 paper
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.4%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Generates citations for LING101 paper
Basic Info
- Host: GitHub
- Owner: qubist
- Language: Python
- Default Branch: master
- Size: 0 Bytes
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 7 years ago
· Last pushed almost 7 years ago
Metadata Files
Readme
Citation
README.md
LING101-citation-generator
Owner
- Name: Will
- Login: qubist
- Kind: user
- Location: Chatham, NY
- Company: @lightningrodlabs
- Website: https://will.quest
- Repositories: 65
- Profile: https://github.com/qubist
a farmer
Citation (citation_generator.py)
file = open("data.txt","r")
data = file.read().splitlines()
# print(data)
for dataString in data:
author = dataString.split("; ")[0]
title = dataString.split("; ")[1]
# print(f'Author: {author}')
# print(f'title: {title}')
lastName = ' '.join(author.split()[1:])
firstName = str(author.split()[0])
# lastName = "Harris-Braun"
# firstName = "Will"
# paperTitle = "Outside the Lines"
citation = f"{lastName}, {firstName}. 2019. \"{title}.\" Paper submitted for Linguistics 101: Introduction to Linguistics. Haverford College, Spring 2019; Prof. B. Lillehaugen.\n"
print(citation)
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0