{"id":24129464,"url":"https://github.com/synbiodex/sboljs","last_synced_at":"2025-10-14T21:11:10.329Z","repository":{"id":2615531,"uuid":"44204798","full_name":"SynBioDex/sboljs","owner":"SynBioDex","description":"Implementation of the Synthetic Biology Open Language (SBOL) in JavaScript","archived":false,"fork":false,"pushed_at":"2022-05-15T12:37:18.000Z","size":11645,"stargazers_count":8,"open_issues_count":28,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-18T23:08:38.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SynBioDex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-13T21:04:57.000Z","updated_at":"2024-10-18T20:28:02.000Z","dependencies_parsed_at":"2022-08-08T23:00:13.475Z","dependency_job_id":null,"html_url":"https://github.com/SynBioDex/sboljs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SynBioDex/sboljs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SynBioDex","download_url":"https://codeload.github.com/SynBioDex/sboljs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SynBioDex%2Fsboljs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021369,"owners_count":26087019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-11T19:32:34.904Z","updated_at":"2025-10-14T21:11:10.311Z","avatar_url":"https://github.com/SynBioDex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **This library only supports SBOL2. For a JavaScript/TypeScript library with support for a wider range of SBOL versions including SBOL1 and SBOL3, see [sboljs3](https://github.com/synbiodex/sboljs3).**\n\n--\n\n[![Build Status](https://travis-ci.org/SynBioDex/sboljs.svg?branch=master)](https://travis-ci.org/SynBioDex/sboljs)\n\n\nBSD-licensed implementation of the [Synthetic Biology Open Language](http://sbolstandard.org) (SBOL) in JavaScript.\n\nRequires a JavaScript environment with ES6 class support (e.g. recent versions of node, Chrome, ...)\n\nFeatures:\n\n* Read generic RDF, XML\n* Serialize SBOL XML, JSON\n* Build SBOL documents programatically\n\nInstallation\n------------\n\n    npm install sboljs\n\nUsage\n-----\n\n    var SBOLDocument = require('sboljs')\n\n    SBOLDocument.loadRDFFile('foo.xml', function(err, doc) {\n\n        doc.componentDefinitions.forEach(function(componentDefinition) {\n\n            console.log(componentDefinition.name)\n\n        })\n\n    })\n\n\n[Documentation](http://synbiodex.github.io/sboljs)\n\n# Citation\n\nIf you use this library in your work, please cite\n\n    @article{sboljs,\n      author = {McLaughlin, James Alastair and Myers, Chris J. and Zundel, Zach and Wilkinson, Nathan and Atallah, Christian and Wipat, Anil},\n      title = {sboljs: Bringing the Synthetic Biology Open Language to the Web Browser},\n      journal = {ACS Synthetic Biology},\n      volume = {8},\n      number = {1},\n      pages = {191-193},\n      year = {2019},\n      doi = {10.1021/acssynbio.8b00338},\n      URL = { https://doi.org/10.1021/acssynbio.8b00338 },\n      eprint = {  https://doi.org/10.1021/acssynbio.8b00338 }\n    }\n    \n    \n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynbiodex%2Fsboljs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynbiodex%2Fsboljs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynbiodex%2Fsboljs/lists"}