Skip to content

Commit

Permalink
Merge pull request #225 from MyersResearchGroup/2022-pub-type-fix
Browse files Browse the repository at this point in the history
changed pub type from conference paper to journal article
  • Loading branch information
cjmyers authored Dec 15, 2024
2 parents 856c9af + d1968e2 commit e5edba4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/publication/Bryce-Round-Trip-2022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ image:
# Otherwise, set `projects = []`.
projects: []
publication_types:
- '1'
- '2'

abstract: Synthetic biology is a complex discipline that involves creating detailed, purpose-built designs from genetic parts. This process is often phrased as a Design-Build-Test-Learn loop, where iterative design improvements can be made, implemented, measured, and analyzed. Automation can potentially improve both the end-to-end duration of the process and the utility of data produced by the process. One of the most important considerations for the development of effective automation and quality data is a rigorous description of implicit knowledge encoded as a formal knowledge representation. The development of knowledge representation for the process poses a number of challenges, including developing effective human–machine interfaces, protecting against and repairing user error, providing flexibility for terminological mismatches, and supporting extensibility to new experimental types. We address these challenges with the DARPA SD2 Round Trip software architecture. The Round Trip is an open architecture that automates many of the key steps in the Test and Learn phases of a Design-Build-Test-Learn loop for high-throughput laboratory science. The primary contribution of the Round Trip is to assist with and otherwise automate metadata creation, curation, standardization, and linkage with experimental data. The Round Trip’s focus on metadata supports fast, automated, and replicable analysis of experiments as well as experimental situational awareness and experimental interpretability. We highlight the major software components and data representations that enable the Round Trip to speed up the design and analysis of experiments by 2 orders of magnitude over prior ad hoc methods. These contributions support a number of experimental protocols and experimental types, demonstrating the Round Trip’s breadth and extensibility. We describe both an illustrative use case using the Round Trip for an on-the-loop experimental campaign and overall contributions to reducing experimental analysis time and increasing data product volume in the SD2 program.

Expand Down
2 changes: 1 addition & 1 deletion content/publication/Jones-Cello-2022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image:
# Otherwise, set `projects = []`.
projects: []
publication_types:
- '1'
- '2'

abstract: Cells interact with their environment, communicate among themselves, track time and make decisions through functions controlled by natural regulatory genetic circuits consisting of interacting biological components. Synthetic programmable circuits used in therapeutics and other applications can be automatically designed by computer-aided tools. The Cello software designs the DNA sequences for programmable circuits based on a high-level software description and a library of characterized DNA parts representing Boolean logic gates. This process allows for design specification reuse, modular DNA part library curation and formalized circuit transformations based on experimental data. This protocol describes Cello 2.0, a freely available cross-platform software written in Java. Cello 2.0 enables flexible descriptions of the logic gates’ structure and their mathematical models representing dynamic behavior, new formal rules for describing the placement of gates in a genome, a new graphical user interface, support for Verilog 2005 syntax and a connection to the SynBioHub parts repository software environment. Collectively, these features expand Cello’s capabilities beyond Escherichia coli plasmids to new organisms and broader genetic contexts, including the genome. Designing circuits with Cello 2.0 produces an abstract Boolean network from a Verilog file, assigns biological parts to each node in the Boolean network, constructs a DNA sequence and generates highly structured and annotated sequence representations suitable for downstream processing and fabrication, respectively. The result is a sequence implementing the specified Boolean function in the organism and predictions of circuit performance. Depending on the size of the design space and users’ expertise, jobs may take minutes or hours to complete.
publication: '*Nature Protocols*'
Expand Down
2 changes: 1 addition & 1 deletion content/publication/buecherl-tools-standards-2022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ image:
# Otherwise, set `projects = []`.
projects: []
publication_types:
- '1'
- '2'

publication: '*Current Opinion in Microbiology*'
doi: https://doi.org/10.1016/j.mib.2022.102155
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ image:
# Otherwise, set `projects = []`.
projects: []
publication_types:
- '1'
- '2'

publication: '*Synthetic Biology*'
doi: 10.1093/synbio/ysac018
Expand Down
2 changes: 1 addition & 1 deletion content/publication/shaikh-biosimulators-2022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ image:
# Otherwise, set `projects = []`.
projects: []
publication_types:
- '1'
- '2'

publication: '*Nucleic Acids Research*'
doi: 10.1093/nar/gkac331
Expand Down
2 changes: 1 addition & 1 deletion content/publication/yu-vsearch-2022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image:
# Otherwise, set `projects = []`.
projects: []
publication_types:
- '1'
- '2'

abstract: The ability to search for a part by its sequence is crucial for a large repository of parts. Prior to this work, however, this was not possible on SynBioHub. Sequence-based search is now integrated into SynBioHub, allowing users to find a part by a sequence provided in plain text or a supported file format. This sequence-based search feature is accessible to users via SynBioHub’s web interface, or programmatically through its API. The core implementation of the tool uses VSEARCH, an open source, global alignment search tool, and it is integrated into SBOLExplorer, an open source distributed search engine used by SynBioHub. We present a new approach to scoring part similarity using SBOLExplorer, which takes into account both the popularity and percentage match of parts.
publication: '*ACS Synthetic Biology*'
Expand Down

0 comments on commit e5edba4

Please sign in to comment.