-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,34 @@ | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"codeRepository": "https://github.com/rlwillia/Integrase-differentiation", | ||
"name": "Integrase-differentiation", | ||
"issueTracker": "https://github.com/rlwillia/Integrase-differentiation/issues", | ||
"license": "?", | ||
"version": "?", | ||
"author": [ | ||
{ | ||
"nameType": "Personal", | ||
"name": "Williams, Rory", | ||
"givenName": "Rory", | ||
"familyName": "Williams", | ||
"nameIdentifiers": [ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"codeRepository": "https://github.com/rlwillia/Integrase-differentiation", | ||
"name": "Integrase-differentiation", | ||
"issueTracker": "https://github.com/rlwillia/Integrase-differentiation/issues", | ||
"license": "?", | ||
"version": "?", | ||
"author": [ | ||
{ | ||
"nameIdentifier": "https://orcid.org/0000-0003-2605-5790", | ||
"schemeUri": "https://orcid.org", | ||
"nameIdentifierScheme": "ORCID" | ||
"nameType": "Personal", | ||
"name": "Williams, Rory", | ||
"givenName": "Rory", | ||
"familyName": "Williams", | ||
"nameIdentifiers": [ | ||
{ | ||
"nameIdentifier": "https://orcid.org/0000-0003-2605-5790", | ||
"schemeUri": "https://orcid.org", | ||
"nameIdentifierScheme": "ORCID", | ||
} | ||
], | ||
"affiliation": "Caltech", | ||
} | ||
], | ||
"affiliation": "Caltech" | ||
} | ||
], | ||
"description": "This repository contains descriptions of systems of ODEs used to model circuits using integrase-mediated differentiation for improving function of burdensome synthetic circuits, Jupyter notebooks for modeling these architectures with comparison to naive inducible production, and analysis of experimental results. Modeling and data are describe in the biorxiv submission 'Tunable integrase mediated differentiation facilitates improved output of burdensome functions' : https://www.biorxiv.org/content/10.1101/614529v1. Flow cytometry data used in the analysis and generation of figures can be found in CaltechDATA: https://doi.org/10.22002/D1.1228.", | ||
"keywords": [ | ||
"synthetic biology", "integrase-mediated differentiation", "evolutionary stability", "flow cytometry" | ||
], | ||
"developmentStatus": "active", | ||
"downloadUrl": "https://github.com/rlwillia/Integrase-differentiation/archive/" | ||
], | ||
"description": "This repository contains descriptions of systems of ODEs used to model circuits using integrase-mediated differentiation for improving function of burdensome synthetic circuits, Jupyter notebooks for modeling these architectures with comparison to naive inducible production, and analysis of experimental results. Modeling and data are describe in the biorxiv submission 'Tunable integrase mediated differentiation facilitates improved output of burdensome functions' : https://www.biorxiv.org/content/10.1101/614529v1. Flow cytometry data used in the analysis and generation of figures can be found in CaltechDATA: https://doi.org/10.22002/D1.1228.", | ||
"keywords": [ | ||
"synthetic biology", | ||
"integrase-mediated differentiation", | ||
"evolutionary stability", | ||
"flow cytometry", | ||
], | ||
"developmentStatus": "active", | ||
"downloadUrl": "https://github.com/rlwillia/Integrase-differentiation/archive/", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters