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

[REVIEW]: Hexatomic: An extensible, OS-independent platform for deep multi-layer linguistic annotation of corpora #4825

Closed
editorialbot opened this issue Oct 7, 2022 · 79 comments
Assignees
Labels
accepted ANTLR HTML Java published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review Track: 4 (SBCS) Social, Behavioral, and Cognitive Sciences

Comments

@editorialbot
Copy link
Collaborator

editorialbot commented Oct 7, 2022

Submitting author: @sdruskat (Stephan Druskat)
Repository: https://github.com/hexatomic/hexatomic
Branch with paper.md (empty if default branch): JOSS-paper
Version: v1.4.2
Editor: @ajstewartlang
Reviewers: @reckart
Archive: 10.5281/zenodo.7778709

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/826dfdf250a0fd9ece68c6b0af435315"><img src="https://joss.theoj.org/papers/826dfdf250a0fd9ece68c6b0af435315/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/826dfdf250a0fd9ece68c6b0af435315/status.svg)](https://joss.theoj.org/papers/826dfdf250a0fd9ece68c6b0af435315)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@hsang & @reckart, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @ajstewartlang know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Checklists

📝 Checklist for @reckart

📝 Checklist for @hsang

@editorialbot
Copy link
Collaborator Author

Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks.

For a list of things I can do to help you, just type:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

Software report:

github.com/AlDanial/cloc v 1.88  T=0.40 s (1113.1 files/s, 115902.5 lines/s)
---------------------------------------------------------------------------------
Language                                  files          blank        comment           code
---------------------------------------------------------------------------------
Java                                        181           3869           7070          16263
HTML                                         57           1773            394           4608
XML                                          61             69             16           4402
Markdown                                     80           1446              0           3680
JSON                                          5              0              0           1116
Maven                                        12             21             41            712
YAML                                         18              5              8            303
TeX                                           1             15              0            173
DTD                                           7             18             10             88
SVG                                          16              0              0             78
ANTLR Grammar                                 2             17              0             68
Bourne Shell                                  2             12             27             55
TITAN Project File Information                1             10              0             55
TOML                                          2              1              0             13
TNSDL                                         1              0              1              2
---------------------------------------------------------------------------------
SUM:                                        446           7256           7567          31616
---------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

@editorialbot
Copy link
Collaborator Author

Wordcount for paper.md is 1136

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1007/s10579-013-9215-6 is OK
- 10.1007/978-94-024-0881-2_8 is OK
- 10.5281/zenodo.1212548 is OK
- 10.1007/s10579-016-9374-3 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@reckart
Copy link

reckart commented Oct 7, 2022

Review checklist for @reckart

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://github.com/hexatomic/hexatomic?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@sdruskat) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines
  • Data sharing: If the paper contains original data, data are accessible to the reviewers. If the paper contains no original data, please check this item.
  • Reproducibility: If the paper contains original results, results are entirely reproducible by reviewers. If the paper contains no original results, please check this item.
  • Human and animal research: If the paper contains original data research on humans subjects or animals, does it comply with JOSS's human participants research policy and/or animal research policy? If the paper contains no such data, please check this item.

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@reckart
Copy link

reckart commented Oct 7, 2022

@sdruskat Hi :) As part of reviewing the submission, I'd like to ask a couple of questions as I go along. Here are some initial ones:

  • Are there any community guidelines that go along with Hexatomic? Can you provide a URL?
  • Are there any examples / use-cases / tutorials? Can you provide a URL?
  • Could you provide a list of all depenencies of hexatomic and their respective licences please?

I have downloaded the MacOS build from https://github.com/hexatomic/hexatomic/releases/tag/v1.0.1 and tried to run it, but the application crashes with this dialog:

Screenshot 2022-10-07 at 20 59 50

Is this a known issue?

@sdruskat
Copy link

@sdruskat Hi :) As part of reviewing the submission, I'd like to ask a couple of questions as I go along. Here are some initial ones:

* Are there any community guidelines that go along with Hexatomic? Can you provide a URL?

There are the community guidelines in the GitHub repository itself:

Documentation:

Please let us know if you're missing anything.

* Are there any examples / use-cases / tutorials? Can you provide a URL?

