Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper edits #165

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 12 additions & 17 deletions joss/paper.bib
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
@inproceedings{Sutner02a,
author = {Klaus Sutner},
editor = {Jean{-}Marc Champarnaud and
Denis Maurel},
title = {automata, a Hybrid System for Computational Automata Theory},
booktitle = {Implementation and Application of Automata, 7th International Conference,
{CIAA} 2002, Tours, France, July 3-5, 2002, Revised Papers},
series = {Lecture Notes in Computer Science},
volume = {2608},
pages = {221--227},
publisher = {Springer},
year = {2002},
url = {https://doi.org/10.1007/3-540-44977-9\_21},
doi = {10.1007/3-540-44977-9\_21},
timestamp = {Thu, 02 Jun 2022 15:21:24 +0200},
biburl = {https://dblp.org/rec/conf/wia/Sutner02a.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
@InProceedings{Sutner03,
author="Sutner, Klaus",
editor="Champarnaud, Jean-Marc
and Maurel, Denis",
title="automata, a Hybrid System for Computational Automata Theory",
booktitle="Implementation and Application of Automata",
year="2003",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="221--227",
abstract="We present a system that performs computations on finite state machines, syntactic semigroups, and one-dimensional cellular automata.",
isbn="978-3-540-44977-5"
}

@Misc{brics,
Expand Down
4 changes: 2 additions & 2 deletions joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ tags:
- automata
authors:
- name: Caleb Evans
corresponding: true
orcid: 0009-0000-8896-6800
affiliation: 1 # Affiliation is required
- name: Eliot W. Robson
corresponding: true
orcid: 0000-0002-1476-6715
affiliation: 2
affiliations:
Expand All @@ -30,7 +30,7 @@ the set of all strings it accepts. Three important families of automata in incre
2. Pushdown automata
3. Turing machines

These models are a core component of both computer science education and research, seeing applications in a wide variety of areas. In particular, the ability to manipulate finite-state automata within the context of a software package has seen attention from researchers in the past [@Sutner02a]. Similar software has also included
These models are a core component of both computer science education and research, seeing applications in a wide variety of areas. In particular, the ability to manipulate finite-state automata within the context of a software package has seen attention from researchers in the past [@Sutner03]. Similar software has also included
functionality for parsing regular expressions into their corresponding finite-state automata [@brics].

# Statement of need
Expand Down