-
Notifications
You must be signed in to change notification settings - Fork 447
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
Document-Centric workflow #1881
Comments
For now, deferring to OJS 3.2. Needs more experimentation than I have time to invest before 3.1. |
I'd extend this idea as follows: Replace the existing file uploading function within OJS/OMP with a plugin infrastructure that would allow for different document models in the submission process. A file upload model would be one option; so too could be a HTML-enabled TinyMCE field; Substance + commenting; even some sort of inline Google Drive function. These would be delivered as plugins. I would suggest that the file upload option would be the default (and moved into a plugin); and PKP would also include a basic TinyMCE option as a fallback (as well as a proof of concept for others who want to integrate their own services). |
@jmacgreg One thing that strikes me from your description is that it is premised on the idea that there is a single file representing the primary document, and that the workflow would revolve around this document. What about other files, such as disclosure forms, review submissions, supplementary data, etc. Our existing workflow is largely built around the sharing and sorting of groups of files. What place would you see for these secondary files in a doc-centric workflow? Would they be unnecessary? Or does the existing file upload model exist alongside it? Or would we encourage all such needs to be channelled through the discussions? |
Hi @NateWr, good question, and I'm not entirely sure how I'd approach this. There will always be a need for uploaded files, probably most specifically: data sets, forms (PDF), and figures/tables (images). How about these scenarios:
That would suggest to me that it's most important that the main manuscript, and possibly other items, may be available via this interface; but that there would always be an option to upload files. Maybe just have the two options? An option to create a component (via eg. TinyMCE or substance); and an option to upload a component (via the typical upload process, which I am now suspecting may always be avaialable). |
A viable approach that we may have a potential partner for:
A proof of concept with open reviews would be relatively little coding, as the annotation tool could manage annotations without needing to worry about access controls. |
Closing this as it is too broad in scope. If you feel this is still important, please consider making a concrete proposal in the feature request category of our community forum. |
The idea is to use either a simple display library + hypothes.is or Substance + some commenting to allow for workflow that allows commenting and editing of the document throughout the workflow.
The text was updated successfully, but these errors were encountered: