Skip to content
Permalink
Browse files

Wordsmithing

  • Loading branch information...
arfon committed Feb 18, 2019
1 parent d153f97 commit 7a789e23e93f88fda88c5d61254613164639f9ad
Showing with 8 additions and 4 deletions.
  1. +1 −1 .ruby-version
  2. +6 −2 db/schema.rb
  3. +1 −1 docs/whedon.md
@@ -1 +1 @@
2.3.1
2.4.1
@@ -10,11 +10,11 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20181213123534) do
ActiveRecord::Schema.define(version: 2018_12_20_005508) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
enable_extension "hstore"
enable_extension "plpgsql"

create_table "editors", id: :serial, force: :cascade do |t|
t.string "kind", default: "topic", null: false
@@ -57,10 +57,14 @@
t.string "reviewers", default: [], array: true
t.text "activities"
t.datetime "last_activity"
t.string "tags", default: [], array: true
t.string "languages", default: [], array: true
t.index ["editor_id"], name: "index_papers_on_editor_id"
t.index ["languages"], name: "index_papers_on_languages", using: :gin
t.index ["last_activity"], name: "index_papers_on_last_activity"
t.index ["reviewers"], name: "index_papers_on_reviewers", using: :gin
t.index ["sha"], name: "index_papers_on_sha"
t.index ["tags"], name: "index_papers_on_tags", using: :gin
t.index ["user_id"], name: "index_papers_on_user_id"
end

@@ -167,7 +167,7 @@ Whedon can reminders authors and reviewers after a specified amount of time to r
.. important:: For reviewers, the reminder will only be triggered if the reviewer's review is outstanding (i.e. outstanding checkboxes).
```

### Assigning the software archive
### Setting the software archive

When a submission is accepted, we ask that the authors create an archive (on [Zenodo](https://zenodo.org/), [fig**share**](https://figshare.com/), or other) and post the archive DOI in the `REVIEW` issue. The editor should add the `accepted` label on the issue and ask `@whedon` to add the archive to the issue as follows:

0 comments on commit 7a789e2

Please sign in to comment.
You can’t perform that action at this time.