There is a brief "how to create a corpus from scratch" in the user documentation.

* Could you provide a list of all depenencies of hexatomic and their respective licences please?

All dependencies and their licenses are listed

I'll also supply a list of dependencies with licenses in a new comment.

I have downloaded the MacOS build from https://github.com/hexatomic/hexatomic/releases/tag/v1.0.1 and tried to run it, but the application crashes with this dialog:

Screenshot 2022-10-07 at 20 59 50

Is this a known issue?

Hi @reckart, thanks for flagging this. We're tracking the bug in hexatomic/hexatomic#409, and it'd be great if you helped us complete the missing info in the bug so that we can reproduce and fix this bug. Thanks 🙏!

@sdruskat
Copy link

Dependencies and licenses:

Dependency License
SWT Resource Manager EPL-1.0
ANTLR 4 Runtime BSD-3-Clause
Guava: Google Core Libraries for Java Apache-2.0
ICU4J EPL-1.0
JSON in Java JSON
Neo Visionaries Internationalization Package Apache-2.0
Simple Logging Facade for Java MIT
Stax2 API BSD-2-Clause
Woodstox Apache-2.0
ch.qos.logback.classic EPL-1.0
ch.qos.logback.core EPL-1.0
com.sun.jna (Apache-2.0 OR LGPL-2.1 -> Apache-2.0)
com.sun.jna.platform Apache-2.0
javax.annotation EPL-1.0
javax.inject EPL-1.0
org.apache.batik.constants Apache-2.0
org.apache.batik.css Apache-2.0
org.apache.batik.i18n Apache-2.0
org.apache.batik.util Apache-2.0
org.apache.commons.io Apache-2.0
org.apache.commons.jxpath Apache-2.0
org.apache.commons.lang3 Apache-2.0
org.apache.commons.logging Apache-2.0
org.apache.felix.scr Apache-2.0
org.apache.xmlgraphics Apache-2.0
org.bouncycastle.bcpg MIT-like (https://www.bouncycastle.org/licence.html)
org.bouncycastle.bcprov MIT-like (https://www.bouncycastle.org/licence.html)
org.corpus-tools.pepper-framework Apache-2.0
org.corpus-tools.salt-api Apache-2.0
org.eclipse.core.commands EPL-2.0
org.eclipse.core.contenttype EPL-2.0
org.eclipse.core.databinding EPL-2.0
org.eclipse.core.databinding.observable EPL-2.0
org.eclipse.core.databinding.property EPL-2.0
org.eclipse.core.expressions EPL-2.0
org.eclipse.core.jobs EPL-2.0
org.eclipse.core.runtime EPL-2.0
org.eclipse.draw2d EPL-2.0
org.eclipse.e4.core.commands EPL-2.0
org.eclipse.e4.core.contexts EPL-2.0
org.eclipse.e4.core.di EPL-2.0
org.eclipse.e4.core.di.annotations EPL-2.0
org.eclipse.e4.core.di.extensions EPL-2.0
org.eclipse.e4.core.di.extensions.supplier EPL-2.0
org.eclipse.e4.core.services EPL-2.0
org.eclipse.e4.emf.xpath EPL-2.0
org.eclipse.e4.ui.bindings EPL-2.0
org.eclipse.e4.ui.css.core EPL-2.0
org.eclipse.e4.ui.css.swt EPL-2.0
org.eclipse.e4.ui.css.swt.theme EPL-2.0
org.eclipse.e4.ui.di EPL-2.0
org.eclipse.e4.ui.dialogs EPL-2.0
org.eclipse.e4.ui.model.workbench EPL-2.0
org.eclipse.e4.ui.services EPL-2.0
org.eclipse.e4.ui.widgets EPL-2.0
org.eclipse.e4.ui.workbench EPL-2.0
org.eclipse.e4.ui.workbench.addons.swt EPL-2.0
org.eclipse.e4.ui.workbench.renderers.swt EPL-2.0
org.eclipse.e4.ui.workbench.swt EPL-2.0
org.eclipse.e4.ui.workbench3 EPL-2.0
org.eclipse.emf.common EPL-2.0
org.eclipse.emf.ecore EPL-2.0
org.eclipse.emf.ecore.change EPL-2.0
org.eclipse.emf.ecore.xmi EPL-2.0
org.eclipse.equinox.app EPL-2.0
org.eclipse.equinox.common EPL-2.0
org.eclipse.equinox.event EPL-2.0
org.eclipse.equinox.p2.artifact.repository EPL-2.0
org.eclipse.equinox.p2.core EPL-2.0
org.eclipse.equinox.p2.director EPL-2.0
org.eclipse.equinox.p2.engine EPL-2.0
org.eclipse.equinox.p2.jarprocessor EPL-2.0
org.eclipse.equinox.p2.metadata EPL-2.0
org.eclipse.equinox.p2.metadata.repository EPL-2.0
org.eclipse.equinox.p2.operations EPL-2.0
org.eclipse.equinox.p2.repository EPL-2.0
org.eclipse.equinox.p2.ui EPL-2.0
org.eclipse.equinox.preferences EPL-2.0
org.eclipse.equinox.registry EPL-2.0
org.eclipse.equinox.security EPL-2.0
org.eclipse.equinox.security.ui EPL-2.0
org.eclipse.equinox.simpleconfigurator EPL-2.0
org.eclipse.help EPL-2.0
org.eclipse.jface EPL-2.0
org.eclipse.jface.databinding EPL-2.0
org.eclipse.jface.notifications EPL-2.0
org.eclipse.jface.text EPL-2.0
org.eclipse.nebula.widgets.chips EPL-2.0
org.eclipse.nebula.widgets.nattable.core EPL-2.0
org.eclipse.nebula.widgets.opal.commons EPL-2.0
org.eclipse.osgi EPL-2.0
org.eclipse.osgi.services EPL-2.0
org.eclipse.osgi.util EPL-2.0
org.eclipse.swt EPL-2.0
org.eclipse.swt.cocoa.macosx.x86_64 EPL-1.0
org.eclipse.swt.gtk.linux.x86_64 EPL-2.0
org.eclipse.swt.win32.win32.x86_64 EPL-1.0
org.eclipse.text EPL-2.0
org.eclipse.ui EPL-2.0
org.eclipse.ui.workbench EPL-2.0
org.eclipse.urischeme EPL-2.0
org.eclipse.zest.core EPL-1.0
org.eclipse.zest.layouts EPL-1.0
org.hamcrest.core BSD-2-Clause
org.hamcrest.library BSD-2-Clause
org.sat4j.core LGPL-2.1
org.sat4j.pb EPL-1.0
org.tukaani.xz CC0-1.0
org.w3c.css.sac W3C
org.w3c.dom.events EPL-1.0
org.w3c.dom.smil EPL-1.0
org.w3c.dom.svg EPL-1.0
pepper-framework Apache-2.0
salt-api Apache-2.0
salt-extensions Apache-2.0

@reckart
Copy link

reckart commented Oct 11, 2022

I would recommend including a NOTICE file at the top-level of the repo or at least at the level of the bundles mentioning any embedded third-party-copyrighted stuff, e.g. https://github.com/hexatomic/hexatomic/blob/develop/bundles/org.corpus_tools.hexatomic.core/icons/fontawesome/LICENSE

And/or add the respective licenses and mentions to the top-level license file.

The license overview provided above did not include a mention of fontawesome - are other resource licenses missing as well?

@sdruskat
Copy link

I would recommend including a NOTICE file at the top-level of the repo or at least at the level of the bundles mentioning any embedded third-party-copyrighted stuff, e.g. https://github.com/hexatomic/hexatomic/blob/develop/bundles/org.corpus_tools.hexatomic.core/icons/fontawesome/LICENSE

And/or add the respective licenses and mentions to the top-level license file.

This sounds like a good idea, thanks.

The license overview provided above did not include a mention of fontawesome - are other resource licenses missing as well?

We'll check and add any further missing licenses.

@hsang
Copy link

hsang commented Oct 28, 2022

Review checklist for @hsang

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the https://github.com/hexatomic/hexatomic?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@sdruskat) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines
  • Data sharing: If the paper contains original data, data are accessible to the reviewers. If the paper contains no original data, please check this item.
  • Reproducibility: If the paper contains original results, results are entirely reproducible by reviewers. If the paper contains no original results, please check this item.
  • Human and animal research: If the paper contains original data research on humans subjects or animals, does it comply with JOSS's human participants research policy and/or animal research policy? If the paper contains no such data, please check this item.

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of need' that clearly states what problems the software is designed to solve, who the target audience is, and its relation to other work?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

@reckart
Copy link

reckart commented Oct 30, 2022

The website structure of https://hexatomic.github.io is confusing. In the left sidebar, it says that is has documentation but then is only about sustainability and tooling, no actual tool documentation. There is a link to the actual documentation on the bottom of the page, but it is not easy to find - the user may have to scroll down to be able to see it. It would be better if the documentation was hosted properly at https://hexatomic.github.io - the information about how the project was planned and conducted could be integrated into the documentation as a subsection or appendix.

Ah, and if you actually follow the link at the bottom of the page, one get to a page which says "no idea how you got here, this is not linked anywhere":

Screenshot 2022-10-30 at 11 46 01

@reckart
Copy link

reckart commented Oct 30, 2022

When I press "new salt project" after opening the application, nothing happens.

@reckart
Copy link

reckart commented Oct 30, 2022

After importing a folder with text documents, clicking on a document does nothing. Double-clicking starts renaming of the document. I would expect that either single-click or double-click would open the document for editing.

Instead, one has to right-click on the document to choose some editor.

@reckart
Copy link

reckart commented Oct 30, 2022

There seems to be no way to edit the graph in the graph editor. I have opened a document and the only thing I seem to be able to do with the mouse is to drag tokens around.

@reckart
Copy link

reckart commented Oct 30, 2022

Do the authors clearly state what problems the software is designed to solve and who the target audience is?

The documentation has a short description of what it aims to do. However, IMHO Hexatomic has a very specific type of user interaction via commands and a quite specific way of treating documents and annotations that likely has a very specific target audience which may like Hexatomic better than the other many annotation tools out there. From the documentation introduction, it is not clear though which are the main selling points of Hexatomic and when/why a user should prefer it over other tools.

@reckart
Copy link

reckart commented Oct 30, 2022

Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).

There are no readily usable examples either coming with the application or being easily downloadable and importable from the website.

The authors state:

There is a brief "how to create a corpus from scratch" in the user documentation.

Having a few importable examples in the different supported formats and highlighting different aspects of how the tool can be used would be more helpful

@editorialbot
Copy link
Collaborator Author

Done! archive is now 10.5281/zenodo.7778709

@ajstewartlang
Copy link

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@ajstewartlang
Copy link

@sdruskat many thanks for this great submission, and many thanks @reckart for reviewing!

@ajstewartlang
Copy link

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator Author

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1007/s10579-013-9215-6 is OK
- 10.1007/978-94-024-0881-2_8 is OK
- 10.5281/zenodo.1212548 is OK
- 10.1007/s10579-016-9374-3 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👋 @openjournals/sbcs-eics, this paper is ready to be accepted and published.

Check final proof 👉📄 Download article

If the paper PDF and the deposit XML files look good in openjournals/joss-papers#4281, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@editorialbot editorialbot added the recommend-accept Papers recommended for acceptance in JOSS. label Jun 1, 2023
@sdruskat
Copy link

sdruskat commented Jun 9, 2023

@ajstewartlang Just to confirm, it is you who would need to accept the submission with the above-mentioned editorialbot command, not us, right?

@ajstewartlang
Copy link

@sdruskat - one of the @openjournals/sbcs-eics needs to action this.

@sdruskat
Copy link

sdruskat commented Jun 9, 2023

@sdruskat - one of the @openjournals/sbcs-eics needs to action this.

Thanks for the quick reply, makes sense :).

