[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Download
/
[
Home
]
File: stikesbh_kebidanan.sql
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Waktu pembuatan: 27 Jun 2024 pada 16.29 -- Versi server: 10.6.18-MariaDB-cll-lve-log -- Versi PHP: 8.1.28 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `stikesbh_kebidanan` -- -- -------------------------------------------------------- -- -- Struktur dari tabel `access_keys` -- CREATE TABLE `access_keys` ( `access_key_id` bigint(20) NOT NULL, `context` varchar(40) NOT NULL, `key_hash` varchar(40) NOT NULL, `user_id` bigint(20) NOT NULL, `assoc_id` bigint(20) DEFAULT NULL, `expiry_date` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `announcements` -- CREATE TABLE `announcements` ( `announcement_id` bigint(20) NOT NULL, `assoc_type` smallint(6) DEFAULT NULL, `assoc_id` bigint(20) NOT NULL, `type_id` bigint(20) DEFAULT NULL, `date_expire` date DEFAULT NULL, `date_posted` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `announcement_settings` -- CREATE TABLE `announcement_settings` ( `announcement_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `announcement_types` -- CREATE TABLE `announcement_types` ( `type_id` bigint(20) NOT NULL, `assoc_type` smallint(6) NOT NULL, `assoc_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `announcement_type_settings` -- CREATE TABLE `announcement_type_settings` ( `type_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `authors` -- CREATE TABLE `authors` ( `author_id` bigint(20) NOT NULL, `email` varchar(90) NOT NULL, `include_in_browse` smallint(6) NOT NULL DEFAULT 1, `publication_id` bigint(20) NOT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00, `user_group_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `author_settings` -- CREATE TABLE `author_settings` ( `author_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `auth_sources` -- CREATE TABLE `auth_sources` ( `auth_id` bigint(20) NOT NULL, `title` varchar(60) NOT NULL, `plugin` varchar(32) NOT NULL, `auth_default` smallint(6) NOT NULL DEFAULT 0, `settings` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `categories` -- CREATE TABLE `categories` ( `category_id` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `parent_id` bigint(20) NOT NULL, `seq` bigint(20) DEFAULT NULL, `path` varchar(255) NOT NULL, `image` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `category_settings` -- CREATE TABLE `category_settings` ( `category_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `citations` -- CREATE TABLE `citations` ( `citation_id` bigint(20) NOT NULL, `publication_id` bigint(20) NOT NULL DEFAULT 0, `raw_citation` text NOT NULL, `seq` bigint(20) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `citation_settings` -- CREATE TABLE `citation_settings` ( `citation_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `completed_payments` -- CREATE TABLE `completed_payments` ( `completed_payment_id` bigint(20) NOT NULL, `timestamp` datetime NOT NULL, `payment_type` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `user_id` bigint(20) DEFAULT NULL, `assoc_id` bigint(20) DEFAULT NULL, `amount` double(8,2) NOT NULL, `currency_code_alpha` varchar(3) DEFAULT NULL, `payment_method_plugin_name` varchar(80) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `controlled_vocabs` -- CREATE TABLE `controlled_vocabs` ( `controlled_vocab_id` bigint(20) NOT NULL, `symbolic` varchar(64) NOT NULL, `assoc_type` bigint(20) NOT NULL DEFAULT 0, `assoc_id` bigint(20) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `controlled_vocab_entries` -- CREATE TABLE `controlled_vocab_entries` ( `controlled_vocab_entry_id` bigint(20) NOT NULL, `controlled_vocab_id` bigint(20) NOT NULL, `seq` double(8,2) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `controlled_vocab_entry_settings` -- CREATE TABLE `controlled_vocab_entry_settings` ( `controlled_vocab_entry_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `custom_issue_orders` -- CREATE TABLE `custom_issue_orders` ( `issue_id` bigint(20) NOT NULL, `journal_id` bigint(20) NOT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `custom_section_orders` -- CREATE TABLE `custom_section_orders` ( `issue_id` bigint(20) NOT NULL, `section_id` bigint(20) NOT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `data_object_tombstones` -- CREATE TABLE `data_object_tombstones` ( `tombstone_id` bigint(20) NOT NULL, `data_object_id` bigint(20) NOT NULL, `date_deleted` datetime NOT NULL, `set_spec` varchar(255) NOT NULL, `set_name` varchar(255) NOT NULL, `oai_identifier` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `data_object_tombstone_oai_set_objects` -- CREATE TABLE `data_object_tombstone_oai_set_objects` ( `object_id` bigint(20) NOT NULL, `tombstone_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `data_object_tombstone_settings` -- CREATE TABLE `data_object_tombstone_settings` ( `tombstone_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `edit_decisions` -- CREATE TABLE `edit_decisions` ( `edit_decision_id` bigint(20) NOT NULL, `submission_id` bigint(20) NOT NULL, `review_round_id` bigint(20) NOT NULL, `stage_id` bigint(20) DEFAULT NULL, `round` smallint(6) NOT NULL, `editor_id` bigint(20) NOT NULL, `decision` smallint(6) NOT NULL, `date_decided` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `email_log` -- CREATE TABLE `email_log` ( `log_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `sender_id` bigint(20) NOT NULL, `date_sent` datetime NOT NULL, `event_type` bigint(20) DEFAULT NULL, `from_address` varchar(255) DEFAULT NULL, `recipients` text DEFAULT NULL, `cc_recipients` text DEFAULT NULL, `bcc_recipients` text DEFAULT NULL, `subject` varchar(255) DEFAULT NULL, `body` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `email_log_users` -- CREATE TABLE `email_log_users` ( `email_log_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `email_templates` -- CREATE TABLE `email_templates` ( `email_id` bigint(20) NOT NULL, `email_key` varchar(64) NOT NULL COMMENT 'Unique identifier for this email.', `context_id` bigint(20) NOT NULL, `enabled` smallint(6) NOT NULL DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `email_templates_default` -- CREATE TABLE `email_templates_default` ( `email_id` bigint(20) NOT NULL, `email_key` varchar(64) NOT NULL COMMENT 'Unique identifier for this email.', `can_disable` smallint(6) NOT NULL DEFAULT 0, `can_edit` smallint(6) NOT NULL DEFAULT 0, `from_role_id` bigint(20) DEFAULT NULL, `to_role_id` bigint(20) DEFAULT NULL, `stage_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `email_templates_default` -- INSERT INTO `email_templates_default` (`email_id`, `email_key`, `can_disable`, `can_edit`, `from_role_id`, `to_role_id`, `stage_id`) VALUES (1, 'NOTIFICATION', 0, 1, NULL, NULL, NULL), (2, 'NOTIFICATION_CENTER_DEFAULT', 0, 1, NULL, NULL, NULL), (3, 'PASSWORD_RESET_CONFIRM', 0, 1, NULL, NULL, NULL), (4, 'USER_REGISTER', 0, 1, NULL, NULL, NULL), (5, 'USER_VALIDATE', 0, 1, NULL, NULL, NULL), (6, 'REVIEWER_REGISTER', 0, 1, NULL, NULL, NULL), (7, 'PUBLISH_NOTIFY', 0, 1, NULL, NULL, NULL), (8, 'LOCKSS_EXISTING_ARCHIVE', 0, 1, NULL, NULL, NULL), (9, 'LOCKSS_NEW_ARCHIVE', 0, 1, NULL, NULL, NULL), (10, 'SUBMISSION_ACK', 1, 1, NULL, 65536, 1), (11, 'SUBMISSION_ACK_NOT_USER', 1, 1, NULL, 65536, 1), (12, 'EDITOR_ASSIGN', 1, 1, 16, 16, 1), (13, 'REVIEW_CANCEL', 1, 1, 16, 4096, 3), (14, 'REVIEW_REINSTATE', 1, 1, 16, 4096, 3), (15, 'REVIEW_REQUEST', 1, 1, 16, 4096, 3), (16, 'REVIEW_REQUEST_SUBSEQUENT', 1, 1, 16, 4096, 3), (17, 'REVIEW_REQUEST_ONECLICK', 1, 1, 16, 4096, 3), (18, 'REVIEW_REQUEST_ONECLICK_SUBSEQUENT', 1, 1, 16, 4096, 3), (19, 'REVIEW_REQUEST_ATTACHED', 0, 1, 16, 4096, 3), (20, 'REVIEW_REQUEST_ATTACHED_SUBSEQUENT', 0, 1, 16, 4096, 3), (21, 'REVIEW_REQUEST_REMIND_AUTO', 0, 1, NULL, 4096, 3), (22, 'REVIEW_REQUEST_REMIND_AUTO_ONECLICK', 0, 1, NULL, 4096, 3), (23, 'REVIEW_CONFIRM', 1, 1, 4096, 16, 3), (24, 'REVIEW_DECLINE', 1, 1, 4096, 16, 3), (25, 'REVIEW_ACK', 1, 1, 16, 4096, 3), (26, 'REVIEW_REMIND', 0, 1, 16, 4096, 3), (27, 'REVIEW_REMIND_AUTO', 0, 1, NULL, 4096, 3), (28, 'REVIEW_REMIND_ONECLICK', 0, 1, 16, 4096, 3), (29, 'REVIEW_REMIND_AUTO_ONECLICK', 0, 1, NULL, 4096, 3), (30, 'EDITOR_DECISION_ACCEPT', 0, 1, 16, 65536, 3), (31, 'EDITOR_DECISION_SEND_TO_EXTERNAL', 0, 1, 16, 65536, 3), (32, 'EDITOR_DECISION_SEND_TO_PRODUCTION', 0, 1, 16, 65536, 5), (33, 'EDITOR_DECISION_REVISIONS', 0, 1, 16, 65536, 3), (34, 'EDITOR_DECISION_RESUBMIT', 0, 1, 16, 65536, 3), (35, 'EDITOR_DECISION_DECLINE', 0, 1, 16, 65536, 3), (36, 'EDITOR_DECISION_INITIAL_DECLINE', 0, 1, 16, 65536, 1), (37, 'EDITOR_RECOMMENDATION', 0, 1, 16, 16, 3), (38, 'COPYEDIT_REQUEST', 1, 1, 16, 4097, 4), (39, 'LAYOUT_REQUEST', 1, 1, 16, 4097, 5), (40, 'LAYOUT_COMPLETE', 1, 1, 4097, 16, 5), (41, 'EMAIL_LINK', 0, 1, 1048576, NULL, NULL), (42, 'SUBSCRIPTION_NOTIFY', 0, 1, NULL, 1048576, NULL), (43, 'OPEN_ACCESS_NOTIFY', 0, 1, NULL, 1048576, NULL), (44, 'SUBSCRIPTION_BEFORE_EXPIRY', 0, 1, NULL, 1048576, NULL), (45, 'SUBSCRIPTION_AFTER_EXPIRY', 0, 1, NULL, 1048576, NULL), (46, 'SUBSCRIPTION_AFTER_EXPIRY_LAST', 0, 1, NULL, 1048576, NULL), (47, 'SUBSCRIPTION_PURCHASE_INDL', 0, 1, NULL, 2097152, NULL), (48, 'SUBSCRIPTION_PURCHASE_INSTL', 0, 1, NULL, 2097152, NULL), (49, 'SUBSCRIPTION_RENEW_INDL', 0, 1, NULL, 2097152, NULL), (50, 'SUBSCRIPTION_RENEW_INSTL', 0, 1, NULL, 2097152, NULL), (51, 'CITATION_EDITOR_AUTHOR_QUERY', 0, 1, NULL, NULL, 4), (52, 'REVISED_VERSION_NOTIFY', 0, 1, NULL, 16, 3), (53, 'STATISTICS_REPORT_NOTIFICATION', 1, 1, 16, 17, NULL), (54, 'ANNOUNCEMENT', 0, 1, 16, 1048576, NULL), (55, 'ORCID_COLLECT_AUTHOR_ID', 0, 1, NULL, NULL, NULL), (56, 'ORCID_REQUEST_AUTHOR_AUTHORIZATION', 0, 1, NULL, NULL, NULL), (57, 'MANUAL_PAYMENT_NOTIFICATION', 0, 1, NULL, NULL, NULL), (58, 'PAYPAL_INVESTIGATE_PAYMENT', 0, 1, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Struktur dari tabel `email_templates_default_data` -- CREATE TABLE `email_templates_default_data` ( `email_key` varchar(64) NOT NULL COMMENT 'Unique identifier for this email.', `locale` varchar(14) NOT NULL DEFAULT 'en_US', `subject` varchar(120) NOT NULL, `body` text DEFAULT NULL, `description` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `email_templates_default_data` -- INSERT INTO `email_templates_default_data` (`email_key`, `locale`, `subject`, `body`, `description`) VALUES ('NOTIFICATION', 'en_US', 'New notification from {$siteTitle}', 'You have a new notification from {$siteTitle}:<br />\n<br />\n{$notificationContents}<br />\n<br />\nLink: {$url}<br />\n<br />\n{$principalContactSignature}', 'The email is sent to registered users that have selected to have this type of notification emailed to them.'), ('NOTIFICATION_CENTER_DEFAULT', 'en_US', 'A message regarding {$contextName}', 'Please enter your message.', 'The default (blank) message used in the Notification Center Message Listbuilder.'), ('PASSWORD_RESET_CONFIRM', 'en_US', 'Password Reset Confirmation', 'We have received a request to reset your password for the {$siteTitle} web site.<br />\n<br />\nIf you did not make this request, please ignore this email and your password will not be changed. If you wish to reset your password, click on the below URL.<br />\n<br />\nReset my password: {$url}<br />\n<br />\n{$principalContactSignature}', 'This email is sent to a registered user when they indicate that they have forgotten their password or are unable to login. It provides a URL they can follow to reset their password.'), ('USER_REGISTER', 'en_US', 'Journal Registration', '{$userFullName}<br />\n<br />\nYou have now been registered as a user with {$contextName}. We have included your username and password in this email, which are needed for all work with this journal through its website. At any point, you can ask to be removed from the journal\'s list of users by contacting me.<br />\n<br />\nUsername: {$username}<br />\nPassword: {$password}<br />\n<br />\nThank you,<br />\n{$principalContactSignature}', 'This email is sent to a newly registered user to welcome them to the system and provide them with a record of their username and password.'), ('USER_VALIDATE', 'en_US', 'Validate Your Account', '{$userFullName}<br />\n<br />\nYou have created an account with {$contextName}, but before you can start using it, you need to validate your email account. To do this, simply follow the link below:<br />\n<br />\n{$activateUrl}<br />\n<br />\nThank you,<br />\n{$principalContactSignature}', 'This email is sent to a newly registered user to validate their email account.'), ('REVIEWER_REGISTER', 'en_US', 'Registration as Reviewer with {$contextName}', 'In light of your expertise, we have taken the liberty of registering your name in the reviewer database for {$contextName}. This does not entail any form of commitment on your part, but simply enables us to approach you with a submission to possibly review. On being invited to review, you will have an opportunity to see the title and abstract of the paper in question, and you\'ll always be in a position to accept or decline the invitation. You can also ask at any point to have your name removed from this reviewer list.<br />\n<br />\nWe are providing you with a username and password, which is used in all interactions with the journal through its website. You may wish, for example, to update your profile, including your reviewing interests.<br />\n<br />\nUsername: {$username}<br />\nPassword: {$password}<br />\n<br />\nThank you,<br />\n{$principalContactSignature}', 'This email is sent to a newly registered reviewer to welcome them to the system and provide them with a record of their username and password.'), ('PUBLISH_NOTIFY', 'en_US', 'New Issue Published', 'Readers:<br />\n<br />\n{$contextName} has just published its latest issue at {$contextUrl}. We invite you to review the Table of Contents here and then visit our web site to review articles and items of interest.<br />\n<br />\nThanks for the continuing interest in our work,<br />\n{$editorialContactSignature}', 'This email is sent to registered readers via the \"Notify Users\" link in the Editor\'s User Home. It notifies readers of a new issue and invites them to visit the journal at a supplied URL.'), ('LOCKSS_EXISTING_ARCHIVE', 'en_US', 'Archiving Request for {$contextName}', 'Dear [University Librarian]<br />\n<br />\n{$contextName} &lt;{$contextUrl}&gt;, is a journal for which a member of your faculty, [name of member], serves as a [title of position]. The journal is seeking to establish a LOCKSS (Lots of Copies Keep Stuff Safe) compliant archive with this and other university libraries.<br />\n<br />\n[Brief description of journal]<br />\n<br />\nThe URL to the LOCKSS Publisher Manifest for our journal is: {$contextUrl}/gateway/lockss<br />\n<br />\nWe understand that you are already participating in LOCKSS. If we can provide any additional metadata for purposes of registering our journal with your version of LOCKSS, we would be happy to provide it.<br />\n<br />\nThank you,<br />\n{$principalContactSignature}', 'This email requests the keeper of a LOCKSS archive to consider including this journal in their archive. It provides the URL to the journal\'s LOCKSS Publisher Manifest.'), ('LOCKSS_NEW_ARCHIVE', 'en_US', 'Archiving Request for {$contextName}', 'Dear [University Librarian]<br />\n<br />\n{$contextName} &lt;{$contextUrl}&gt;, is a journal for which a member of your faculty, [name of member] serves as a [title of position]. The journal is seeking to establish a LOCKSS (Lots of Copies Keep Stuff Safe) compliant archive with this and other university libraries.<br />\n<br />\n[Brief description of journal]<br />\n<br />\nThe LOCKSS Program &lt;http://lockss.org/&gt;, an international library/publisher initiative, is a working example of a distributed preservation and archiving repository, additional details are below. The software, which runs on an ordinary personal computer is free; the system is easily brought on-line; very little ongoing maintenance is required.<br />\n<br />\nTo assist in the archiving of our journal, we invite you to become a member of the LOCKSS community, to help collect and preserve titles produced by your faculty and by other scholars worldwide. To do so, please have someone on your staff visit the LOCKSS site for information on how this system operates. I look forward to hearing from you on the feasibility of providing this archiving support for this journal.<br />\n<br />\nThank you,<br />\n{$principalContactSignature}', 'This email encourages the recipient to participate in the LOCKSS initiative and include this journal in the archive. It provides information about the LOCKSS initiative and ways to become involved.'), ('SUBMISSION_ACK', 'en_US', 'Submission Acknowledgement', '{$authorName}:<br />\n<br />\nThank you for submitting the manuscript, "{$submissionTitle}" to {$contextName}. With the online journal management system that we are using, you will be able to track its progress through the editorial process by logging in to the journal web site:<br />\n<br />\nSubmission URL: {$submissionUrl}<br />\nUsername: {$authorUsername}<br />\n<br />\nIf you have any questions, please contact me. Thank you for considering this journal as a venue for your work.<br />\n<br />\n{$editorialContactSignature}', 'This email, when enabled, is automatically sent to an author when they complete the process of submitting a manuscript to the journal. It provides information about tracking the submission through the process and thanks the author for the submission.'), ('SUBMISSION_ACK_NOT_USER', 'en_US', 'Submission Acknowledgement', 'Hello,<br />\n<br />\n{$submitterName} has submitted the manuscript, "{$submissionTitle}" to {$contextName}. <br />\n<br />\nIf you have any questions, please contact me. Thank you for considering this journal as a venue for your work.<br />\n<br />\n{$editorialContactSignature}', 'This email, when enabled, is automatically sent to the other authors who are not users within OJS specified during the submission process.'), ('EDITOR_ASSIGN', 'en_US', 'Editorial Assignment', '{$editorialContactName}:<br />\n<br />\nThe submission, "{$submissionTitle}," to {$contextName} has been assigned to you to see through the editorial process in your role as Section Editor.<br />\n<br />\nSubmission URL: {$submissionUrl}<br />\nUsername: {$editorUsername}<br />\n<br />\nThank you.', 'This email notifies a Section Editor that the Editor has assigned them the task of overseeing a submission through the editing process. It provides information about the submission and how to access the journal site.'), ('REVIEW_CANCEL', 'en_US', 'Request for Review Cancelled', '{$reviewerName}:<br />\n<br />\nWe have decided at this point to cancel our request for you to review the submission, "{$submissionTitle}," for {$contextName}. We apologize for any inconvenience this may cause you and hope that we will be able to call on you to assist with this journal\'s review process in the future.<br />\n<br />\nIf you have any questions, please contact me.', 'This email is sent by the Section Editor to a Reviewer who has a submission review in progress to notify them that the review has been cancelled.'), ('REVIEW_REINSTATE', 'en_US', 'Request for Review Reinstated', '{$reviewerName}:<br />\n<br />\nWe would like to reinstate our request for you to review the submission, "{$submissionTitle}," for {$contextName}. We hope that you will be able to assist with this journal\'s review process.<br />\n<br />\nIf you have any questions, please contact me.', 'This email is sent by the Section Editor to a Reviewer who has a submission review in progress to notify them that a cancelled review has been reinstated.'), ('REVIEW_REQUEST', 'en_US', 'Article Review Request', '{$reviewerName}:<br />\n<br />\nI believe that you would serve as an excellent reviewer of the manuscript, "{$submissionTitle}," which has been submitted to {$contextName}. The submission\'s abstract is inserted below, and I hope that you will consider undertaking this important task for us.<br />\n<br />\nPlease log into the journal web site by {$responseDueDate} to indicate whether you will undertake the review or not, as well as to access the submission and to record your review and recommendation. The web site is {$contextUrl}<br />\n<br />\nThe review itself is due {$reviewDueDate}.<br />\n<br />\nIf you do not have your username and password for the journal\'s web site, you can use this link to reset your password (which will then be emailed to you along with your username). {$passwordResetUrl}<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nThank you for considering this request.<br />\n<br />\n{$editorialContactSignature}<br />\n<br />\n"{$submissionTitle}"<br />\n<br />\n{$submissionAbstract}', 'This email from the Section Editor to a Reviewer requests that the reviewer accept or decline the task of reviewing a submission. It provides information about the submission such as the title and abstract, a review due date, and how to access the submission itself. This message is used when the Standard Review Process is selected in Management > Settings > Workflow > Review. (Otherwise see REVIEW_REQUEST_ATTACHED.)'), ('REVIEW_REQUEST_SUBSEQUENT', 'en_US', 'Article Review Request', '{$reviewerName}:<br />\n<br />\nThis regards the manuscript "{$submissionTitle}," which is under consideration by {$contextName}.<br />\n<br />\nFollowing the review of the previous version of the manuscript, the authors have now submitted a revised version of their paper. We would appreciate it if you could help evaluate it.<br />\n<br />\nPlease log into the journal web site by {$responseDueDate} to indicate whether you will undertake the review or not, as well as to access the submission and to record your review and recommendation. The web site is {$contextUrl}<br />\n<br />\nThe review itself is due {$reviewDueDate}.<br />\n<br />\nIf you do not have your username and password for the journal\'s web site, you can use this link to reset your password (which will then be emailed to you along with your username). {$passwordResetUrl}<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nThank you for considering this request.<br />\n<br />\n{$editorialContactSignature}<br />\n<br />\n"{$submissionTitle}"<br />\n<br />\n{$submissionAbstract}', 'This email from the Section Editor to a Reviewer requests that the reviewer accept or decline the task of reviewing a submission for a second or greater round of review. It provides information about the submission such as the title and abstract, a review due date, and how to access the submission itself. This message is used when the Standard Review Process is selected in Management > Settings > Workflow > Review. (Otherwise see REVIEW_REQUEST_ATTACHED_SUBSEQUENT.)'), ('REVIEW_REQUEST_ONECLICK', 'en_US', 'Article Review Request', '{$reviewerName}:<br />\n<br />\nI believe that you would serve as an excellent reviewer of the manuscript, "{$submissionTitle}," which has been submitted to {$contextName}. The submission\'s abstract is inserted below, and I hope that you will consider undertaking this important task for us.<br />\n<br />\nPlease log into the journal web site by {$responseDueDate} to indicate whether you will undertake the review or not, as well as to access the submission and to record your review and recommendation.<br />\n<br />\nThe review itself is due {$reviewDueDate}.<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nThank you for considering this request.<br />\n<br />\n{$editorialContactSignature}<br />\n<br />\n"{$submissionTitle}"<br />\n<br />\n{$submissionAbstract}', 'This email from the Section Editor to a Reviewer requests that the reviewer accept or decline the task of reviewing a submission. It provides information about the submission such as the title and abstract, a review due date, and how to access the submission itself. This message is used when the Standard Review Process is selected in Management > Settings > Workflow > Review, and one-click reviewer access is enabled.'), ('REVIEW_REQUEST_ONECLICK_SUBSEQUENT', 'en_US', 'Article Review Request', '{$reviewerName}:<br />\n<br />\nThis regards the manuscript "{$submissionTitle}," which is under consideration by {$contextName}.<br />\n<br />\nFollowing the review of the previous version of the manuscript, the authors have now submitted a revised version of their paper. We would appreciate it if you could help evaluate it.<br />\n<br />\nPlease log into the journal web site by {$responseDueDate} to indicate whether you will undertake the review or not, as well as to access the submission and to record your review and recommendation.<br />\n<br />\nThe review itself is due {$reviewDueDate}.<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nThank you for considering this request.<br />\n<br />\n{$editorialContactSignature}<br />\n<br />\n"{$submissionTitle}"<br />\n<br />\n{$submissionAbstract}', 'This email from the Section Editor to a Reviewer requests that the reviewer accept or decline the task of reviewing a submission for a second or greater round of review. It provides information about the submission such as the title and abstract, a review due date, and how to access the submission itself. This message is used when the Standard Review Process is selected in Management > Settings > Workflow > Review, and one-click reviewer access is enabled.'), ('REVIEW_REQUEST_ATTACHED', 'en_US', 'Article Review Request', '{$reviewerName}:<br />\n<br />\nI believe that you would serve as an excellent reviewer of the manuscript, "{$submissionTitle}," and I am asking that you consider undertaking this important task for us. The Review Guidelines for this journal are appended below, and the submission is attached to this email. Your review of the submission, along with your recommendation, should be emailed to me by {$reviewDueDate}.<br />\n<br />\nPlease indicate in a return email by {$responseDueDate} whether you are able and willing to do the review.<br />\n<br />\nThank you for considering this request.<br />\n<br />\n{$editorialContactSignature}<br />\n<br />\n<br />\nReview Guidelines<br />\n<br />\n{$reviewGuidelines}<br />\n', 'This email is sent by the Section Editor to a Reviewer to request that they accept or decline the task of reviewing a submission. It includes the submission as an attachment. This message is used when the Email-Attachment Review Process is selected in Management > Settings > Workflow > Review. (Otherwise see REVIEW_REQUEST.)'), ('REVIEW_REQUEST_ATTACHED_SUBSEQUENT', 'en_US', 'Article Review Request', '{$reviewerName}:<br />\n<br />\nThis regards the manuscript "{$submissionTitle}," which is under consideration by {$contextName}.<br />\n<br />\nFollowing the review of the previous version of the manuscript, the authors have now submitted a revised version of their paper. We would appreciate it if you could help evaluate it.<br />\n<br />\nThe Review Guidelines for this journal are appended below, and the submission is attached to this email. Your review of the submission, along with your recommendation, should be emailed to me by {$reviewDueDate}.<br />\n<br />\nPlease indicate in a return email by {$responseDueDate} whether you are able and willing to do the review.<br />\n<br />\nThank you for considering this request.<br />\n<br />\n{$editorialContactSignature}<br />\n<br />\n<br />\nReview Guidelines<br />\n<br />\n{$reviewGuidelines}<br />\n', 'This email is sent by the Section Editor to a Reviewer to request that they accept or decline the task of reviewing a submission for a second or greater round of review. It includes the submission as an attachment. This message is used when the Email-Attachment Review Process is selected in Management > Settings > Workflow > Review. (Otherwise see REVIEW_REQUEST_SUBSEQUENT.)'), ('REVIEW_REQUEST_REMIND_AUTO', 'en_US', 'Article Review Request Reminder', '{$reviewerName}:<br />\nJust a gentle reminder of our request for your review of the submission, "{$submissionTitle}," for {$contextName}. We were hoping to have your response by {$responseDueDate}, and this email has been automatically generated and sent with the passing of that date.\n<br />\nI believe that you would serve as an excellent reviewer of the manuscript. The submission\'s abstract is inserted below, and I hope that you will consider undertaking this important task for us.<br />\n<br />\nPlease log into the journal web site to indicate whether you will undertake the review or not, as well as to access the submission and to record your review and recommendation. The web site is {$contextUrl}<br />\n<br />\nThe review itself is due {$reviewDueDate}.<br />\n<br />\nIf you do not have your username and password for the journal\'s web site, you can use this link to reset your password (which will then be emailed to you along with your username). {$passwordResetUrl}<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nThank you for considering this request.<br />\n<br />\n{$editorialContactSignature}<br />\n<br />\n"{$submissionTitle}"<br />\n<br />\n{$submissionAbstract}', 'This email is automatically sent when a reviewer\'s confirmation due date elapses (see Review Options under Settings > Workflow > Review) and one-click reviewer access is disabled. Scheduled tasks must be enabled and configured (see the site configuration file).'), ('REVIEW_REQUEST_REMIND_AUTO_ONECLICK', 'en_US', 'Article Review Request', '{$reviewerName}:<br />\nJust a gentle reminder of our request for your review of the submission, "{$submissionTitle}," for {$contextName}. We were hoping to have your response by {$responseDueDate}, and this email has been automatically generated and sent with the passing of that date.\n<br />\nI believe that you would serve as an excellent reviewer of the manuscript. The submission\'s abstract is inserted below, and I hope that you will consider undertaking this important task for us.<br />\n<br />\nPlease log into the journal web site to indicate whether you will undertake the review or not, as well as to access the submission and to record your review and recommendation.<br />\n<br />\nThe review itself is due {$reviewDueDate}.<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nThank you for considering this request.<br />\n<br />\n{$editorialContactSignature}<br />\n<br />\n"{$submissionTitle}"<br />\n<br />\n{$submissionAbstract}', 'This email is automatically sent when a reviewer\'s confirmation due date elapses (see Review Options under Settings > Workflow > Review) and one-click reviewer access is enabled. Scheduled tasks must be enabled and configured (see the site configuration file).'), ('REVIEW_CONFIRM', 'en_US', 'Able to Review', 'Editors:<br />\n<br />\nI am able and willing to review the submission, "{$submissionTitle}," for {$contextName}. Thank you for thinking of me, and I plan to have the review completed by its due date, {$reviewDueDate}, if not before.<br />\n<br />\n{$reviewerName}', 'This email is sent by a Reviewer to the Section Editor in response to a review request to notify the Section Editor that the review request has been accepted and will be completed by the specified date.'), ('REVIEW_DECLINE', 'en_US', 'Unable to Review', 'Editors:<br />\n<br />\nI am afraid that at this time I am unable to review the submission, "{$submissionTitle}," for {$contextName}. Thank you for thinking of me, and another time feel free to call on me.<br />\n<br />\n{$reviewerName}', 'This email is sent by a Reviewer to the Section Editor in response to a review request to notify the Section Editor that the review request has been declined.'), ('REVIEW_ACK', 'en_US', 'Article Review Acknowledgement', '{$reviewerName}:<br />\n<br />\nThank you for completing the review of the submission, "{$submissionTitle}," for {$contextName}. We appreciate your contribution to the quality of the work that we publish.', 'This email is sent by a Section Editor to confirm receipt of a completed review and thank the reviewer for their contributions.'), ('REVIEW_REMIND', 'en_US', 'Submission Review Reminder', '{$reviewerName}:<br />\n<br />\nJust a gentle reminder of our request for your review of the submission, "{$submissionTitle}," for {$contextName}. We were hoping to have this review by {$reviewDueDate}, and would be pleased to receive it as soon as you are able to prepare it.<br />\n<br />\nIf you do not have your username and password for the journal\'s web site, you can use this link to reset your password (which will then be emailed to you along with your username). {$passwordResetUrl}<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nPlease confirm your ability to complete this vital contribution to the work of the journal. I look forward to hearing from you.<br />\n<br />\n{$editorialContactSignature}', 'This email is sent by a Section Editor to remind a reviewer that their review is due.'), ('REVIEW_REMIND_AUTO', 'en_US', 'Automated Submission Review Reminder', '{$reviewerName}:<br />\n<br />\nJust a gentle reminder of our request for your review of the submission, "{$submissionTitle}," for {$contextName}. We were hoping to have this review by {$reviewDueDate}, and this email has been automatically generated and sent with the passing of that date. We would still be pleased to receive it as soon as you are able to prepare it.<br />\n<br />\nIf you do not have your username and password for the journal\'s web site, you can use this link to reset your password (which will then be emailed to you along with your username). {$passwordResetUrl}<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nPlease confirm your ability to complete this vital contribution to the work of the journal. I look forward to hearing from you.<br />\n<br />\n{$editorialContactSignature}', 'This email is automatically sent when a reviewer\'s due date elapses (see Review Options under Settings > Workflow > Review) and one-click reviewer access is disabled. Scheduled tasks must be enabled and configured (see the site configuration file).'), ('REVIEW_REMIND_ONECLICK', 'en_US', 'Submission Review Reminder', '{$reviewerName}:<br />\n<br />\nJust a gentle reminder of our request for your review of the submission, "{$submissionTitle}," for {$contextName}. We were hoping to have this review by {$reviewDueDate}, and would be pleased to receive it as soon as you are able to prepare it.<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nPlease confirm your ability to complete this vital contribution to the work of the journal. I look forward to hearing from you.<br />\n<br />\n{$editorialContactSignature}', 'This email is sent by a Section Editor to remind a reviewer that their review is due.'), ('REVIEW_REMIND_AUTO_ONECLICK', 'en_US', 'Automated Submission Review Reminder', '{$reviewerName}:<br />\n<br />\nJust a gentle reminder of our request for your review of the submission, "{$submissionTitle}," for {$contextName}. We were hoping to have this review by {$reviewDueDate}, and this email has been automatically generated and sent with the passing of that date. We would still be pleased to receive it as soon as you are able to prepare it.<br />\n<br />\nSubmission URL: {$submissionReviewUrl}<br />\n<br />\nPlease confirm your ability to complete this vital contribution to the work of the journal. I look forward to hearing from you.<br />\n<br />\n{$editorialContactSignature}', 'This email is automatically sent when a reviewer\'s due date elapses (see Review Options under Settings > Workflow > Review) and one-click reviewer access is enabled. Scheduled tasks must be enabled and configured (see the site configuration file).'), ('EDITOR_DECISION_ACCEPT', 'en_US', 'Editor Decision', '{$authorName}:<br />\n<br />\nWe have reached a decision regarding your submission to {$contextName}, "{$submissionTitle}".<br />\n<br />\nOur decision is to: Accept Submission', 'This email from the Editor or Section Editor to an Author notifies them of a final \"accept submission\" decision regarding their submission.'), ('EDITOR_DECISION_SEND_TO_EXTERNAL', 'en_US', 'Editor Decision', '{$authorName}:<br />\n<br />\nWe have reached a decision regarding your submission to {$contextName}, "{$submissionTitle}".<br />\n<br />\nOur decision is to: Send to Review<br />\n<br />\nSubmission URL: {$submissionUrl}', 'This email from the Editor or Section Editor to an Author notifies them that their submission is being sent to an external review.'), ('EDITOR_DECISION_SEND_TO_PRODUCTION', 'en_US', 'Editor Decision', '{$authorName}:<br />\n<br />\nThe editing of your submission, "{$submissionTitle}," is complete. We are now sending it to production.<br />\n<br />\nSubmission URL: {$submissionUrl}', 'This email from the Editor or Section Editor to an Author notifies them that their submission is being sent to production.'), ('EDITOR_DECISION_REVISIONS', 'en_US', 'Editor Decision', '{$authorName}:<br />\n<br />\nWe have reached a decision regarding your submission to {$contextName}, "{$submissionTitle}".<br />\n<br />\nOur decision is: Revisions Required', 'This email from the Editor or Section Editor to an Author notifies them of a final \"revisions required\" decision regarding their submission.'), ('EDITOR_DECISION_RESUBMIT', 'en_US', 'Editor Decision', '{$authorName}:<br />\n<br />\nWe have reached a decision regarding your submission to {$contextName}, "{$submissionTitle}".<br />\n<br />\nOur decision is to: Resubmit for Review', 'This email from the Editor or Section Editor to an Author notifies them of a final \"resubmit\" decision regarding their submission.'), ('EDITOR_DECISION_DECLINE', 'en_US', 'Editor Decision', '{$authorName}:<br />\n<br />\nWe have reached a decision regarding your submission to {$contextName}, "{$submissionTitle}".<br />\n<br />\nOur decision is to: Decline Submission', 'This email from the Editor or Section Editor to an Author notifies them of a final \"decline\" decision regarding their submission.'), ('EDITOR_DECISION_INITIAL_DECLINE', 'en_US', 'Editor Decision', '\n {$authorName}:<br />\n<br />\nWe have reached a decision regarding your submission to {$contextName}, "{$submissionTitle}".<br />\n<br />\nOur decision is to: Decline Submission', 'This email is sent to the author if the editor declines their submission initially, before the review stage'), ('EDITOR_RECOMMENDATION', 'en_US', 'Editor Recommendation', '{$editors}:<br />\n<br />\nThe recommendation regarding the submission to {$contextName}, "{$submissionTitle}" is: {$recommendation}', 'This email from the recommending Editor or Section Editor to the decision making Editors or Section Editors notifies them of a final recommendation regarding the submission.'), ('COPYEDIT_REQUEST', 'en_US', 'Copyediting Request', '{$participantName}:<br />\n<br />\nI would ask that you undertake the copyediting of "{$submissionTitle}" for {$contextName} by following these steps.<br />\n1. Click on the Submission URL below.<br />\n2. Open any files available under Draft Files and do your copyediting, while adding any Copyediting Discussions as needed.<br />\n3. Save copyedited file(s), and upload to Copyedited panel.<br />\n4. Notify the Editor that all files have been prepared, and that the Production process may begin.<br />\n<br />\n{$contextName} URL: {$contextUrl}<br />\nSubmission URL: {$submissionUrl}<br />\nUsername: {$participantUsername}', 'This email is sent by a Section Editor to a submission\'s Copyeditor to request that they begin the copyediting process. It provides information about the submission and how to access it.'), ('LAYOUT_REQUEST', 'en_US', 'Request Galleys', '{$participantName}:<br />\n<br />\nThe submission "{$submissionTitle}" to {$contextName} now needs galleys laid out by following these steps.<br />\n1. Click on the Submission URL below.<br />\n2. Log into the journal and use the Production Ready files to create the galleys according to the journal\'s standards.<br />\n3. Upload the galleys to the Galley Files section.<br />\n4. Notify the Editor using Production Discussions that the galleys are uploaded and ready.<br />\n<br />\n{$contextName} URL: {$contextUrl}<br />\nSubmission URL: {$submissionUrl}<br />\nUsername: {$participantUsername}<br />\n<br />\nIf you are unable to undertake this work at this time or have any questions, please contact me. Thank you for your contribution to this journal.', 'This email from the Section Editor to the Layout Editor notifies them that they have been assigned the task of performing layout editing on a submission. It provides information about the submission and how to access it.'), ('LAYOUT_COMPLETE', 'en_US', 'Galleys Complete', '{$editorialContactName}:<br />\n<br />\nGalleys have now been prepared for the manuscript, "{$submissionTitle}," for {$contextName} and are ready for proofreading.<br />\n<br />\nIf you have any questions, please contact me.<br />\n<br />\n{$participantName}', 'This email from the Layout Editor to the Section Editor notifies them that the layout process has been completed.'), ('EMAIL_LINK', 'en_US', 'Article of Possible Interest', 'Thought you might be interested in seeing "{$submissionTitle}" by {$authorName} published in Vol {$volume}, No {$number} ({$year}) of {$contextName} at "{$articleUrl}".', 'This email template provides a registered reader with the opportunity to send information about an article to somebody who may be interested. It is available via the Reading Tools and must be enabled by the Journal Manager in the Reading Tools Administration page.'), ('SUBSCRIPTION_NOTIFY', 'en_US', 'Subscription Notification', '{$subscriberName}:<br />\n<br />\nYou have now been registered as a subscriber in our online journal management system for {$contextName}, with the following subscription:<br />\n<br />\n{$subscriptionType}<br />\n<br />\nTo access content that is available only to subscribers, simply log in to the system with your username, "{$username}".<br />\n<br />\nOnce you have logged in to the system you can change your profile details and password at any point.<br />\n<br />\nPlease note that if you have an institutional subscription, there is no need for users at your institution to log in, since requests for subscription content will be automatically authenticated by the system.<br />\n<br />\nIf you have any questions, please feel free to contact me.<br />\n<br />\n{$subscriptionContactSignature}', 'This email notifies a registered reader that the Manager has created a subscription for them. It provides the journal\'s URL along with instructions for access.'), ('OPEN_ACCESS_NOTIFY', 'en_US', 'Issue Now Open Access', 'Readers:<br />\n<br />\n{$contextName} has just made available in an open access format the following issue. We invite you to review the Table of Contents here and then visit our web site ({$contextUrl}) to review articles and items of interest.<br />\n<br />\nThanks for the continuing interest in our work,<br />\n{$editorialContactSignature}', 'This email is sent to registered readers who have requested to receive a notification email when an issue becomes open access.'), ('SUBSCRIPTION_BEFORE_EXPIRY', 'en_US', 'Notice of Subscription Expiry', '{$subscriberName}:<br />\n<br />\nYour {$contextName} subscription is about to expire.<br />\n<br />\n{$subscriptionType}<br />\nExpiry date: {$expiryDate}<br />\n<br />\nTo ensure the continuity of your access to this journal, please go to the journal website and renew your subscription. You are able to log in to the system with your username, "{$username}".<br />\n<br />\nIf you have any questions, please feel free to contact me.<br />\n<br />\n{$subscriptionContactSignature}', 'This email notifies a subscriber that their subscription will soon expire. It provides the journal\'s URL along with instructions for access.'), ('SUBSCRIPTION_AFTER_EXPIRY', 'en_US', 'Subscription Expired', '{$subscriberName}:<br />\n<br />\nYour {$contextName} subscription has expired.<br />\n<br />\n{$subscriptionType}<br />\nExpiry date: {$expiryDate}<br />\n<br />\nTo renew your subscription, please go to the journal website. You are able to log in to the system with your username, "{$username}".<br />\n<br />\nIf you have any questions, please feel free to contact me.<br />\n<br />\n{$subscriptionContactSignature}', 'This email notifies a subscriber that their subscription has expired. It provides the journal\'s URL along with instructions for access.'), ('SUBSCRIPTION_AFTER_EXPIRY_LAST', 'en_US', 'Subscription Expired - Final Reminder', '{$subscriberName}:<br />\n<br />\nYour {$contextName} subscription has expired.<br />\nPlease note that this is the final reminder that will be emailed to you.<br />\n<br />\n{$subscriptionType}<br />\nExpiry date: {$expiryDate}<br />\n<br />\nTo renew your subscription, please go to the journal website. You are able to log in to the system with your username, "{$username}".<br />\n<br />\nIf you have any questions, please feel free to contact me.<br />\n<br />\n{$subscriptionContactSignature}', 'This email notifies a subscriber that their subscription has expired. It provides the journal\'s URL along with instructions for access.'), ('SUBSCRIPTION_PURCHASE_INDL', 'en_US', 'Subscription Purchase: Individual', 'An individual subscription has been purchased online for {$contextName} with the following details.<br />\n<br />\nSubscription Type:<br />\n{$subscriptionType}<br />\n<br />\nUser:<br />\n{$userDetails}<br />\n<br />\nMembership Information (if provided):<br />\n{$membership}<br />\n<br />\nTo view or edit this subscription, please use the following URL.<br />\n<br />\nSubscription URL: {$subscriptionUrl}<br />\n', 'This email notifies the Subscription Manager that an individual subscription has been purchased online. It provides summary information about the subscription and a quick access link to the purchased subscription.'), ('SUBSCRIPTION_PURCHASE_INSTL', 'en_US', 'Subscription Purchase: Institutional', 'An institutional subscription has been purchased online for {$contextName} with the following details. To activate this subscription, please use the provided Subscription URL and set the subscription status to \'Active\'.<br />\n<br />\nSubscription Type:<br />\n{$subscriptionType}<br />\n<br />\nInstitution:<br />\n{$institutionName}<br />\n{$institutionMailingAddress}<br />\n<br />\nDomain (if provided):<br />\n{$domain}<br />\n<br />\nIP Ranges (if provided):<br />\n{$ipRanges}<br />\n<br />\nContact Person:<br />\n{$userDetails}<br />\n<br />\nMembership Information (if provided):<br />\n{$membership}<br />\n<br />\nTo view or edit this subscription, please use the following URL.<br />\n<br />\nSubscription URL: {$subscriptionUrl}<br />\n', 'This email notifies the Subscription Manager that an institutional subscription has been purchased online. It provides summary information about the subscription and a quick access link to the purchased subscription.'), ('SUBSCRIPTION_RENEW_INDL', 'en_US', 'Subscription Renewal: Individual', 'An individual subscription has been renewed online for {$contextName} with the following details.<br />\n<br />\nSubscription Type:<br />\n{$subscriptionType}<br />\n<br />\nUser:<br />\n{$userDetails}<br />\n<br />\nMembership Information (if provided):<br />\n{$membership}<br />\n<br />\nTo view or edit this subscription, please use the following URL.<br />\n<br />\nSubscription URL: {$subscriptionUrl}<br />\n', 'This email notifies the Subscription Manager that an individual subscription has been renewed online. It provides summary information about the subscription and a quick access link to the renewed subscription.'), ('SUBSCRIPTION_RENEW_INSTL', 'en_US', 'Subscription Renewal: Institutional', 'An institutional subscription has been renewed online for {$contextName} with the following details.<br />\n<br />\nSubscription Type:<br />\n{$subscriptionType}<br />\n<br />\nInstitution:<br />\n{$institutionName}<br />\n{$institutionMailingAddress}<br />\n<br />\nDomain (if provided):<br />\n{$domain}<br />\n<br />\nIP Ranges (if provided):<br />\n{$ipRanges}<br />\n<br />\nContact Person:<br />\n{$userDetails}<br />\n<br />\nMembership Information (if provided):<br />\n{$membership}<br />\n<br />\nTo view or edit this subscription, please use the following URL.<br />\n<br />\nSubscription URL: {$subscriptionUrl}<br />\n', 'This email notifies the Subscription Manager that an institutional subscription has been renewed online. It provides summary information about the subscription and a quick access link to the renewed subscription.'), ('CITATION_EDITOR_AUTHOR_QUERY', 'en_US', 'Citation Editing', '{$authorFirstName},<br />\n<br />\nCould you please verify or provide us with the proper citation for the following reference from your article, {$submissionTitle}:<br />\n<br />\n{$rawCitation}<br />\n<br />\nThanks!<br />\n<br />\n{$userFirstName}<br />\nCopy-Editor, {$contextName}<br />\n', 'This email allows copyeditors to request additional information about references from authors.'), ('REVISED_VERSION_NOTIFY', 'en_US', 'Revised Version Uploaded', 'Editors:<br />\n<br />\nA revised version of "{$submissionTitle}" has been uploaded by the author {$authorName}.<br />\n<br />\nSubmission URL: {$submissionUrl}<br />\n<br />\n{$editorialContactSignature}', 'This email is automatically sent to the assigned editor when author uploads a revised version of an article.'), ('STATISTICS_REPORT_NOTIFICATION', 'en_US', 'Editorial activity for {$month}, {$year}', '\n{$name}, <br />\n<br />\nYour journal health report for {$month}, {$year} is now available. Your key stats for this month are below.<br />\n<ul>\n <li>New submissions this month: {$newSubmissions}</li>\n <li>Declined submissions this month: {$declinedSubmissions}</li>\n <li>Accepted submissions this month: {$acceptedSubmissions}</li>\n <li>Total submissions in the system: {$totalSubmissions}</li>\n</ul>\nLogin to the journal to view more detailed <a href=\"{$editorialStatsLink}\">editorial trends</a> and <a href=\"{$publicationStatsLink}\">published article stats</a>. A full copy of this month\'s editorial trends is attached.<br />\n<br />\nSincerely,<br />\n{$principalContactSignature}', 'This email is automatically sent monthly to editors and journal managers to provide them a system health overview.'), ('ANNOUNCEMENT', 'en_US', '{$title}', '<b>{$title}</b><br />\n<br />\n{$summary}<br />\n<br />\nVisit our website to read the <a href=\"{$url}\">full announcement</a>.', 'This email is sent when a new announcement is created.'), ('ORCID_COLLECT_AUTHOR_ID', 'en_US', 'Submission ORCID', 'Dear {$authorName},<br/>\n<br/>\nYou have been listed as an author on a manuscript submission to {$contextName}.<br/>\nTo confirm your authorship, please add your ORCID id to this submission by visiting the link provided below.<br/>\n<br/>\n<a href=\"{$authorOrcidUrl}\"><img id=\"orcid-id-logo\" src=\"https://orcid.org/sites/default/files/images/orcid_16x16.png\" width=\'16\' height=\'16\' alt=\"ORCID iD icon\" style=\"display: block; margin: 0 .5em 0 0; padding: 0; float: left;\"/>Register or connect your ORCID iD</a><br/>\n<br/>\n<br>\n<a href=\"{$orcidAboutUrl}\">More information about ORCID at {$contextName}</a><br/>\n<br/>\nIf you have any questions, please contact me.<br/>\n<br/>\n{$principalContactSignature}<br/>\n', 'This email template is used to collect the ORCID id\'s from authors.'), ('ORCID_REQUEST_AUTHOR_AUTHORIZATION', 'en_US', 'Requesting ORCID record access', 'Dear {$authorName},<br>\n<br>\nYou have been listed as an author on the manuscript submission \"{$submissionTitle}\" to {$contextName}.\n<br>\n<br>\nPlease allow us to add your ORCID id to this submission and also to add the submission to your ORCID profile on publication.<br>\nVisit the link to the official ORCID website, login with your profile and authorize the access by following the instructions.<br>\n<a href=\"{$authorOrcidUrl}\"><img id=\"orcid-id-logo\" src=\"https://orcid.org/sites/default/files/images/orcid_16x16.png\" width=\'16\' height=\'16\' alt=\"ORCID iD icon\" style=\"display: block; margin: 0 .5em 0 0; padding: 0; float: left;\"/>Register or Connect your ORCID iD</a><br/>\n<br>\n<br>\n<a href=\"{$orcidAboutUrl}\">More about ORCID at {$contextName}</a><br/>\n<br>\nIf you have any questions, please contact me.<br>\n<br>\n{$principalContactSignature}<br>\n', 'This email template is used to request ORCID record access from authors.'), ('MANUAL_PAYMENT_NOTIFICATION', 'en_US', 'Manual Payment Notification', 'A manual payment needs to be processed for the journal {$contextName} and the user {$userFullName} (username "{$userName}").<br />\n<br />\nThe item being paid for is "{$itemName}".<br />\nThe cost is {$itemCost} ({$itemCurrencyCode}).<br />\n<br />\nThis email was generated by Open Journal Systems\' Manual Payment plugin.', 'This email template is used to notify a journal manager contact that a manual payment was requested.'), ('PAYPAL_INVESTIGATE_PAYMENT', 'en_US', 'Unusual PayPal Activity', 'Open Journal Systems has encountered unusual activity relating to PayPal payment support for the journal {$contextName}. This activity may need further investigation or manual intervention.<br />\n <br />\nThis email was generated by Open Journal Systems\' PayPal plugin.<br />\n<br />\nFull post information for the request:<br />\n{$postInfo}<br />\n<br />\nAdditional information (if supplied):<br />\n{$additionalInfo}<br />\n<br />\nServer vars:<br />\n{$serverVars}<br />\n', 'This email template is used to notify a journal\'s primary contact that suspicious activity or activity requiring manual intervention was encountered by the PayPal plugin.'); -- -------------------------------------------------------- -- -- Struktur dari tabel `email_templates_settings` -- CREATE TABLE `email_templates_settings` ( `email_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `event_log` -- CREATE TABLE `event_log` ( `log_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `date_logged` datetime NOT NULL, `event_type` bigint(20) DEFAULT NULL, `message` text DEFAULT NULL, `is_translated` smallint(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `event_log_settings` -- CREATE TABLE `event_log_settings` ( `log_id` bigint(20) NOT NULL, `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `files` -- CREATE TABLE `files` ( `file_id` bigint(20) UNSIGNED NOT NULL, `path` varchar(255) NOT NULL, `mimetype` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `filters` -- CREATE TABLE `filters` ( `filter_id` bigint(20) NOT NULL, `filter_group_id` bigint(20) NOT NULL DEFAULT 0, `context_id` bigint(20) NOT NULL DEFAULT 0, `display_name` varchar(255) DEFAULT NULL, `class_name` varchar(255) DEFAULT NULL, `is_template` smallint(6) NOT NULL DEFAULT 0, `parent_filter_id` bigint(20) NOT NULL DEFAULT 0, `seq` bigint(20) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `filters` -- INSERT INTO `filters` (`filter_id`, `filter_group_id`, `context_id`, `display_name`, `class_name`, `is_template`, `parent_filter_id`, `seq`) VALUES (1, 1, 0, 'Extract metadata from a(n) Submission', 'plugins.metadata.dc11.filter.Dc11SchemaArticleAdapter', 0, 0, 0), (2, 2, 0, 'Crossref XML issue export', 'plugins.importexport.crossref.filter.IssueCrossrefXmlFilter', 0, 0, 0), (3, 3, 0, 'Crossref XML issue export', 'plugins.importexport.crossref.filter.ArticleCrossrefXmlFilter', 0, 0, 0), (4, 4, 0, 'ArticlePubMedXmlFilter', 'plugins.importexport.pubmed.filter.ArticlePubMedXmlFilter', 0, 0, 0), (5, 5, 0, 'Native XML submission export', 'plugins.importexport.native.filter.ArticleNativeXmlFilter', 0, 0, 0), (6, 6, 0, 'Native XML submission import', 'plugins.importexport.native.filter.NativeXmlArticleFilter', 0, 0, 0), (7, 7, 0, 'Native XML issue export', 'plugins.importexport.native.filter.IssueNativeXmlFilter', 0, 0, 0), (8, 8, 0, 'Native XML issue import', 'plugins.importexport.native.filter.NativeXmlIssueFilter', 0, 0, 0), (9, 9, 0, 'Native XML issue galley export', 'plugins.importexport.native.filter.IssueGalleyNativeXmlFilter', 0, 0, 0), (10, 10, 0, 'Native XML issue galley import', 'plugins.importexport.native.filter.NativeXmlIssueGalleyFilter', 0, 0, 0), (11, 11, 0, 'Native XML author export', 'plugins.importexport.native.filter.AuthorNativeXmlFilter', 0, 0, 0), (12, 12, 0, 'Native XML author import', 'plugins.importexport.native.filter.NativeXmlAuthorFilter', 0, 0, 0), (13, 14, 0, 'Native XML submission file import', 'plugins.importexport.native.filter.NativeXmlArticleFileFilter', 0, 0, 0), (14, 13, 0, 'Native XML submission file export', 'lib.pkp.plugins.importexport.native.filter.SubmissionFileNativeXmlFilter', 0, 0, 0), (15, 15, 0, 'Native XML representation export', 'plugins.importexport.native.filter.ArticleGalleyNativeXmlFilter', 0, 0, 0), (16, 16, 0, 'Native XML representation import', 'plugins.importexport.native.filter.NativeXmlArticleGalleyFilter', 0, 0, 0), (17, 17, 0, 'Native XML Publication export', 'plugins.importexport.native.filter.PublicationNativeXmlFilter', 0, 0, 0), (18, 18, 0, 'Native XML publication import', 'plugins.importexport.native.filter.NativeXmlPublicationFilter', 0, 0, 0), (19, 19, 0, 'DOAJ XML export', 'plugins.importexport.doaj.filter.DOAJXmlFilter', 0, 0, 0), (20, 20, 0, 'DOAJ JSON export', 'plugins.importexport.doaj.filter.DOAJJsonFilter', 0, 0, 0), (21, 21, 0, 'User XML user export', 'lib.pkp.plugins.importexport.users.filter.PKPUserUserXmlFilter', 0, 0, 0), (22, 22, 0, 'User XML user import', 'lib.pkp.plugins.importexport.users.filter.UserXmlPKPUserFilter', 0, 0, 0), (23, 23, 0, 'Native XML user group export', 'lib.pkp.plugins.importexport.users.filter.UserGroupNativeXmlFilter', 0, 0, 0), (24, 24, 0, 'Native XML user group import', 'lib.pkp.plugins.importexport.users.filter.NativeXmlUserGroupFilter', 0, 0, 0), (25, 25, 0, 'DataCite XML export', 'plugins.importexport.datacite.filter.DataciteXmlFilter', 0, 0, 0), (26, 26, 0, 'DataCite XML export', 'plugins.importexport.datacite.filter.DataciteXmlFilter', 0, 0, 0), (27, 27, 0, 'DataCite XML export', 'plugins.importexport.datacite.filter.DataciteXmlFilter', 0, 0, 0); -- -------------------------------------------------------- -- -- Struktur dari tabel `filter_groups` -- CREATE TABLE `filter_groups` ( `filter_group_id` bigint(20) NOT NULL, `symbolic` varchar(255) DEFAULT NULL, `display_name` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `input_type` varchar(255) DEFAULT NULL, `output_type` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `filter_groups` -- INSERT INTO `filter_groups` (`filter_group_id`, `symbolic`, `display_name`, `description`, `input_type`, `output_type`) VALUES (1, 'article=>dc11', 'plugins.metadata.dc11.articleAdapter.displayName', 'plugins.metadata.dc11.articleAdapter.description', 'class::classes.submission.Submission', 'metadata::plugins.metadata.dc11.schema.Dc11Schema(ARTICLE)'), (2, 'issue=>crossref-xml', 'plugins.importexport.crossref.displayName', 'plugins.importexport.crossref.description', 'class::classes.issue.Issue[]', 'xml::schema(https://www.crossref.org/schemas/crossref4.3.6.xsd)'), (3, 'article=>crossref-xml', 'plugins.importexport.crossref.displayName', 'plugins.importexport.crossref.description', 'class::classes.submission.Submission[]', 'xml::schema(https://www.crossref.org/schemas/crossref4.3.6.xsd)'), (4, 'article=>pubmed-xml', 'plugins.importexport.pubmed.displayName', 'plugins.importexport.pubmed.description', 'class::classes.submission.Submission[]', 'xml::dtd'), (5, 'article=>native-xml', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'class::classes.submission.Submission[]', 'xml::schema(plugins/importexport/native/native.xsd)'), (6, 'native-xml=>article', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'xml::schema(plugins/importexport/native/native.xsd)', 'class::classes.submission.Submission[]'), (7, 'issue=>native-xml', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'class::classes.issue.Issue[]', 'xml::schema(plugins/importexport/native/native.xsd)'), (8, 'native-xml=>issue', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'xml::schema(plugins/importexport/native/native.xsd)', 'class::classes.issue.Issue[]'), (9, 'issuegalley=>native-xml', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'class::classes.issue.IssueGalley[]', 'xml::schema(plugins/importexport/native/native.xsd)'), (10, 'native-xml=>issuegalley', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'xml::schema(plugins/importexport/native/native.xsd)', 'class::classes.issue.IssueGalley[]'), (11, 'author=>native-xml', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'class::classes.article.Author[]', 'xml::schema(plugins/importexport/native/native.xsd)'), (12, 'native-xml=>author', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'xml::schema(plugins/importexport/native/native.xsd)', 'class::classes.article.Author[]'), (13, 'SubmissionFile=>native-xml', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'class::lib.pkp.classes.submission.SubmissionFile', 'xml::schema(plugins/importexport/native/native.xsd)'), (14, 'native-xml=>SubmissionFile', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'xml::schema(plugins/importexport/native/native.xsd)', 'class::lib.pkp.classes.submission.SubmissionFile'), (15, 'article-galley=>native-xml', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'class::classes.article.ArticleGalley', 'xml::schema(plugins/importexport/native/native.xsd)'), (16, 'native-xml=>ArticleGalley', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'xml::schema(plugins/importexport/native/native.xsd)', 'class::classes.article.ArticleGalley[]'), (17, 'publication=>native-xml', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'class::classes.publication.Publication', 'xml::schema(plugins/importexport/native/native.xsd)'), (18, 'native-xml=>Publication', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'xml::schema(plugins/importexport/native/native.xsd)', 'class::classes.publication.Publication'), (19, 'article=>doaj-xml', 'plugins.importexport.doaj.displayName', 'plugins.importexport.doaj.description', 'class::classes.submission.Submission[]', 'xml::schema(plugins/importexport/doaj/doajArticles.xsd)'), (20, 'article=>doaj-json', 'plugins.importexport.doaj.displayName', 'plugins.importexport.doaj.description', 'class::classes.submission.Submission', 'primitive::string'), (21, 'user=>user-xml', 'plugins.importexport.users.displayName', 'plugins.importexport.users.description', 'class::lib.pkp.classes.user.User[]', 'xml::schema(lib/pkp/plugins/importexport/users/pkp-users.xsd)'), (22, 'user-xml=>user', 'plugins.importexport.users.displayName', 'plugins.importexport.users.description', 'xml::schema(lib/pkp/plugins/importexport/users/pkp-users.xsd)', 'class::classes.users.User[]'), (23, 'usergroup=>user-xml', 'plugins.importexport.users.displayName', 'plugins.importexport.users.description', 'class::lib.pkp.classes.security.UserGroup[]', 'xml::schema(lib/pkp/plugins/importexport/users/pkp-users.xsd)'), (24, 'user-xml=>usergroup', 'plugins.importexport.native.displayName', 'plugins.importexport.native.description', 'xml::schema(lib/pkp/plugins/importexport/users/pkp-users.xsd)', 'class::lib.pkp.classes.security.UserGroup[]'), (25, 'issue=>datacite-xml', 'plugins.importexport.datacite.displayName', 'plugins.importexport.datacite.description', 'class::classes.issue.Issue', 'xml::schema(http://schema.datacite.org/meta/kernel-4/metadata.xsd)'), (26, 'article=>datacite-xml', 'plugins.importexport.datacite.displayName', 'plugins.importexport.datacite.description', 'class::classes.submission.Submission', 'xml::schema(http://schema.datacite.org/meta/kernel-4/metadata.xsd)'), (27, 'galley=>datacite-xml', 'plugins.importexport.datacite.displayName', 'plugins.importexport.datacite.description', 'class::classes.article.ArticleGalley', 'xml::schema(http://schema.datacite.org/meta/kernel-4/metadata.xsd)'); -- -------------------------------------------------------- -- -- Struktur dari tabel `filter_settings` -- CREATE TABLE `filter_settings` ( `filter_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `genres` -- CREATE TABLE `genres` ( `genre_id` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `seq` bigint(20) NOT NULL, `enabled` smallint(6) NOT NULL DEFAULT 1, `category` bigint(20) NOT NULL DEFAULT 1, `dependent` smallint(6) NOT NULL DEFAULT 0, `supplementary` smallint(6) NOT NULL DEFAULT 0, `entry_key` varchar(30) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `genre_settings` -- CREATE TABLE `genre_settings` ( `genre_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `institutional_subscriptions` -- CREATE TABLE `institutional_subscriptions` ( `institutional_subscription_id` bigint(20) NOT NULL, `subscription_id` bigint(20) NOT NULL, `institution_name` varchar(255) NOT NULL, `mailing_address` varchar(255) DEFAULT NULL, `domain` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `institutional_subscription_ip` -- CREATE TABLE `institutional_subscription_ip` ( `institutional_subscription_ip_id` bigint(20) NOT NULL, `subscription_id` bigint(20) NOT NULL, `ip_string` varchar(40) NOT NULL, `ip_start` bigint(20) NOT NULL, `ip_end` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `issues` -- CREATE TABLE `issues` ( `issue_id` bigint(20) NOT NULL, `journal_id` bigint(20) NOT NULL, `volume` smallint(6) DEFAULT NULL, `number` varchar(40) DEFAULT NULL, `year` smallint(6) DEFAULT NULL, `published` smallint(6) NOT NULL DEFAULT 0, `current` smallint(6) NOT NULL DEFAULT 0, `date_published` datetime DEFAULT NULL, `date_notified` datetime DEFAULT NULL, `last_modified` datetime DEFAULT NULL, `access_status` smallint(6) NOT NULL DEFAULT 1, `open_access_date` datetime DEFAULT NULL, `show_volume` smallint(6) NOT NULL DEFAULT 0, `show_number` smallint(6) NOT NULL DEFAULT 0, `show_year` smallint(6) NOT NULL DEFAULT 0, `show_title` smallint(6) NOT NULL DEFAULT 0, `style_file_name` varchar(90) DEFAULT NULL, `original_style_file_name` varchar(255) DEFAULT NULL, `url_path` varchar(64) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `issue_files` -- CREATE TABLE `issue_files` ( `file_id` bigint(20) NOT NULL, `issue_id` bigint(20) NOT NULL, `file_name` varchar(90) NOT NULL, `file_type` varchar(255) NOT NULL, `file_size` bigint(20) NOT NULL, `content_type` bigint(20) NOT NULL, `original_file_name` varchar(127) DEFAULT NULL, `date_uploaded` datetime NOT NULL, `date_modified` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `issue_galleys` -- CREATE TABLE `issue_galleys` ( `galley_id` bigint(20) NOT NULL, `locale` varchar(14) DEFAULT NULL, `issue_id` bigint(20) NOT NULL, `file_id` bigint(20) NOT NULL, `label` varchar(32) DEFAULT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00, `url_path` varchar(64) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `issue_galley_settings` -- CREATE TABLE `issue_galley_settings` ( `galley_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `issue_settings` -- CREATE TABLE `issue_settings` ( `issue_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `item_views` -- CREATE TABLE `item_views` ( `assoc_type` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `user_id` bigint(20) DEFAULT NULL, `date_last_viewed` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `jobs` -- CREATE TABLE `jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `queue` varchar(255) NOT NULL, `payload` longtext NOT NULL, `attempts` tinyint(3) UNSIGNED NOT NULL, `reserved_at` int(10) UNSIGNED DEFAULT NULL, `available_at` int(10) UNSIGNED NOT NULL, `created_at` int(10) UNSIGNED NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `journals` -- CREATE TABLE `journals` ( `journal_id` bigint(20) NOT NULL, `path` varchar(32) NOT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00 COMMENT 'Used to order lists of journals', `primary_locale` varchar(14) NOT NULL, `enabled` smallint(6) NOT NULL DEFAULT 1 COMMENT 'Controls whether or not the journal is considered "live" and will appear on the website. (Note that disabled journals may still be accessible, but only if the user knows the URL.)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `journal_settings` -- CREATE TABLE `journal_settings` ( `journal_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` mediumtext DEFAULT NULL, `setting_type` varchar(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `library_files` -- CREATE TABLE `library_files` ( `file_id` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `file_name` varchar(255) NOT NULL, `original_file_name` varchar(255) NOT NULL, `file_type` varchar(255) NOT NULL, `file_size` bigint(20) NOT NULL, `type` smallint(6) NOT NULL, `date_uploaded` datetime NOT NULL, `date_modified` datetime NOT NULL, `submission_id` bigint(20) NOT NULL, `public_access` smallint(6) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `library_file_settings` -- CREATE TABLE `library_file_settings` ( `file_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object|date)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `metadata_descriptions` -- CREATE TABLE `metadata_descriptions` ( `metadata_description_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL DEFAULT 0, `assoc_id` bigint(20) NOT NULL DEFAULT 0, `schema_namespace` varchar(255) NOT NULL, `schema_name` varchar(255) NOT NULL, `display_name` varchar(255) DEFAULT NULL, `seq` bigint(20) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `metadata_description_settings` -- CREATE TABLE `metadata_description_settings` ( `metadata_description_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `metrics` -- CREATE TABLE `metrics` ( `load_id` varchar(255) NOT NULL, `context_id` bigint(20) NOT NULL, `pkp_section_id` bigint(20) DEFAULT NULL, `assoc_object_type` bigint(20) DEFAULT NULL, `assoc_object_id` bigint(20) DEFAULT NULL, `submission_id` bigint(20) DEFAULT NULL, `representation_id` bigint(20) DEFAULT NULL, `assoc_type` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `day` varchar(8) DEFAULT NULL, `month` varchar(6) DEFAULT NULL, `file_type` smallint(6) DEFAULT NULL, `country_id` varchar(2) DEFAULT NULL, `region` varchar(2) DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `metric_type` varchar(255) NOT NULL, `metric` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `navigation_menus` -- CREATE TABLE `navigation_menus` ( `navigation_menu_id` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `area_name` varchar(255) DEFAULT '', `title` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `navigation_menus` -- INSERT INTO `navigation_menus` (`navigation_menu_id`, `context_id`, `area_name`, `title`) VALUES (1, 0, 'user', 'User Navigation Menu'); -- -------------------------------------------------------- -- -- Struktur dari tabel `navigation_menu_items` -- CREATE TABLE `navigation_menu_items` ( `navigation_menu_item_id` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `path` varchar(255) DEFAULT '', `type` varchar(255) DEFAULT '' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `navigation_menu_items` -- INSERT INTO `navigation_menu_items` (`navigation_menu_item_id`, `context_id`, `path`, `type`) VALUES (1, 0, NULL, 'NMI_TYPE_USER_REGISTER'), (2, 0, NULL, 'NMI_TYPE_USER_LOGIN'), (3, 0, NULL, 'NMI_TYPE_USER_DASHBOARD'), (4, 0, NULL, 'NMI_TYPE_USER_DASHBOARD'), (5, 0, NULL, 'NMI_TYPE_USER_PROFILE'), (6, 0, NULL, 'NMI_TYPE_ADMINISTRATION'), (7, 0, NULL, 'NMI_TYPE_USER_LOGOUT'); -- -------------------------------------------------------- -- -- Struktur dari tabel `navigation_menu_item_assignments` -- CREATE TABLE `navigation_menu_item_assignments` ( `navigation_menu_item_assignment_id` bigint(20) NOT NULL, `navigation_menu_id` bigint(20) NOT NULL, `navigation_menu_item_id` bigint(20) NOT NULL, `parent_id` bigint(20) DEFAULT NULL, `seq` bigint(20) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `navigation_menu_item_assignments` -- INSERT INTO `navigation_menu_item_assignments` (`navigation_menu_item_assignment_id`, `navigation_menu_id`, `navigation_menu_item_id`, `parent_id`, `seq`) VALUES (1, 1, 1, 0, 0), (2, 1, 2, 0, 1), (3, 1, 3, 0, 2), (4, 1, 4, 3, 0), (5, 1, 5, 3, 1), (6, 1, 6, 3, 2), (7, 1, 7, 3, 3); -- -------------------------------------------------------- -- -- Struktur dari tabel `navigation_menu_item_assignment_settings` -- CREATE TABLE `navigation_menu_item_assignment_settings` ( `navigation_menu_item_assignment_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `navigation_menu_item_settings` -- CREATE TABLE `navigation_menu_item_settings` ( `navigation_menu_item_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` longtext DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `navigation_menu_item_settings` -- INSERT INTO `navigation_menu_item_settings` (`navigation_menu_item_id`, `locale`, `setting_name`, `setting_value`, `setting_type`) VALUES (1, '', 'titleLocaleKey', 'navigation.register', 'string'), (2, '', 'titleLocaleKey', 'navigation.login', 'string'), (3, '', 'titleLocaleKey', '{$loggedInUsername}', 'string'), (4, '', 'titleLocaleKey', 'navigation.dashboard', 'string'), (5, '', 'titleLocaleKey', 'common.viewProfile', 'string'), (6, '', 'titleLocaleKey', 'navigation.admin', 'string'), (7, '', 'titleLocaleKey', 'user.logOut', 'string'); -- -------------------------------------------------------- -- -- Struktur dari tabel `notes` -- CREATE TABLE `notes` ( `note_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `date_modified` datetime DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `contents` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `notifications` -- CREATE TABLE `notifications` ( `notification_id` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `user_id` bigint(20) DEFAULT NULL, `level` bigint(20) NOT NULL, `type` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `date_read` datetime DEFAULT NULL, `assoc_type` bigint(20) DEFAULT NULL, `assoc_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `notification_mail_list` -- CREATE TABLE `notification_mail_list` ( `notification_mail_list_id` bigint(20) NOT NULL, `email` varchar(90) NOT NULL, `confirmed` smallint(6) NOT NULL DEFAULT 0, `token` varchar(40) NOT NULL, `context` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `notification_settings` -- CREATE TABLE `notification_settings` ( `notification_id` bigint(20) NOT NULL, `locale` varchar(14) DEFAULT NULL, `setting_name` varchar(64) NOT NULL, `setting_value` text NOT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `notification_subscription_settings` -- CREATE TABLE `notification_subscription_settings` ( `setting_id` bigint(20) NOT NULL, `setting_name` varchar(64) NOT NULL, `setting_value` text NOT NULL, `user_id` bigint(20) NOT NULL, `context` bigint(20) NOT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `oai_resumption_tokens` -- CREATE TABLE `oai_resumption_tokens` ( `token` varchar(32) NOT NULL, `expire` bigint(20) NOT NULL, `record_offset` int(11) NOT NULL, `params` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `plugin_settings` -- CREATE TABLE `plugin_settings` ( `plugin_name` varchar(80) NOT NULL, `context_id` bigint(20) NOT NULL, `setting_name` varchar(80) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `plugin_settings` -- INSERT INTO `plugin_settings` (`plugin_name`, `context_id`, `setting_name`, `setting_value`, `setting_type`) VALUES ('defaultthemeplugin', 0, 'enabled', '1', 'bool'), ('tinymceplugin', 0, 'enabled', '1', 'bool'), ('usageeventplugin', 0, 'enabled', '1', 'bool'), ('usageeventplugin', 0, 'uniqueSiteId', '', 'string'), ('acronplugin', 0, 'enabled', '1', 'bool'), ('acronplugin', 0, 'crontab', '[{\"className\":\"plugins.generic.usageStats.UsageStatsLoader\",\"frequency\":{\"hour\":24},\"args\":[\"autoStage\"]},{\"className\":\"plugins.generic.usageStats.UsageStatsLoader\",\"frequency\":{\"hour\":24},\"args\":[\"autoStage\"]},{\"className\":\"plugins.importexport.crossref.CrossrefInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.doaj.DOAJInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.datacite.DataciteInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.generic.usageStats.UsageStatsLoader\",\"frequency\":{\"hour\":24},\"args\":[\"autoStage\"]},{\"className\":\"plugins.importexport.crossref.CrossrefInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.doaj.DOAJInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.datacite.DataciteInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.generic.usageStats.UsageStatsLoader\",\"frequency\":{\"hour\":24},\"args\":[\"autoStage\"]},{\"className\":\"plugins.importexport.crossref.CrossrefInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.doaj.DOAJInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.datacite.DataciteInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.generic.usageStats.UsageStatsLoader\",\"frequency\":{\"hour\":24},\"args\":[\"autoStage\"]},{\"className\":\"plugins.importexport.crossref.CrossrefInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.doaj.DOAJInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.datacite.DataciteInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.generic.usageStats.UsageStatsLoader\",\"frequency\":{\"hour\":24},\"args\":[\"autoStage\"]},{\"className\":\"plugins.importexport.crossref.CrossrefInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.doaj.DOAJInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"plugins.importexport.datacite.DataciteInfoSender\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"lib.pkp.classes.task.ReviewReminder\",\"frequency\":{\"hour\":24},\"args\":[]},{\"className\":\"lib.pkp.classes.task.StatisticsReport\",\"frequency\":{\"day\":\"1\"},\"args\":[]},{\"className\":\"classes.tasks.SubscriptionExpiryReminder\",\"frequency\":{\"day\":\"1\"},\"args\":[]}]', 'object'), ('usagestatsplugin', 0, 'enabled', '1', 'bool'), ('usagestatsplugin', 0, 'createLogFiles', '1', 'bool'), ('usagestatsplugin', 0, 'accessLogFileParseRegex', '/^(?P<ip>\\S+) \\S+ \\S+ \\[(?P<date>.*?)\\] \"\\S+ (?P<url>\\S+).*?\" (?P<returnCode>\\S+) \\S+ \".*?\" \"(?P<userAgent>.*?)\"/', 'string'), ('usagestatsplugin', 0, 'optionalColumns', '[\"city\",\"region\"]', 'object'), ('usagestatsplugin', 0, 'chartType', 'bar', 'string'), ('usagestatsplugin', 0, 'datasetMaxCount', '4', 'string'), ('languagetoggleblockplugin', 0, 'enabled', '1', 'bool'), ('languagetoggleblockplugin', 0, 'seq', '4', 'int'), ('developedbyblockplugin', 0, 'enabled', '0', 'bool'), ('developedbyblockplugin', 0, 'seq', '0', 'int'); -- -------------------------------------------------------- -- -- Struktur dari tabel `publications` -- CREATE TABLE `publications` ( `publication_id` bigint(20) NOT NULL, `access_status` bigint(20) DEFAULT 0, `date_published` date DEFAULT NULL, `last_modified` datetime DEFAULT NULL, `locale` varchar(14) DEFAULT NULL, `primary_contact_id` bigint(20) DEFAULT NULL, `section_id` bigint(20) DEFAULT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00, `submission_id` bigint(20) NOT NULL, `status` smallint(6) NOT NULL DEFAULT 1, `url_path` varchar(64) DEFAULT NULL, `version` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `publication_categories` -- CREATE TABLE `publication_categories` ( `publication_id` bigint(20) NOT NULL, `category_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `publication_galleys` -- CREATE TABLE `publication_galleys` ( `galley_id` bigint(20) NOT NULL, `locale` varchar(14) DEFAULT NULL, `publication_id` bigint(20) NOT NULL, `label` varchar(255) DEFAULT NULL, `submission_file_id` bigint(20) UNSIGNED DEFAULT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00, `remote_url` varchar(2047) DEFAULT NULL, `is_approved` smallint(6) NOT NULL DEFAULT 0, `url_path` varchar(64) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `publication_galley_settings` -- CREATE TABLE `publication_galley_settings` ( `galley_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `publication_settings` -- CREATE TABLE `publication_settings` ( `publication_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `queries` -- CREATE TABLE `queries` ( `query_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `stage_id` smallint(6) NOT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00, `date_posted` datetime DEFAULT NULL, `date_modified` datetime DEFAULT NULL, `closed` smallint(6) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `query_participants` -- CREATE TABLE `query_participants` ( `query_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `queued_payments` -- CREATE TABLE `queued_payments` ( `queued_payment_id` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `date_modified` datetime NOT NULL, `expiry_date` date DEFAULT NULL, `payment_data` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_assignments` -- CREATE TABLE `review_assignments` ( `review_id` bigint(20) NOT NULL, `submission_id` bigint(20) NOT NULL, `reviewer_id` bigint(20) NOT NULL, `competing_interests` text DEFAULT NULL, `recommendation` smallint(6) DEFAULT NULL, `date_assigned` datetime DEFAULT NULL, `date_notified` datetime DEFAULT NULL, `date_confirmed` datetime DEFAULT NULL, `date_completed` datetime DEFAULT NULL, `date_acknowledged` datetime DEFAULT NULL, `date_due` datetime DEFAULT NULL, `date_response_due` datetime DEFAULT NULL, `last_modified` datetime DEFAULT NULL, `reminder_was_automatic` smallint(6) NOT NULL DEFAULT 0, `declined` smallint(6) NOT NULL DEFAULT 0, `cancelled` smallint(6) NOT NULL DEFAULT 0, `reviewer_file_id` bigint(20) DEFAULT NULL, `date_rated` datetime DEFAULT NULL, `date_reminded` datetime DEFAULT NULL, `quality` smallint(6) DEFAULT NULL, `review_round_id` bigint(20) NOT NULL, `stage_id` smallint(6) NOT NULL, `review_method` smallint(6) NOT NULL DEFAULT 1, `round` smallint(6) NOT NULL DEFAULT 1, `step` smallint(6) NOT NULL DEFAULT 1, `review_form_id` bigint(20) DEFAULT NULL, `unconsidered` smallint(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_files` -- CREATE TABLE `review_files` ( `review_id` bigint(20) NOT NULL, `submission_file_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_forms` -- CREATE TABLE `review_forms` ( `review_form_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `seq` double(8,2) DEFAULT NULL, `is_active` smallint(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_form_elements` -- CREATE TABLE `review_form_elements` ( `review_form_element_id` bigint(20) NOT NULL, `review_form_id` bigint(20) NOT NULL, `seq` double(8,2) DEFAULT NULL, `element_type` bigint(20) DEFAULT NULL, `required` smallint(6) DEFAULT NULL, `included` smallint(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_form_element_settings` -- CREATE TABLE `review_form_element_settings` ( `review_form_element_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_form_responses` -- CREATE TABLE `review_form_responses` ( `review_form_element_id` bigint(20) NOT NULL, `review_id` bigint(20) NOT NULL, `response_type` varchar(6) DEFAULT NULL, `response_value` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_form_settings` -- CREATE TABLE `review_form_settings` ( `review_form_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_rounds` -- CREATE TABLE `review_rounds` ( `review_round_id` bigint(20) NOT NULL, `submission_id` bigint(20) NOT NULL, `stage_id` bigint(20) DEFAULT NULL, `round` smallint(6) NOT NULL, `review_revision` bigint(20) DEFAULT NULL, `status` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `review_round_files` -- CREATE TABLE `review_round_files` ( `submission_id` bigint(20) NOT NULL, `review_round_id` bigint(20) NOT NULL, `stage_id` smallint(6) NOT NULL, `submission_file_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `scheduled_tasks` -- CREATE TABLE `scheduled_tasks` ( `class_name` varchar(255) NOT NULL, `last_run` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `scheduled_tasks` -- INSERT INTO `scheduled_tasks` (`class_name`, `last_run`) VALUES ('plugins.generic.usageStats.UsageStatsLoader', '2024-01-24 00:03:11'), ('plugins.importexport.crossref.CrossrefInfoSender', '2024-01-24 00:03:11'), ('plugins.importexport.doaj.DOAJInfoSender', '2024-01-24 00:03:11'), ('plugins.importexport.datacite.DataciteInfoSender', '2024-01-24 00:03:11'), ('lib.pkp.classes.task.ReviewReminder', '2024-01-24 00:03:11'), ('lib.pkp.classes.task.StatisticsReport', '2024-01-01 01:03:26'), ('classes.tasks.SubscriptionExpiryReminder', '2024-01-01 01:03:26'); -- -------------------------------------------------------- -- -- Struktur dari tabel `sections` -- CREATE TABLE `sections` ( `section_id` bigint(20) NOT NULL, `journal_id` bigint(20) NOT NULL, `review_form_id` bigint(20) DEFAULT NULL, `seq` double(8,2) NOT NULL DEFAULT 0.00, `editor_restricted` smallint(6) NOT NULL DEFAULT 0, `meta_indexed` smallint(6) NOT NULL DEFAULT 0, `meta_reviewed` smallint(6) NOT NULL DEFAULT 1, `abstracts_not_required` smallint(6) NOT NULL DEFAULT 0, `hide_title` smallint(6) NOT NULL DEFAULT 0, `hide_author` smallint(6) NOT NULL DEFAULT 0, `is_inactive` smallint(6) NOT NULL DEFAULT 0, `abstract_word_count` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `section_settings` -- CREATE TABLE `section_settings` ( `section_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `sessions` -- CREATE TABLE `sessions` ( `session_id` varchar(128) NOT NULL, `user_id` bigint(20) DEFAULT NULL, `ip_address` varchar(39) NOT NULL, `user_agent` varchar(255) DEFAULT NULL, `created` bigint(20) NOT NULL DEFAULT 0, `last_used` bigint(20) NOT NULL DEFAULT 0, `remember` smallint(6) NOT NULL DEFAULT 0, `data` text NOT NULL, `domain` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `sessions` -- INSERT INTO `sessions` (`session_id`, `user_id`, `ip_address`, `user_agent`, `created`, `last_used`, `remember`, `data`, `domain`) VALUES ('7ce947ec935046892d2985c1bc0ebf60', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706076193, 1706076193, 0, '', 'kebidanan.stikesbpi.ac.id'), ('ccc7c9e2e5cf45b814e971279e40d8e0', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706078000, 1706078000, 0, '', 'kebidanan.stikesbpi.ac.id'), ('0d9d3dbc694fc59d4edd19353c6e663b', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706081595, 1706081595, 0, '', 'kebidanan.stikesbpi.ac.id'), ('e788668ac69ededd053c52debb264a63', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706085194, 1706085194, 0, '', 'kebidanan.stikesbpi.ac.id'), ('ae94aa88c18ac6d9c035c336441bed06', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706086988, 1706086988, 0, '', 'kebidanan.stikesbpi.ac.id'), ('23ee5170d82371027cb0c548539ac7fc', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706088792, 1706088792, 0, '', 'kebidanan.stikesbpi.ac.id'), ('4e719e5764e4275dda05f01bf67441c3', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706090589, 1706090589, 0, '', 'kebidanan.stikesbpi.ac.id'), ('01fdabe07880b0f8c0bf3deabc97de1e', NULL, '116.212.141.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 1706073137, 1706105063, 0, '', 'kebidanan.stikesbpi.ac.id'), ('3f3ca37216ddf8a9f311ea6b5da6e6c0', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706074395, 1706074395, 0, '', 'kebidanan.stikesbpi.ac.id'), ('7fbc02e4d6186592245ebd0e60ecdf3f', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706025799, 1706025799, 0, '', 'kebidanan.stikesbpi.ac.id'), ('b86d389ec3aaaf5a03d4d285447e0530', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706027596, 1706027596, 0, '', 'kebidanan.stikesbpi.ac.id'), ('9d10907b5ba6153b9f85626dd7b6d54f', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706029397, 1706029397, 0, '', 'kebidanan.stikesbpi.ac.id'), ('e8f9325448f585d8adc9d9cf8db7887f', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706031194, 1706031194, 0, '', 'kebidanan.stikesbpi.ac.id'), ('2bb6d0681ec332bb37a84835a1e868d1', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706032990, 1706032990, 0, '', 'kebidanan.stikesbpi.ac.id'), ('148245054c6698768a6d21231c5b3546', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706034788, 1706034788, 0, '', 'kebidanan.stikesbpi.ac.id'), ('ff2ee274f0c2178dbe1865f9fd72dbfb', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706036585, 1706036585, 0, '', 'kebidanan.stikesbpi.ac.id'), ('a994302e77f3f4c67601c6bb73204c2d', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706038388, 1706038388, 0, '', 'kebidanan.stikesbpi.ac.id'), ('6481f26b5897d98134018ba0af2a55c2', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706040188, 1706040188, 0, '', 'kebidanan.stikesbpi.ac.id'), ('7368e1c85aee61c22c4b21b95a005698', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706041987, 1706041987, 0, '', 'kebidanan.stikesbpi.ac.id'), ('7c6c44c9618c1e588ed4ab1f46a63519', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706043791, 1706043791, 0, '', 'kebidanan.stikesbpi.ac.id'), ('c6d5841c31d609268e83c1efe696f734', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706045588, 1706045588, 0, '', 'kebidanan.stikesbpi.ac.id'), ('52fa6b3d3b15b321f7e830d9f80ee565', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706047392, 1706047392, 0, '', 'kebidanan.stikesbpi.ac.id'), ('ce1ec0d03bd42b9349ce5a351cffb345', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706049189, 1706049189, 0, '', 'kebidanan.stikesbpi.ac.id'), ('c1b0c11e2213d0143bf7d8fad8e1da1e', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706050993, 1706050993, 0, '', 'kebidanan.stikesbpi.ac.id'), ('a8bc0cd4d34293c7e397c7f791f22c66', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706052793, 1706052793, 0, '', 'kebidanan.stikesbpi.ac.id'), ('ec796c72a8930b7aea84a71b73b12097', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706056388, 1706056388, 0, '', 'kebidanan.stikesbpi.ac.id'), ('922bda24f24bb4f5ec7f2b114d8c11e5', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706061791, 1706061791, 0, '', 'kebidanan.stikesbpi.ac.id'), ('22775c33b36edadc87b2789df9e0370b', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706068993, 1706068993, 0, '', 'kebidanan.stikesbpi.ac.id'), ('e19d9ca7803698f4f4e347799cdf7bd4', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706083394, 1706083394, 0, '', 'kebidanan.stikesbpi.ac.id'), ('0eb75843a3d499b2aeee6975bdb2c3cc', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706095990, 1706095990, 0, '', 'kebidanan.stikesbpi.ac.id'), ('a1fa5103dba69adc142b4638ab73c155', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706099592, 1706099592, 0, '', 'kebidanan.stikesbpi.ac.id'), ('82e9c8d2d38c579732c1338778d1a642', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706103195, 1706103195, 0, '', 'kebidanan.stikesbpi.ac.id'), ('2edf77f504eb7a0f5c1d04e49c29f2b6', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706020392, 1706020392, 0, '', 'kebidanan.stikesbpi.ac.id'), ('83aa2779fca587b5e5d337c5d5e17c90', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706022196, 1706022196, 0, '', 'kebidanan.stikesbpi.ac.id'), ('90d44d5592b034ed5b0c18c6e64525b9', NULL, '92.223.86.19', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0', 1706022477, 1706022477, 0, '', 'kebidanan.stikesbpi.ac.id'), ('6e44148225deddb990d6f89391ac4624', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706023988, 1706023988, 0, '', 'kebidanan.stikesbpi.ac.id'), ('4b1e54254deff33f1221639a646ac260', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706070797, 1706070797, 0, '', 'kebidanan.stikesbpi.ac.id'), ('15241813175fbfa291e4106a9a9c44c1', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706063598, 1706063598, 0, '', 'kebidanan.stikesbpi.ac.id'), ('3c32fdf1e86cc199585eff1f09ce21ab', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706065397, 1706065397, 0, '', 'kebidanan.stikesbpi.ac.id'), ('40f35762455c992185b0fac706168ec0', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706067214, 1706067214, 0, '', 'kebidanan.stikesbpi.ac.id'), ('35a07b8f0f259486d634a55f5984ac84', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706072596, 1706072596, 0, '', 'kebidanan.stikesbpi.ac.id'), ('', NULL, '116.212.141.105', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 1706105168, 1706105168, 0, '', ''), ('a94708942dafa51149d0f965920661ea', NULL, '92.223.86.19', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 1706019463, 1706019463, 0, '', 'kebidanan.stikesbpi.ac.id'), ('85b9a5c69d71c5baa9e507f88bf25af9', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706092401, 1706092401, 0, '', 'kebidanan.stikesbpi.ac.id'), ('c97328dbd3d48fff7dfffde5a76d1b65', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706094194, 1706094194, 0, '', 'kebidanan.stikesbpi.ac.id'), ('bc3c5bfc39a783d94b6d8fc45d8db98a', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706097800, 1706097800, 0, '', 'kebidanan.stikesbpi.ac.id'), ('1fba5fafcdd037083a33afc8ebb67c3d', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706101402, 1706101402, 0, '', 'kebidanan.stikesbpi.ac.id'), ('3f7a8d812397ea430ea96b047d920e1e', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706054591, 1706054591, 0, '', 'kebidanan.stikesbpi.ac.id'), ('ee2764bb46b7e43beff73a1b3a42f62a', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706058194, 1706058194, 0, '', 'kebidanan.stikesbpi.ac.id'), ('6d078f22dbc3043c21d123bc91bdf3ac', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706059995, 1706059995, 0, '', 'kebidanan.stikesbpi.ac.id'), ('ed8f56f9e0b1b1a870859dd414564130', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706104989, 1706104989, 0, '', 'kebidanan.stikesbpi.ac.id'), ('049dc221c9d5146309a8e5725bab1690', NULL, '103.112.245.9', 'Go-http-client/1.1', 1706079795, 1706079795, 0, '', 'kebidanan.stikesbpi.ac.id'); -- -------------------------------------------------------- -- -- Struktur dari tabel `site` -- CREATE TABLE `site` ( `redirect` bigint(20) NOT NULL DEFAULT 0 COMMENT 'If not 0, redirect to the specified journal/conference/... site.', `primary_locale` varchar(14) NOT NULL COMMENT 'Primary locale for the site.', `min_password_length` smallint(6) NOT NULL DEFAULT 6, `installed_locales` varchar(1024) NOT NULL DEFAULT 'en_US' COMMENT 'Locales for which support has been installed.', `supported_locales` varchar(1024) DEFAULT NULL COMMENT 'Locales supported by the site (for hosted journals/conferences/...).', `original_style_file_name` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `site` -- INSERT INTO `site` (`redirect`, `primary_locale`, `min_password_length`, `installed_locales`, `supported_locales`, `original_style_file_name`) VALUES (0, 'en_US', 6, '[\"en_US\"]', '[\"en_US\"]', NULL); -- -------------------------------------------------------- -- -- Struktur dari tabel `site_settings` -- CREATE TABLE `site_settings` ( `setting_name` varchar(255) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_value` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `site_settings` -- INSERT INTO `site_settings` (`setting_name`, `locale`, `setting_value`) VALUES ('contactEmail', 'en_US', 'soffan.putranto@gmail.com'), ('contactName', 'en_US', 'Open Journal Systems'), ('themePluginPath', '', 'default'); -- -------------------------------------------------------- -- -- Struktur dari tabel `stage_assignments` -- CREATE TABLE `stage_assignments` ( `stage_assignment_id` bigint(20) NOT NULL, `submission_id` bigint(20) NOT NULL, `user_group_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `date_assigned` datetime NOT NULL, `recommend_only` smallint(6) NOT NULL DEFAULT 0, `can_change_metadata` smallint(6) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `static_pages` -- CREATE TABLE `static_pages` ( `static_page_id` bigint(20) NOT NULL, `path` varchar(255) NOT NULL, `context_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `static_page_settings` -- CREATE TABLE `static_page_settings` ( `static_page_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` longtext DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `subeditor_submission_group` -- CREATE TABLE `subeditor_submission_group` ( `context_id` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submissions` -- CREATE TABLE `submissions` ( `submission_id` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `current_publication_id` bigint(20) DEFAULT NULL, `date_last_activity` datetime DEFAULT NULL, `date_submitted` datetime DEFAULT NULL, `last_modified` datetime DEFAULT NULL, `stage_id` bigint(20) NOT NULL DEFAULT 1, `locale` varchar(14) DEFAULT NULL, `status` smallint(6) NOT NULL DEFAULT 1, `submission_progress` smallint(6) NOT NULL DEFAULT 1, `work_type` smallint(6) DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_comments` -- CREATE TABLE `submission_comments` ( `comment_id` bigint(20) NOT NULL, `comment_type` bigint(20) DEFAULT NULL, `role_id` bigint(20) NOT NULL, `submission_id` bigint(20) NOT NULL, `assoc_id` bigint(20) NOT NULL, `author_id` bigint(20) NOT NULL, `comment_title` text NOT NULL, `comments` text DEFAULT NULL, `date_posted` datetime DEFAULT NULL, `date_modified` datetime DEFAULT NULL, `viewable` smallint(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_files` -- CREATE TABLE `submission_files` ( `submission_file_id` bigint(20) UNSIGNED NOT NULL, `submission_id` bigint(20) NOT NULL, `file_id` bigint(20) UNSIGNED NOT NULL, `source_submission_file_id` bigint(20) DEFAULT NULL, `genre_id` bigint(20) DEFAULT NULL, `file_stage` bigint(20) NOT NULL, `direct_sales_price` varchar(255) DEFAULT NULL, `sales_type` varchar(255) DEFAULT NULL, `viewable` smallint(6) DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `uploader_user_id` bigint(20) DEFAULT NULL, `assoc_type` bigint(20) DEFAULT NULL, `assoc_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_file_revisions` -- CREATE TABLE `submission_file_revisions` ( `revision_id` bigint(20) UNSIGNED NOT NULL, `submission_file_id` bigint(20) UNSIGNED NOT NULL, `file_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_file_settings` -- CREATE TABLE `submission_file_settings` ( `submission_file_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL DEFAULT 'string' COMMENT '(bool|int|float|string|object|date)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_search_keyword_list` -- CREATE TABLE `submission_search_keyword_list` ( `keyword_id` bigint(20) NOT NULL, `keyword_text` varchar(60) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_search_objects` -- CREATE TABLE `submission_search_objects` ( `object_id` bigint(20) NOT NULL, `submission_id` bigint(20) NOT NULL, `type` int(11) NOT NULL COMMENT 'Type of item. E.g., abstract, fulltext, etc.', `assoc_id` bigint(20) DEFAULT NULL COMMENT 'Optional ID of an associated record (e.g., a file_id)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_search_object_keywords` -- CREATE TABLE `submission_search_object_keywords` ( `object_id` bigint(20) NOT NULL, `keyword_id` bigint(20) NOT NULL, `pos` int(11) NOT NULL COMMENT 'Word position of the keyword in the object.' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_settings` -- CREATE TABLE `submission_settings` ( `submission_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` mediumtext DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `submission_tombstones` -- CREATE TABLE `submission_tombstones` ( `tombstone_id` bigint(20) NOT NULL, `submission_id` bigint(20) NOT NULL, `date_deleted` datetime NOT NULL, `journal_id` bigint(20) NOT NULL, `section_id` bigint(20) NOT NULL, `set_spec` varchar(255) NOT NULL, `set_name` varchar(255) NOT NULL, `oai_identifier` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `subscriptions` -- CREATE TABLE `subscriptions` ( `subscription_id` bigint(20) NOT NULL, `journal_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `type_id` bigint(20) NOT NULL, `date_start` date DEFAULT NULL, `date_end` datetime DEFAULT NULL, `status` smallint(6) NOT NULL DEFAULT 1, `membership` varchar(40) DEFAULT NULL, `reference_number` varchar(40) DEFAULT NULL, `notes` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `subscription_types` -- CREATE TABLE `subscription_types` ( `type_id` bigint(20) NOT NULL, `journal_id` bigint(20) NOT NULL, `cost` double(8,2) NOT NULL, `currency_code_alpha` varchar(3) NOT NULL, `duration` smallint(6) DEFAULT NULL, `format` smallint(6) NOT NULL, `institutional` smallint(6) NOT NULL DEFAULT 0, `membership` smallint(6) NOT NULL DEFAULT 0, `disable_public_display` smallint(6) NOT NULL, `seq` double(8,2) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `subscription_type_settings` -- CREATE TABLE `subscription_type_settings` ( `type_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `temporary_files` -- CREATE TABLE `temporary_files` ( `file_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `file_name` varchar(90) NOT NULL, `file_type` varchar(255) DEFAULT NULL, `file_size` bigint(20) NOT NULL, `original_file_name` varchar(127) DEFAULT NULL, `date_uploaded` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `usage_stats_temporary_records` -- CREATE TABLE `usage_stats_temporary_records` ( `assoc_id` bigint(20) NOT NULL, `assoc_type` bigint(20) NOT NULL, `day` bigint(20) NOT NULL, `entry_time` bigint(20) NOT NULL, `metric` bigint(20) NOT NULL DEFAULT 1, `country_id` varchar(2) DEFAULT NULL, `region` varchar(2) DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `load_id` varchar(255) NOT NULL, `file_type` smallint(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `users` -- CREATE TABLE `users` ( `user_id` bigint(20) NOT NULL, `username` varchar(32) NOT NULL, `password` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `url` varchar(2047) DEFAULT NULL, `phone` varchar(32) DEFAULT NULL, `mailing_address` varchar(255) DEFAULT NULL, `billing_address` varchar(255) DEFAULT NULL, `country` varchar(90) DEFAULT NULL, `locales` varchar(255) DEFAULT NULL, `gossip` text DEFAULT NULL, `date_last_email` datetime DEFAULT NULL, `date_registered` datetime NOT NULL, `date_validated` datetime DEFAULT NULL, `date_last_login` datetime NOT NULL, `must_change_password` smallint(6) DEFAULT NULL, `auth_id` bigint(20) DEFAULT NULL, `auth_str` varchar(255) DEFAULT NULL, `disabled` smallint(6) NOT NULL DEFAULT 0, `disabled_reason` text DEFAULT NULL, `inline_help` smallint(6) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `users` -- INSERT INTO `users` (`user_id`, `username`, `password`, `email`, `url`, `phone`, `mailing_address`, `billing_address`, `country`, `locales`, `gossip`, `date_last_email`, `date_registered`, `date_validated`, `date_last_login`, `must_change_password`, `auth_id`, `auth_str`, `disabled`, `disabled_reason`, `inline_help`) VALUES (1, 'kebidanan', '$2y$10$QcteeOH6BgYGM2sQkL65JObV7sqFqbbzEa.ZCEW/VPvXej7A7Jbn.', 'soffan.putranto@gmail.com', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '2023-02-12 14:43:54', NULL, '2023-07-21 06:13:30', 0, NULL, NULL, 0, NULL, 1); -- -------------------------------------------------------- -- -- Struktur dari tabel `user_groups` -- CREATE TABLE `user_groups` ( `user_group_id` bigint(20) NOT NULL, `context_id` bigint(20) NOT NULL, `role_id` bigint(20) NOT NULL, `is_default` smallint(6) NOT NULL DEFAULT 0, `show_title` smallint(6) NOT NULL DEFAULT 1, `permit_self_registration` smallint(6) NOT NULL DEFAULT 0, `permit_metadata_edit` smallint(6) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `user_groups` -- INSERT INTO `user_groups` (`user_group_id`, `context_id`, `role_id`, `is_default`, `show_title`, `permit_self_registration`, `permit_metadata_edit`) VALUES (1, 0, 1, 1, 0, 0, 0); -- -------------------------------------------------------- -- -- Struktur dari tabel `user_group_settings` -- CREATE TABLE `user_group_settings` ( `user_group_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL COMMENT '(bool|int|float|string|object)' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `user_group_settings` -- INSERT INTO `user_group_settings` (`user_group_id`, `locale`, `setting_name`, `setting_value`, `setting_type`) VALUES (1, 'en_US', 'name', 'Site Admin', 'string'); -- -------------------------------------------------------- -- -- Struktur dari tabel `user_group_stage` -- CREATE TABLE `user_group_stage` ( `context_id` bigint(20) NOT NULL, `user_group_id` bigint(20) NOT NULL, `stage_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `user_interests` -- CREATE TABLE `user_interests` ( `user_id` bigint(20) NOT NULL, `controlled_vocab_entry_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -------------------------------------------------------- -- -- Struktur dari tabel `user_settings` -- CREATE TABLE `user_settings` ( `user_id` bigint(20) NOT NULL, `locale` varchar(14) NOT NULL DEFAULT '', `setting_name` varchar(255) NOT NULL, `assoc_type` bigint(20) NOT NULL DEFAULT 0, `assoc_id` bigint(20) NOT NULL DEFAULT 0, `setting_value` text DEFAULT NULL, `setting_type` varchar(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `user_settings` -- INSERT INTO `user_settings` (`user_id`, `locale`, `setting_name`, `assoc_type`, `assoc_id`, `setting_value`, `setting_type`) VALUES (1, 'en_US', 'givenName', 0, 0, 'kebidanan', 'string'), (1, 'en_US', 'familyName', 0, 0, 'kebidanan', 'string'); -- -------------------------------------------------------- -- -- Struktur dari tabel `user_user_groups` -- CREATE TABLE `user_user_groups` ( `user_group_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `user_user_groups` -- INSERT INTO `user_user_groups` (`user_group_id`, `user_id`) VALUES (1, 1); -- -------------------------------------------------------- -- -- Struktur dari tabel `versions` -- CREATE TABLE `versions` ( `major` int(11) NOT NULL DEFAULT 0 COMMENT 'Major component of version number, e.g. the 2 in OJS 2.3.8-0', `minor` int(11) NOT NULL DEFAULT 0 COMMENT 'Minor component of version number, e.g. the 3 in OJS 2.3.8-0', `revision` int(11) NOT NULL DEFAULT 0 COMMENT 'Revision component of version number, e.g. the 8 in OJS 2.3.8-0', `build` int(11) NOT NULL DEFAULT 0 COMMENT 'Build component of version number, e.g. the 0 in OJS 2.3.8-0', `date_installed` datetime NOT NULL, `current` smallint(6) NOT NULL DEFAULT 0 COMMENT '1 iff the version entry being described is currently active. This permits the table to store past installation history for forensic purposes.', `product_type` varchar(30) DEFAULT NULL COMMENT 'Describes the type of product this row describes, e.g. "plugins.generic" (for a generic plugin) or "core" for the application itelf', `product` varchar(30) DEFAULT NULL COMMENT 'Uniquely identifies the product this version row describes, e.g. "ojs2" for OJS 2.x, "languageToggle" for the language toggle block plugin, etc.', `product_class_name` varchar(80) DEFAULT NULL COMMENT 'Specifies the class name associated with this product, for plugins, or the empty string where not applicable.', `lazy_load` smallint(6) NOT NULL DEFAULT 0 COMMENT '1 iff the row describes a lazy-load plugin; 0 otherwise', `sitewide` smallint(6) NOT NULL DEFAULT 0 COMMENT '1 iff the row describes a site-wide plugin; 0 otherwise' ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; -- -- Dumping data untuk tabel `versions` -- INSERT INTO `versions` (`major`, `minor`, `revision`, `build`, `date_installed`, `current`, `product_type`, `product`, `product_class_name`, `lazy_load`, `sitewide`) VALUES (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.metadata', 'dc11', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.blocks', 'information', 'InformationBlockPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.blocks', 'languageToggle', 'LanguageToggleBlockPlugin', 1, 0), (1, 0, 1, 0, '2023-02-12 14:43:54', 1, 'plugins.blocks', 'browse', 'BrowseBlockPlugin', 1, 0), (1, 1, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.blocks', 'subscription', 'SubscriptionBlockPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.blocks', 'makeSubmission', 'MakeSubmissionBlockPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.blocks', 'developedBy', 'DevelopedByBlockPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.gateways', 'resolver', '', 0, 0), (1, 1, 3, 4, '2023-02-12 14:43:54', 1, 'plugins.generic', 'orcidProfile', 'OrcidProfilePlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'htmlArticleGalley', 'HtmlArticleGalleyPlugin', 1, 0), (0, 1, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'citationStyleLanguage', 'CitationStyleLanguagePlugin', 1, 0), (1, 1, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'googleScholar', 'GoogleScholarPlugin', 1, 0), (1, 0, 1, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'lensGalley', 'LensGalleyPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'driver', 'DRIVERPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'recommendByAuthor', 'RecommendByAuthorPlugin', 1, 1), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'usageStats', 'UsageStatsPlugin', 0, 1), (1, 2, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'acron', 'AcronPlugin', 1, 1), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'googleAnalytics', 'GoogleAnalyticsPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'recommendBySimilarity', 'RecommendBySimilarityPlugin', 1, 1), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'announcementFeed', 'AnnouncementFeedPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'dublinCoreMeta', 'DublinCoreMetaPlugin', 1, 0), (1, 0, 1, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'pdfJsViewer', 'PdfJsViewerPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'webFeed', 'WebFeedPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'usageEvent', '', 0, 0), (1, 2, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'staticPages', 'StaticPagesPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'tinymce', 'TinyMCEPlugin', 1, 0), (1, 2, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.generic', 'customBlockManager', 'CustomBlockManagerPlugin', 1, 0), (2, 1, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.importexport', 'crossref', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.importexport', 'pubmed', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.importexport', 'native', '', 0, 0), (1, 1, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.importexport', 'doaj', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.importexport', 'users', '', 0, 0), (2, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.importexport', 'datacite', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.oaiMetadataFormats', 'dc', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.oaiMetadataFormats', 'marc', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.oaiMetadataFormats', 'rfc1807', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.oaiMetadataFormats', 'marcxml', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.paymethod', 'manual', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.paymethod', 'paypal', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.pubIds', 'urn', 'URNPubIdPlugin', 1, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.pubIds', 'doi', 'DOIPubIdPlugin', 1, 0), (2, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.reports', 'reviewReport', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.reports', 'views', '', 0, 0), (1, 1, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.reports', 'counterReport', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.reports', 'articles', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.reports', 'subscriptions', '', 0, 0), (1, 0, 0, 0, '2023-02-12 14:43:54', 1, 'plugins.themes', 'default', 'DefaultThemePlugin', 1, 0), (3, 3, 0, 14, '2023-02-12 14:43:52', 1, 'core', 'ojs2', '', 0, 1); -- -- Indexes for dumped tables -- -- -- Indeks untuk tabel `access_keys` -- ALTER TABLE `access_keys` ADD PRIMARY KEY (`access_key_id`), ADD KEY `access_keys_hash` (`key_hash`,`user_id`,`context`); -- -- Indeks untuk tabel `announcements` -- ALTER TABLE `announcements` ADD PRIMARY KEY (`announcement_id`), ADD KEY `announcements_assoc` (`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `announcement_settings` -- ALTER TABLE `announcement_settings` ADD UNIQUE KEY `announcement_settings_pkey` (`announcement_id`,`locale`,`setting_name`), ADD KEY `announcement_settings_announcement_id` (`announcement_id`); -- -- Indeks untuk tabel `announcement_types` -- ALTER TABLE `announcement_types` ADD PRIMARY KEY (`type_id`), ADD KEY `announcement_types_assoc` (`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `announcement_type_settings` -- ALTER TABLE `announcement_type_settings` ADD UNIQUE KEY `announcement_type_settings_pkey` (`type_id`,`locale`,`setting_name`), ADD KEY `announcement_type_settings_type_id` (`type_id`); -- -- Indeks untuk tabel `authors` -- ALTER TABLE `authors` ADD PRIMARY KEY (`author_id`), ADD KEY `authors_publication_id` (`publication_id`); -- -- Indeks untuk tabel `author_settings` -- ALTER TABLE `author_settings` ADD UNIQUE KEY `author_settings_pkey` (`author_id`,`locale`,`setting_name`), ADD KEY `author_settings_author_id` (`author_id`); -- -- Indeks untuk tabel `auth_sources` -- ALTER TABLE `auth_sources` ADD PRIMARY KEY (`auth_id`); -- -- Indeks untuk tabel `categories` -- ALTER TABLE `categories` ADD PRIMARY KEY (`category_id`), ADD UNIQUE KEY `category_path` (`context_id`,`path`), ADD KEY `category_context_id` (`context_id`,`parent_id`); -- -- Indeks untuk tabel `category_settings` -- ALTER TABLE `category_settings` ADD UNIQUE KEY `category_settings_pkey` (`category_id`,`locale`,`setting_name`); -- -- Indeks untuk tabel `citations` -- ALTER TABLE `citations` ADD PRIMARY KEY (`citation_id`), ADD UNIQUE KEY `citations_publication_seq` (`publication_id`,`seq`), ADD KEY `citations_publication` (`publication_id`); -- -- Indeks untuk tabel `citation_settings` -- ALTER TABLE `citation_settings` ADD UNIQUE KEY `citation_settings_pkey` (`citation_id`,`locale`,`setting_name`), ADD KEY `citation_settings_citation_id` (`citation_id`); -- -- Indeks untuk tabel `completed_payments` -- ALTER TABLE `completed_payments` ADD PRIMARY KEY (`completed_payment_id`); -- -- Indeks untuk tabel `controlled_vocabs` -- ALTER TABLE `controlled_vocabs` ADD PRIMARY KEY (`controlled_vocab_id`), ADD UNIQUE KEY `controlled_vocab_symbolic` (`symbolic`,`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `controlled_vocab_entries` -- ALTER TABLE `controlled_vocab_entries` ADD PRIMARY KEY (`controlled_vocab_entry_id`), ADD KEY `controlled_vocab_entries_cv_id` (`controlled_vocab_id`,`seq`); -- -- Indeks untuk tabel `controlled_vocab_entry_settings` -- ALTER TABLE `controlled_vocab_entry_settings` ADD UNIQUE KEY `c_v_e_s_pkey` (`controlled_vocab_entry_id`,`locale`,`setting_name`), ADD KEY `c_v_e_s_entry_id` (`controlled_vocab_entry_id`); -- -- Indeks untuk tabel `custom_issue_orders` -- ALTER TABLE `custom_issue_orders` ADD UNIQUE KEY `custom_issue_orders_pkey` (`issue_id`); -- -- Indeks untuk tabel `custom_section_orders` -- ALTER TABLE `custom_section_orders` ADD UNIQUE KEY `custom_section_orders_pkey` (`issue_id`,`section_id`); -- -- Indeks untuk tabel `data_object_tombstones` -- ALTER TABLE `data_object_tombstones` ADD PRIMARY KEY (`tombstone_id`), ADD KEY `data_object_tombstones_data_object_id` (`data_object_id`); -- -- Indeks untuk tabel `data_object_tombstone_oai_set_objects` -- ALTER TABLE `data_object_tombstone_oai_set_objects` ADD PRIMARY KEY (`object_id`), ADD KEY `data_object_tombstone_oai_set_objects_tombstone_id` (`tombstone_id`); -- -- Indeks untuk tabel `data_object_tombstone_settings` -- ALTER TABLE `data_object_tombstone_settings` ADD UNIQUE KEY `data_object_tombstone_settings_pkey` (`tombstone_id`,`locale`,`setting_name`), ADD KEY `data_object_tombstone_settings_tombstone_id` (`tombstone_id`); -- -- Indeks untuk tabel `edit_decisions` -- ALTER TABLE `edit_decisions` ADD PRIMARY KEY (`edit_decision_id`), ADD KEY `edit_decisions_submission_id` (`submission_id`), ADD KEY `edit_decisions_editor_id` (`editor_id`); -- -- Indeks untuk tabel `email_log` -- ALTER TABLE `email_log` ADD PRIMARY KEY (`log_id`), ADD KEY `email_log_assoc` (`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `email_log_users` -- ALTER TABLE `email_log_users` ADD UNIQUE KEY `email_log_user_id` (`email_log_id`,`user_id`); -- -- Indeks untuk tabel `email_templates` -- ALTER TABLE `email_templates` ADD PRIMARY KEY (`email_id`), ADD UNIQUE KEY `email_templates_email_key` (`email_key`,`context_id`); -- -- Indeks untuk tabel `email_templates_default` -- ALTER TABLE `email_templates_default` ADD PRIMARY KEY (`email_id`), ADD KEY `email_templates_default_email_key` (`email_key`); -- -- Indeks untuk tabel `email_templates_default_data` -- ALTER TABLE `email_templates_default_data` ADD UNIQUE KEY `email_templates_default_data_pkey` (`email_key`,`locale`); -- -- Indeks untuk tabel `email_templates_settings` -- ALTER TABLE `email_templates_settings` ADD UNIQUE KEY `email_settings_pkey` (`email_id`,`locale`,`setting_name`), ADD KEY `email_settings_email_id` (`email_id`); -- -- Indeks untuk tabel `event_log` -- ALTER TABLE `event_log` ADD PRIMARY KEY (`log_id`), ADD KEY `event_log_assoc` (`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `event_log_settings` -- ALTER TABLE `event_log_settings` ADD UNIQUE KEY `event_log_settings_pkey` (`log_id`,`setting_name`), ADD KEY `event_log_settings_log_id` (`log_id`), ADD KEY `event_log_settings_name_value` (`setting_name`(50),`setting_value`(150)); -- -- Indeks untuk tabel `files` -- ALTER TABLE `files` ADD PRIMARY KEY (`file_id`); -- -- Indeks untuk tabel `filters` -- ALTER TABLE `filters` ADD PRIMARY KEY (`filter_id`); -- -- Indeks untuk tabel `filter_groups` -- ALTER TABLE `filter_groups` ADD PRIMARY KEY (`filter_group_id`), ADD UNIQUE KEY `filter_groups_symbolic` (`symbolic`); -- -- Indeks untuk tabel `filter_settings` -- ALTER TABLE `filter_settings` ADD UNIQUE KEY `filter_settings_pkey` (`filter_id`,`locale`,`setting_name`), ADD KEY `filter_settings_id` (`filter_id`); -- -- Indeks untuk tabel `genres` -- ALTER TABLE `genres` ADD PRIMARY KEY (`genre_id`); -- -- Indeks untuk tabel `genre_settings` -- ALTER TABLE `genre_settings` ADD UNIQUE KEY `genre_settings_pkey` (`genre_id`,`locale`,`setting_name`), ADD KEY `genre_settings_genre_id` (`genre_id`); -- -- Indeks untuk tabel `institutional_subscriptions` -- ALTER TABLE `institutional_subscriptions` ADD PRIMARY KEY (`institutional_subscription_id`), ADD KEY `institutional_subscriptions_subscription_id` (`subscription_id`), ADD KEY `institutional_subscriptions_domain` (`domain`); -- -- Indeks untuk tabel `institutional_subscription_ip` -- ALTER TABLE `institutional_subscription_ip` ADD PRIMARY KEY (`institutional_subscription_ip_id`), ADD KEY `institutional_subscription_ip_subscription_id` (`subscription_id`), ADD KEY `institutional_subscription_ip_start` (`ip_start`), ADD KEY `institutional_subscription_ip_end` (`ip_end`); -- -- Indeks untuk tabel `issues` -- ALTER TABLE `issues` ADD PRIMARY KEY (`issue_id`), ADD KEY `issues_journal_id` (`journal_id`), ADD KEY `issues_url_path` (`url_path`); -- -- Indeks untuk tabel `issue_files` -- ALTER TABLE `issue_files` ADD PRIMARY KEY (`file_id`), ADD KEY `issue_files_issue_id` (`issue_id`); -- -- Indeks untuk tabel `issue_galleys` -- ALTER TABLE `issue_galleys` ADD PRIMARY KEY (`galley_id`), ADD KEY `issue_galleys_issue_id` (`issue_id`), ADD KEY `issue_galleys_url_path` (`url_path`); -- -- Indeks untuk tabel `issue_galley_settings` -- ALTER TABLE `issue_galley_settings` ADD UNIQUE KEY `issue_galley_settings_pkey` (`galley_id`,`locale`,`setting_name`), ADD KEY `issue_galley_settings_galley_id` (`galley_id`); -- -- Indeks untuk tabel `issue_settings` -- ALTER TABLE `issue_settings` ADD UNIQUE KEY `issue_settings_pkey` (`issue_id`,`locale`,`setting_name`), ADD KEY `issue_settings_issue_id` (`issue_id`), ADD KEY `issue_settings_name_value` (`setting_name`(50),`setting_value`(150)); -- -- Indeks untuk tabel `item_views` -- ALTER TABLE `item_views` ADD UNIQUE KEY `item_views_pkey` (`assoc_type`,`assoc_id`,`user_id`); -- -- Indeks untuk tabel `jobs` -- ALTER TABLE `jobs` ADD PRIMARY KEY (`id`), ADD KEY `jobs_queue_reserved_at_index` (`queue`,`reserved_at`); -- -- Indeks untuk tabel `journals` -- ALTER TABLE `journals` ADD PRIMARY KEY (`journal_id`), ADD UNIQUE KEY `journals_path` (`path`); -- -- Indeks untuk tabel `journal_settings` -- ALTER TABLE `journal_settings` ADD UNIQUE KEY `journal_settings_pkey` (`journal_id`,`locale`,`setting_name`), ADD KEY `journal_settings_journal_id` (`journal_id`); -- -- Indeks untuk tabel `library_files` -- ALTER TABLE `library_files` ADD PRIMARY KEY (`file_id`), ADD KEY `library_files_context_id` (`context_id`), ADD KEY `library_files_submission_id` (`submission_id`); -- -- Indeks untuk tabel `library_file_settings` -- ALTER TABLE `library_file_settings` ADD UNIQUE KEY `library_file_settings_pkey` (`file_id`,`locale`,`setting_name`), ADD KEY `library_file_settings_id` (`file_id`); -- -- Indeks untuk tabel `metadata_descriptions` -- ALTER TABLE `metadata_descriptions` ADD PRIMARY KEY (`metadata_description_id`), ADD KEY `metadata_descriptions_assoc` (`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `metadata_description_settings` -- ALTER TABLE `metadata_description_settings` ADD UNIQUE KEY `metadata_descripton_settings_pkey` (`metadata_description_id`,`locale`,`setting_name`), ADD KEY `metadata_description_settings_id` (`metadata_description_id`); -- -- Indeks untuk tabel `metrics` -- ALTER TABLE `metrics` ADD KEY `metrics_load_id` (`load_id`), ADD KEY `metrics_metric_type_context_id` (`metric_type`,`context_id`), ADD KEY `metrics_metric_type_submission_id_assoc_type` (`metric_type`,`submission_id`,`assoc_type`), ADD KEY `metrics_metric_type_submission_id_assoc` (`metric_type`,`context_id`,`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `navigation_menus` -- ALTER TABLE `navigation_menus` ADD PRIMARY KEY (`navigation_menu_id`); -- -- Indeks untuk tabel `navigation_menu_items` -- ALTER TABLE `navigation_menu_items` ADD PRIMARY KEY (`navigation_menu_item_id`); -- -- Indeks untuk tabel `navigation_menu_item_assignments` -- ALTER TABLE `navigation_menu_item_assignments` ADD PRIMARY KEY (`navigation_menu_item_assignment_id`); -- -- Indeks untuk tabel `navigation_menu_item_assignment_settings` -- ALTER TABLE `navigation_menu_item_assignment_settings` ADD UNIQUE KEY `navigation_menu_item_assignment_settings_pkey` (`navigation_menu_item_assignment_id`,`locale`,`setting_name`), ADD KEY `assignment_settings_navigation_menu_item_assignment_id` (`navigation_menu_item_assignment_id`); -- -- Indeks untuk tabel `navigation_menu_item_settings` -- ALTER TABLE `navigation_menu_item_settings` ADD UNIQUE KEY `navigation_menu_item_settings_pkey` (`navigation_menu_item_id`,`locale`,`setting_name`), ADD KEY `navigation_menu_item_settings_navigation_menu_id` (`navigation_menu_item_id`); -- -- Indeks untuk tabel `notes` -- ALTER TABLE `notes` ADD PRIMARY KEY (`note_id`), ADD KEY `notes_assoc` (`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `notifications` -- ALTER TABLE `notifications` ADD PRIMARY KEY (`notification_id`), ADD KEY `notifications_context_id_user_id` (`context_id`,`user_id`,`level`), ADD KEY `notifications_context_id` (`context_id`,`level`), ADD KEY `notifications_assoc` (`assoc_type`,`assoc_id`), ADD KEY `notifications_user_id_level` (`user_id`,`level`); -- -- Indeks untuk tabel `notification_mail_list` -- ALTER TABLE `notification_mail_list` ADD PRIMARY KEY (`notification_mail_list_id`), ADD UNIQUE KEY `notification_mail_list_email_context` (`email`,`context`); -- -- Indeks untuk tabel `notification_settings` -- ALTER TABLE `notification_settings` ADD UNIQUE KEY `notification_settings_pkey` (`notification_id`,`locale`,`setting_name`); -- -- Indeks untuk tabel `notification_subscription_settings` -- ALTER TABLE `notification_subscription_settings` ADD PRIMARY KEY (`setting_id`); -- -- Indeks untuk tabel `oai_resumption_tokens` -- ALTER TABLE `oai_resumption_tokens` ADD UNIQUE KEY `oai_resumption_tokens_pkey` (`token`); -- -- Indeks untuk tabel `plugin_settings` -- ALTER TABLE `plugin_settings` ADD UNIQUE KEY `plugin_settings_pkey` (`plugin_name`,`context_id`,`setting_name`), ADD KEY `plugin_settings_plugin_name` (`plugin_name`); -- -- Indeks untuk tabel `publications` -- ALTER TABLE `publications` ADD PRIMARY KEY (`publication_id`), ADD KEY `publications_submission_id` (`submission_id`), ADD KEY `publications_section_id` (`section_id`), ADD KEY `publications_url_path` (`url_path`); -- -- Indeks untuk tabel `publication_categories` -- ALTER TABLE `publication_categories` ADD UNIQUE KEY `publication_categories_id` (`publication_id`,`category_id`); -- -- Indeks untuk tabel `publication_galleys` -- ALTER TABLE `publication_galleys` ADD PRIMARY KEY (`galley_id`), ADD KEY `publication_galleys_publication_id` (`publication_id`), ADD KEY `publication_galleys_url_path` (`url_path`), ADD KEY `publication_galleys_submission_file_id_foreign` (`submission_file_id`); -- -- Indeks untuk tabel `publication_galley_settings` -- ALTER TABLE `publication_galley_settings` ADD UNIQUE KEY `publication_galley_settings_pkey` (`galley_id`,`locale`,`setting_name`), ADD KEY `publication_galley_settings_galley_id` (`galley_id`), ADD KEY `publication_galley_settings_name_value` (`setting_name`(50),`setting_value`(150)); -- -- Indeks untuk tabel `publication_settings` -- ALTER TABLE `publication_settings` ADD UNIQUE KEY `publication_settings_pkey` (`publication_id`,`locale`,`setting_name`), ADD KEY `publication_settings_publication_id` (`publication_id`), ADD KEY `publication_settings_name_value` (`setting_name`(50),`setting_value`(150)); -- -- Indeks untuk tabel `queries` -- ALTER TABLE `queries` ADD PRIMARY KEY (`query_id`), ADD KEY `queries_assoc_id` (`assoc_type`,`assoc_id`); -- -- Indeks untuk tabel `query_participants` -- ALTER TABLE `query_participants` ADD UNIQUE KEY `query_participants_pkey` (`query_id`,`user_id`); -- -- Indeks untuk tabel `queued_payments` -- ALTER TABLE `queued_payments` ADD PRIMARY KEY (`queued_payment_id`); -- -- Indeks untuk tabel `review_assignments` -- ALTER TABLE `review_assignments` ADD PRIMARY KEY (`review_id`), ADD KEY `review_assignments_submission_id` (`submission_id`), ADD KEY `review_assignments_reviewer_id` (`reviewer_id`), ADD KEY `review_assignments_form_id` (`review_form_id`), ADD KEY `review_assignments_reviewer_review` (`reviewer_id`,`review_id`); -- -- Indeks untuk tabel `review_files` -- ALTER TABLE `review_files` ADD UNIQUE KEY `review_files_pkey` (`review_id`,`submission_file_id`), ADD KEY `review_files_review_id` (`review_id`), ADD KEY `review_files_submission_file_id_foreign` (`submission_file_id`); -- -- Indeks untuk tabel `review_forms` -- ALTER TABLE `review_forms` ADD PRIMARY KEY (`review_form_id`); -- -- Indeks untuk tabel `review_form_elements` -- ALTER TABLE `review_form_elements` ADD PRIMARY KEY (`review_form_element_id`), ADD KEY `review_form_elements_review_form_id` (`review_form_id`); -- -- Indeks untuk tabel `review_form_element_settings` -- ALTER TABLE `review_form_element_settings` ADD UNIQUE KEY `review_form_element_settings_pkey` (`review_form_element_id`,`locale`,`setting_name`), ADD KEY `review_form_element_settings_review_form_element_id` (`review_form_element_id`); -- -- Indeks untuk tabel `review_form_responses` -- ALTER TABLE `review_form_responses` ADD KEY `review_form_responses_pkey` (`review_form_element_id`,`review_id`); -- -- Indeks untuk tabel `review_form_settings` -- ALTER TABLE `review_form_settings` ADD UNIQUE KEY `review_form_settings_pkey` (`review_form_id`,`locale`,`setting_name`), ADD KEY `review_form_settings_review_form_id` (`review_form_id`); -- -- Indeks untuk tabel `review_rounds` -- ALTER TABLE `review_rounds` ADD PRIMARY KEY (`review_round_id`), ADD UNIQUE KEY `review_rounds_submission_id_stage_id_round_pkey` (`submission_id`,`stage_id`,`round`), ADD KEY `review_rounds_submission_id` (`submission_id`); -- -- Indeks untuk tabel `review_round_files` -- ALTER TABLE `review_round_files` ADD UNIQUE KEY `review_round_files_pkey` (`submission_id`,`review_round_id`,`submission_file_id`), ADD KEY `review_round_files_submission_id` (`submission_id`), ADD KEY `review_round_files_submission_file_id_foreign` (`submission_file_id`); -- -- Indeks untuk tabel `scheduled_tasks` -- ALTER TABLE `scheduled_tasks` ADD UNIQUE KEY `scheduled_tasks_pkey` (`class_name`); -- -- Indeks untuk tabel `sections` -- ALTER TABLE `sections` ADD PRIMARY KEY (`section_id`), ADD KEY `sections_journal_id` (`journal_id`); -- -- Indeks untuk tabel `section_settings` -- ALTER TABLE `section_settings` ADD UNIQUE KEY `section_settings_pkey` (`section_id`,`locale`,`setting_name`), ADD KEY `section_settings_section_id` (`section_id`); -- -- Indeks untuk tabel `sessions` -- ALTER TABLE `sessions` ADD UNIQUE KEY `sessions_pkey` (`session_id`), ADD KEY `sessions_user_id` (`user_id`); -- -- Indeks untuk tabel `site_settings` -- ALTER TABLE `site_settings` ADD UNIQUE KEY `site_settings_pkey` (`setting_name`,`locale`); -- -- Indeks untuk tabel `stage_assignments` -- ALTER TABLE `stage_assignments` ADD PRIMARY KEY (`stage_assignment_id`), ADD UNIQUE KEY `stage_assignment` (`submission_id`,`user_group_id`,`user_id`), ADD KEY `stage_assignments_submission_id` (`submission_id`), ADD KEY `stage_assignments_user_group_id` (`user_group_id`), ADD KEY `stage_assignments_user_id` (`user_id`); -- -- Indeks untuk tabel `static_pages` -- ALTER TABLE `static_pages` ADD PRIMARY KEY (`static_page_id`); -- -- Indeks untuk tabel `static_page_settings` -- ALTER TABLE `static_page_settings` ADD UNIQUE KEY `static_page_settings_pkey` (`static_page_id`,`locale`,`setting_name`), ADD KEY `static_page_settings_static_page_id` (`static_page_id`); -- -- Indeks untuk tabel `subeditor_submission_group` -- ALTER TABLE `subeditor_submission_group` ADD UNIQUE KEY `section_editors_pkey` (`context_id`,`assoc_id`,`assoc_type`,`user_id`), ADD KEY `section_editors_context_id` (`context_id`), ADD KEY `subeditor_submission_group_assoc_id` (`assoc_id`,`assoc_type`), ADD KEY `subeditor_submission_group_user_id` (`user_id`); -- -- Indeks untuk tabel `submissions` -- ALTER TABLE `submissions` ADD PRIMARY KEY (`submission_id`), ADD KEY `submissions_context_id` (`context_id`), ADD KEY `submissions_publication_id` (`current_publication_id`); -- -- Indeks untuk tabel `submission_comments` -- ALTER TABLE `submission_comments` ADD PRIMARY KEY (`comment_id`), ADD KEY `submission_comments_submission_id` (`submission_id`); -- -- Indeks untuk tabel `submission_files` -- ALTER TABLE `submission_files` ADD PRIMARY KEY (`submission_file_id`), ADD KEY `submission_files_submission_id` (`submission_id`), ADD KEY `submission_files_stage_assoc` (`file_stage`,`assoc_type`,`assoc_id`), ADD KEY `submission_files_file_id_foreign` (`file_id`); -- -- Indeks untuk tabel `submission_file_revisions` -- ALTER TABLE `submission_file_revisions` ADD PRIMARY KEY (`revision_id`), ADD KEY `submission_file_revisions_submission_file_id_foreign` (`submission_file_id`), ADD KEY `submission_file_revisions_file_id_foreign` (`file_id`); -- -- Indeks untuk tabel `submission_file_settings` -- ALTER TABLE `submission_file_settings` ADD UNIQUE KEY `submission_file_settings_pkey` (`submission_file_id`,`locale`,`setting_name`), ADD KEY `submission_file_settings_id` (`submission_file_id`); -- -- Indeks untuk tabel `submission_search_keyword_list` -- ALTER TABLE `submission_search_keyword_list` ADD PRIMARY KEY (`keyword_id`), ADD UNIQUE KEY `submission_search_keyword_text` (`keyword_text`); -- -- Indeks untuk tabel `submission_search_objects` -- ALTER TABLE `submission_search_objects` ADD PRIMARY KEY (`object_id`), ADD KEY `submission_search_object_submission` (`submission_id`); -- -- Indeks untuk tabel `submission_search_object_keywords` -- ALTER TABLE `submission_search_object_keywords` ADD UNIQUE KEY `submission_search_object_keywords_pkey` (`object_id`,`pos`), ADD KEY `submission_search_object_keywords_keyword_id` (`keyword_id`); -- -- Indeks untuk tabel `submission_settings` -- ALTER TABLE `submission_settings` ADD UNIQUE KEY `submission_settings_pkey` (`submission_id`,`locale`,`setting_name`), ADD KEY `submission_settings_submission_id` (`submission_id`); -- -- Indeks untuk tabel `submission_tombstones` -- ALTER TABLE `submission_tombstones` ADD PRIMARY KEY (`tombstone_id`), ADD KEY `submission_tombstones_journal_id` (`journal_id`), ADD KEY `submission_tombstones_submission_id` (`submission_id`); -- -- Indeks untuk tabel `subscriptions` -- ALTER TABLE `subscriptions` ADD PRIMARY KEY (`subscription_id`); -- -- Indeks untuk tabel `subscription_types` -- ALTER TABLE `subscription_types` ADD PRIMARY KEY (`type_id`); -- -- Indeks untuk tabel `subscription_type_settings` -- ALTER TABLE `subscription_type_settings` ADD UNIQUE KEY `subscription_type_settings_pkey` (`type_id`,`locale`,`setting_name`), ADD KEY `subscription_type_settings_type_id` (`type_id`); -- -- Indeks untuk tabel `temporary_files` -- ALTER TABLE `temporary_files` ADD PRIMARY KEY (`file_id`), ADD KEY `temporary_files_user_id` (`user_id`); -- -- Indeks untuk tabel `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`user_id`), ADD UNIQUE KEY `users_username` (`username`), ADD UNIQUE KEY `users_email` (`email`); -- -- Indeks untuk tabel `user_groups` -- ALTER TABLE `user_groups` ADD PRIMARY KEY (`user_group_id`), ADD KEY `user_groups_user_group_id` (`user_group_id`), ADD KEY `user_groups_context_id` (`context_id`), ADD KEY `user_groups_role_id` (`role_id`); -- -- Indeks untuk tabel `user_group_settings` -- ALTER TABLE `user_group_settings` ADD UNIQUE KEY `user_group_settings_pkey` (`user_group_id`,`locale`,`setting_name`); -- -- Indeks untuk tabel `user_group_stage` -- ALTER TABLE `user_group_stage` ADD UNIQUE KEY `user_group_stage_pkey` (`context_id`,`user_group_id`,`stage_id`), ADD KEY `user_group_stage_context_id` (`context_id`), ADD KEY `user_group_stage_user_group_id` (`user_group_id`), ADD KEY `user_group_stage_stage_id` (`stage_id`); -- -- Indeks untuk tabel `user_interests` -- ALTER TABLE `user_interests` ADD UNIQUE KEY `u_e_pkey` (`user_id`,`controlled_vocab_entry_id`); -- -- Indeks untuk tabel `user_settings` -- ALTER TABLE `user_settings` ADD UNIQUE KEY `user_settings_pkey` (`user_id`,`locale`,`setting_name`,`assoc_type`,`assoc_id`), ADD KEY `user_settings_user_id` (`user_id`), ADD KEY `user_settings_locale_setting_name_index` (`setting_name`,`locale`); -- -- Indeks untuk tabel `user_user_groups` -- ALTER TABLE `user_user_groups` ADD UNIQUE KEY `user_user_groups_pkey` (`user_group_id`,`user_id`), ADD KEY `user_user_groups_user_group_id` (`user_group_id`), ADD KEY `user_user_groups_user_id` (`user_id`); -- -- Indeks untuk tabel `versions` -- ALTER TABLE `versions` ADD UNIQUE KEY `versions_pkey` (`product_type`,`product`,`major`,`minor`,`revision`,`build`); -- -- AUTO_INCREMENT untuk tabel yang dibuang -- -- -- AUTO_INCREMENT untuk tabel `access_keys` -- ALTER TABLE `access_keys` MODIFY `access_key_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `announcements` -- ALTER TABLE `announcements` MODIFY `announcement_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `announcement_types` -- ALTER TABLE `announcement_types` MODIFY `type_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `authors` -- ALTER TABLE `authors` MODIFY `author_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `auth_sources` -- ALTER TABLE `auth_sources` MODIFY `auth_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `categories` -- ALTER TABLE `categories` MODIFY `category_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `citations` -- ALTER TABLE `citations` MODIFY `citation_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `completed_payments` -- ALTER TABLE `completed_payments` MODIFY `completed_payment_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `controlled_vocabs` -- ALTER TABLE `controlled_vocabs` MODIFY `controlled_vocab_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `controlled_vocab_entries` -- ALTER TABLE `controlled_vocab_entries` MODIFY `controlled_vocab_entry_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `data_object_tombstones` -- ALTER TABLE `data_object_tombstones` MODIFY `tombstone_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `data_object_tombstone_oai_set_objects` -- ALTER TABLE `data_object_tombstone_oai_set_objects` MODIFY `object_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `edit_decisions` -- ALTER TABLE `edit_decisions` MODIFY `edit_decision_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `email_log` -- ALTER TABLE `email_log` MODIFY `log_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `email_templates` -- ALTER TABLE `email_templates` MODIFY `email_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `email_templates_default` -- ALTER TABLE `email_templates_default` MODIFY `email_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59; -- -- AUTO_INCREMENT untuk tabel `event_log` -- ALTER TABLE `event_log` MODIFY `log_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `files` -- ALTER TABLE `files` MODIFY `file_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `filters` -- ALTER TABLE `filters` MODIFY `filter_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; -- -- AUTO_INCREMENT untuk tabel `filter_groups` -- ALTER TABLE `filter_groups` MODIFY `filter_group_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; -- -- AUTO_INCREMENT untuk tabel `genres` -- ALTER TABLE `genres` MODIFY `genre_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `institutional_subscriptions` -- ALTER TABLE `institutional_subscriptions` MODIFY `institutional_subscription_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `institutional_subscription_ip` -- ALTER TABLE `institutional_subscription_ip` MODIFY `institutional_subscription_ip_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `issues` -- ALTER TABLE `issues` MODIFY `issue_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `issue_files` -- ALTER TABLE `issue_files` MODIFY `file_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `issue_galleys` -- ALTER TABLE `issue_galleys` MODIFY `galley_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `jobs` -- ALTER TABLE `jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `journals` -- ALTER TABLE `journals` MODIFY `journal_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `library_files` -- ALTER TABLE `library_files` MODIFY `file_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `metadata_descriptions` -- ALTER TABLE `metadata_descriptions` MODIFY `metadata_description_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `navigation_menus` -- ALTER TABLE `navigation_menus` MODIFY `navigation_menu_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT untuk tabel `navigation_menu_items` -- ALTER TABLE `navigation_menu_items` MODIFY `navigation_menu_item_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT untuk tabel `navigation_menu_item_assignments` -- ALTER TABLE `navigation_menu_item_assignments` MODIFY `navigation_menu_item_assignment_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT untuk tabel `notes` -- ALTER TABLE `notes` MODIFY `note_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `notifications` -- ALTER TABLE `notifications` MODIFY `notification_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `notification_mail_list` -- ALTER TABLE `notification_mail_list` MODIFY `notification_mail_list_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `notification_subscription_settings` -- ALTER TABLE `notification_subscription_settings` MODIFY `setting_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `publications` -- ALTER TABLE `publications` MODIFY `publication_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `publication_galleys` -- ALTER TABLE `publication_galleys` MODIFY `galley_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `queries` -- ALTER TABLE `queries` MODIFY `query_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `queued_payments` -- ALTER TABLE `queued_payments` MODIFY `queued_payment_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `review_assignments` -- ALTER TABLE `review_assignments` MODIFY `review_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `review_forms` -- ALTER TABLE `review_forms` MODIFY `review_form_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `review_form_elements` -- ALTER TABLE `review_form_elements` MODIFY `review_form_element_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `review_rounds` -- ALTER TABLE `review_rounds` MODIFY `review_round_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `sections` -- ALTER TABLE `sections` MODIFY `section_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `stage_assignments` -- ALTER TABLE `stage_assignments` MODIFY `stage_assignment_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `static_pages` -- ALTER TABLE `static_pages` MODIFY `static_page_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `submissions` -- ALTER TABLE `submissions` MODIFY `submission_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `submission_comments` -- ALTER TABLE `submission_comments` MODIFY `comment_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `submission_files` -- ALTER TABLE `submission_files` MODIFY `submission_file_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `submission_file_revisions` -- ALTER TABLE `submission_file_revisions` MODIFY `revision_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `submission_search_keyword_list` -- ALTER TABLE `submission_search_keyword_list` MODIFY `keyword_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `submission_search_objects` -- ALTER TABLE `submission_search_objects` MODIFY `object_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `submission_tombstones` -- ALTER TABLE `submission_tombstones` MODIFY `tombstone_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `subscriptions` -- ALTER TABLE `subscriptions` MODIFY `subscription_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `subscription_types` -- ALTER TABLE `subscription_types` MODIFY `type_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `temporary_files` -- ALTER TABLE `temporary_files` MODIFY `file_id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT untuk tabel `users` -- ALTER TABLE `users` MODIFY `user_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT untuk tabel `user_groups` -- ALTER TABLE `user_groups` MODIFY `user_group_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;