1
2.65 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
2.78 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 12
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 12 ;
Copy
3
1.59 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 :
[
140
193
67
131
99
82
92
30
108
58
116
136
]
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 (140 , 193 , 67 , 131 , 99 , 82 , 92 , 30 , 108 , 58 , 116 , 136 ) ORDER BY u1_ . name ASC ;
Copy
4
0.61 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 = 138 ;
Copy
5
0.59 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 = 140 ;
Copy
6
0.50 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 = 140 ;
Copy
7
0.59 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 = 1111 ;
Copy
8
0.54 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 = 1112 ;
Copy
9
0.46 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 = 2902 ;
Copy
10
0.65 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 = 2902 ;
Copy
11
0.55 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 = 197 ;
Copy
12
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 = 193 ;
Copy
13
0.53 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 = 193 ;
Copy
14
0.51 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 = 1743 ;
Copy
15
0.52 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 = 1743 ;
Copy
16
0.42 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 = 1744 ;
Copy
17
0.46 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 = 1744 ;
Copy
18
0.43 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 = 1745 ;
Copy
19
0.42 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 = 1745 ;
Copy
20
0.47 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 = 1746 ;
Copy
21
0.42 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 = 1746 ;
Copy
22
0.40 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 = 2097 ;
Copy
23
0.44 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 = 2097 ;
Copy
24
0.40 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 = 2227 ;
Copy
25
0.38 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 = 3005 ;
Copy
26
0.33 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 = 3005 ;
Copy
27
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 = 3006 ;
Copy
28
0.33 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 = 3006 ;
Copy
29
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 = 3173 ;
Copy
30
0.33 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 = 3173 ;
Copy
31
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 = 68 ;
Copy
32
0.34 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 = 67 ;
Copy
33
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 = 67 ;
Copy
34
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 = 385 ;
Copy
35
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 = 387 ;
Copy
36
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 = 519 ;
Copy
37
0.41 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 = 520 ;
Copy
38
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 = 521 ;
Copy
39
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 = 522 ;
Copy
40
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 = 523 ;
Copy
41
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 = 524 ;
Copy
42
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 = 525 ;
Copy
43
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 = 526 ;
Copy
44
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 = 527 ;
Copy
45
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 = 528 ;
Copy
46
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 = 529 ;
Copy
47
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 = 1781 ;
Copy
48
0.33 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 = 1781 ;
Copy
49
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 = 1782 ;
Copy
50
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 = 1782 ;
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 = 2026 ;
Copy
52
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 = 2026 ;
Copy
53
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 = 2201 ;
Copy
54
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 = 2850 ;
Copy
55
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 = 2850 ;
Copy
56
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 = 2851 ;
Copy
57
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 = 2851 ;
Copy
58
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 = 2873 ;
Copy
59
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 = 2873 ;
Copy
60
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 = 129 ;
Copy
61
0.29 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 = 131 ;
Copy
62
0.27 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 = 131 ;
Copy
63
0.34 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 = 98 ;
Copy
64
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 = 99 ;
Copy
65
0.27 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 = 99 ;
Copy
66
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 = 2311 ;
Copy
67
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 = 2837 ;
Copy
68
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 = 2837 ;
Copy
69
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 = 3162 ;
Copy
70
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 = 3162 ;
Copy
71
0.30 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 = 81 ;
Copy
72
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 = 82 ;
Copy
73
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 = 82 ;
Copy
74
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 = 609 ;
Copy
75
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 = 610 ;
Copy
76
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 = 611 ;
Copy
77
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 = 612 ;
Copy
78
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 = 613 ;
Copy
79
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 = 614 ;
Copy
80
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 = 1923 ;
Copy
81
0.44 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 = 1923 ;
Copy
82
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 = 1924 ;
Copy
83
0.33 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 = 1924 ;
Copy
84
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 = 2250 ;
Copy
85
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 = 2250 ;
Copy
86
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 = 2251 ;
Copy
87
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 = 2252 ;
Copy
88
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 = 2253 ;
Copy
89
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 = 2800 ;
Copy
90
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 = 2800 ;
Copy
91
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 = 2940 ;
Copy
92
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 = 91 ;
Copy
93
0.29 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 = 92 ;
Copy
94
0.31 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 = 92 ;
Copy
95
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 = 359 ;
Copy
96
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 = 682 ;
Copy
97
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 = 683 ;
Copy
98
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 = 684 ;
Copy
99
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 = 685 ;
Copy
100
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 = 686 ;
Copy
101
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 = 687 ;
Copy
102
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 = 688 ;
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 = 1733 ;
Copy
104
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 = 1733 ;
Copy
105
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 = 2289 ;
Copy
106
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 = 2290 ;
Copy
107
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 = 2852 ;
Copy
108
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 = 2852 ;
Copy
109
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 = 3157 ;
Copy
110
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 = 31 ;
Copy
111
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 = 30 ;
Copy
112
0.31 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 = 30 ;
Copy
113
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 = 156 ;
Copy
114
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 = 157 ;
Copy
115
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 = 158 ;
Copy
116
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 = 159 ;
Copy
117
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 = 160 ;
Copy
118
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 = 1554 ;
Copy
119
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 = 2137 ;
Copy
120
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 = 2137 ;
Copy
121
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 = 2839 ;
Copy
122
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 = 2839 ;
Copy
123
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 = 107 ;
Copy
124
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 = 108 ;
Copy
125
0.49 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 = 108 ;
Copy
126
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 = 837 ;
Copy
127
0.46 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 = 838 ;
Copy
128
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 = 839 ;
Copy
129
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 = 840 ;
Copy
130
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 = 841 ;
Copy
131
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 = 842 ;
Copy
132
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 = 843 ;
Copy
133
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 = 844 ;
Copy
134
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 = 845 ;
Copy
135
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 = 846 ;
Copy
136
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 = 847 ;
Copy
137
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 = 848 ;
Copy
138
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 = 849 ;
Copy
139
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 = 850 ;
Copy
140
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 = 851 ;
Copy
141
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 = 852 ;
Copy
142
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 = 853 ;
Copy
143
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 = 854 ;
Copy
144
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 = 855 ;
Copy
145
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 = 856 ;
Copy
146
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 = 857 ;
Copy
147
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 = 858 ;
Copy
148
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 = 859 ;
Copy
149
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 = 860 ;
Copy
150
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 = 861 ;
Copy
151
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 = 862 ;
Copy
152
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 = 863 ;
Copy
153
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 = 864 ;
Copy
154
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 = 865 ;
Copy
155
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 = 866 ;
Copy
156
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 = 867 ;
Copy
157
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 = 868 ;
Copy
158
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 = 869 ;
Copy
159
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 = 870 ;
Copy
160
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 = 871 ;
Copy
161
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 = 872 ;
Copy
162
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 = 873 ;
Copy
163
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 = 874 ;
Copy
164
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 = 875 ;
Copy
165
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 = 876 ;
Copy
166
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 = 1478 ;
Copy
167
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 = 1479 ;
Copy
168
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 = 1480 ;
Copy
169
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 = 1482 ;
Copy
170
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 = 1483 ;
Copy
171
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 = 1484 ;
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 = 1486 ;
Copy
173
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 = 1487 ;
Copy
174
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 = 1487 ;
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 = 1598 ;
Copy
176
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 = 1701 ;
Copy
177
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 = 1701 ;
Copy
178
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 = 1705 ;
Copy
179
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 = 1706 ;
Copy
180
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 = 1707 ;
Copy
181
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 = 1707 ;
Copy
182
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 = 1708 ;
Copy
183
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 = 1709 ;
Copy
184
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 = 1709 ;
Copy
185
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 = 1710 ;
Copy
186
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 = 1710 ;
Copy
187
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 = 1711 ;
Copy
188
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 = 1711 ;
Copy
189
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 = 1712 ;
Copy
190
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 = 1712 ;
Copy
191
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 = 1713 ;
Copy
192
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 = 1714 ;
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 = 1715 ;
Copy
194
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 = 1716 ;
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 = 1717 ;
Copy
196
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 = 1718 ;
Copy
197
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 = 1719 ;
Copy
198
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 = 1720 ;
Copy
199
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 = 1721 ;
Copy
200
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 = 1722 ;
Copy
201
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 = 1723 ;
Copy
202
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 = 1724 ;
Copy
203
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 = 1725 ;
Copy
204
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 = 1726 ;
Copy
205
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 = 1727 ;
Copy
206
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 = 1728 ;
Copy
207
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 = 1729 ;
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 = 1730 ;
Copy
209
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 = 1837 ;
Copy
210
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 = 1837 ;
Copy
211
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 = 1838 ;
Copy
212
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 = 1838 ;
Copy
213
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 = 1839 ;
Copy
214
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 = 1839 ;
Copy
215
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 = 1840 ;
Copy
216
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 = 1840 ;
Copy
217
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 = 1841 ;
Copy
218
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 = 1841 ;
Copy
219
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 = 2077 ;
Copy
220
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 = 2077 ;
Copy
221
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 = 2341 ;
Copy
222
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 = 2341 ;
Copy
223
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 = 2342 ;
Copy
224
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 = 2343 ;
Copy
225
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 = 2803 ;
Copy
226
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 = 2803 ;
Copy
227
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 = 2804 ;
Copy
228
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 = 2804 ;
Copy
229
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 = 2805 ;
Copy
230
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 = 2805 ;
Copy
231
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 = 2806 ;
Copy
232
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 = 2806 ;
Copy
233
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 = 2860 ;
Copy
234
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 = 2860 ;
Copy
235
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 = 2897 ;
Copy
236
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 = 2897 ;
Copy
237
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 = 2949 ;
Copy
238
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 = 3014 ;
Copy
239
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 = 3014 ;
Copy
240
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 = 3138 ;
Copy
241
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 = 3138 ;
Copy
242
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 = 3139 ;
Copy
243
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 = 3139 ;
Copy
244
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 = 3140 ;
Copy
245
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 = 3140 ;
Copy
246
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 = 3141 ;
Copy
247
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 = 3141 ;
Copy
248
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 = 3142 ;
Copy
249
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 = 59 ;
Copy
250
0.25 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 = 58 ;
Copy
251
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 = 58 ;
Copy
252
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 = 449 ;
Copy
253
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 = 450 ;
Copy
254
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 = 451 ;
Copy
255
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 = 452 ;
Copy
256
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 = 453 ;
Copy
257
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 = 454 ;
Copy
258
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 = 455 ;
Copy
259
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 = 456 ;
Copy
260
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 = 457 ;
Copy
261
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 = 458 ;
Copy
262
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 = 459 ;
Copy
263
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 = 1691 ;
Copy
264
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 = 1691 ;
Copy
265
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 = 1692 ;
Copy
266
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 = 1692 ;
Copy
267
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 = 1693 ;
Copy
268
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 = 1694 ;
Copy
269
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 = 1695 ;
Copy
270
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 = 1855 ;
Copy
271
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 = 1855 ;
Copy
272
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 = 2162 ;
Copy
273
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 = 2847 ;
Copy
274
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 = 2847 ;
Copy
275
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 = 115 ;
Copy
276
0.25 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 = 116 ;
Copy
277
0.22 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 = 116 ;
Copy
278
0.23 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 = 134 ;
Copy
279
0.25 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 = 136 ;
Copy
280
0.27 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 = 136 ;
Copy
281
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 = 2018 ;
Copy
282
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 = 2018 ;
Copy
283
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 = 2050 ;
Copy
284
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 = 2050 ;
Copy
285
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 = 2118 ;
Copy
286
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 = 2448 ;
Copy
287
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 = 2449 ;
Copy
288
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 = 2450 ;
Copy
289
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 = 2451 ;
Copy
290
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 = 2452 ;
Copy
291
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 = 2453 ;
Copy
292
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 = 2454 ;
Copy
293
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 = 2455 ;
Copy
294
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 = 2456 ;
Copy
295
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 = 2457 ;
Copy
296
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 = 2458 ;
Copy
297
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 = 2459 ;
Copy
298
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 = 2460 ;
Copy
299
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 = 2461 ;
Copy
300
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 = 2462 ;
Copy
301
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 = 2463 ;
Copy
302
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 = 2464 ;
Copy
303
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 = 2465 ;
Copy
304
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 = 2900 ;
Copy
305
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 = 2970 ;
Copy
306
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 = 2971 ;
Copy
307
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 = 2972 ;
Copy
308
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 = 2973 ;
Copy
309
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 = 3161 ;
Copy
310
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 = 3161 ;
Copy