@oliviaguest
Copy link
Member

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator Author

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator Author

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1007/s10579-013-9215-6 is OK
- 10.1007/978-94-024-0881-2_8 is OK
- 10.5281/zenodo.1212548 is OK
- 10.1007/s10579-016-9374-3 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

👋 @openjournals/sbcs-eics, this paper is ready to be accepted and published.

Check final proof 👉📄 Download article

If the paper PDF and the deposit XML files look good in openjournals/joss-papers#4303, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@oliviaguest
Copy link
Member

@editorialbot accept

@editorialbot
Copy link
Collaborator Author

Doing it live! Attempting automated processing of paper acceptance...

@editorialbot
Copy link
Collaborator Author

Ensure proper citation by uploading a plain text CITATION.cff file to the default branch of your repository.

If using GitHub, a Cite this repository menu will appear in the About section, containing both APA and BibTeX formats. When exported to Zotero using a browser plugin, Zotero will automatically create an entry using the information contained in the .cff file.

You can copy the contents for your CITATION.cff file here:

CITATION.cff

cff-version: "1.2.0"
authors:
- family-names: Druskat
  given-names: Stephan
  orcid: "https://orcid.org/0000-0003-4925-7248"
- family-names: Krause
  given-names: Thomas
  orcid: "https://orcid.org/0000-0003-3731-2422"
- family-names: Lachenmaier
  given-names: Clara
  orcid: "https://orcid.org/0000-0002-9207-3420"
- family-names: Bunzeck
  given-names: Bastian
contact:
- family-names: Druskat
  given-names: Stephan
  orcid: "https://orcid.org/0000-0003-4925-7248"
doi: 10.5281/zenodo.7778709
message: If you use this software, please cite our article in the
  Journal of Open Source Software.
preferred-citation:
  authors:
  - family-names: Druskat
    given-names: Stephan
    orcid: "https://orcid.org/0000-0003-4925-7248"
  - family-names: Krause
    given-names: Thomas
    orcid: "https://orcid.org/0000-0003-3731-2422"
  - family-names: Lachenmaier
    given-names: Clara
    orcid: "https://orcid.org/0000-0002-9207-3420"
  - family-names: Bunzeck
    given-names: Bastian
  date-published: 2023-06-13
  doi: 10.21105/joss.04825
  issn: 2475-9066
  issue: 86
  journal: Journal of Open Source Software
  publisher:
    name: Open Journals
  start: 4825
  title: "Hexatomic: An extensible, OS-independent platform for deep
    multi-layer linguistic annotation of corpora"
  type: article
  url: "https://joss.theoj.org/papers/10.21105/joss.04825"
  volume: 8
