1
1.01 ms
SELECT COUNT (* ) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ORDER BY u1_ . name ASC ) dctrn_result ) dctrn_table
SELECT COUNT (* ) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ORDER BY u1_ . name ASC ) dctrn_result ) dctrn_table ;
Copy
2
1.18 ms
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 , name_9 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 , u1_ . id AS id_5 , u1_ . email AS email_6 , u1_ . roles AS roles_7 , u1_ . password AS password_8 , u1_ . name AS name_9 , u1_ . last_name AS last_name_10 , u1_ . rut AS rut_11 , u1_ . sex AS sex_12 , u1_ . photo AS photo_13 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ) dctrn_result_inner ORDER BY name_9 ASC ) dctrn_result LIMIT 12 OFFSET 156
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 , name_9 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 , u1_ . id AS id_5 , u1_ . email AS email_6 , u1_ . roles AS roles_7 , u1_ . password AS password_8 , u1_ . name AS name_9 , u1_ . last_name AS last_name_10 , u1_ . rut AS rut_11 , u1_ . sex AS sex_12 , u1_ . photo AS photo_13 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ) dctrn_result_inner ORDER BY name_9 ASC ) dctrn_result LIMIT 12 OFFSET 156 ;
Copy
3
0.95 ms
SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 , a0_ . user_id AS user_id_5 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 AND a0_ . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ORDER BY u1_ . name ASC
Parameters :
[
182
94
155
29
49
51
203
135
145
66
227
5
]
SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 , a0_ . user_id AS user_id_5 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 AND a0_ . id IN (182 , 94 , 155 , 29 , 49 , 51 , 203 , 135 , 145 , 66 , 227 , 5 ) ORDER BY u1_ . name ASC ;
Copy
4
0.41 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 179 ;
Copy
5
0.45 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 182 ;
Copy
6
0.33 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 182 ;
Copy
7
0.39 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1439 ;
Copy
8
0.35 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2025 ;
Copy
9
0.35 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2025 ;
Copy
10
0.32 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2026 ;
Copy
11
0.36 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2026 ;
Copy
12
0.33 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2354 ;
Copy
13
0.34 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2807 ;
Copy
14
0.29 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2807 ;
Copy
15
0.32 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 93 ;
Copy
16
0.37 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 94 ;
Copy
17
0.33 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 94 ;
Copy
18
0.31 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 348 ;
Copy
19
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 352 ;
Copy
20
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 353 ;
Copy
21
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 363 ;
Copy
22
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 364 ;
Copy
23
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 367 ;
Copy
24
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 368 ;
Copy
25
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 371 ;
Copy
26
0.31 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 689 ;
Copy
27
0.31 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 690 ;
Copy
28
0.39 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 691 ;
Copy
29
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 692 ;
Copy
30
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 693 ;
Copy
31
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 694 ;
Copy
32
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 695 ;
Copy
33
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1937 ;
Copy
34
0.27 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1937 ;
Copy
35
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2853 ;
Copy
36
0.35 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2853 ;
Copy
37
0.37 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2854 ;
Copy
38
0.36 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2854 ;
Copy
39
0.31 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 153 ;
Copy
40
0.35 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 155 ;
Copy
41
0.42 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 155 ;
Copy
42
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 23 ;
Copy
43
0.33 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 224 ;
Copy
44
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 225 ;
Copy
45
0.33 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 287 ;
Copy
46
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 288 ;
Copy
47
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1232 ;
Copy
48
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1233 ;
Copy
49
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1234 ;
Copy
50
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 266 ;
Copy
51
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 269 ;
Copy
52
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 273 ;
Copy
53
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1645 ;
Copy
54
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2095 ;
Copy
55
0.35 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2095 ;
Copy
56
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2111 ;
Copy
57
0.31 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2111 ;
Copy
58
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2558 ;
Copy
59
0.31 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2558 ;
Copy
60
0.60 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2559 ;
Copy
61
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2960 ;
Copy
62
0.30 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2960 ;
Copy
63
0.39 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 30 ;
Copy
64
0.33 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 29 ;
Copy
65
0.28 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 29 ;
Copy
66
0.32 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 148 ;
Copy
67
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 149 ;
Copy
68
0.27 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 149 ;
Copy
69
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 150 ;
Copy
70
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 151 ;
Copy
71
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 152 ;
Copy
72
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 153 ;
Copy
73
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 154 ;
Copy
74
0.19 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 155 ;
Copy
75
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 147 ;
Copy
76
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1911 ;
Copy
77
0.28 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 50 ;
Copy
78
0.26 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 49 ;
Copy
79
0.45 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 49 ;
Copy
80
0.32 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 230 ;
Copy
81
0.32 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 232 ;
Copy
82
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 239 ;
Copy
83
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 321 ;
Copy
84
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 323 ;
Copy
85
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 324 ;
Copy
86
0.19 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 325 ;
Copy
87
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 326 ;
Copy
88
0.20 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 327 ;
Copy
89
0.19 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 328 ;
Copy
90
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 329 ;
Copy
91
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 330 ;
Copy
92
0.18 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 331 ;
Copy
93
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 332 ;
Copy
94
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 333 ;
Copy
95
0.35 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 334 ;
Copy
96
0.35 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 335 ;
Copy
97
0.35 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 336 ;
Copy
98
0.33 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 337 ;
Copy
99
0.35 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 338 ;
Copy
100
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 339 ;
Copy
101
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 340 ;
Copy
102
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 341 ;
Copy
103
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 342 ;
Copy
104
0.31 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 343 ;
Copy
105
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 344 ;
Copy
106
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 345 ;
Copy
107
0.20 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 322 ;
Copy
108
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1899 ;
Copy
109
0.29 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1899 ;
Copy
110
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2040 ;
Copy
111
0.25 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2040 ;
Copy
112
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2789 ;
Copy
113
0.24 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2789 ;
Copy
114
0.20 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2790 ;
Copy
115
0.22 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2790 ;
Copy
116
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2879 ;
Copy
117
0.20 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2879 ;
Copy
118
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3028 ;
Copy
119
0.23 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3028 ;
Copy
120
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3029 ;
Copy
121
0.21 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3029 ;
Copy
122
0.28 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 52 ;
Copy
123
0.23 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 51 ;
Copy
124
0.28 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 51 ;
Copy
125
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 372 ;
Copy
126
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 373 ;
Copy
127
0.20 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1648 ;
Copy
128
0.23 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1648 ;
Copy
129
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1873 ;
Copy
130
0.21 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1873 ;
Copy
131
0.36 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1874 ;
Copy
132
0.32 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1874 ;
Copy
133
0.32 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2113 ;
Copy
134
0.25 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2113 ;
Copy
135
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2157 ;
Copy
136
0.27 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 210 ;
Copy
137
0.26 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 203 ;
Copy
138
0.26 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 203 ;
Copy
139
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1801 ;
Copy
140
0.29 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1801 ;
Copy
141
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2389 ;
Copy
142
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3105 ;
Copy
143
0.29 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3105 ;
Copy
144
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3106 ;
Copy
145
0.24 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3106 ;
Copy
146
0.29 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 133 ;
Copy
147
0.27 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 135 ;
Copy
148
0.30 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 135 ;
Copy
149
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1102 ;
Copy
150
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1103 ;
Copy
151
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1104 ;
Copy
152
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1960 ;
Copy
153
0.25 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1960 ;
Copy
154
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2068 ;
Copy
155
0.26 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2068 ;
Copy
156
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3069 ;
Copy
157
0.26 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3069 ;
Copy
158
0.25 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 143 ;
Copy
159
0.23 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 145 ;
Copy
160
0.28 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 145 ;
Copy
161
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 104 ;
Copy
162
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 475 ;
Copy
163
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1152 ;
Copy
164
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1154 ;
Copy
165
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1155 ;
Copy
166
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 134 ;
Copy
167
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1507 ;
Copy
168
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1613 ;
Copy
169
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1622 ;
Copy
170
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1965 ;
Copy
171
0.29 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1965 ;
Copy
172
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2492 ;
Copy
173
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2493 ;
Copy
174
0.26 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2493 ;
Copy
175
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2494 ;
Copy
176
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2495 ;
Copy
177
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2496 ;
Copy
178
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3145 ;
Copy
179
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3146 ;
Copy
180
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3147 ;
Copy
181
0.26 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3147 ;
Copy
182
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 3148 ;
Copy
183
0.28 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3148 ;
Copy
184
0.28 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 67 ;
Copy
185
0.27 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 66 ;
Copy
186
0.34 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 66 ;
Copy
187
0.32 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 396 ;
Copy
188
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 399 ;
Copy
189
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 400 ;
Copy
190
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 401 ;
Copy
191
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1668 ;
Copy
192
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1676 ;
Copy
193
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1679 ;
Copy
194
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1683 ;
Copy
195
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1685 ;
Copy
196
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1689 ;
Copy
197
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1773 ;
Copy
198
0.28 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1773 ;
Copy
199
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1894 ;
Copy
200
0.28 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1894 ;
Copy
201
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2045 ;
Copy
202
0.31 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2182 ;
Copy
203
0.30 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2182 ;
Copy
204
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2183 ;
Copy
205
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2184 ;
Copy
206
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2185 ;
Copy
207
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2186 ;
Copy
208
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2187 ;
Copy
209
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2188 ;
Copy
210
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2189 ;
Copy
211
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2190 ;
Copy
212
0.30 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2191 ;
Copy
213
0.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2192 ;
Copy
214
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2193 ;
Copy
215
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2194 ;
Copy
216
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2195 ;
Copy
217
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2196 ;
Copy
218
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2197 ;
Copy
219
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2198 ;
Copy
220
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2199 ;
Copy
221
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2200 ;
Copy
222
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2793 ;
Copy
223
0.29 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 239 ;
Copy
224
0.26 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 227 ;
Copy
225
0.26 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 227 ;
Copy
226
0.27 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 6 ;
Copy
227
0.31 ms
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 5 ;
Copy
228
0.33 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 5 ;
Copy
229
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 82 ;
Copy
230
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 83 ;
Copy
231
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 84 ;
Copy
232
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 85 ;
Copy
233
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 86 ;
Copy
234
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 87 ;
Copy
235
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 88 ;
Copy
236
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 89 ;
Copy
237
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 90 ;
Copy
238
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 91 ;
Copy
239
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 92 ;
Copy
240
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 93 ;
Copy
241
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 94 ;
Copy
242
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 95 ;
Copy
243
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 81 ;
Copy
244
0.21 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1522 ;
Copy
245
0.28 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1522 ;
Copy
246
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1523 ;
Copy
247
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1524 ;
Copy
248
0.25 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1524 ;
Copy
249
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 1525 ;
Copy
250
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2785 ;
Copy
251
0.26 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2785 ;
Copy
252
0.26 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2882 ;
Copy
253
0.25 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2882 ;
Copy
254
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2928 ;
Copy
255
0.28 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2928 ;
Copy