Skip to content

Latest commit

 

History

History
129 lines (96 loc) · 6.05 KB

TODO.md

File metadata and controls

129 lines (96 loc) · 6.05 KB

Procedures for submission of accompanying software and data

IJOC now hosts accompanying software and data within the IJOC Github organization.

Repository layout

Your repository layout should resemble that of this template to the extent possible, although some variations may occur. In general, the repository contents should be as follows.

  • README.md should describe the contribution, how to use it, how to cite it, and how to replicate the experim,ents in the paper, following roughly the format of the example. Note that the .md extension means "markdown," a simple text formatting language you can learn about here.

  • LICENSE should be a file containing the text of the license under which you intend to distribute the software and/or data. You must provide a license in order for the material to be used by others. An open source license is preferred (see the list of approved license at Open Source Initiative, the license should allow free academic use at a minimum. Recommended licenses include the MIT License for software or any of the various Creative Commons licenses for other types of material.

  • AUTHORS is an optional file, standard in the open source world, that lists the authors of the contribution (usually just a list of names and e-mails.

  • Depending on how you want to organize things, you may also have a Makefile or other files needed to build the software and/or run the experiments.

  • Subdirectories

    • src should contain the source code for any software.

    • data should contain data files needed for expeirments or used in the paper.

    • scripts should contain any scripts used to replicate the experiments in the paper or run other automated tests or experiments.

    • docs contains any additional documentation. Note that it is possible for the contents of docs to be a Web site that will be hosted under the URL https://INFORMSJoC.github.io/NameofRepo. Please let us know if you are interested in activating that option.

    • results should containing any raw results from the paper, as well as any plots or figures.

You may wish to have an additional README.md in any of the subdirectories to provide additional information.

Preparing your repository

Once your paper enters the review process, either the Area Editor or the Editor-in-Chief will create a private repository from this template and give you read access to it. To populate the repository with your own materials, fork it to make a copy that will live in your own Github account. Once you populate and customize the repository to your liking, open a Pull Request to begin an initial review by either the Area Editor or the Editor-in-Chief. Once initial compliance is verified, the review process will begin.

Review process

As part of the review process, additional changes may be requested. These can also be submitted by Pull Request.

Legal stuff

Please ensure that all files contain proper copyright and licensing statements and that the copyright holders have been notified of the submission. The copyright holder may or may not be you, depending on your employment contract and who funded the work.

Tag name and DOI

The version of the software and/or data that is archived in the IJOC archive on Github is fixed and will be tagged in the IJOC repo as a release in order to obtain a Zenodo DOI. The default tag name is derived from the DOI of the paper (as is the name of the repo itself). Exceptions may be made in some cases, but it would generally be preferable not to use the version numbering scheme of the project itself in naming a tag in this archive. In other words, even if you have a scheme for numbering versions and the version of your software used in the paper is v5.1.2, we would likely still name the tag in this archive using our standard naming scheme. In the README of this archive and in the paper itself, you can note which version of the software from your development repo is actually archived and in the IJOC repo and used in the paper.

FAQs

  • In the process of the review, changes were made to the software and/or data that was originally submitted and I don't want the original version of the software or data to be made public. Can you delete the history associated with the repository before making it public?

    • We can replace the repository used for the review process with a clean copy if you do not want the history made public.
  • What if I have an existing repository where the software is already being developed? Can I continue to develop there?

    • We expect this to sometimes be the case. In general, we would still like to archive the version of the software and/or data associated with the paper itself in a static repository withink the IJOC Github organization. If you wish us to fork or move an existing repository into the IJOC organization as part of the submission process, that can be discussed.
  • What if I don't already have an existing repository, but I want to continue developing the software after the paper is published?

    • This is highly encouraged, but further development should take place a on a personally managed site on Github or one of the other similar sites. You should put a link to the site where you will manage the software in the long-term in the README.md in the IJOC reporitory to ensure people can find your development site.
  • What if I later find a bug in the software and I want to fix it?

    • Please contact the Area Editor or the Editor-in-Cheif and we will determine the best course of action.
  • If I come out with a new version of the software later on, can I add it to the existing repository within the IJOC organization?

    • The answer to this may evolve over time. Please contact us if/when this happens and we will make a determination.