mast-cell-activation-syndrome-survey
Mast cell diagnosis survey
https://github.com/sixarm/mast-cell-activation-syndrome-survey
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.7%) to scientific vocabulary
Repository
Mast cell diagnosis survey
Basic Info
- Host: GitHub
- Owner: SixArm
- Language: HTML
- Default Branch: main
- Size: 51.8 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Mast cell survey
``` mkdir mast-cell-survey && cd $_ npm create svelte@latest
npm install git init && git add -A && git commit -m "Init" npm run dev -- --open
git remote add origin git@github.com:SixArm/mast-cell-survey.git git branch -M main git push -u origin main ```
CSS styles
Create file src/app.css with any global styles:
css
h1 {
color: red;
}
Note: using a separate CSS file is not required, but it is recommended, because it makes it easier for user interface designers to change the CSS.
Layout
Create file src/routes/+layout.svelte with any layout that you want to use with all the routes:
```html
{@render children()} ```
Note: the Svelte 5 syntax of "render children" replaces the deprecated Svelte 4 syntax of "slot".
Default documentation
Everything you need to build a Svelte project, powered by create-svelte.
Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
create a new project in the current directory
npm create svelte@latest
create a new project in my-app
npm create svelte@latest my-app ```
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
```bash npm run dev
or start the server and open the app in a new browser tab
npm run dev -- --open ```
Building
To create a production version of your app:
bash
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
Owner
- Name: SixArm
- Login: SixArm
- Kind: organization
- Email: sixarm@sixarm.com
- Location: San Francisco
- Website: http://sixarm.com
- Twitter: sixarm
- Repositories: 580
- Profile: https://github.com/SixArm
SixArm Software
Citation (CITATION.cff)
cff-version: 1.2.0
title: Mast cell survey
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/SixArm/mast-cell-activation-syndrome-survey/'
description: Mast cell survey
repository-code: 'https://github.com/SixArm/mast-cell-activation-syndrome-survey/'
abstract: >-
Mast cell survey
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 8 |
Committer Domains (Top 20 + Academic)
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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 309 dependencies
- @playwright/test ^1.28.1 development
- @sveltejs/adapter-auto ^3.0.0 development
- @sveltejs/kit ^2.0.0 development
- @sveltejs/vite-plugin-svelte ^3.0.0 development
- @types/eslint ^8.56.7 development
- eslint ^9.0.0 development
- eslint-config-prettier ^9.1.0 development
- eslint-plugin-svelte ^2.36.0 development
- globals ^15.0.0 development
- prettier ^3.1.1 development
- prettier-plugin-svelte ^3.1.2 development
- svelte ^5.0.0-next.1 development
- svelte-check ^3.6.0 development
- tslib ^2.4.1 development
- typescript ^5.0.0 development
- typescript-eslint ^8.0.0-alpha.20 development
- vite ^5.0.3 development
- vitest ^1.2.0 development