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 links in README
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: ashish-ranjan-codes
- Language: HTML
- Default Branch: master
- Size: 1.95 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Citation
Owner
- Name: Ashish Ranjan
- Login: ashish-ranjan-codes
- Kind: user
- Repositories: 1
- Profile: https://github.com/ashish-ranjan-codes
Software Developer
Citation (citations.html)
<!doctype html> <html> <head> <title> Quotations and Citations </title> </head> <body> <p> Here, I will use quotations and citations tags in HTML </p> <hr> <p> This is a quotation below: </p> <blockquote> I have lived 1 year in Kolkata. I know there is a very humid weather and one can't survive without AC </blockquote> <p> This is a short quotation example: <q>Short quotaion incudes quotes around it </q>. </p> <p> The <abbr title='HyperText Markup Language'>HTML</abbr> is fun to learn. </p> <p> To display address, we use address tag </p> <address> Ashish Ranjan <br> Kolkata, India <br> Phone mt karna </address> <p> Use cite tag for work title like book, music, job role etc. </p> <p> Ashish is a <cite>ASE</cite> at IBM. </p> <bdo dir='rtl'> This text is written from right to left using bdo tag. </bdo> </body> </html>