1
1.40 ms
SELECT COUNT (* ) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ORDER BY u1_ . name ASC ) dctrn_result ) dctrn_table
SELECT COUNT (* ) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ORDER BY u1_ . name ASC ) dctrn_result ) dctrn_table ;
Copy
2
1.50 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 84
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 84 ;
Copy
3
1.41 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 :
[
215
34
64
33
74
146
47
211
3
134
171
209
]
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 (215 , 34 , 64 , 33 , 74 , 146 , 47 , 211 , 3 , 134 , 171 , 209 ) ORDER BY u1_ . name ASC ;
Copy
4
0.86 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 = 224 ;
Copy
5
0.68 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 = 215 ;
Copy
6
0.67 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 = 215 ;
Copy
7
0.69 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2084 ;
Copy
8
0.81 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 = 2084 ;
Copy
9
0.83 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2085 ;
Copy
10
0.74 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 = 2085 ;
Copy
11
0.63 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2086 ;
Copy
12
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 = 2086 ;
Copy
13
0.50 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2087 ;
Copy
14
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 = 2087 ;
Copy
15
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 = 2696 ;
Copy
16
0.69 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2774 ;
Copy
17
0.45 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2775 ;
Copy
18
0.48 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2777 ;
Copy
19
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 = 2778 ;
Copy
20
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 = 2779 ;
Copy
21
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 = 2780 ;
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 = 2782 ;
Copy
23
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 = 2783 ;
Copy
24
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 = 2784 ;
Copy
25
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 = 2875 ;
Copy
26
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 = 2875 ;
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 = 3174 ;
Copy
28
0.38 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 = 3174 ;
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 = 3175 ;
Copy
30
0.36 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3175 ;
Copy
31
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 = 3176 ;
Copy
32
0.34 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 = 3176 ;
Copy
33
0.38 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 = 35 ;
Copy
34
0.40 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 = 34 ;
Copy
35
0.46 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 = 34 ;
Copy
36
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 = 106 ;
Copy
37
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 = 108 ;
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 = 163 ;
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 = 164 ;
Copy
40
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 = 165 ;
Copy
41
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 = 166 ;
Copy
42
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 = 167 ;
Copy
43
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 = 168 ;
Copy
44
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 = 169 ;
Copy
45
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 = 170 ;
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 = 171 ;
Copy
47
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 = 172 ;
Copy
48
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 = 173 ;
Copy
49
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 = 174 ;
Copy
50
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 = 175 ;
Copy
51
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 = 176 ;
Copy
52
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 = 177 ;
Copy
53
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 = 178 ;
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 = 179 ;
Copy
55
0.74 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 180 ;
Copy
56
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 = 181 ;
Copy
57
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 = 182 ;
Copy
58
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 = 183 ;
Copy
59
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 = 184 ;
Copy
60
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 = 696 ;
Copy
61
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 = 697 ;
Copy
62
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 = 1245 ;
Copy
63
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 = 1246 ;
Copy
64
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 = 1565 ;
Copy
65
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 = 1565 ;
Copy
66
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 = 1566 ;
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 = 1567 ;
Copy
68
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 = 1568 ;
Copy
69
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 = 1569 ;
Copy
70
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 = 1570 ;
Copy
71
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 = 1571 ;
Copy
72
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 = 1572 ;
Copy
73
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 = 1573 ;
Copy
74
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 = 1574 ;
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 = 1575 ;
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 = 1576 ;
Copy
77
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 = 1577 ;
Copy
78
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 = 1578 ;
Copy
79
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 = 1579 ;
Copy
80
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 = 1580 ;
Copy
81
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 = 1770 ;
Copy
82
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 = 1770 ;
Copy
83
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 = 1901 ;
Copy
84
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 = 1901 ;
Copy
85
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 = 2031 ;
Copy
86
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 = 2031 ;
Copy
87
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 = 2138 ;
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 = 2840 ;
Copy
89
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 = 2840 ;
Copy
90
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 = 2914 ;
Copy
91
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 = 2914 ;
Copy
92
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 = 2942 ;
Copy
93
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 = 2942 ;
Copy
94
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 = 3020 ;
Copy
95
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 = 3020 ;
Copy
96
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 = 3021 ;
Copy
97
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 = 3158 ;
Copy
98
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 = 3158 ;
Copy
99
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 = 65 ;
Copy
100
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 = 64 ;
Copy
101
0.30 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 64 ;
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 = 284 ;
Copy
103
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 = 506 ;
Copy
104
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 = 507 ;
Copy
105
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 = 508 ;
Copy
106
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 = 510 ;
Copy
107
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 = 1644 ;
Copy
108
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2177 ;
Copy
109
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 = 2177 ;
Copy
110
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 = 2938 ;
Copy
111
0.25 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 2938 ;
Copy
112
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 = 3129 ;
Copy
113
0.32 ms
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 3129 ;
Copy
114
0.26 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 = 34 ;
Copy
115
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 = 33 ;
Copy
116
0.25 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 = 33 ;
Copy
117
0.26 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 = 144 ;
Copy
118
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 = 146 ;
Copy
119
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 = 146 ;
Copy
120
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 = 678 ;
Copy
121
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 = 1156 ;
Copy
122
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 = 1157 ;
Copy
123
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 = 1158 ;
Copy
124
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 = 1813 ;
Copy
125
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 = 1813 ;
Copy
126
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 = 2498 ;
Copy
127
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 = 2498 ;
Copy
128
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 = 2813 ;
Copy
129
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 2920 ;
Copy
130
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 = 2920 ;
Copy
131
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 = 3157 ;
Copy
132
0.25 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 48 ;
Copy
133
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 = 47 ;
Copy
134
0.37 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 = 47 ;
Copy
135
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 = 34 ;
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 = 37 ;
Copy
137
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 = 43 ;
Copy
138
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 = 46 ;
Copy
139
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 = 51 ;
Copy
140
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 = 222 ;
Copy
141
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 = 266 ;
Copy
142
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 = 267 ;
Copy
143
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 = 268 ;
Copy
144
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 = 269 ;
Copy
145
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 = 270 ;
Copy
146
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 = 271 ;
Copy
147
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 = 272 ;
Copy
148
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 = 273 ;
Copy
149
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 = 274 ;
Copy
150
0.24 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 275 ;
Copy
151
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 276 ;
Copy
152
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 = 277 ;
Copy
153
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 = 278 ;
Copy
154
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 = 279 ;
Copy
155
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 = 280 ;
Copy
156
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 = 281 ;
Copy
157
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 = 282 ;
Copy
158
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 = 285 ;
Copy
159
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 = 286 ;
Copy
160
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 = 287 ;
Copy
161
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 = 288 ;
Copy
162
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 = 289 ;
Copy
163
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 = 290 ;
Copy
164
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 = 291 ;
Copy
165
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 = 292 ;
Copy
166
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 = 293 ;
Copy
167
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 = 294 ;
Copy
168
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 = 295 ;
Copy
169
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 = 296 ;
Copy
170
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 = 297 ;
Copy
171
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 = 999 ;
Copy
172
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 = 999 ;
Copy
173
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 = 1645 ;
Copy
174
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 = 1749 ;
Copy
175
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 = 1749 ;
Copy
176
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 = 1761 ;
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 = 1761 ;
Copy
178
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 = 2073 ;
Copy
179
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 = 2073 ;
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 = 2798 ;
Copy
181
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 = 2798 ;
Copy
182
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 = 2810 ;
Copy
183
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 = 2810 ;
Copy
184
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 = 3035 ;
Copy
185
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 = 3035 ;
Copy
186
0.32 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 74 ;
Copy
187
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 = 74 ;
Copy
188
0.28 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 74 ;
Copy
189
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 = 580 ;
Copy
190
0.25 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 581 ;
Copy
191
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 = 582 ;
Copy
192
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 = 583 ;
Copy
193
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 = 584 ;
Copy
194
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 = 585 ;
Copy
195
0.26 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 = 208 ;
Copy
196
0.30 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 = 211 ;
Copy
197
0.29 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 = 211 ;
Copy
198
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 = 1942 ;
Copy
199
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 = 1942 ;
Copy
200
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 = 2060 ;
Copy
201
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 = 2060 ;
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 = 2166 ;
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 = 2167 ;
Copy
204
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 = 2321 ;
Copy
205
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 = 2332 ;
Copy
206
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 = 2757 ;
Copy
207
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 = 2758 ;
Copy
208
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 = 2759 ;
Copy
209
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 = 2760 ;
Copy
210
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 = 2761 ;
Copy
211
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 = 2762 ;
Copy
212
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 = 2763 ;
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 = 2764 ;
Copy
214
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 = 2765 ;
Copy
215
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 = 2766 ;
Copy
216
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 = 2767 ;
Copy
217
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 = 2768 ;
Copy
218
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 = 2769 ;
Copy
219
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 = 2770 ;
Copy
220
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 = 2771 ;
Copy
221
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 = 2901 ;
Copy
222
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 = 2901 ;
Copy
223
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 = 3112 ;
Copy
224
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 = 3112 ;
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 = 3113 ;
Copy
226
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 = 3113 ;
Copy
227
0.25 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 4 ;
Copy
228
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 = 3 ;
Copy
229
0.35 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 = 3 ;
Copy
230
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 = 17 ;
Copy
231
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 = 20 ;
Copy
232
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 = 21 ;
Copy
233
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 = 22 ;
Copy
234
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 = 23 ;
Copy
235
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 = 25 ;
Copy
236
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 = 26 ;
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 = 27 ;
Copy
238
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 = 28 ;
Copy
239
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 = 29 ;
Copy
240
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 = 30 ;
Copy
241
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 31 ;
Copy
242
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 = 32 ;
Copy
243
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 = 33 ;
Copy
244
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 = 35 ;
Copy
245
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 = 36 ;
Copy
246
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 = 38 ;
Copy
247
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 40 ;
Copy
248
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 = 41 ;
Copy
249
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 42 ;
Copy
250
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 = 44 ;
Copy
251
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 = 45 ;
Copy
252
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 = 47 ;
Copy
253
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 = 48 ;
Copy
254
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 = 49 ;
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 = 50 ;
Copy
256
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 = 52 ;
Copy
257
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 = 53 ;
Copy
258
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 = 54 ;
Copy
259
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 = 55 ;
Copy
260
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 = 56 ;
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 = 57 ;
Copy
262
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 = 58 ;
Copy
263
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 = 59 ;
Copy
264
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 = 18 ;
Copy
265
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 = 24 ;
Copy
266
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 = 1501 ;
Copy
267
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 = 1823 ;
Copy
268
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 = 1823 ;
Copy
269
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 = 1824 ;
Copy
270
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 = 1824 ;
Copy
271
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 = 1825 ;
Copy
272
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 = 1825 ;
Copy
273
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 = 1900 ;
Copy
274
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 = 1900 ;
Copy
275
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 = 2119 ;
Copy
276
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 = 2119 ;
Copy
277
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 = 2120 ;
Copy
278
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 = 2121 ;
Copy
279
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 = 2926 ;
Copy
280
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 = 2926 ;
Copy
281
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 = 3010 ;
Copy
282
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 = 3010 ;
Copy
283
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 = 132 ;
Copy
284
0.24 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 = 134 ;
Copy
285
0.25 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 = 134 ;
Copy
286
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 = 2441 ;
Copy
287
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 = 2442 ;
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 = 2443 ;
Copy
289
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 = 2444 ;
Copy
290
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 = 2445 ;
Copy
291
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 = 2446 ;
Copy
292
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 = 2447 ;
Copy
293
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 = 2969 ;
Copy
294
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 = 3065 ;
Copy
295
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 = 3065 ;
Copy
296
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 = 3066 ;
Copy
297
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 = 3066 ;
Copy
298
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 = 3067 ;
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 = 3068 ;
Copy
300
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 = 3152 ;
Copy
301
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 = 3152 ;
Copy
302
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 = 168 ;
Copy
303
0.24 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 = 171 ;
Copy
304
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 = 171 ;
Copy
305
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 = 1295 ;
Copy
306
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 = 1842 ;
Copy
307
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 = 1842 ;
Copy
308
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 = 1859 ;
Copy
309
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 = 1859 ;
Copy
310
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 = 1860 ;
Copy
311
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 = 2043 ;
Copy
312
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 = 2043 ;
Copy
313
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 = 2228 ;
Copy
314
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 = 2611 ;
Copy
315
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 = 2612 ;
Copy
316
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 = 2613 ;
Copy
317
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 = 2868 ;
Copy
318
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 = 2868 ;
Copy
319
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 = 2869 ;
Copy
320
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 = 2869 ;
Copy
321
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 = 2870 ;
Copy
322
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 = 2870 ;
Copy
323
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 = 3089 ;
Copy
324
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 = 3089 ;
Copy
325
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 = 218 ;
Copy
326
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 = 209 ;
Copy
327
0.26 ms
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 209 ;
Copy
328
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 = 1965 ;
Copy
329
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 = 1965 ;
Copy