title: "Hexatomic: An extensible, OS-independent platform for deep
  multi-layer linguistic annotation of corpora"

If the repository is not hosted on GitHub, a .cff file can still be uploaded to set your preferred citation. Users will be able to manually copy and paste the citation.

Find more information on .cff files here and here.

@editorialbot
Copy link
Collaborator Author

🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦

@editorialbot
Copy link
Collaborator Author

🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘

@editorialbot
Copy link
Collaborator Author

🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited 👉 Creating pull request for 10.21105.joss.04825 joss-papers#4305
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.04825
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! 🎉🌈🦄💃👻🤘

Any issues? Notify your editorial technical team...

@editorialbot editorialbot added accepted published Papers published in JOSS labels Jun 13, 2023
@oliviaguest
Copy link
Member

Congratulations @sdruskat! 🥳 Big thanks to @ajstewartlang @reckart! 😊

@editorialbot
Copy link
Collaborator Author

🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉

If you would like to include a link to your paper from your README use the following code snippets:

Markdown:
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04825/status.svg)](https://doi.org/10.21105/joss.04825)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.04825">
  <img src="https://joss.theoj.org/papers/10.21105/joss.04825/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.04825/status.svg
   :target: https://doi.org/10.21105/joss.04825

This is how it will look in your documentation:

DOI

We need your help!

The Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:

@sdruskat
Copy link

Congratulations @sdruskat! 🥳 Big thanks to @ajstewartlang @reckart! 😊

Yay 🎉! Thanks @ajstewartlang, @reckart and @oliviaguest. I was watching live as the acceptance went on, very exciting!
/cc @thomaskrause

@thomaskrause
Copy link

Thanks a lot, we will party like we just published a paper 🥳

@reckart
Copy link

reckart commented Jun 13, 2023

Congratulations @thomaskrause @sdruskat 🎉

Thanks @ajstewartlang @oliviaguest 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted ANTLR HTML Java published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review Track: 4 (SBCS) Social, Behavioral, and Cognitive Sciences
Projects
None yet
Development

No branches or pull requests

7 participants