block_extractor
A proof of concept TypeScript program that reads a Markdown file and extract blocks of code delimited with "```".
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 (3.7%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
A proof of concept TypeScript program that reads a Markdown file and extract blocks of code delimited with "```".
Basic Info
- Host: GitHub
- Owner: rsdoiel
- License: bsd-3-clause
- Language: TypeScript
- Default Branch: main
- Size: 13.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
Citation
Codemeta
README.md
block_extractor 0.0.0
This is a proof of concept TypeScript program for Deno 2.2 that will scan a Markdown document and extract the code blocks encountered.
Release Notes
- version: 0.0.0
- status: concept
proof of concept
Authors
- Doiel, R. S.
Software Requirements
- Deno 2.2
Uses: Deno 2.2
Related resources
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.2.0
message: "If you use this software, please cite it as below."
type: software
title: block_extractor
abstract: "This is a proof of concept TypeScript program for Deno 2.2 that will scan a Markdown document and extract the code blocks encountered."
authors:
- family-names: Doiel
given-names: R. S.
orcid: https://orcid.org/0000-0003-0900-6903
repository-code: "https://github.com/rsdoiel/block_extractor"
version: 0.0.0
license-url: "https://spdx.org/licenses/BSD-3-Clause.html"
CodeMeta (codemeta.json)
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/rsdoiel/block_extractor",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel"
}
],
"dateCreated": "2025-03-19",
"dateModified": "2025-03-19",
"description": "This is a proof of concept TypeScript program for Deno 2.2 that will scan a Markdown document and extract the code blocks encountered.",
"name": "block_extractor",
"license": "https://spdx.org/licenses/BSD-3-Clause.html",
"programmingLanguage": [
"TypeScript"
],
"runtimePlatform": "Deno 2.2",
"softwareRequirements": [
"Deno 2.2"
],
"version": "0.0.0",
"developmentStatus": "concept",
"issueTracker": "https://github.com/rsdoiel/block_extractor/issues",
"releaseNotes": "proof of concept"
}
GitHub Events
Total
- Push event: 6
- Create event: 2
Last Year
- Push event: 6
- Create event: 2
Issues and Pull Requests
Last synced: 12 months 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