Science Score: 44.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.3%) to scientific vocabulary
Keywords
web-component
Last synced: 6 months ago
·
JSON representation
·
Repository
A brief exploration of web components
Basic Info
- Host: GitHub
- Owner: rsdoiel
- License: cc-by-sa-4.0
- Language: HTML
- Default Branch: main
- Homepage: https://rsdoiel.github.io/widgets
- Size: 582 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 1
Topics
web-component
Created about 4 years ago
· Last pushed about 4 years ago
Metadata Files
Readme
License
Citation
Codemeta
README.md
Widgets
This repository holds an exploration of web components work. The goal is to illustrate web component implementation through simple examples.
Requirements
- A text editor (for editing HTML, CSS, and JavaScript files)
- A static web server
- A web broswer
Copyright © 2022 R. S. Doiel all rights reserved.

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Owner
- Name: R. S. Doiel
- Login: rsdoiel
- Kind: user
- Location: California
- Company: California Institute of Technology
- Website: https://rsdoiel.github.io
- Repositories: 149
- Profile: https://github.com/rsdoiel
I am a human. Once upon a time I wrote music and prose. I write software.
Citation (CITATION.cff)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Doiel
given-names: R. S.
orcid: https://orcid.org/0000-0003-0900-6903
version: 0.0.1
title: Widgets
date-released: 2022-01-17
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CC-BY-SA-4.0",
"codeRepository": "git+https://github.com/rsdoiel/widgets",
"dateCreated": "2022-01-03",
"datePublished": "2022-01-17",
"dateModified": "2022-01-07",
"downloadUrl": "https://github.com/rsdoiel/widgets/latest/release",
"issueTracker": "https://github.com/rsdoiel/issues",
"name": "Widgets",
"version": "0.0.1",
"description": "An exploration of Web Components",
"developmentStatus": "wip",
"programmingLanguage": [
"HTML",
"CSS",
"JavaScript"
],
"runtimePlatform": [
"web browser"
],
"softwareRequirements": [
"Makefile",
"git",
"bash"
],
"relatedLink": [
"https://rsdoiel.github.io/widgets"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0900-6903",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "rsdoiel@gmail.com"
}
]
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- 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
Top Authors
Issue Authors
- rsdoiel (1)
Pull Request Authors
- rsdoiel (1)