|
7 | 7 |
|
8 | 8 | class JournalProxyEditor(Journal): |
9 | 9 | panels_titles = [ |
| 10 | + # SOBRE O PERIÓDICO - 08 - Ficha Bibliográfica - F - Ano de criação do periódico / ISSN |
10 | 11 | AutocompletePanel("official", read_only=True), |
| 12 | + # SOBRE O PERIÓDICO - 08 - Ficha Bibliográfica - A - Título do periódico |
11 | 13 | FieldPanel("title", read_only=True), |
| 14 | + # SOBRE O PERIÓDICO - 08 - Ficha Bibliográfica - B - Título abreviado do periódico |
12 | 15 | FieldPanel("short_title"), |
13 | | - InlinePanel("other_titles", label=_("Other titles")), |
| 16 | + # InlinePanel("other_titles", label=_("Other titles")), |
14 | 17 | ] |
15 | 18 |
|
16 | 19 | panels_scope_and_about = [ |
17 | | - InlinePanel("mission", label=_("Mission")), |
| 20 | + # InlinePanel("mission", label=_("Mission")), |
| 21 | + |
| 22 | + # SOBRE O PERIÓDICO - 01 - brief history |
18 | 23 | InlinePanel("history", label=_("Brief History")), |
| 24 | + |
| 25 | + # SOBRE O PERIÓDICO - 05 - focus and scope |
19 | 26 | InlinePanel("focus", label=_("Focus and Scope")), |
20 | | - AutocompletePanel("subject"), |
21 | | - InlinePanel("thematic_area", label=_("Thematic Areas")), |
22 | | - AutocompletePanel("subject_descriptor"), |
23 | | - AutocompletePanel("wos_area"), |
24 | | - AutocompletePanel("wos_db"), |
| 27 | + # AutocompletePanel("subject"), |
| 28 | + # InlinePanel("thematic_area", label=_("Thematic Areas")), |
| 29 | + # AutocompletePanel("subject_descriptor"), |
| 30 | + # AutocompletePanel("wos_area"), |
| 31 | + # AutocompletePanel("wos_db"), |
| 32 | + |
| 33 | + # SOBRE O PERIÓDICO - 07a - Fontes de Indexação padronizadas |
25 | 34 | AutocompletePanel("indexed_at"), |
| 35 | + # SOBRE O PERIÓDICO - 07b - Fontes de Indexação adicionais / não padronizadas |
26 | 36 | AutocompletePanel("additional_indexed_at"), |
27 | | - AutocompletePanel("vocabulary"), |
28 | | - InlinePanel("title_in_database", label=_("Title in Database")), |
| 37 | + |
| 38 | + # AutocompletePanel("vocabulary"), |
| 39 | + # InlinePanel("title_in_database", label=_("Title in Database")), |
29 | 40 | ] |
30 | 41 |
|
31 | 42 | panels_institutions = [ |
| 43 | + # SOBRE O PERIÓDICO - 08 - Ficha Bibliográfica - C1 - Publicação de |
32 | 44 | InlinePanel("owner_history", label=_("Owner")), |
| 45 | + # SOBRE O PERIÓDICO - 08 - Ficha Bibliográfica - C2 - Publicação de |
33 | 46 | InlinePanel("publisher_history", label=_("Publisher")), |
| 47 | + |
| 48 | + # POLÍTICA EDITORIAL - 14 - Patrocinadores e Agências de Fomento |
34 | 49 | InlinePanel("sponsor_history", label=_("Sponsor")), |
35 | | - InlinePanel( |
36 | | - "copyright_holder_history", |
37 | | - label=_("Copyright Holder"), |
38 | | - ), |
| 50 | + # InlinePanel( |
| 51 | + # "copyright_holder_history", |
| 52 | + # label=_("Copyright Holder"), |
| 53 | + # ), |
39 | 54 | ] |
40 | 55 |
|
41 | 56 | panels_website = [ |
| 57 | + # SOBRE O PERIÓDICO - 10a - Contato |
42 | 58 | FieldPanel("contact_name"), |
| 59 | + # SOBRE O PERIÓDICO - 10b - Contato |
43 | 60 | FieldPanel("contact_address"), |
| 61 | + # SOBRE O PERIÓDICO - 10c - Contato |
44 | 62 | AutocompletePanel("contact_location"), |
| 63 | + # SOBRE O PERIÓDICO - 10d - Contato |
45 | 64 | InlinePanel("journal_email", label=_("Contact e-mail")), |
| 65 | + |
| 66 | + # SOBRE O PERIÓDICO - 09d - Websites |
46 | 67 | FieldPanel("logo", heading=_("Logo")), |
47 | | - # FieldPanel("journal_url"), |
48 | | - InlinePanel("related_journal_urls", label=_("Journal Urls")), |
| 68 | + # SOBRE O PERIÓDICO - 09c - Websites |
| 69 | + FieldPanel("journal_url"), |
| 70 | + |
| 71 | + # InlinePanel("related_journal_urls", label=_("Journal Urls")), |
| 72 | + |
| 73 | + # SOBRE O PERIÓDICO - 09b - Websites |
49 | 74 | FieldPanel("submission_online_url"), |
50 | | - FieldPanel("main_collection"), |
| 75 | + # FieldPanel("main_collection"), |
| 76 | + |
| 77 | + # SOBRE O PERIÓDICO - 09 - Websites e Mídias Sociais |
51 | 78 | InlinePanel("social_networks", label=_("Social Network")), |
| 79 | + |
| 80 | + # SOBRE O PERIÓDICO - 08 - Ficha Bibliográfica - D - Periodicidade |
52 | 81 | FieldPanel("frequency"), |
| 82 | + |
| 83 | + # SOBRE O PERIÓDICO - 08 - Ficha Bibliográfica - E - Modalidade de publicação |
53 | 84 | FieldPanel("publishing_model"), |
54 | | - FieldPanel("standard"), |
| 85 | + # FieldPanel("standard"), |
55 | 86 | ] |
56 | 87 |
|
57 | 88 | panels_open_science = [ |
58 | | - FieldPanel("open_access"), |
59 | | - FieldPanel("url_oa"), |
60 | | - InlinePanel("open_science_form_files", label=_("Open Science accordance form")), |
61 | | - FieldPanel("journal_use_license"), |
| 89 | + # FieldPanel("open_access"), |
| 90 | + |
| 91 | + # SOBRE O PERIÓDICO - 02 - journal declares it is open access |
62 | 92 | InlinePanel("open_access_text", label=_("Open Access")), |
| 93 | + # FieldPanel("url_oa"), |
| 94 | + |
| 95 | + # SOBRE O PERIÓDICO - 03a - Conformidade com a Ciência Aberta - formulário de auto declaração |
| 96 | + InlinePanel("open_science_form_files", label=_("Open Science accordance form")), |
| 97 | + |
| 98 | + # SOBRE O PERIÓDICO - 04 - Ética na Publicação |
| 99 | + InlinePanel( |
| 100 | + "ethics", |
| 101 | + label=_("Ethics"), |
| 102 | + ), |
| 103 | + |
| 104 | + # POLÍTICA EDITORIAL - 11b - Direitos Autorais / AUTORES CEDEM PARA PUBLICAR EM CC-BY |
| 105 | + # FieldPanel("journal_use_license"), |
| 106 | + |
| 107 | + # POLÍTICA EDITORIAL - 03 - Dados Abertos |
63 | 108 | InlinePanel("open_data", label=_("Open data")), |
| 109 | + |
| 110 | + # POLÍTICA EDITORIAL - 01 - Preprints |
64 | 111 | InlinePanel("preprint", label=_("Preprint")), |
| 112 | + |
| 113 | + # POLÍTICA EDITORIAL - 02 - Peer review |
65 | 114 | InlinePanel("peer_review", label=_("Peer review")), |
| 115 | + |
| 116 | + # about_the_journal - 03b - Conformidade com a Ciência Aberta - declaração de conformidade |
66 | 117 | InlinePanel( |
67 | 118 | "open_science_compliance", |
68 | 119 | label=_("Open Science Compliance"), |
69 | 120 | ), |
70 | 121 | ] |
71 | 122 |
|
72 | 123 | panels_policy = [ |
73 | | - InlinePanel( |
74 | | - "ethics", |
75 | | - label=_("Ethics"), |
76 | | - ), |
| 124 | + |
| 125 | + # POLÍTICA EDITORIAL - 10 - Comitê de Ética |
77 | 126 | InlinePanel( |
78 | 127 | "ethics_committee", |
79 | 128 | label=_("Ethics Committee"), |
80 | 129 | ), |
| 130 | + # POLÍTICA EDITORIAL - 11a - detentor dos direitos autorais |
81 | 131 | InlinePanel( |
82 | 132 | "copyright", |
83 | 133 | label=_("Copyright"), |
84 | 134 | ), |
| 135 | + |
| 136 | + # POLÍTICA EDITORIAL - 12 - Propriedade Intelectual e Termos de uso - Responsabilidade do site |
85 | 137 | InlinePanel( |
86 | 138 | "website_responsibility", |
87 | 139 | label=_("Intellectual Property / Terms of use / Website responsibility"), |
88 | 140 | ), |
| 141 | + |
| 142 | + # POLÍTICA EDITORIAL - 13 - Propriedade Intelectual e Termos de uso - Responsabilidade do autor |
89 | 143 | InlinePanel( |
90 | 144 | "author_responsibility", |
91 | 145 | label=_("Intellectual Property / Terms of use / Author responsibility"), |
92 | 146 | ), |
| 147 | + |
| 148 | + # POLÍTICA EDITORIAL - 05 - Política de Ética e Más condutas, Errata e Retratação |
93 | 149 | InlinePanel( |
94 | 150 | "policies", |
95 | 151 | label=_("Retraction Policy | Ethics and Misconduct Policy"), |
96 | 152 | ), |
97 | | - AutocompletePanel("digital_pa"), |
| 153 | + |
| 154 | + # AutocompletePanel("digital_pa"), |
| 155 | + # about_the_journal - 06 - Preservação Digital - texto + link - poderia estar fixo no template html? |
98 | 156 | InlinePanel( |
99 | 157 | "digital_preservation", |
100 | 158 | label=_("Digital Preservation"), |
101 | 159 | ), |
| 160 | + |
| 161 | + # POLÍTICA EDITORIAL - 06 - Política sobre Conflito de Interesses |
102 | 162 | InlinePanel( |
103 | 163 | "conflict_policy", |
104 | 164 | label=_("Conflict of interest policy"), |
105 | 165 | ), |
| 166 | + |
| 167 | + # POLÍTICA EDITORIAL - 07 - Adoção de softwares de verificação de similaridade |
106 | 168 | InlinePanel( |
107 | 169 | "software_adoption", |
108 | 170 | label=_("Similarity Verification Software Adoption"), |
109 | 171 | ), |
| 172 | + |
| 173 | + # POLÍTICA EDITORIAL - 09 - Questões de Sexo e Gênero |
110 | 174 | InlinePanel( |
111 | 175 | "gender_issues", |
112 | 176 | label=_("Gender Issues"), |
113 | 177 | ), |
| 178 | + # POLÍTICA EDITORIAL - 04 - Cobrança de Taxas |
114 | 179 | InlinePanel( |
115 | 180 | "fee_charging", |
116 | 181 | label=_("Fee Charging"), |
117 | 182 | ), |
118 | | - InlinePanel( |
119 | | - "editorial_policy", |
120 | | - label=_("Editorial Policy"), |
121 | | - ), |
| 183 | + # InlinePanel( |
| 184 | + # "editorial_policy", |
| 185 | + # label=_("Editorial Policy"), |
| 186 | + # ), |
| 187 | + |
| 188 | + # POLÍTICA EDITORIAL - 08 - Adoção de softwares uso de recursos de Inteligência Artificial |
| 189 | + # Uso por autores |
| 190 | + # Responsabilidade e transparência |
| 191 | + # Uso por pareceristas e editores |
| 192 | + # Processos de avaliação e decisões editoriais |
| 193 | + # Atualizações - TEXTO FIXO NO TEMPLATE HTML? |
122 | 194 | InlinePanel( |
123 | 195 | "artificial_intelligence", |
124 | 196 | label=_("Artificial Intelligence"), |
125 | 197 | ), |
126 | 198 | ] |
127 | | - panels_notes = [InlinePanel("notes", label=_("Notes"))] |
| 199 | + # panels_notes = [InlinePanel("notes", label=_("Notes"))] |
128 | 200 |
|
129 | 201 | panels_instructions_for_authors = [ |
| 202 | + # INSTRUÇÕES AOS AUTORES - 01 - Tipos de documentos aceitos |
130 | 203 | InlinePanel( |
131 | 204 | "accepted_document_types", |
132 | 205 | label=_("Accepted Document Types"), |
133 | 206 | ), |
| 207 | + # INSTRUÇÕES AOS AUTORES - 02 - Contribuição dos Autores |
134 | 208 | InlinePanel( |
135 | 209 | "authors_contributions", |
136 | 210 | label=_("Authors Contributions"), |
137 | 211 | ), |
138 | | - InlinePanel( |
139 | | - "preparing_manuscript", |
140 | | - label=_("Preparing Manuscript"), |
141 | | - ), |
| 212 | + |
| 213 | + # INSTRUÇÕES AOS AUTORES - 0? - |
| 214 | + # InlinePanel( |
| 215 | + # "preparing_manuscript", |
| 216 | + # label=_("Preparing Manuscript"), |
| 217 | + # ), |
| 218 | + |
| 219 | + # INSTRUÇÕES AOS AUTORES - 04 - Ativos Digitais |
142 | 220 | InlinePanel( |
143 | 221 | "digital_assets", |
144 | 222 | label=_("Digital Assets"), |
145 | 223 | ), |
| 224 | + |
| 225 | + # INSTRUÇÕES AOS AUTORES - 05 - Citações e Referências |
146 | 226 | InlinePanel( |
147 | 227 | "citations_and_references", |
148 | 228 | label=_("Citations and References"), |
149 | 229 | ), |
150 | | - InlinePanel( |
151 | | - "supp_docs_submission", |
152 | | - label=_("Supplementary Documents Required for Submission"), |
153 | | - ), |
| 230 | + |
| 231 | + # INSTRUÇÕES AOS AUTORES - 0? - |
| 232 | + # InlinePanel( |
| 233 | + # "supp_docs_submission", |
| 234 | + # label=_("Supplementary Documents Required for Submission"), |
| 235 | + # ), |
| 236 | + |
| 237 | + # INSTRUÇÕES AOS AUTORES - 06 - Declaração de Financiamento |
154 | 238 | InlinePanel( |
155 | 239 | "financing_statement", |
156 | 240 | label=_("Financing Statement"), |
157 | 241 | ), |
158 | | - InlinePanel( |
159 | | - "acknowledgements", |
160 | | - label=_("Acknowledgements"), |
161 | | - ), |
| 242 | + |
| 243 | + # INSTRUÇÕES AOS AUTORES - 0? - |
| 244 | + # InlinePanel( |
| 245 | + # "acknowledgements", |
| 246 | + # label=_("Acknowledgements"), |
| 247 | + # ), |
| 248 | + # INSTRUÇÕES AOS AUTORES - 07 - Informações Adicionais |
162 | 249 | InlinePanel( |
163 | 250 | "additional_information", |
164 | 251 | label=_("Additional Information"), |
165 | 252 | ), |
166 | | - FieldPanel("author_name"), |
167 | | - FieldPanel("manuscript_length"), |
| 253 | + # FieldPanel("author_name"), |
| 254 | + # FieldPanel("manuscript_length"), |
| 255 | + |
| 256 | + # INSTRUÇÕES AOS AUTORES - 03 - Formato de Envio dos Artigos |
168 | 257 | FieldPanel("format_check_list"), |
169 | | - AutocompletePanel("text_language"), |
170 | | - AutocompletePanel("abstract_language"), |
| 258 | + |
| 259 | + # AutocompletePanel("text_language"), |
| 260 | + # AutocompletePanel("abstract_language"), |
171 | 261 | ] |
172 | 262 |
|
| 263 | + # CORPO EDITORIAL |
173 | 264 | panels_editorial_board = [ |
174 | 265 | InlinePanel("editorial_board_member_journal", label=_("Editorial Board")), |
175 | 266 | ] |
|
0 commit comments