js-citation-generator
Little JS application for generate interresting citations, with their owners
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.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Little JS application for generate interresting citations, with their owners
Basic Info
- Host: GitHub
- Owner: unknowVariable
- Language: JavaScript
- Default Branch: main
- Size: 7.81 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 5 years ago
· Last pushed almost 5 years ago
Metadata Files
Readme
Citation
README.md
js-citation-generator
Little JS application for generate interresting citations, with their owners
Owner
- Name: unknow_variable
- Login: unknowVariable
- Kind: user
- Repositories: 1
- Profile: https://github.com/unknowVariable
Studying at 42 Paris - aconstan
Citation (citations.css)
html, body {
background: #5C258D;
background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
height: 100%;
width: 100%;
}
#citation {
font-size: 2em;
font-family: 'Satisfy', curve;
line-height: 1.3em;
letter-spacing: 1px;
}
#citation:before {
content: open-quote;
}
#citation:after {
content: close-quote;
}
#auteur {
font-size: 1.5em;
font-style: italic;
}
#nouveau {
background: #ff9966;
background-image: linear-gradient(to right top, #cf24eb, #4b8aff, #00bdff, #00e1ff, #00fcff);
cursor: pointer;
}