From 6aa23db9d84d061e50d2ee69329277fa4ce18039 Mon Sep 17 00:00:00 2001 From: Vincent Auger Date: Mon, 2 Dec 2024 14:16:15 -0400 Subject: [PATCH] refactor: fix test --- composer.json | 1 - composer.lock | 65 +- database/seeders/DatabaseSeeder.php | 4 +- database/seeders/JournalsTableSeeder.php | 46274 +++++++++++++++++++++ tests/Feature/Models/JournalTest.php | 6 +- 5 files changed, 46280 insertions(+), 70 deletions(-) create mode 100644 database/seeders/JournalsTableSeeder.php diff --git a/composer.json b/composer.json index a98fc55f..d272cc92 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,6 @@ "laravel/sail": "^1.29.1", "mockery/mockery": "^1.6.11", "nunomaduro/collision": "^8.1.1", - "orangehill/iseed": "^3.0.4", "pestphp/pest": "^3.0", "pestphp/pest-plugin-laravel": "^3.0", "spatie/laravel-ignition": "^2.7.0" diff --git a/composer.lock b/composer.lock index 2de62adb..05171121 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e93ffe9ef19e78bc5077d92ee32e8774", + "content-hash": "b3e724cc42d8348e097445497b71b4aa", "packages": [ { "name": "amphp/amp", @@ -14516,69 +14516,6 @@ ], "time": "2024-10-15T16:06:32+00:00" }, - { - "name": "orangehill/iseed", - "version": "v3.0.4", - "source": { - "type": "git", - "url": "https://github.com/orangehill/iseed.git", - "reference": "403ea734f16da238bda7fcc10b8dc549751fa035" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/orangehill/iseed/zipball/403ea734f16da238bda7fcc10b8dc549751fa035", - "reference": "403ea734f16da238bda7fcc10b8dc549751fa035", - "shasum": "" - }, - "require": { - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "php": "^7.2|^8.0.2" - }, - "require-dev": { - "illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "mockery/mockery": "^1.0.0", - "phpunit/phpunit": "^8.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Orangehill\\Iseed\\IseedServiceProvider" - ] - } - }, - "autoload": { - "psr-0": { - "Orangehill\\Iseed": "src/" - }, - "classmap": [ - "src/Orangehill/Iseed/Exceptions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Tihomir Opacic", - "email": "tihomir.opacic@orangehilldev.com" - } - ], - "description": "Generate a new Laravel database seed file based on data from the existing database table.", - "keywords": [ - "artisan", - "generators", - "laravel", - "seed" - ], - "support": { - "issues": "https://github.com/orangehill/iseed/issues", - "source": "https://github.com/orangehill/iseed/tree/v3.0.4" - }, - "time": "2024-03-27T08:01:21+00:00" - }, { "name": "pestphp/pest", "version": "v3.6.0", diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php index a021b198..e5378354 100644 --- a/database/seeders/DatabaseSeeder.php +++ b/database/seeders/DatabaseSeeder.php @@ -20,7 +20,6 @@ public function run() FunderSeeder::class, RoleAndPermissionSeeder::class, FunctionalAreaSeeder::class, - DfoSeriesJournalSeeder::class, ]); if (config('app.env') === 'local') { @@ -31,7 +30,8 @@ public function run() $this->call([ LocalTestDataSeeder::class, ]); - } + $this->call(JournalsTableSeeder::class); + } } } } diff --git a/database/seeders/JournalsTableSeeder.php b/database/seeders/JournalsTableSeeder.php new file mode 100644 index 00000000..4a4bfd87 --- /dev/null +++ b/database/seeders/JournalsTableSeeder.php @@ -0,0 +1,46274 @@ +delete(); + + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 1, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Canadian contractor reports of hydrography and ocean sciences', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5425', + ), + 1 => + array ( + 'id' => 2, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Rapports canadiens des entrepreneurs sur l\'hydrographie et les sciences océaniques', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5514', + ), + 2 => + array ( + 'id' => 3, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Canadian data reports of fisheries and aquatic sciences', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5395', + ), + 3 => + array ( + 'id' => 4, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Rapports statistiques canadiens des sciences halieutiques et aquatiques', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5506', + ), + 4 => + array ( + 'id' => 5, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Canadian industry reports of fisheries and aquatic sciences', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5409', + ), + 5 => + array ( + 'id' => 6, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Rapports canadiens à l\'industrie sur les sciences halieutiques et aquatiques', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5476', + ), + 6 => + array ( + 'id' => 7, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Canadian manuscript reports of fisheries and aquatic sciences', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5387', + ), + 7 => + array ( + 'id' => 8, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Rapports manuscrits canadiens des sciences halieutiques et aquatiques', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5468', + ), + 8 => + array ( + 'id' => 9, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Canadian technical reports of fisheries and aquatic sciences', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5379', + ), + 9 => + array ( + 'id' => 10, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Rapports techniques canadiens des sciences halieutiques et aquatiques', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-545X', + ), + 10 => + array ( + 'id' => 11, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Canadian technical reports of hydrography and ocean sciences', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5417', + ), + 11 => + array ( + 'id' => 12, + 'created_at' => '2024-12-02 15:52:28', + 'updated_at' => '2024-12-02 15:52:28', + 'title' => 'Rapports techniques canadiens sur l\'hydrographie et les sciences océaniques', + 'scopus_source_record_id' => NULL, + 'publisher' => 'Fisheries and Oceans Canada - Pêches et Océans Canada', + 'issn' => ' 1488-5484', + ), + 12 => + array ( + 'id' => 13, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:09:22', + 'title' => '2D Materials', + 'scopus_source_record_id' => '21100404576', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '2053-1583', + ), + 13 => + array ( + 'id' => 14, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:09:22', + 'title' => '3 Biotech', + 'scopus_source_record_id' => '21100447128', + 'publisher' => 'Springer Nature', + 'issn' => '2190-5738', + ), + 14 => + array ( + 'id' => 15, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:09:22', + 'title' => '4OR', + 'scopus_source_record_id' => '145295', + 'publisher' => 'Springer Nature', + 'issn' => '1614-2411', + ), + 15 => + array ( + 'id' => 16, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:09:22', + 'title' => 'AACL Bioflux', + 'scopus_source_record_id' => '19300156808', + 'publisher' => 'Bioflux Publishing House', + 'issn' => '1844-9166', + ), + 16 => + array ( + 'id' => 17, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:13:35', + 'title' => 'AAPG Bulletin', + 'scopus_source_record_id' => '30787', + 'publisher' => 'American Association of Petroleum Geologists', + 'issn' => '0149-1423', + ), + 17 => + array ( + 'id' => 18, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:09:22', + 'title' => 'AAPP Atti della Accademia Peloritana dei Pericolanti, Classe di Scienze Fisiche, Matematiche e Naturali', + 'scopus_source_record_id' => '21100199540', + 'publisher' => 'Accademia Peloritana dei Pericolanti', + 'issn' => '1825-1242', + ), + 18 => + array ( + 'id' => 19, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:09:22', + 'title' => 'AAS Open Research', + 'scopus_source_record_id' => '21101061448', + 'publisher' => 'Taylor & Francis', + 'issn' => '2515-9321', + ), + 19 => + array ( + 'id' => 20, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:09:22', + 'title' => 'aBIOTECH', + 'scopus_source_record_id' => '21101075891', + 'publisher' => 'Springer Nature', + 'issn' => '2662-1738', + ), + 20 => + array ( + 'id' => 21, + 'created_at' => '2024-12-02 16:58:26', + 'updated_at' => '2024-12-02 17:09:22', + 'title' => 'Academic Journal of Interdisciplinary Studies', + 'scopus_source_record_id' => '21100897507', + 'publisher' => 'Richtmann Publishing Ltd', + 'issn' => '2281-4612', + ), + 21 => + array ( + 'id' => 22, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:23', + 'title' => 'Access Microbiology', + 'scopus_source_record_id' => '21101125145', + 'publisher' => 'Microbiology Society', + 'issn' => '2516-8290', + ), + 22 => + array ( + 'id' => 23, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:23', + 'title' => 'Accounts of Chemical Research', + 'scopus_source_record_id' => '22657', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-4898', + ), + 23 => + array ( + 'id' => 24, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:23', + 'title' => 'Accreditation and Quality Assurance', + 'scopus_source_record_id' => '23415', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0517', + ), + 24 => + array ( + 'id' => 25, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:23', + 'title' => 'Acque Sotterranee - Italian Journal of Groundwater', + 'scopus_source_record_id' => '21101055126', + 'publisher' => 'PagePress', + 'issn' => '2280-6458', + ), + 25 => + array ( + 'id' => 26, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:23', + 'title' => 'ACS Agricultural Science and Technology', + 'scopus_source_record_id' => '21101057642', + 'publisher' => 'American Chemical Society', + 'issn' => '2692-1952', + ), + 26 => + array ( + 'id' => 27, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:23', + 'title' => 'ACS Applied Bio Materials', + 'scopus_source_record_id' => '21100912215', + 'publisher' => 'American Chemical Society', + 'issn' => '2576-6422', + ), + 27 => + array ( + 'id' => 28, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:23', + 'title' => 'ACS Applied Polymer Materials', + 'scopus_source_record_id' => '21101028205', + 'publisher' => 'American Chemical Society', + 'issn' => '2637-6105', + ), + 28 => + array ( + 'id' => 29, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:23', + 'title' => 'ACS Bio and Med Chem Au', + 'scopus_source_record_id' => '21101097345', + 'publisher' => 'American Chemical Society', + 'issn' => '2694-2437', + ), + 29 => + array ( + 'id' => 30, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Catalysis', + 'scopus_source_record_id' => '19700188320', + 'publisher' => 'American Chemical Society', + 'issn' => '2155-5435', + ), + 30 => + array ( + 'id' => 31, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Central Science', + 'scopus_source_record_id' => '21100824912', + 'publisher' => 'American Chemical Society', + 'issn' => '2374-7951', + ), + 31 => + array ( + 'id' => 32, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Chemical Biology', + 'scopus_source_record_id' => '5300152227', + 'publisher' => 'American Chemical Society', + 'issn' => '1554-8937', + ), + 32 => + array ( + 'id' => 33, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Chemical Health and Safety', + 'scopus_source_record_id' => '4000148108', + 'publisher' => 'American Chemical Society', + 'issn' => '1878-0504', + ), + 33 => + array ( + 'id' => 34, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Chemical Neuroscience', + 'scopus_source_record_id' => '19700172804', + 'publisher' => 'American Chemical Society', + 'issn' => '1948-7193', + ), + 34 => + array ( + 'id' => 35, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Earth and Space Chemistry', + 'scopus_source_record_id' => '21100854624', + 'publisher' => 'American Chemical Society', + 'issn' => '2472-3452', + ), + 35 => + array ( + 'id' => 36, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Energy Letters', + 'scopus_source_record_id' => '21100832985', + 'publisher' => 'American Chemical Society', + 'issn' => '2380-8195', + ), + 36 => + array ( + 'id' => 37, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Environmental Au', + 'scopus_source_record_id' => '21101089625', + 'publisher' => 'American Chemical Society', + 'issn' => '2694-2518', + ), + 37 => + array ( + 'id' => 38, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS ES and T Engineering', + 'scopus_source_record_id' => '21101109915', + 'publisher' => 'American Chemical Society', + 'issn' => '2690-0645', + ), + 38 => + array ( + 'id' => 39, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS ES and T Water', + 'scopus_source_record_id' => '21101091928', + 'publisher' => 'American Chemical Society', + 'issn' => '2690-0637', + ), + 39 => + array ( + 'id' => 40, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Food Science and Technology', + 'scopus_source_record_id' => '21101077298', + 'publisher' => 'American Chemical Society', + 'issn' => '2692-1944', + ), + 40 => + array ( + 'id' => 41, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Macro Letters', + 'scopus_source_record_id' => '21100209317', + 'publisher' => 'American Chemical Society', + 'issn' => '2161-1653', + ), + 41 => + array ( + 'id' => 42, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Medicinal Chemistry Letters', + 'scopus_source_record_id' => '19700177127', + 'publisher' => 'American Chemical Society', + 'issn' => '1948-5875', + ), + 42 => + array ( + 'id' => 43, + 'created_at' => '2024-12-02 16:58:27', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Nanoscience Au', + 'scopus_source_record_id' => '21101103288', + 'publisher' => 'American Chemical Society', + 'issn' => '2694-2496', + ), + 43 => + array ( + 'id' => 44, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Omega', + 'scopus_source_record_id' => '21100828963', + 'publisher' => 'American Chemical Society', + 'issn' => '2470-1343', + ), + 44 => + array ( + 'id' => 45, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Organic and Inorganic Au', + 'scopus_source_record_id' => '21101130465', + 'publisher' => 'American Chemical Society', + 'issn' => '2694-247X', + ), + 45 => + array ( + 'id' => 46, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Physical Chemistry Au', + 'scopus_source_record_id' => '21101127319', + 'publisher' => 'American Chemical Society', + 'issn' => '2694-2445', + ), + 46 => + array ( + 'id' => 47, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Polymers Au', + 'scopus_source_record_id' => '21101180668', + 'publisher' => 'American Chemical Society', + 'issn' => '2694-2453', + ), + 47 => + array ( + 'id' => 48, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Sustainable Chemistry and Engineering', + 'scopus_source_record_id' => '21100248891', + 'publisher' => 'American Chemical Society', + 'issn' => '2168-0485', + ), + 48 => + array ( + 'id' => 49, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Symposium Series', + 'scopus_source_record_id' => '22180', + 'publisher' => 'American Chemical Society', + 'issn' => '1947-5918', + ), + 49 => + array ( + 'id' => 50, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'ACS Synthetic Biology', + 'scopus_source_record_id' => '21100218506', + 'publisher' => 'American Chemical Society', + 'issn' => '2161-5063', + ), + 50 => + array ( + 'id' => 51, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'Acta Adriatica', + 'scopus_source_record_id' => '29731', + 'publisher' => 'Institute of Oceanography and Fisheries', + 'issn' => '1846-0453', + ), + 51 => + array ( + 'id' => 52, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:13:36', + 'title' => 'Acta Agrestia Sinica', + 'scopus_source_record_id' => '21101097075', + 'publisher' => 'China Agricultural University', + 'issn' => '1007-0435', + ), + 52 => + array ( + 'id' => 53, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'Acta Agriculturae Slovenica', + 'scopus_source_record_id' => '12000154412', + 'publisher' => 'University of Ljubljana', + 'issn' => '1854-1941', + ), + 53 => + array ( + 'id' => 54, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'Acta Agrobotanica', + 'scopus_source_record_id' => '21100439337', + 'publisher' => 'Polish Botanical Society', + 'issn' => '2300-357X', + ), + 54 => + array ( + 'id' => 55, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'Acta Biochimica et Biophysica Sinica', + 'scopus_source_record_id' => '51013', + 'publisher' => 'Science China Press', + 'issn' => '1745-7270', + ), + 55 => + array ( + 'id' => 56, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:24', + 'title' => 'Acta Biochimica Polonica', + 'scopus_source_record_id' => '16753', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '1734-154X', + ), + 56 => + array ( + 'id' => 57, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Biologica Sibirica', + 'scopus_source_record_id' => '21101021170', + 'publisher' => 'Altai State University', + 'issn' => '2412-1908', + ), + 57 => + array ( + 'id' => 58, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Biologica Slovenica', + 'scopus_source_record_id' => '21101190205', + 'publisher' => 'Univerza v Ljubljani', + 'issn' => '1854-3073', + ), + 58 => + array ( + 'id' => 59, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Biologica Szegediensis', + 'scopus_source_record_id' => '87723', + 'publisher' => 'University of Szeged', + 'issn' => '1588-4082', + ), + 59 => + array ( + 'id' => 60, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:13:37', + 'title' => 'Acta Biologica Universitatis Daugavpiliensis', + 'scopus_source_record_id' => '21101212238', + 'publisher' => 'Daugavpils University Academic Press "Saule"', + 'issn' => '1407-8953', + ), + 60 => + array ( + 'id' => 61, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Biomaterialia', + 'scopus_source_record_id' => '3300147809', + 'publisher' => 'Acta Materialia Inc', + 'issn' => '1878-7568', + ), + 61 => + array ( + 'id' => 62, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Biomedica Scientifica', + 'scopus_source_record_id' => '21101032721', + 'publisher' => 'Scientific Centre for Family Health and Human Reproduction Problems', + 'issn' => '2587-9596', + ), + 62 => + array ( + 'id' => 63, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Biotheoretica', + 'scopus_source_record_id' => '12456', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8358', + ), + 63 => + array ( + 'id' => 64, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Botanica Croatica', + 'scopus_source_record_id' => '16201', + 'publisher' => 'University of Zagreb', + 'issn' => '1847-8476', + ), + 64 => + array ( + 'id' => 65, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Botanica Hungarica', + 'scopus_source_record_id' => '16209', + 'publisher' => 'Akademiai Kiado', + 'issn' => '1588-2578', + ), + 65 => + array ( + 'id' => 66, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Botanica Malacitana', + 'scopus_source_record_id' => '16636', + 'publisher' => 'Universidad de Malaga', + 'issn' => '2340-5074', + ), + 66 => + array ( + 'id' => 67, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Botanica Mexicana', + 'scopus_source_record_id' => '19200156903', + 'publisher' => 'Instituto de Ecologia, A.C.', + 'issn' => '2448-7589', + ), + 67 => + array ( + 'id' => 68, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Chimica Slovenica', + 'scopus_source_record_id' => '22658', + 'publisher' => 'Slovensko Kemijsko Drustvo', + 'issn' => '1580-3155', + ), + 68 => + array ( + 'id' => 69, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Chromatographica', + 'scopus_source_record_id' => '22659', + 'publisher' => 'Akademiai Kiado', + 'issn' => '2083-5736', + ), + 69 => + array ( + 'id' => 70, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Crystallographica Section A: Foundations and Advances', + 'scopus_source_record_id' => '21100326898', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2053-2733', + ), + 70 => + array ( + 'id' => 71, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Crystallographica Section E: Crystallographic Communications', + 'scopus_source_record_id' => '21100427192', + 'publisher' => 'International Union of Crystallography', + 'issn' => '2056-9890', + ), + 71 => + array ( + 'id' => 72, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Crystallographica Section F:Structural Biology Communications', + 'scopus_source_record_id' => '21100326880', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2053-230X', + ), + 72 => + array ( + 'id' => 73, + 'created_at' => '2024-12-02 16:58:28', + 'updated_at' => '2024-12-02 17:13:37', + 'title' => 'Acta Cybernetica', + 'scopus_source_record_id' => '13024', + 'publisher' => 'University of Szeged, Institute of Informatics', + 'issn' => '0324-721X', + ), + 73 => + array ( + 'id' => 74, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Entomologica Musei Nationalis Pragae', + 'scopus_source_record_id' => '19700177038', + 'publisher' => 'National Museum/Narodni muzeum', + 'issn' => '1804-6487', + ), + 74 => + array ( + 'id' => 75, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:25', + 'title' => 'Acta Ethologica', + 'scopus_source_record_id' => '24090', + 'publisher' => 'Springer Nature', + 'issn' => '1437-9546', + ), + 75 => + array ( + 'id' => 76, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:26', + 'title' => 'Acta Geographica Slovenica', + 'scopus_source_record_id' => '27099', + 'publisher' => 'ZRC SAZU, Zalozba ZRC', + 'issn' => '1581-8314', + ), + 76 => + array ( + 'id' => 77, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:13:38', + 'title' => 'Acta Geographica Universitatis Comenianae', + 'scopus_source_record_id' => '21101037317', + 'publisher' => 'Comenius University in Bratislava', + 'issn' => '1338-6034', + ), + 77 => + array ( + 'id' => 78, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:26', + 'title' => 'Acta Geotechnica', + 'scopus_source_record_id' => '4700152635', + 'publisher' => 'Springer Nature', + 'issn' => '1861-1133', + ), + 78 => + array ( + 'id' => 79, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:26', + 'title' => 'Acta Histochemica et Cytochemica', + 'scopus_source_record_id' => '18386', + 'publisher' => 'Japan Society of Histochemistry and Cytochemistry', + 'issn' => '1347-5800', + ), + 79 => + array ( + 'id' => 80, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:13:38', + 'title' => 'Acta Hydrobiologica Sinica', + 'scopus_source_record_id' => '21101043308', + 'publisher' => 'Institute of Hydrobiology, Chinese Academy of Sciences', + 'issn' => '1000-3207', + ), + 80 => + array ( + 'id' => 81, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:26', + 'title' => 'Acta Hydrologica Slovaca', + 'scopus_source_record_id' => '21101049048', + 'publisher' => 'Slovak Academy of Sciences, Institute of Hydrology', + 'issn' => '2644-4690', + ), + 81 => + array ( + 'id' => 82, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:26', + 'title' => 'Acta Ichthyologica et Piscatoria', + 'scopus_source_record_id' => '4800152405', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1734-1515', + ), + 82 => + array ( + 'id' => 83, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:26', + 'title' => 'Acta Limnologica Brasiliensia', + 'scopus_source_record_id' => '19900193893', + 'publisher' => 'Brazilian Limnology Association', + 'issn' => '2179-975X', + ), + 83 => + array ( + 'id' => 84, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:13:39', + 'title' => 'Acta Medica Okayama', + 'scopus_source_record_id' => '26563', + 'publisher' => 'Okayama University', + 'issn' => '0386-300X', + ), + 84 => + array ( + 'id' => 85, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:26', + 'title' => 'Acta Microbiologica Bulgarica', + 'scopus_source_record_id' => '34601', + 'publisher' => 'Bulgarian Society for Microbiology (Union of Scientists in Bulgaria)', + 'issn' => '2603-3755', + ), + 85 => + array ( + 'id' => 86, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:13:39', + 'title' => 'Acta Microbiologica Sinica', + 'scopus_source_record_id' => '20890', + 'publisher' => 'Acta Microbiologica Sinica Editorial Office', + 'issn' => '0001-6209', + ), + 86 => + array ( + 'id' => 87, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:26', + 'title' => 'Acta Musei Moraviae, Scientiae Geologicae', + 'scopus_source_record_id' => '21101038742', + 'publisher' => 'Moravian Museum', + 'issn' => '2571-4686', + ), + 87 => + array ( + 'id' => 88, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:27', + 'title' => 'Acta Mycologica', + 'scopus_source_record_id' => '21100463095', + 'publisher' => 'Polish Botanical Society', + 'issn' => '2353-074X', + ), + 88 => + array ( + 'id' => 89, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:13:39', + 'title' => 'Acta Naturae', + 'scopus_source_record_id' => '21100256975', + 'publisher' => 'Acta Naturae', + 'issn' => '2075-8251', + ), + 89 => + array ( + 'id' => 90, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:09:27', + 'title' => 'Acta Oceanologica Sinica', + 'scopus_source_record_id' => '26775', + 'publisher' => 'Springer Nature', + 'issn' => '1869-1099', + ), + 90 => + array ( + 'id' => 91, + 'created_at' => '2024-12-02 16:58:29', + 'updated_at' => '2024-12-02 17:13:39', + 'title' => 'Acta Oecologica', + 'scopus_source_record_id' => '12493', + 'publisher' => 'Elsevier', + 'issn' => '1146-609X', + ), + 91 => + array ( + 'id' => 92, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:09:27', + 'title' => 'Acta Palaeobotanica', + 'scopus_source_record_id' => '13336', + 'publisher' => 'W. Szafer Institute of Botany, Polish Academy of Sciences', + 'issn' => '2082-0259', + ), + 92 => + array ( + 'id' => 93, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:09:27', + 'title' => 'Acta Palaeontologica Romaniae', + 'scopus_source_record_id' => '21101056813', + 'publisher' => 'Romanian Society of Palaeontologists', + 'issn' => '2248-3802', + ), + 93 => + array ( + 'id' => 94, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:09:28', + 'title' => 'Acta Phytotaxonomica et Geobotanica', + 'scopus_source_record_id' => '21100870015', + 'publisher' => 'Japanese Society for Plant Systematics', + 'issn' => '2189-7042', + ), + 94 => + array ( + 'id' => 95, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:09:28', + 'title' => 'Acta Protozoologica', + 'scopus_source_record_id' => '19093', + 'publisher' => 'Jagiellonian University Press', + 'issn' => '1689-0027', + ), + 95 => + array ( + 'id' => 96, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:09:28', + 'title' => 'Acta Scientiae', + 'scopus_source_record_id' => '21100902661', + 'publisher' => 'Lutheran University of Brazil', + 'issn' => '2178-7727', + ), + 96 => + array ( + 'id' => 97, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:09:28', + 'title' => 'Acta Scientiarum - Biological Sciences', + 'scopus_source_record_id' => '145513', + 'publisher' => 'Universidade Estadual de Maringa', + 'issn' => '1807-863X', + ), + 97 => + array ( + 'id' => 98, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:09:28', + 'title' => 'Acta Scientiarum - Health Sciences', + 'scopus_source_record_id' => '145512', + 'publisher' => 'Universidade Estadual de Maringa', + 'issn' => '1807-8648', + ), + 98 => + array ( + 'id' => 99, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:13:40', + 'title' => 'Acta Scientiarum Polonorum, Formatio Circumiectus', + 'scopus_source_record_id' => '21101128671', + 'publisher' => 'Publishing House of the University of Agriculture in Krakow', + 'issn' => '1644-0765', + ), + 99 => + array ( + 'id' => 100, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:13:41', + 'title' => 'Acta Universitatis Agriculturae et Silviculturae Mendelianae Brunensis', + 'scopus_source_record_id' => '5800179588', + 'publisher' => 'Mendel University of Agriculture and Forestry Brno', + 'issn' => '1211-8516', + ), + 100 => + array ( + 'id' => 101, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:13:41', + 'title' => 'Acta Universitatis Carolinae, Geographica', + 'scopus_source_record_id' => '27100', + 'publisher' => 'Karolinum - Nakladatelstvi Univerzity Karlovy', + 'issn' => '0300-5402', + ), + 101 => + array ( + 'id' => 102, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:09:28', + 'title' => 'Acta Zoologica', + 'scopus_source_record_id' => '24104', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1463-6395', + ), + 102 => + array ( + 'id' => 103, + 'created_at' => '2024-12-02 16:58:30', + 'updated_at' => '2024-12-02 17:13:41', + 'title' => 'Acta Zoologica Bulgarica', + 'scopus_source_record_id' => '21100265636', + 'publisher' => 'Institute of Biodiversity and Ecosystem Research - Bulgarian Academy of Sciences', + 'issn' => '0324-0770', + ), + 103 => + array ( + 'id' => 104, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:29', + 'title' => 'Actualidad Juridica Ambiental', + 'scopus_source_record_id' => '21101201999', + 'publisher' => 'Centro de Investigaciones Energeticas Medioambientales y Tecnologicas (CIEMAT)', + 'issn' => '1989-5666', + ), + 104 => + array ( + 'id' => 105, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:29', + 'title' => 'Actualite Chimique', + 'scopus_source_record_id' => '22661', + 'publisher' => 'Societe Francaise de Chimie', + 'issn' => '2105-2409', + ), + 105 => + array ( + 'id' => 106, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:29', + 'title' => 'Addiction Neuroscience', + 'scopus_source_record_id' => '21101183614', + 'publisher' => 'Elsevier', + 'issn' => '2772-3925', + ), + 106 => + array ( + 'id' => 107, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:13:42', + 'title' => 'Additives for Polymers', + 'scopus_source_record_id' => '13532', + 'publisher' => 'MA Healthcare Ltd', + 'issn' => '0306-3747', + ), + 107 => + array ( + 'id' => 108, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:29', + 'title' => 'ADMET and DMPK', + 'scopus_source_record_id' => '21100841779', + 'publisher' => 'International Association of Physical Chemists', + 'issn' => '1848-7718', + ), + 108 => + array ( + 'id' => 109, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:29', + 'title' => 'Adsorption', + 'scopus_source_record_id' => '16302', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8757', + ), + 109 => + array ( + 'id' => 110, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:29', + 'title' => 'Adsorption Science and Technology', + 'scopus_source_record_id' => '16304', + 'publisher' => 'SAGE', + 'issn' => '2048-4038', + ), + 110 => + array ( + 'id' => 111, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advance Sustainable Science, Engineering and Technology', + 'scopus_source_record_id' => '21101238563', + 'publisher' => 'University of PGRI Semarang', + 'issn' => '2715-4211', + ), + 111 => + array ( + 'id' => 112, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Agrochem', + 'scopus_source_record_id' => '21101152625', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2773-2371', + ), + 112 => + array ( + 'id' => 113, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Biology', + 'scopus_source_record_id' => '21101036625', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2701-0198', + ), + 113 => + array ( + 'id' => 114, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Biomedical Research', + 'scopus_source_record_id' => '21101114175', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2277-9175', + ), + 114 => + array ( + 'id' => 115, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Energy and Sustainability Research', + 'scopus_source_record_id' => '21101165610', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2699-9412', + ), + 115 => + array ( + 'id' => 116, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:13:42', + 'title' => 'Advanced Functional Materials', + 'scopus_source_record_id' => '25143', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1616-301X', + ), + 116 => + array ( + 'id' => 117, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Genetics', + 'scopus_source_record_id' => '21101038580', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2641-6573', + ), + 117 => + array ( + 'id' => 118, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:13:43', + 'title' => 'Advanced Science', + 'scopus_source_record_id' => '21100470165', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2198-3844', + ), + 118 => + array ( + 'id' => 119, + 'created_at' => '2024-12-02 16:58:31', + 'updated_at' => '2024-12-02 17:13:43', + 'title' => 'Advanced Series on Ocean Engineering', + 'scopus_source_record_id' => '19900192001', + 'publisher' => 'World Scientific', + 'issn' => '1793-074X', + ), + 119 => + array ( + 'id' => 120, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Sustainable Systems', + 'scopus_source_record_id' => '21100920651', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2366-7486', + ), + 120 => + array ( + 'id' => 121, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Synthesis and Catalysis', + 'scopus_source_record_id' => '22669', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1615-4169', + ), + 121 => + array ( + 'id' => 122, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Theory and Simulations', + 'scopus_source_record_id' => '21100941752', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2513-0390', + ), + 122 => + array ( + 'id' => 123, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advanced Topics in Science and Technology in China', + 'scopus_source_record_id' => '21100896470', + 'publisher' => 'Springer Nature', + 'issn' => '1995-6827', + ), + 123 => + array ( + 'id' => 124, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advancements in Life Sciences', + 'scopus_source_record_id' => '21100939985', + 'publisher' => 'The Running Line', + 'issn' => '2310-5380', + ), + 124 => + array ( + 'id' => 125, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:13:43', + 'title' => 'Advances and Applications in Bioinformatics and Chemistry', + 'scopus_source_record_id' => '19900192734', + 'publisher' => 'Dove Medical Press', + 'issn' => '1178-6949', + ), + 125 => + array ( + 'id' => 126, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:13:43', + 'title' => 'Advances in Accounting Behavioral Research', + 'scopus_source_record_id' => '4000152116', + 'publisher' => 'Emerald Publishing', + 'issn' => '1475-1488', + ), + 126 => + array ( + 'id' => 127, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:30', + 'title' => 'Advances in Agriculture', + 'scopus_source_record_id' => '21101066325', + 'publisher' => 'Hindawi', + 'issn' => '2314-7539', + ), + 127 => + array ( + 'id' => 128, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:13:43', + 'title' => 'Advances in Airline Economics', + 'scopus_source_record_id' => '21100904295', + 'publisher' => 'Emerald Publishing', + 'issn' => '2212-1609', + ), + 128 => + array ( + 'id' => 129, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Applied Energy', + 'scopus_source_record_id' => '21101074917', + 'publisher' => 'Elsevier', + 'issn' => '2666-7924', + ), + 129 => + array ( + 'id' => 130, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Asian Human-Environmental Research', + 'scopus_source_record_id' => '21100834527', + 'publisher' => 'Springer Nature', + 'issn' => '1879-7199', + ), + 130 => + array ( + 'id' => 131, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Atmospheric Sciences', + 'scopus_source_record_id' => '12064', + 'publisher' => 'Science China Press', + 'issn' => '1861-9533', + ), + 131 => + array ( + 'id' => 132, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Bamboo Science', + 'scopus_source_record_id' => '21101175795', + 'publisher' => 'Elsevier', + 'issn' => '2773-1391', + ), + 132 => + array ( + 'id' => 133, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Biological Regulation', + 'scopus_source_record_id' => '21100207626', + 'publisher' => 'Elsevier', + 'issn' => '2212-4934', + ), + 133 => + array ( + 'id' => 134, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:13:44', + 'title' => 'Advances in Biomembranes and Lipid Self-Assembly', + 'scopus_source_record_id' => '21100811515', + 'publisher' => 'Elsevier', + 'issn' => '2451-9634', + ), + 134 => + array ( + 'id' => 135, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:13:44', + 'title' => 'Advances in Carbohydrate Chemistry and Biochemistry', + 'scopus_source_record_id' => '26908', + 'publisher' => 'Elsevier', + 'issn' => '0065-2318', + ), + 135 => + array ( + 'id' => 136, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:13:44', + 'title' => 'Advances in Catalysis', + 'scopus_source_record_id' => '26532', + 'publisher' => 'Elsevier', + 'issn' => '0360-0564', + ), + 136 => + array ( + 'id' => 137, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:13:44', + 'title' => 'Advances in Chemical Engineering', + 'scopus_source_record_id' => '4100151523', + 'publisher' => 'Elsevier', + 'issn' => '0065-2377', + ), + 137 => + array ( + 'id' => 138, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Chemical Pollution, Environmental Management and Protection', + 'scopus_source_record_id' => '21101068187', + 'publisher' => 'Elsevier', + 'issn' => '2468-9270', + ), + 138 => + array ( + 'id' => 139, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Climate Change Research', + 'scopus_source_record_id' => '21100310030', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2524-1761', + ), + 139 => + array ( + 'id' => 140, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Clinical Chemistry', + 'scopus_source_record_id' => '16759', + 'publisher' => 'Elsevier', + 'issn' => '2162-9471', + ), + 140 => + array ( + 'id' => 141, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:09:31', + 'title' => 'Advances in Decision Sciences', + 'scopus_source_record_id' => '19900193531', + 'publisher' => 'Asia University', + 'issn' => '2090-3367', + ), + 141 => + array ( + 'id' => 142, + 'created_at' => '2024-12-02 16:58:32', + 'updated_at' => '2024-12-02 17:13:45', + 'title' => 'Advances in Ecological Research', + 'scopus_source_record_id' => '22230', + 'publisher' => 'Elsevier', + 'issn' => '0065-2504', + ), + 142 => + array ( + 'id' => 143, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:13:45', + 'title' => 'Advances in Environmental Accounting and Management', + 'scopus_source_record_id' => '8300153115', + 'publisher' => 'Emerald Publishing', + 'issn' => '1479-3598', + ), + 143 => + array ( + 'id' => 144, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:32', + 'title' => 'Advances in Environmental Technology', + 'scopus_source_record_id' => '21100932648', + 'publisher' => 'Iranian Research Organization for Science and Technology', + 'issn' => '2476-4779', + ), + 144 => + array ( + 'id' => 145, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:32', + 'title' => 'Advances in Experimental Medicine and Biology', + 'scopus_source_record_id' => '26761', + 'publisher' => 'Springer Nature', + 'issn' => '2214-8019', + ), + 145 => + array ( + 'id' => 146, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:13:46', + 'title' => 'Advances in Genetics', + 'scopus_source_record_id' => '21656', + 'publisher' => 'Elsevier', + 'issn' => '0065-2660', + ), + 146 => + array ( + 'id' => 147, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:32', + 'title' => 'Advances in Geophysical and Environmental Mechanics and Mathematics', + 'scopus_source_record_id' => '21101021747', + 'publisher' => 'Springer Nature', + 'issn' => '1866-8356', + ), + 147 => + array ( + 'id' => 148, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:32', + 'title' => 'Advances in Geosciences', + 'scopus_source_record_id' => '4400151402', + 'publisher' => 'Copernicus Publications', + 'issn' => '1680-7359', + ), + 148 => + array ( + 'id' => 149, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:32', + 'title' => 'Advances in Global Change Research', + 'scopus_source_record_id' => '21100873817', + 'publisher' => 'Springer Nature', + 'issn' => '2215-1621', + ), + 149 => + array ( + 'id' => 150, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:13:46', + 'title' => 'Advances in Heterocyclic Chemistry', + 'scopus_source_record_id' => '25758', + 'publisher' => 'Elsevier', + 'issn' => '0065-2725', + ), + 150 => + array ( + 'id' => 151, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:32', + 'title' => 'Advances in Marine Biology', + 'scopus_source_record_id' => '12522', + 'publisher' => 'Elsevier', + 'issn' => '2162-5875', + ), + 151 => + array ( + 'id' => 152, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:32', + 'title' => 'Advances in Meteorology', + 'scopus_source_record_id' => '21100223556', + 'publisher' => 'Hindawi', + 'issn' => '1687-9317', + ), + 152 => + array ( + 'id' => 153, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:13:46', + 'title' => 'Advances in Microbial Physiology', + 'scopus_source_record_id' => '19602', + 'publisher' => 'Elsevier', + 'issn' => '0065-2911', + ), + 153 => + array ( + 'id' => 154, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:32', + 'title' => 'Advances in Military Geosciences', + 'scopus_source_record_id' => '21100901779', + 'publisher' => 'Springer Nature', + 'issn' => '2522-8323', + ), + 154 => + array ( + 'id' => 155, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Natural and Technological Hazards Research', + 'scopus_source_record_id' => '21100797854', + 'publisher' => 'Springer Nature', + 'issn' => '2213-6959', + ), + 155 => + array ( + 'id' => 156, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in neurobiology', + 'scopus_source_record_id' => '21100337505', + 'publisher' => 'Springer Publishing Company', + 'issn' => '2190-5215', + ), + 156 => + array ( + 'id' => 157, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Oceanography and Limnology', + 'scopus_source_record_id' => '21100868232', + 'publisher' => 'PagePress', + 'issn' => '1947-573X', + ), + 157 => + array ( + 'id' => 158, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Operations Research', + 'scopus_source_record_id' => '19900191855', + 'publisher' => 'Hindawi', + 'issn' => '1687-9155', + ), + 158 => + array ( + 'id' => 159, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Organic Synthesis', + 'scopus_source_record_id' => '21100967334', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '2212-408X', + ), + 159 => + array ( + 'id' => 160, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:13:47', + 'title' => 'Advances in Organometallic Chemistry', + 'scopus_source_record_id' => '25760', + 'publisher' => 'Elsevier', + 'issn' => '0065-3055', + ), + 160 => + array ( + 'id' => 161, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Pharmacological and Pharmaceutical Sciences', + 'scopus_source_record_id' => '21101028570', + 'publisher' => 'Hindawi', + 'issn' => '2633-4690', + ), + 161 => + array ( + 'id' => 162, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:13:47', + 'title' => 'Advances in Physical Organic Chemistry', + 'scopus_source_record_id' => '26554', + 'publisher' => 'Elsevier', + 'issn' => '0065-3160', + ), + 162 => + array ( + 'id' => 163, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:13:47', + 'title' => 'Advances in Polar Science', + 'scopus_source_record_id' => '21101021433', + 'publisher' => 'Editorial Office of Advances in Polar Science', + 'issn' => '1674-9928', + ), + 163 => + array ( + 'id' => 164, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Polymer Science', + 'scopus_source_record_id' => '25762', + 'publisher' => 'Springer Nature', + 'issn' => '1436-5030', + ), + 164 => + array ( + 'id' => 165, + 'created_at' => '2024-12-02 16:58:33', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Polymer Technology', + 'scopus_source_record_id' => '13540', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1098-2329', + ), + 165 => + array ( + 'id' => 166, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Production Engineering And Management', + 'scopus_source_record_id' => '21100386518', + 'publisher' => 'Production Engineering Institute (PEI), University of Maribor', + 'issn' => '1855-6531', + ), + 166 => + array ( + 'id' => 167, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Protein Chemistry and Structural Biology', + 'scopus_source_record_id' => '19700180835', + 'publisher' => 'Elsevier', + 'issn' => '1876-1631', + ), + 167 => + array ( + 'id' => 168, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Redox Research', + 'scopus_source_record_id' => '21101132920', + 'publisher' => 'Elsevier', + 'issn' => '2667-1379', + ), + 168 => + array ( + 'id' => 169, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Sample Preparation', + 'scopus_source_record_id' => '21101162743', + 'publisher' => 'Elsevier', + 'issn' => '2772-5820', + ), + 169 => + array ( + 'id' => 170, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Science and Research', + 'scopus_source_record_id' => '21101045045', + 'publisher' => 'Copernicus Publications', + 'issn' => '1992-0636', + ), + 170 => + array ( + 'id' => 171, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:13:48', + 'title' => 'Advances in Science and Technology of Water Resources', + 'scopus_source_record_id' => '21100267005', + 'publisher' => 'Editorial Board of Journal of Hohai University (Natural Sciences)', + 'issn' => '1006-7647', + ), + 171 => + array ( + 'id' => 172, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:33', + 'title' => 'Advances in Science and Technology Research Journal', + 'scopus_source_record_id' => '21101070987', + 'publisher' => 'Politechnika Lubelska', + 'issn' => '2299-8624', + ), + 172 => + array ( + 'id' => 173, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Advances in Science, Technology and Innovation', + 'scopus_source_record_id' => '21101032300', + 'publisher' => 'Springer Nature', + 'issn' => '2522-8722', + ), + 173 => + array ( + 'id' => 174, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Advances in Simulation', + 'scopus_source_record_id' => '21101167206', + 'publisher' => 'Springer Nature', + 'issn' => '2059-0628', + ), + 174 => + array ( + 'id' => 175, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Advances in Space Research', + 'scopus_source_record_id' => '12375', + 'publisher' => 'Elsevier', + 'issn' => '1879-1948', + ), + 175 => + array ( + 'id' => 176, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Advances in Statistical Climatology, Meteorology and Oceanography', + 'scopus_source_record_id' => '21100927405', + 'publisher' => 'Copernicus Publications', + 'issn' => '2364-3587', + ), + 176 => + array ( + 'id' => 177, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:13:48', + 'title' => 'Advances in Water Resources', + 'scopus_source_record_id' => '19627', + 'publisher' => 'Elsevier', + 'issn' => '0309-1708', + ), + 177 => + array ( + 'id' => 178, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Aerosol and Air Quality Research', + 'scopus_source_record_id' => '14000156235', + 'publisher' => 'AAGR Aerosol and Air Quality Research', + 'issn' => '2071-1409', + ), + 178 => + array ( + 'id' => 179, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Aerosol Science and Engineering', + 'scopus_source_record_id' => '21100901785', + 'publisher' => 'Springer Nature', + 'issn' => '2510-3768', + ), + 179 => + array ( + 'id' => 180, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Aerosol Science and Technology', + 'scopus_source_record_id' => '22670', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-7388', + ), + 180 => + array ( + 'id' => 181, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Aestimum', + 'scopus_source_record_id' => '21100828132', + 'publisher' => 'Firenze University Press', + 'issn' => '1724-2118', + ), + 181 => + array ( + 'id' => 182, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:09:34', + 'title' => 'Afinidad', + 'scopus_source_record_id' => '22671', + 'publisher' => 'Asociacion de Quimicos del Instituto Quimico de Sarria', + 'issn' => '2339-9686', + ), + 182 => + array ( + 'id' => 183, + 'created_at' => '2024-12-02 16:58:34', + 'updated_at' => '2024-12-02 17:13:49', + 'title' => 'African Entomology', + 'scopus_source_record_id' => '19103', + 'publisher' => 'Academy of Science of South Africa', + 'issn' => '1021-3589', + ), + 183 => + array ( + 'id' => 184, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:13:49', + 'title' => 'African Invertebrates', + 'scopus_source_record_id' => '19200157114', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1681-5556', + ), + 184 => + array ( + 'id' => 185, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:13:49', + 'title' => 'African Journal of Agricultural and Resource Economics', + 'scopus_source_record_id' => '21100868867', + 'publisher' => 'African Association of Agricultural Economists', + 'issn' => '1993-3738', + ), + 185 => + array ( + 'id' => 186, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'African Journal of Aquatic Science', + 'scopus_source_record_id' => '12524', + 'publisher' => 'Taylor & Francis', + 'issn' => '1727-9364', + ), + 186 => + array ( + 'id' => 187, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'African Journal of Biological Sciences (South Africa)', + 'scopus_source_record_id' => '21101106407', + 'publisher' => 'Institute of Advanced Studies', + 'issn' => '2663-2187', + ), + 187 => + array ( + 'id' => 188, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'African Journal of Ecology', + 'scopus_source_record_id' => '12528', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2028', + ), + 188 => + array ( + 'id' => 189, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'African Journal of Food, Agriculture, Nutrition and Development', + 'scopus_source_record_id' => '21100815304', + 'publisher' => 'African Scholarly Science Communications Trust (ASSCAT)', + 'issn' => '1684-5374', + ), + 189 => + array ( + 'id' => 190, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'African Journal of Herpetology', + 'scopus_source_record_id' => '4500151511', + 'publisher' => 'Taylor & Francis', + 'issn' => '2153-3660', + ), + 190 => + array ( + 'id' => 191, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'African Journal of Marine Science', + 'scopus_source_record_id' => '19700184700', + 'publisher' => 'National Inquiry Services Centre Ltd', + 'issn' => '1814-2338', + ), + 191 => + array ( + 'id' => 192, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'African Journal of Range and Forage Science', + 'scopus_source_record_id' => '79405', + 'publisher' => 'Taylor & Francis', + 'issn' => '1727-9380', + ), + 192 => + array ( + 'id' => 193, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'Ageing Research Reviews', + 'scopus_source_record_id' => '28475', + 'publisher' => 'Elsevier', + 'issn' => '1872-9649', + ), + 193 => + array ( + 'id' => 194, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:35', + 'title' => 'Aggregate', + 'scopus_source_record_id' => '21101169024', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2692-4560', + ), + 194 => + array ( + 'id' => 195, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agraarteadus', + 'scopus_source_record_id' => '21100889412', + 'publisher' => 'Estonian Academic Agricultural Society', + 'issn' => '2228-4893', + ), + 195 => + array ( + 'id' => 196, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agrarian South', + 'scopus_source_record_id' => '21101038575', + 'publisher' => 'SAGE', + 'issn' => '2321-0281', + ), + 196 => + array ( + 'id' => 197, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agraris', + 'scopus_source_record_id' => '21101046171', + 'publisher' => 'Department of Agribusiness, Universitas Muhammadiyah Yogyakarta', + 'issn' => '2527-9238', + ), + 197 => + array ( + 'id' => 198, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agri Centuriati', + 'scopus_source_record_id' => '21101089622', + 'publisher' => 'Fabrizio Serra Editore srl', + 'issn' => '1825-1277', + ), + 198 => + array ( + 'id' => 199, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agriculturae Conspectus Scientificus', + 'scopus_source_record_id' => '4000151615', + 'publisher' => 'University of Zagreb Faculty of Agriculture', + 'issn' => '1331-7776', + ), + 199 => + array ( + 'id' => 200, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural and Environmental Letters', + 'scopus_source_record_id' => '21100976164', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2471-9625', + ), + 200 => + array ( + 'id' => 201, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural and Food Economics', + 'scopus_source_record_id' => '21100817122', + 'publisher' => 'Springer Nature', + 'issn' => '2193-7532', + ), + 201 => + array ( + 'id' => 202, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:13:50', + 'title' => 'Agricultural and Forest Meteorology', + 'scopus_source_record_id' => '12067', + 'publisher' => 'Elsevier', + 'issn' => '0168-1923', + ), + 202 => + array ( + 'id' => 203, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural and Resource Economics', + 'scopus_source_record_id' => '21101051084', + 'publisher' => 'Institute of Eastern European Research and Consulting', + 'issn' => '2414-584X', + ), + 203 => + array ( + 'id' => 204, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:13:51', + 'title' => 'Agricultural Commodities', + 'scopus_source_record_id' => '21100197336', + 'publisher' => 'Australian Bureau of Agricultural and Resource Economics', + 'issn' => '1839-5619', + ), + 204 => + array ( + 'id' => 205, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural Economics (Czech Republic)', + 'scopus_source_record_id' => '21100778828', + 'publisher' => 'Czech Academy of Agricultural Sciences', + 'issn' => '1805-9295', + ), + 205 => + array ( + 'id' => 206, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural Engineering', + 'scopus_source_record_id' => '21101043234', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2449-5999', + ), + 206 => + array ( + 'id' => 207, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural Engineering.eu', + 'scopus_source_record_id' => '21101232832', + 'publisher' => 'Kuratorium fur Technik und Bauwesen in der Landwirtschaft e.V. (KTBL)', + 'issn' => '2943-5641', + ), + 207 => + array ( + 'id' => 208, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural Finance Review', + 'scopus_source_record_id' => '69005', + 'publisher' => 'Emerald Publishing', + 'issn' => '2041-6326', + ), + 208 => + array ( + 'id' => 209, + 'created_at' => '2024-12-02 16:58:35', + 'updated_at' => '2024-12-02 17:13:51', + 'title' => 'Agricultural History', + 'scopus_source_record_id' => '15014', + 'publisher' => 'Agricultural History Society', + 'issn' => '0002-1482', + ), + 209 => + array ( + 'id' => 210, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural Research Journal', + 'scopus_source_record_id' => '21101044883', + 'publisher' => 'Punjab Agricultural University', + 'issn' => '2395-146X', + ), + 210 => + array ( + 'id' => 211, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural Science Digest', + 'scopus_source_record_id' => '21101042309', + 'publisher' => 'Agricultural Research Communication Centre', + 'issn' => '0976-0547', + ), + 211 => + array ( + 'id' => 212, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agricultural Water Management', + 'scopus_source_record_id' => '35824', + 'publisher' => 'Elsevier', + 'issn' => '1873-2283', + ), + 212 => + array ( + 'id' => 213, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agriculture and Food Security', + 'scopus_source_record_id' => '21100782678', + 'publisher' => 'Springer Nature', + 'issn' => '2048-7010', + ), + 213 => + array ( + 'id' => 214, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agriculture and Natural Resources', + 'scopus_source_record_id' => '21100777184', + 'publisher' => 'Kasetsart University', + 'issn' => '2452-316X', + ), + 214 => + array ( + 'id' => 215, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:13:51', + 'title' => 'Agriculture, Ecosystems and Environment', + 'scopus_source_record_id' => '15110', + 'publisher' => 'Elsevier', + 'issn' => '0167-8809', + ), + 215 => + array ( + 'id' => 216, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agris On-line Papers in Economics and Informatics', + 'scopus_source_record_id' => '21100204121', + 'publisher' => 'Faculty of Economics and Management', + 'issn' => '1804-1930', + ), + 216 => + array ( + 'id' => 217, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agrociencia', + 'scopus_source_record_id' => '145503', + 'publisher' => 'Colegio de Postgraduados', + 'issn' => '2521-9766', + ), + 217 => + array ( + 'id' => 218, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agrociencia Uruguay', + 'scopus_source_record_id' => '21101185956', + 'publisher' => 'Universidad de la Republica Facultad de Agronomia', + 'issn' => '2730-5066', + ), + 218 => + array ( + 'id' => 219, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'AgroLife Scientific Journal', + 'scopus_source_record_id' => '21101113599', + 'publisher' => 'University of Agronomic Sciences and Veterinary Medicine of Bucharest', + 'issn' => '2286-0126', + ), + 219 => + array ( + 'id' => 220, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agronomia Colombiana', + 'scopus_source_record_id' => '21100224444', + 'publisher' => 'Universidad Nacional de Colombia', + 'issn' => '2357-3732', + ), + 220 => + array ( + 'id' => 221, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Agrosystems, Geosciences and Environment', + 'scopus_source_record_id' => '21101063715', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2639-6696', + ), + 221 => + array ( + 'id' => 222, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'AGU Advances', + 'scopus_source_record_id' => '21101090801', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2576-604X', + ), + 222 => + array ( + 'id' => 223, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:36', + 'title' => 'Aguas Subterraneas', + 'scopus_source_record_id' => '21101065665', + 'publisher' => 'Associacao Brasileira de Aguas Subterraneas (ABAS)', + 'issn' => '2179-9784', + ), + 223 => + array ( + 'id' => 224, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:37', + 'title' => 'AIMS Agriculture and Food', + 'scopus_source_record_id' => '21100842838', + 'publisher' => 'AIMS Press', + 'issn' => '2471-2086', + ), + 224 => + array ( + 'id' => 225, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:37', + 'title' => 'AIMS Biophysics', + 'scopus_source_record_id' => '21100811140', + 'publisher' => 'AIMS Press', + 'issn' => '2377-9098', + ), + 225 => + array ( + 'id' => 226, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:37', + 'title' => 'AIMS Environmental Science', + 'scopus_source_record_id' => '21100932467', + 'publisher' => 'American Institute of Mathematical Sciences', + 'issn' => '2372-0352', + ), + 226 => + array ( + 'id' => 227, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:37', + 'title' => 'AIMS Microbiology', + 'scopus_source_record_id' => '21100903066', + 'publisher' => 'AIMS Press', + 'issn' => '2471-1888', + ), + 227 => + array ( + 'id' => 228, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:37', + 'title' => 'Air Quality, Atmosphere and Health', + 'scopus_source_record_id' => '14500154732', + 'publisher' => 'Springer Nature', + 'issn' => '1873-9326', + ), + 228 => + array ( + 'id' => 229, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:13:52', + 'title' => 'Air, Soil and Water Research', + 'scopus_source_record_id' => '19900192585', + 'publisher' => 'SAGE', + 'issn' => '1178-6221', + ), + 229 => + array ( + 'id' => 230, + 'created_at' => '2024-12-02 16:58:36', + 'updated_at' => '2024-12-02 17:09:37', + 'title' => 'AIRO Springer Series', + 'scopus_source_record_id' => '21101047139', + 'publisher' => 'Springer Nature', + 'issn' => '2523-7055', + ), + 230 => + array ( + 'id' => 231, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:38', + 'title' => 'Alam Cipta', + 'scopus_source_record_id' => '21100886374', + 'publisher' => 'Universiti Putra Malaysia', + 'issn' => '2289-3687', + ), + 231 => + array ( + 'id' => 232, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:38', + 'title' => 'Alcheringa', + 'scopus_source_record_id' => '13350', + 'publisher' => 'Taylor & Francis', + 'issn' => '1752-0754', + ), + 232 => + array ( + 'id' => 233, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:38', + 'title' => 'Alcohol', + 'scopus_source_record_id' => '24785', + 'publisher' => 'Elsevier', + 'issn' => '1873-6823', + ), + 233 => + array ( + 'id' => 234, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:13:53', + 'title' => 'Aldrichimica Acta', + 'scopus_source_record_id' => '25781', + 'publisher' => 'Aldrich', + 'issn' => '0002-5100', + ), + 234 => + array ( + 'id' => 235, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:38', + 'title' => 'Algae', + 'scopus_source_record_id' => '21100244807', + 'publisher' => 'The Korean Society of Phycology', + 'issn' => '2093-0860', + ), + 235 => + array ( + 'id' => 236, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:38', + 'title' => 'Algorithms for Molecular Biology', + 'scopus_source_record_id' => '5800179604', + 'publisher' => 'Springer Nature', + 'issn' => '1748-7188', + ), + 236 => + array ( + 'id' => 237, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:13:54', + 'title' => 'Alkaloids: Chemistry and Biology', + 'scopus_source_record_id' => '25783', + 'publisher' => 'Elsevier', + 'issn' => '1099-4831', + ), + 237 => + array ( + 'id' => 238, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:38', + 'title' => 'All Earth', + 'scopus_source_record_id' => '21101059775', + 'publisher' => 'Taylor & Francis', + 'issn' => '2766-9645', + ), + 238 => + array ( + 'id' => 239, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:38', + 'title' => 'All Life', + 'scopus_source_record_id' => '21101021075', + 'publisher' => 'Taylor & Francis', + 'issn' => '2689-5307', + ), + 239 => + array ( + 'id' => 240, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:39', + 'title' => 'Alpine Botany', + 'scopus_source_record_id' => '19700186870', + 'publisher' => 'Springer Nature', + 'issn' => '1664-221X', + ), + 240 => + array ( + 'id' => 241, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:39', + 'title' => 'Alpine Entomology', + 'scopus_source_record_id' => '21101018633', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2535-0889', + ), + 241 => + array ( + 'id' => 242, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:13:54', + 'title' => 'Alytes', + 'scopus_source_record_id' => '24122', + 'publisher' => 'ISSCA', + 'issn' => '0753-4973', + ), + 242 => + array ( + 'id' => 243, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:13:54', + 'title' => 'Ambiente e Sociedade', + 'scopus_source_record_id' => '5600155441', + 'publisher' => 'Universidade Estadual de Campinas', + 'issn' => '1414-753X', + ), + 243 => + array ( + 'id' => 244, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:39', + 'title' => 'Ambio', + 'scopus_source_record_id' => '22704', + 'publisher' => 'Springer Nature', + 'issn' => '1654-7209', + ), + 244 => + array ( + 'id' => 245, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:09:39', + 'title' => 'Ambix', + 'scopus_source_record_id' => '22677', + 'publisher' => 'Taylor & Francis', + 'issn' => '1745-8234', + ), + 245 => + array ( + 'id' => 246, + 'created_at' => '2024-12-02 16:58:37', + 'updated_at' => '2024-12-02 17:13:55', + 'title' => 'American Biology Teacher', + 'scopus_source_record_id' => '12597', + 'publisher' => 'National Association of Biology Teachers, Inc', + 'issn' => '0002-7685', + ), + 246 => + array ( + 'id' => 247, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:39', + 'title' => 'American Entomologist', + 'scopus_source_record_id' => '21100863705', + 'publisher' => 'Oxford University Press', + 'issn' => '2155-9902', + ), + 247 => + array ( + 'id' => 248, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:13:55', + 'title' => 'American Fern Journal', + 'scopus_source_record_id' => '16694', + 'publisher' => 'American Fern Society', + 'issn' => '0002-8444', + ), + 248 => + array ( + 'id' => 249, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:40', + 'title' => 'American Journal of Agricultural Economics', + 'scopus_source_record_id' => '69623', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1467-8276', + ), + 249 => + array ( + 'id' => 250, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:40', + 'title' => 'American Journal of Biochemistry and Biotechnology', + 'scopus_source_record_id' => '5400152618', + 'publisher' => 'Science Publications', + 'issn' => '1558-6332', + ), + 250 => + array ( + 'id' => 251, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:40', + 'title' => 'American Journal of Botany', + 'scopus_source_record_id' => '16703', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1537-2197', + ), + 251 => + array ( + 'id' => 252, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:40', + 'title' => 'American Journal of Human Biology', + 'scopus_source_record_id' => '12602', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1520-6300', + ), + 252 => + array ( + 'id' => 253, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:40', + 'title' => 'American Journal of Human Genetics', + 'scopus_source_record_id' => '21677', + 'publisher' => 'Elsevier', + 'issn' => '1537-6605', + ), + 253 => + array ( + 'id' => 254, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:40', + 'title' => 'American Journal of Medical Genetics, Part A', + 'scopus_source_record_id' => '145157', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1552-4833', + ), + 254 => + array ( + 'id' => 255, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:41', + 'title' => 'American Journal of Medical Genetics, Part C: Seminars in Medical Genetics', + 'scopus_source_record_id' => '110320', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1552-4876', + ), + 255 => + array ( + 'id' => 256, + 'created_at' => '2024-12-02 16:58:38', + 'updated_at' => '2024-12-02 17:09:41', + 'title' => 'American Journal of Primatology', + 'scopus_source_record_id' => '24131', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1098-2345', + ), + 256 => + array ( + 'id' => 257, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:41', + 'title' => 'American Journal of Respiratory Cell and Molecular Biology', + 'scopus_source_record_id' => '18004', + 'publisher' => 'American Thoracic Society', + 'issn' => '1535-4989', + ), + 257 => + array ( + 'id' => 258, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:13:58', + 'title' => 'American Journal of Science', + 'scopus_source_record_id' => '22003', + 'publisher' => 'American Journal of Science', + 'issn' => '0002-9599', + ), + 258 => + array ( + 'id' => 259, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:13:58', + 'title' => 'American Malacological Bulletin', + 'scopus_source_record_id' => '24132', + 'publisher' => 'American Malacological Society', + 'issn' => '0740-2783', + ), + 259 => + array ( + 'id' => 260, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:13:58', + 'title' => 'American Midland Naturalist', + 'scopus_source_record_id' => '19296', + 'publisher' => 'University of Notre Dame', + 'issn' => '0003-0031', + ), + 260 => + array ( + 'id' => 261, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:41', + 'title' => 'American Naturalist', + 'scopus_source_record_id' => '12604', + 'publisher' => 'University of Chicago', + 'issn' => '1537-5323', + ), + 261 => + array ( + 'id' => 262, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:42', + 'title' => 'Amino Acids', + 'scopus_source_record_id' => '16783', + 'publisher' => 'Springer Nature', + 'issn' => '1438-2199', + ), + 262 => + array ( + 'id' => 263, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:42', + 'title' => 'Amphibia - Reptilia', + 'scopus_source_record_id' => '24137', + 'publisher' => 'Brill', + 'issn' => '1568-5381', + ), + 263 => + array ( + 'id' => 264, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:42', + 'title' => 'Amphibian and Reptile Conservation', + 'scopus_source_record_id' => '21100773738', + 'publisher' => 'Amphibian and Reptile Conservation', + 'issn' => '1525-9153', + ), + 264 => + array ( + 'id' => 265, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:42', + 'title' => 'Anaerobe', + 'scopus_source_record_id' => '19607', + 'publisher' => 'Elsevier', + 'issn' => '1095-8274', + ), + 265 => + array ( + 'id' => 266, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:42', + 'title' => 'Anais da Academia Brasileira de Ciencias', + 'scopus_source_record_id' => '18659', + 'publisher' => 'Academia Brasileira de Ciencias', + 'issn' => '1678-2690', + ), + 266 => + array ( + 'id' => 267, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:42', + 'title' => 'Analele Universitatii din Oradea, Fascicula Biologie', + 'scopus_source_record_id' => '21100793198', + 'publisher' => 'University of Oradea Publishing House', + 'issn' => '1844-7589', + ), + 267 => + array ( + 'id' => 268, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:42', + 'title' => 'Anales de la Academia de Ciencias de Cuba', + 'scopus_source_record_id' => '21101224006', + 'publisher' => 'Editorial Ciencias Medicas', + 'issn' => '2304-0106', + ), + 268 => + array ( + 'id' => 269, + 'created_at' => '2024-12-02 16:58:39', + 'updated_at' => '2024-12-02 17:09:42', + 'title' => 'Anales del Jardin Botanico de Madrid', + 'scopus_source_record_id' => '11900154316', + 'publisher' => 'CSIC Consejo Superior de Investigaciones Cientificas', + 'issn' => '1988-3196', + ), + 269 => + array ( + 'id' => 270, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:13:59', + 'title' => 'Analyses of Social Issues and Public Policy', + 'scopus_source_record_id' => '1100147103', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1529-7489', + ), + 270 => + array ( + 'id' => 271, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analysis and Sensing', + 'scopus_source_record_id' => '21101168862', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2629-2742', + ), + 271 => + array ( + 'id' => 272, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytica', + 'scopus_source_record_id' => '21101171780', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-4532', + ), + 272 => + array ( + 'id' => 273, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytica Chimica Acta', + 'scopus_source_record_id' => '23911', + 'publisher' => 'Elsevier', + 'issn' => '1873-4324', + ), + 273 => + array ( + 'id' => 274, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytical and Bioanalytical Chemistry', + 'scopus_source_record_id' => '23913', + 'publisher' => 'Springer Nature', + 'issn' => '1618-2650', + ), + 274 => + array ( + 'id' => 275, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytical and Bioanalytical Chemistry Research', + 'scopus_source_record_id' => '21100839125', + 'publisher' => 'Iranian Chemical Society', + 'issn' => '2383-093X', + ), + 275 => + array ( + 'id' => 276, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytical Biochemistry', + 'scopus_source_record_id' => '16789', + 'publisher' => 'Elsevier', + 'issn' => '1096-0309', + ), + 276 => + array ( + 'id' => 277, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytical Chemistry Letters', + 'scopus_source_record_id' => '21101138001', + 'publisher' => 'Taylor & Francis', + 'issn' => '2230-7532', + ), + 277 => + array ( + 'id' => 278, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytical Letters', + 'scopus_source_record_id' => '23932', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-236X', + ), + 278 => + array ( + 'id' => 279, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytical Methods in Environmental Chemistry Journal', + 'scopus_source_record_id' => '21101070920', + 'publisher' => 'AMEC Publisher', + 'issn' => '2645-5382', + ), + 279 => + array ( + 'id' => 280, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Analytical Science and Technology', + 'scopus_source_record_id' => '21100905494', + 'publisher' => 'Korea Society of Analytical Science', + 'issn' => '2288-8985', + ), + 280 => + array ( + 'id' => 281, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'ANAS Transactions, Earth Sciences', + 'scopus_source_record_id' => '21101049623', + 'publisher' => 'Geology and Geophysics Institute at Azerbaijan National Academy of Sciences (ANAS)', + 'issn' => '2663-0419', + ), + 281 => + array ( + 'id' => 282, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:43', + 'title' => 'Anatomical Record', + 'scopus_source_record_id' => '15300154803', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1932-8494', + ), + 282 => + array ( + 'id' => 283, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Angewandte Chemie - International Edition', + 'scopus_source_record_id' => '22687', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-3773', + ), + 283 => + array ( + 'id' => 284, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Behaviour', + 'scopus_source_record_id' => '24580', + 'publisher' => 'Elsevier', + 'issn' => '1095-8282', + ), + 284 => + array ( + 'id' => 285, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Biology', + 'scopus_source_record_id' => '24582', + 'publisher' => 'Brill', + 'issn' => '1570-7563', + ), + 285 => + array ( + 'id' => 286, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Bioscience', + 'scopus_source_record_id' => '21101044876', + 'publisher' => 'Asian-Australasian Association of Animal Production Societies', + 'issn' => '2765-0235', + ), + 286 => + array ( + 'id' => 287, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Cells and Systems', + 'scopus_source_record_id' => '18700156727', + 'publisher' => 'Taylor & Francis', + 'issn' => '2151-2485', + ), + 287 => + array ( + 'id' => 288, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Cognition', + 'scopus_source_record_id' => '29520', + 'publisher' => 'Springer Nature', + 'issn' => '1435-9456', + ), + 288 => + array ( + 'id' => 289, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Conservation', + 'scopus_source_record_id' => '17180', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1469-1795', + ), + 289 => + array ( + 'id' => 290, + 'created_at' => '2024-12-02 16:58:40', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Genetics', + 'scopus_source_record_id' => '21697', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2052', + ), + 290 => + array ( + 'id' => 291, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Microbiome', + 'scopus_source_record_id' => '21101153025', + 'publisher' => 'Springer Nature', + 'issn' => '2524-4671', + ), + 291 => + array ( + 'id' => 292, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Migration', + 'scopus_source_record_id' => '21101026937', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2084-8838', + ), + 292 => + array ( + 'id' => 293, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:44', + 'title' => 'Animal Models and Experimental Medicine', + 'scopus_source_record_id' => '21101087137', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2576-2095', + ), + 293 => + array ( + 'id' => 294, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:45', + 'title' => 'Animal Science and Genetics', + 'scopus_source_record_id' => '21101192678', + 'publisher' => 'Polish Society of Animal Production', + 'issn' => '2720-6076', + ), + 294 => + array ( + 'id' => 295, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:45', + 'title' => 'Animal Science Journal', + 'scopus_source_record_id' => '54288', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1740-0929', + ), + 295 => + array ( + 'id' => 296, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:45', + 'title' => 'Animal Science Papers and Reports', + 'scopus_source_record_id' => '11300153308', + 'publisher' => 'Institute of Genetics and Animal Biotechnology of the Polish Academy of Sciences', + 'issn' => '2300-8342', + ), + 296 => + array ( + 'id' => 297, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:45', + 'title' => 'Animal Sentience', + 'scopus_source_record_id' => '21101131056', + 'publisher' => 'WellBeing International', + 'issn' => '2377-7478', + ), + 297 => + array ( + 'id' => 298, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:14:00', + 'title' => 'Animal Welfare', + 'scopus_source_record_id' => '38539', + 'publisher' => 'Universities Federation for Animal Welfare', + 'issn' => '0962-7286', + ), + 298 => + array ( + 'id' => 299, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:14:00', + 'title' => 'Annales - Universitatis Mariae Curie-Sklodowska, Sectio B', + 'scopus_source_record_id' => '27465', + 'publisher' => 'Walter de Gruyter', + 'issn' => '0137-1983', + ), + 299 => + array ( + 'id' => 300, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:14:01', + 'title' => 'Annales Botanici Fennici', + 'scopus_source_record_id' => '16706', + 'publisher' => 'Finnish Zoological and Botanical Publishing Board', + 'issn' => '0003-3847', + ), + 300 => + array ( + 'id' => 301, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:45', + 'title' => 'Annales de Biologie Clinique', + 'scopus_source_record_id' => '13009', + 'publisher' => 'John Libbey', + 'issn' => '1950-6112', + ), + 301 => + array ( + 'id' => 302, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:45', + 'title' => 'Annales de la Societe Entomologique de France', + 'scopus_source_record_id' => '21567', + 'publisher' => 'Taylor & Francis', + 'issn' => '2168-6351', + ), + 302 => + array ( + 'id' => 303, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:45', + 'title' => 'Annales Geophysicae', + 'scopus_source_record_id' => '27424', + 'publisher' => 'Copernicus Publications', + 'issn' => '1432-0576', + ), + 303 => + array ( + 'id' => 304, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:14:01', + 'title' => 'Annales Zoologici', + 'scopus_source_record_id' => '24588', + 'publisher' => 'Muzeum i Instytut Zoologii', + 'issn' => '0003-4541', + ), + 304 => + array ( + 'id' => 305, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:14:01', + 'title' => 'Annales Zoologici Fennici', + 'scopus_source_record_id' => '24589', + 'publisher' => 'Finnish Zoological and Botanical Publishing Board', + 'issn' => '0003-455X', + ), + 305 => + array ( + 'id' => 306, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:14:01', + 'title' => 'Annales, Series Historia Naturalis', + 'scopus_source_record_id' => '21100427836', + 'publisher' => 'The Historical Society of Southern Primorska of Koper, Institute IRRIS for Research, Development and Strategies of Society, Culture and Environment', + 'issn' => '1408-533X', + ), + 306 => + array ( + 'id' => 307, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:14:02', + 'title' => 'Annals of Agri Bio Research', + 'scopus_source_record_id' => '16154', + 'publisher' => 'Agri Bio Research Publishers', + 'issn' => '0971-9660', + ), + 307 => + array ( + 'id' => 308, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:09:46', + 'title' => 'Annals of Agricultural and Environmental Medicine', + 'scopus_source_record_id' => '22715', + 'publisher' => 'Institute of Agricultural Medicine', + 'issn' => '1898-2263', + ), + 308 => + array ( + 'id' => 309, + 'created_at' => '2024-12-02 16:58:41', + 'updated_at' => '2024-12-02 17:14:02', + 'title' => 'Annals of Arid Zone', + 'scopus_source_record_id' => '36303', + 'publisher' => 'Arid Zone Research Association of India', + 'issn' => '0570-1791', + ), + 309 => + array ( + 'id' => 310, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:14:02', + 'title' => 'Annals of Biology', + 'scopus_source_record_id' => '13016', + 'publisher' => 'Agri. Bio. Publishers', + 'issn' => '0970-0153', + ), + 310 => + array ( + 'id' => 311, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:14:02', + 'title' => 'Annals of Carnegie Museum', + 'scopus_source_record_id' => '20076', + 'publisher' => 'Carnegie Museum of Natural History', + 'issn' => '0097-4463', + ), + 311 => + array ( + 'id' => 312, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:46', + 'title' => 'Annals of Clinical and Laboratory Science', + 'scopus_source_record_id' => '26785', + 'publisher' => 'Association of Clinical Scientists', + 'issn' => '1550-8080', + ), + 312 => + array ( + 'id' => 313, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:46', + 'title' => 'Annals of Forest Research', + 'scopus_source_record_id' => '19600161803', + 'publisher' => 'Editura Silvica', + 'issn' => '2065-2445', + ), + 313 => + array ( + 'id' => 314, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:46', + 'title' => 'Annals of Forest Science', + 'scopus_source_record_id' => '25557', + 'publisher' => 'Springer Nature', + 'issn' => '1297-966X', + ), + 314 => + array ( + 'id' => 315, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:47', + 'title' => 'Annals of GIS', + 'scopus_source_record_id' => '19700201402', + 'publisher' => 'Taylor & Francis', + 'issn' => '1947-5691', + ), + 315 => + array ( + 'id' => 316, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:47', + 'title' => 'Annals of Human Biology', + 'scopus_source_record_id' => '13035', + 'publisher' => 'Taylor & Francis', + 'issn' => '1464-5033', + ), + 316 => + array ( + 'id' => 317, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:47', + 'title' => 'Annals of Human Genetics', + 'scopus_source_record_id' => '21703', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1469-1809', + ), + 317 => + array ( + 'id' => 318, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:47', + 'title' => 'Annals of Operations Research', + 'scopus_source_record_id' => '23090', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9338', + ), + 318 => + array ( + 'id' => 319, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:47', + 'title' => 'Annals of Regional Science', + 'scopus_source_record_id' => '30715', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0592', + ), + 319 => + array ( + 'id' => 320, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:47', + 'title' => 'Annals of Silvicultural Research', + 'scopus_source_record_id' => '21100805343', + 'publisher' => 'Consiglio per la ricerca in agricoltura e l\'analisi dell\'economia agraria - Forestry Research Centre (CRA)', + 'issn' => '2284-354X', + ), + 320 => + array ( + 'id' => 321, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:14:03', + 'title' => 'Annals of the Missouri Botanical Garden', + 'scopus_source_record_id' => '19351', + 'publisher' => 'Missouri Botanical Garden', + 'issn' => '0026-6493', + ), + 321 => + array ( + 'id' => 322, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:47', + 'title' => 'Annals of the New York Academy of Sciences', + 'scopus_source_record_id' => '21754', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1749-6632', + ), + 322 => + array ( + 'id' => 323, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:47', + 'title' => 'Annals of the Rheumatic Diseases', + 'scopus_source_record_id' => '19136', + 'publisher' => 'BMJ Publishing Group', + 'issn' => '1468-2060', + ), + 323 => + array ( + 'id' => 324, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Reports in Computational Chemistry', + 'scopus_source_record_id' => '7700153115', + 'publisher' => 'Elsevier', + 'issn' => '1875-5232', + ), + 324 => + array ( + 'id' => 325, + 'created_at' => '2024-12-02 16:58:42', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Reports in Medicinal Chemistry', + 'scopus_source_record_id' => '19465', + 'publisher' => 'Elsevier', + 'issn' => '1557-8437', + ), + 325 => + array ( + 'id' => 326, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Review of Animal Biosciences', + 'scopus_source_record_id' => '21100330722', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '2165-8110', + ), + 326 => + array ( + 'id' => 327, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Review of Biochemistry', + 'scopus_source_record_id' => '16801', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-4509', + ), + 327 => + array ( + 'id' => 328, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Review of Biomedical Data Science', + 'scopus_source_record_id' => '21101136879', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '2574-3414', + ), + 328 => + array ( + 'id' => 329, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Review of Biophysics', + 'scopus_source_record_id' => '12000154482', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1936-1238', + ), + 329 => + array ( + 'id' => 330, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Review of Chemical and Biomolecular Engineering', + 'scopus_source_record_id' => '19700188418', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1947-5446', + ), + 330 => + array ( + 'id' => 331, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:14:03', + 'title' => 'Annual Review of Earth and Planetary Sciences', + 'scopus_source_record_id' => '22005', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '0084-6597', + ), + 331 => + array ( + 'id' => 332, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:14:03', + 'title' => 'Annual Review of Ecology, Evolution, and Systematics', + 'scopus_source_record_id' => '110325', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1543-592X', + ), + 332 => + array ( + 'id' => 333, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Review of Entomology', + 'scopus_source_record_id' => '19133', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-4487', + ), + 333 => + array ( + 'id' => 334, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:48', + 'title' => 'Annual Review of Environment and Resources', + 'scopus_source_record_id' => '28800', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-2050', + ), + 334 => + array ( + 'id' => 335, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Annual Review of Genetics', + 'scopus_source_record_id' => '21706', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-2948', + ), + 335 => + array ( + 'id' => 336, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Annual Review of Genomics and Human Genetics', + 'scopus_source_record_id' => '21708', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-293X', + ), + 336 => + array ( + 'id' => 337, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Annual Review of Marine Science', + 'scopus_source_record_id' => '19700188395', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1941-0611', + ), + 337 => + array ( + 'id' => 338, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Annual Review of Medicine', + 'scopus_source_record_id' => '27498', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-326X', + ), + 338 => + array ( + 'id' => 339, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Annual Review of Microbiology', + 'scopus_source_record_id' => '19614', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-3251', + ), + 339 => + array ( + 'id' => 340, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Annual Review of Physical Chemistry', + 'scopus_source_record_id' => '26555', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-1593', + ), + 340 => + array ( + 'id' => 341, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Annual Review of Plant Biology', + 'scopus_source_record_id' => '16721', + 'publisher' => 'Annual Reviews Inc.', + 'issn' => '1545-2123', + ), + 341 => + array ( + 'id' => 342, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:14:04', + 'title' => 'Antarctic Record', + 'scopus_source_record_id' => '29821', + 'publisher' => 'National Institute of Polar Research', + 'issn' => '0085-7289', + ), + 342 => + array ( + 'id' => 343, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Antarctic Science', + 'scopus_source_record_id' => '13040', + 'publisher' => 'Cambridge University Press', + 'issn' => '1365-2079', + ), + 343 => + array ( + 'id' => 344, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:14:04', + 'title' => 'Anthropocene', + 'scopus_source_record_id' => '21100255737', + 'publisher' => 'Elsevier', + 'issn' => '2213-3054', + ), + 344 => + array ( + 'id' => 345, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Anthropocene Coasts', + 'scopus_source_record_id' => '21101039272', + 'publisher' => 'Springer Nature', + 'issn' => '2561-4150', + ), + 345 => + array ( + 'id' => 346, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Anthropocene Review', + 'scopus_source_record_id' => '21100786533', + 'publisher' => 'SAGE', + 'issn' => '2053-020X', + ), + 346 => + array ( + 'id' => 347, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Anthropologischer Anzeiger', + 'scopus_source_record_id' => '33257', + 'publisher' => 'Schweizerbart Science Publishers', + 'issn' => '2363-7099', + ), + 347 => + array ( + 'id' => 348, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:49', + 'title' => 'Antibiotics', + 'scopus_source_record_id' => '21100469670', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2079-6382', + ), + 348 => + array ( + 'id' => 349, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:50', + 'title' => 'Antioxidants', + 'scopus_source_record_id' => '21100790818', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2076-3921', + ), + 349 => + array ( + 'id' => 350, + 'created_at' => '2024-12-02 16:58:43', + 'updated_at' => '2024-12-02 17:09:50', + 'title' => 'Antioxidants and Redox Signaling', + 'scopus_source_record_id' => '27514', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1557-7716', + ), + 350 => + array ( + 'id' => 351, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:50', + 'title' => 'Antonie van Leeuwenhoek, International Journal of General and Molecular Microbiology', + 'scopus_source_record_id' => '14944', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9699', + ), + 351 => + array ( + 'id' => 352, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:50', + 'title' => 'APN Science Bulletin', + 'scopus_source_record_id' => '21101168871', + 'publisher' => 'Asia-pacific Network for Global Change Research', + 'issn' => '2522-7971', + ), + 352 => + array ( + 'id' => 353, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:14:05', + 'title' => 'Application of Clinical Genetics', + 'scopus_source_record_id' => '19700175011', + 'publisher' => 'Dove Medical Press', + 'issn' => '1178-704X', + ), + 353 => + array ( + 'id' => 354, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applications in Plant Sciences', + 'scopus_source_record_id' => '21100403506', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2168-0450', + ), + 354 => + array ( + 'id' => 355, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied and Environmental Microbiology', + 'scopus_source_record_id' => '19618', + 'publisher' => 'American Society for Microbiology', + 'issn' => '1098-5336', + ), + 355 => + array ( + 'id' => 356, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Biochemistry and Biotechnology', + 'scopus_source_record_id' => '110291', + 'publisher' => 'Springer Nature', + 'issn' => '1559-0291', + ), + 356 => + array ( + 'id' => 357, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Biochemistry and Microbiology', + 'scopus_source_record_id' => '16806', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3024', + ), + 357 => + array ( + 'id' => 358, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Biological Chemistry', + 'scopus_source_record_id' => '21100466764', + 'publisher' => 'Springer Nature', + 'issn' => '2468-0842', + ), + 358 => + array ( + 'id' => 359, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Biological Research', + 'scopus_source_record_id' => '21101198701', + 'publisher' => 'ACS Publisher', + 'issn' => '0974-4517', + ), + 359 => + array ( + 'id' => 360, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Biosafety', + 'scopus_source_record_id' => '21100792103', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '2470-1246', + ), + 360 => + array ( + 'id' => 361, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Catalysis B: Environmental', + 'scopus_source_record_id' => '16343', + 'publisher' => 'Elsevier', + 'issn' => '1873-3883', + ), + 361 => + array ( + 'id' => 362, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Chemical Engineering', + 'scopus_source_record_id' => '21101089569', + 'publisher' => 'Arts and Science Press Pte. Ltd.', + 'issn' => '2578-2010', + ), + 362 => + array ( + 'id' => 363, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:14:05', + 'title' => 'Applied Clay Science', + 'scopus_source_record_id' => '24614', + 'publisher' => 'Elsevier', + 'issn' => '0169-1317', + ), + 363 => + array ( + 'id' => 364, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Earth Science: Transactions of the Institute of Mining and Metallurgy', + 'scopus_source_record_id' => '21100872189', + 'publisher' => 'SAGE', + 'issn' => '2572-6846', + ), + 364 => + array ( + 'id' => 365, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Ecology and Environmental Research', + 'scopus_source_record_id' => '100147015', + 'publisher' => 'Corvinus University of Budapest', + 'issn' => '1785-0037', + ), + 365 => + array ( + 'id' => 366, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Energy', + 'scopus_source_record_id' => '28801', + 'publisher' => 'Elsevier', + 'issn' => '1872-9118', + ), + 366 => + array ( + 'id' => 367, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Environmental Biotechnology', + 'scopus_source_record_id' => '21100901906', + 'publisher' => 'Urban Development Scientific Publishing Pte. Ltd.', + 'issn' => '2424-9092', + ), + 367 => + array ( + 'id' => 368, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Environmental Education and Communication', + 'scopus_source_record_id' => '6500153246', + 'publisher' => 'Taylor & Francis', + 'issn' => '1533-0389', + ), + 368 => + array ( + 'id' => 369, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:51', + 'title' => 'Applied Environmental Research', + 'scopus_source_record_id' => '21100932720', + 'publisher' => 'Environmental Research Institute, Chulalongkorn University', + 'issn' => '2287-075X', + ), + 369 => + array ( + 'id' => 370, + 'created_at' => '2024-12-02 16:58:44', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Geochemistry', + 'scopus_source_record_id' => '24615', + 'publisher' => 'Elsevier', + 'issn' => '1872-9134', + ), + 370 => + array ( + 'id' => 371, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:14:06', + 'title' => 'Applied Geography', + 'scopus_source_record_id' => '27471', + 'publisher' => 'Elsevier', + 'issn' => '0143-6228', + ), + 371 => + array ( + 'id' => 372, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Geomatics', + 'scopus_source_record_id' => '19400158591', + 'publisher' => 'Springer Nature', + 'issn' => '1866-928X', + ), + 372 => + array ( + 'id' => 373, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Microbiology (Switzerland)', + 'scopus_source_record_id' => '21101224788', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-8007', + ), + 373 => + array ( + 'id' => 374, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Microscopy', + 'scopus_source_record_id' => '21101079804', + 'publisher' => 'Springer Nature', + 'issn' => '2287-4445', + ), + 374 => + array ( + 'id' => 375, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Network Science', + 'scopus_source_record_id' => '21100901173', + 'publisher' => 'Springer Nature', + 'issn' => '2364-8228', + ), + 375 => + array ( + 'id' => 376, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Organometallic Chemistry', + 'scopus_source_record_id' => '22701', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-0739', + ), + 376 => + array ( + 'id' => 377, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Phycology', + 'scopus_source_record_id' => '21101112621', + 'publisher' => 'Taylor & Francis', + 'issn' => '2638-8081', + ), + 377 => + array ( + 'id' => 378, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Physics A: Materials Science and Processing', + 'scopus_source_record_id' => '27027', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0630', + ), + 378 => + array ( + 'id' => 379, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Research', + 'scopus_source_record_id' => '21101169071', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2702-4288', + ), + 379 => + array ( + 'id' => 380, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:14:07', + 'title' => 'Applied Soil Ecology', + 'scopus_source_record_id' => '96119', + 'publisher' => 'Elsevier', + 'issn' => '0929-1393', + ), + 380 => + array ( + 'id' => 381, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:52', + 'title' => 'Applied Stochastic Models in Business and Industry', + 'scopus_source_record_id' => '25195', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1526-4025', + ), + 381 => + array ( + 'id' => 382, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Applied Vegetation Science', + 'scopus_source_record_id' => '16724', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1654-109X', + ), + 382 => + array ( + 'id' => 383, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Applied Water Science', + 'scopus_source_record_id' => '21101055201', + 'publisher' => 'Springer Nature', + 'issn' => '2190-5495', + ), + 383 => + array ( + 'id' => 384, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aqua Water Infrastructure, Ecosystems and Society', + 'scopus_source_record_id' => '21101042442', + 'publisher' => 'IWA Publishing', + 'issn' => '2709-8036', + ), + 384 => + array ( + 'id' => 385, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:14:07', + 'title' => 'Aquacultural Engineering', + 'scopus_source_record_id' => '29417', + 'publisher' => 'Elsevier', + 'issn' => '0144-8609', + ), + 385 => + array ( + 'id' => 386, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:14:07', + 'title' => 'Aquaculture', + 'scopus_source_record_id' => '29419', + 'publisher' => 'Elsevier', + 'issn' => '0044-8486', + ), + 386 => + array ( + 'id' => 387, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture and Fisheries', + 'scopus_source_record_id' => '21100908545', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2468-550X', + ), + 387 => + array ( + 'id' => 388, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture Environment Interactions', + 'scopus_source_record_id' => '21100198493', + 'publisher' => 'Inter-Research', + 'issn' => '1869-7534', + ), + 388 => + array ( + 'id' => 389, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture International', + 'scopus_source_record_id' => '29422', + 'publisher' => 'Springer Nature', + 'issn' => '1573-143X', + ), + 389 => + array ( + 'id' => 390, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture Nutrition', + 'scopus_source_record_id' => '29426', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2095', + ), + 390 => + array ( + 'id' => 391, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture Reports', + 'scopus_source_record_id' => '21100388419', + 'publisher' => 'Elsevier', + 'issn' => '2352-5134', + ), + 391 => + array ( + 'id' => 392, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture Research', + 'scopus_source_record_id' => '29427', + 'publisher' => 'Hindawi', + 'issn' => '1365-2109', + ), + 392 => + array ( + 'id' => 393, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture Science', + 'scopus_source_record_id' => '21100828135', + 'publisher' => 'Japanese Society for Aquaculture Research, Nishimura Toushadou Ltd.', + 'issn' => '2185-0194', + ), + 393 => + array ( + 'id' => 394, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture Studies', + 'scopus_source_record_id' => '21101021574', + 'publisher' => 'Central Fisheries Research Institute', + 'issn' => '2651-3668', + ), + 394 => + array ( + 'id' => 395, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquaculture, Economics and Management', + 'scopus_source_record_id' => '29421', + 'publisher' => 'Taylor & Francis', + 'issn' => '1365-7313', + ), + 395 => + array ( + 'id' => 396, + 'created_at' => '2024-12-02 16:58:45', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Biology', + 'scopus_source_record_id' => '17300154739', + 'publisher' => 'Inter-Research', + 'issn' => '1864-7790', + ), + 396 => + array ( + 'id' => 397, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:14:07', + 'title' => 'Aquatic Botany', + 'scopus_source_record_id' => '16728', + 'publisher' => 'Elsevier', + 'issn' => '0304-3770', + ), + 397 => + array ( + 'id' => 398, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Conservation: Marine and Freshwater Ecosystems', + 'scopus_source_record_id' => '17182', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-0755', + ), + 398 => + array ( + 'id' => 399, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Ecology', + 'scopus_source_record_id' => '13043', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5125', + ), + 399 => + array ( + 'id' => 400, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Ecosystem Health and Management', + 'scopus_source_record_id' => '16730', + 'publisher' => 'Michigan State University Press', + 'issn' => '1539-4077', + ), + 400 => + array ( + 'id' => 401, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Insects', + 'scopus_source_record_id' => '19144', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-4152', + ), + 401 => + array ( + 'id' => 402, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Invasions', + 'scopus_source_record_id' => '20000195048', + 'publisher' => 'Regional Euro-Asian Biological Invasions Centre', + 'issn' => '1818-5487', + ), + 402 => + array ( + 'id' => 403, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Living Resources', + 'scopus_source_record_id' => '29436', + 'publisher' => 'EDP Sciences', + 'issn' => '1765-2952', + ), + 403 => + array ( + 'id' => 404, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Mammals', + 'scopus_source_record_id' => '12400154704', + 'publisher' => 'European Association for Aquatic Mammals', + 'issn' => '1996-7292', + ), + 404 => + array ( + 'id' => 405, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Microbial Ecology', + 'scopus_source_record_id' => '19620', + 'publisher' => 'Inter-Research', + 'issn' => '1616-1564', + ), + 405 => + array ( + 'id' => 406, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Sciences', + 'scopus_source_record_id' => '29034', + 'publisher' => 'Springer Nature', + 'issn' => '1420-9055', + ), + 406 => + array ( + 'id' => 407, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Sciences and Engineering', + 'scopus_source_record_id' => '21101017706', + 'publisher' => 'Istanbul University Faculty of Aquatic Sciences', + 'issn' => '2602-473X', + ), + 407 => + array ( + 'id' => 408, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Aquatic Toxicology', + 'scopus_source_record_id' => '24602', + 'publisher' => 'Elsevier', + 'issn' => '1879-1514', + ), + 408 => + array ( + 'id' => 409, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Arab Gulf Journal of Scientific Research', + 'scopus_source_record_id' => '19325', + 'publisher' => 'Emerald Publishing', + 'issn' => '2536-0051', + ), + 409 => + array ( + 'id' => 410, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Arab Journal of Basic and Applied Sciences', + 'scopus_source_record_id' => '21100883675', + 'publisher' => 'Taylor & Francis', + 'issn' => '2576-5299', + ), + 410 => + array ( + 'id' => 411, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Arabian Journal for Science and Engineering', + 'scopus_source_record_id' => '13951', + 'publisher' => 'Springer Nature', + 'issn' => '2191-4281', + ), + 411 => + array ( + 'id' => 412, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:14:07', + 'title' => 'Arabian Journal of Chemistry', + 'scopus_source_record_id' => '19400158709', + 'publisher' => 'Elsevier', + 'issn' => '1878-5352', + ), + 412 => + array ( + 'id' => 413, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Arachnologische Mitteilungen', + 'scopus_source_record_id' => '19200156911', + 'publisher' => 'Arachnologische Gesellschaft e.V.', + 'issn' => '2199-7233', + ), + 413 => + array ( + 'id' => 414, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:53', + 'title' => 'Arachnology', + 'scopus_source_record_id' => '21100278316', + 'publisher' => 'British Arachnological Society (BAS)', + 'issn' => '2050-9936', + ), + 414 => + array ( + 'id' => 415, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:14:07', + 'title' => 'Arboriculture and Urban Forestry', + 'scopus_source_record_id' => '19700184800', + 'publisher' => 'International Society of Arboriculture', + 'issn' => '1935-5297', + ), + 415 => + array ( + 'id' => 416, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:09:54', + 'title' => 'Archaea', + 'scopus_source_record_id' => '19622', + 'publisher' => 'Hindawi', + 'issn' => '1472-3654', + ), + 416 => + array ( + 'id' => 417, + 'created_at' => '2024-12-02 16:58:46', + 'updated_at' => '2024-12-02 17:14:08', + 'title' => 'Archiv fur Lebensmittelhygiene', + 'scopus_source_record_id' => '21362', + 'publisher' => 'Verlag M. und H. Schaper GmbH', + 'issn' => '0003-925X', + ), + 417 => + array ( + 'id' => 418, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:54', + 'title' => 'Archives Animal Breeding', + 'scopus_source_record_id' => '21100874197', + 'publisher' => 'Copernicus Publications', + 'issn' => '2363-9822', + ), + 418 => + array ( + 'id' => 419, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Biochemistry and Biophysics', + 'scopus_source_record_id' => '16811', + 'publisher' => 'Elsevier', + 'issn' => '1096-0384', + ), + 419 => + array ( + 'id' => 420, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:14:09', + 'title' => 'Archives of Biological Sciences', + 'scopus_source_record_id' => '12300154711', + 'publisher' => 'Institut za Bioloska Istrazivanja', + 'issn' => '0354-4664', + ), + 420 => + array ( + 'id' => 421, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Breast Cancer', + 'scopus_source_record_id' => '21101146658', + 'publisher' => 'Farname Inc.', + 'issn' => '2383-0433', + ), + 421 => + array ( + 'id' => 422, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Clinical Infectious Diseases', + 'scopus_source_record_id' => '21100304895', + 'publisher' => 'Brieflands', + 'issn' => '2345-2641', + ), + 422 => + array ( + 'id' => 423, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Environmental and Occupational Health', + 'scopus_source_record_id' => '4900153304', + 'publisher' => 'Taylor & Francis', + 'issn' => '2154-4700', + ), + 423 => + array ( + 'id' => 424, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Environmental Contamination and Toxicology', + 'scopus_source_record_id' => '24603', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0703', + ), + 424 => + array ( + 'id' => 425, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Health Science and Research', + 'scopus_source_record_id' => '21101078824', + 'publisher' => 'AVES Ibrahim Kara', + 'issn' => '2687-4644', + ), + 425 => + array ( + 'id' => 426, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:14:09', + 'title' => 'Archives of Hydroengineering and Environmental Mechanics', + 'scopus_source_record_id' => '18418', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1231-3726', + ), + 426 => + array ( + 'id' => 427, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Insect Biochemistry and Physiology', + 'scopus_source_record_id' => '19155', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1520-6327', + ), + 427 => + array ( + 'id' => 428, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Microbiology', + 'scopus_source_record_id' => '19623', + 'publisher' => 'Springer Nature', + 'issn' => '1432-072X', + ), + 428 => + array ( + 'id' => 429, + 'created_at' => '2024-12-02 16:58:47', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Natural History', + 'scopus_source_record_id' => '19343', + 'publisher' => 'Edinburgh University Press', + 'issn' => '1755-6260', + ), + 429 => + array ( + 'id' => 430, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:09:55', + 'title' => 'Archives of Pharmacal Research', + 'scopus_source_record_id' => '19958', + 'publisher' => 'Pharmaceutical Society of Korea', + 'issn' => '1976-3786', + ), + 430 => + array ( + 'id' => 431, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:09:56', + 'title' => 'Arctic', + 'scopus_source_record_id' => '19348', + 'publisher' => 'Arctic Institute of North America', + 'issn' => '1923-1245', + ), + 431 => + array ( + 'id' => 432, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:09:56', + 'title' => 'Arctic Science', + 'scopus_source_record_id' => '21100928679', + 'publisher' => 'Canadian Science Publishing', + 'issn' => '2368-7460', + ), + 432 => + array ( + 'id' => 433, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:09:56', + 'title' => 'Arctic, Antarctic, and Alpine Research', + 'scopus_source_record_id' => '19363', + 'publisher' => 'Taylor & Francis', + 'issn' => '1938-4246', + ), + 433 => + array ( + 'id' => 434, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:14:10', + 'title' => 'Arctoa', + 'scopus_source_record_id' => '21101039256', + 'publisher' => 'KMK Scientific Press Ltd.', + 'issn' => '0131-1379', + ), + 434 => + array ( + 'id' => 435, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:14:10', + 'title' => 'Ardea', + 'scopus_source_record_id' => '20974', + 'publisher' => 'Nederlandse Ornithologische Unie', + 'issn' => '0373-2266', + ), + 435 => + array ( + 'id' => 436, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:09:56', + 'title' => 'Ardeola', + 'scopus_source_record_id' => '20976', + 'publisher' => 'SEO/ Birdlife', + 'issn' => '2341-0825', + ), + 436 => + array ( + 'id' => 437, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:09:56', + 'title' => 'Arid Ecosystems', + 'scopus_source_record_id' => '21100808409', + 'publisher' => 'Pleiades Publishing', + 'issn' => '2079-0988', + ), + 437 => + array ( + 'id' => 438, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:14:10', + 'title' => 'Arid Zone Research', + 'scopus_source_record_id' => '21101021719', + 'publisher' => 'Springer Nature', + 'issn' => '1001-4675', + ), + 438 => + array ( + 'id' => 439, + 'created_at' => '2024-12-02 16:58:48', + 'updated_at' => '2024-12-02 17:09:57', + 'title' => 'Arkivoc', + 'scopus_source_record_id' => '22182', + 'publisher' => 'Arkat USA', + 'issn' => '1551-7012', + ), + 439 => + array ( + 'id' => 440, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:57', + 'title' => 'Arthropod Structure and Development', + 'scopus_source_record_id' => '19156', + 'publisher' => 'Elsevier', + 'issn' => '1873-5495', + ), + 440 => + array ( + 'id' => 441, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:57', + 'title' => 'Arthropod Systematics and Phylogeny', + 'scopus_source_record_id' => '19900191728', + 'publisher' => 'Staatliche Naturhistorische Sammlungen Dresden', + 'issn' => '1864-8312', + ), + 441 => + array ( + 'id' => 442, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:14:11', + 'title' => 'Arthropoda Selecta', + 'scopus_source_record_id' => '20500195051', + 'publisher' => 'KMK Scientific Press Ltd.', + 'issn' => '0136-006X', + ), + 442 => + array ( + 'id' => 443, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:57', + 'title' => 'Arthropod-Plant Interactions', + 'scopus_source_record_id' => '11300153311', + 'publisher' => 'Springer Nature', + 'issn' => '1872-8847', + ), + 443 => + array ( + 'id' => 444, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:58', + 'title' => 'Artificial Intelligence in Agriculture', + 'scopus_source_record_id' => '21101042196', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2589-7217', + ), + 444 => + array ( + 'id' => 445, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:58', + 'title' => 'Artificial Intelligence in Geosciences', + 'scopus_source_record_id' => '21101107176', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-5441', + ), + 445 => + array ( + 'id' => 446, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:58', + 'title' => 'Artificial Life', + 'scopus_source_record_id' => '24142', + 'publisher' => 'MIT Press', + 'issn' => '1530-9185', + ), + 446 => + array ( + 'id' => 447, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:14:11', + 'title' => 'Artificial Life and Robotics', + 'scopus_source_record_id' => '144653', + 'publisher' => 'Springer Nature', + 'issn' => '1433-5298', + ), + 447 => + array ( + 'id' => 448, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:58', + 'title' => 'ASEAN Journal of Science and Engineering', + 'scopus_source_record_id' => '21101152131', + 'publisher' => 'Universitas Pendidikan Indonesia', + 'issn' => '2776-5938', + ), + 448 => + array ( + 'id' => 449, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:58', + 'title' => 'ASEAN Journal of Scientific and Technological Reports', + 'scopus_source_record_id' => '21101192676', + 'publisher' => 'Thaksin University', + 'issn' => '2773-8752', + ), + 449 => + array ( + 'id' => 450, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:58', + 'title' => 'ASEAN Journal on Science and Technology for Development', + 'scopus_source_record_id' => '21101038737', + 'publisher' => 'University of Brunei Darussalam', + 'issn' => '2224-9028', + ), + 450 => + array ( + 'id' => 451, + 'created_at' => '2024-12-02 16:58:49', + 'updated_at' => '2024-12-02 17:09:58', + 'title' => 'Asia Oceania Journal of Nuclear Medicine and Biology', + 'scopus_source_record_id' => '21101038812', + 'publisher' => 'Mashhad University of Medical Sciences', + 'issn' => '2322-5726', + ), + 451 => + array ( + 'id' => 452, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:58', + 'title' => 'Asia Pacific Journal of Environmental Law', + 'scopus_source_record_id' => '22766', + 'publisher' => 'Edward Elgar Publishing Ltd.', + 'issn' => '1875-8258', + ), + 452 => + array ( + 'id' => 453, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Biomedicine', + 'scopus_source_record_id' => '19300156818', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1875-855X', + ), + 453 => + array ( + 'id' => 454, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Development Policy Review', + 'scopus_source_record_id' => '21101128471', + 'publisher' => 'Asian Economic and Social Society', + 'issn' => '2313-8343', + ), + 454 => + array ( + 'id' => 455, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:14:12', + 'title' => 'Asian Dyer', + 'scopus_source_record_id' => '4000151908', + 'publisher' => 'G P S Kwatra', + 'issn' => '0972-9488', + ), + 455 => + array ( + 'id' => 456, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Economic Policy Review', + 'scopus_source_record_id' => '17600155050', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1748-3131', + ), + 456 => + array ( + 'id' => 457, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Fisheries Science', + 'scopus_source_record_id' => '21100869867', + 'publisher' => 'Asian Fisheries Society', + 'issn' => '2073-3720', + ), + 457 => + array ( + 'id' => 458, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Journal of Agriculture', + 'scopus_source_record_id' => '21101211211', + 'publisher' => 'Smujo International', + 'issn' => '2580-4537', + ), + 458 => + array ( + 'id' => 459, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Journal of Agriculture and Biology', + 'scopus_source_record_id' => '21100787661', + 'publisher' => 'Asian Journal of Agriculture and Biology', + 'issn' => '2307-8553', + ), + 459 => + array ( + 'id' => 460, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Journal of Atmospheric Environment', + 'scopus_source_record_id' => '21100220432', + 'publisher' => 'Springer Nature', + 'issn' => '2287-1160', + ), + 460 => + array ( + 'id' => 461, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:14:13', + 'title' => 'Asian Journal of Chemistry', + 'scopus_source_record_id' => '22703', + 'publisher' => 'Asian Publication Corporation', + 'issn' => '0970-7077', + ), + 461 => + array ( + 'id' => 462, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Journal of Conservation Biology', + 'scopus_source_record_id' => '21100857445', + 'publisher' => 'TCRP FOUNDATION, India', + 'issn' => '2278-7666', + ), + 462 => + array ( + 'id' => 463, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:09:59', + 'title' => 'Asian Journal of Green Chemistry', + 'scopus_source_record_id' => '21101172931', + 'publisher' => 'Sami Publishing Company', + 'issn' => '2588-4328', + ), + 463 => + array ( + 'id' => 464, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:10:00', + 'title' => 'Asian Journal of Mycology', + 'scopus_source_record_id' => '21101168868', + 'publisher' => 'MRF', + 'issn' => '2651-1339', + ), + 464 => + array ( + 'id' => 465, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:10:00', + 'title' => 'Asian Journal of Organic Chemistry', + 'scopus_source_record_id' => '21100304268', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2193-5815', + ), + 465 => + array ( + 'id' => 466, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:14:13', + 'title' => 'Asian Journal of Shipping and Logistics', + 'scopus_source_record_id' => '21100235632', + 'publisher' => 'Korean Association of Shipping and Logistics, Inc.', + 'issn' => '2092-5212', + ), + 466 => + array ( + 'id' => 467, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:10:00', + 'title' => 'Asian Journal of Water, Environment and Pollution', + 'scopus_source_record_id' => '21100202702', + 'publisher' => 'IOS Press', + 'issn' => '1875-8568', + ), + 467 => + array ( + 'id' => 468, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:14:13', + 'title' => 'Asian Myrmecology', + 'scopus_source_record_id' => '21100211753', + 'publisher' => 'Penerbit UMS', + 'issn' => '1985-1944', + ), + 468 => + array ( + 'id' => 469, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:10:00', + 'title' => 'Asian Pacific Journal of Tropical Biomedicine', + 'scopus_source_record_id' => '20700195024', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2588-9222', + ), + 469 => + array ( + 'id' => 470, + 'created_at' => '2024-12-02 16:58:50', + 'updated_at' => '2024-12-02 17:10:00', + 'title' => 'Asian Perspectives', + 'scopus_source_record_id' => '72707', + 'publisher' => 'University of Hawaii Press', + 'issn' => '1535-8283', + ), + 470 => + array ( + 'id' => 471, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:14:14', + 'title' => 'Asian Textile Journal', + 'scopus_source_record_id' => '100922', + 'publisher' => 'G P S Kwatra', + 'issn' => '0971-3425', + ), + 471 => + array ( + 'id' => 472, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:10:00', + 'title' => 'Asia-Pacific Journal of Atmospheric Sciences', + 'scopus_source_record_id' => '11200153502', + 'publisher' => 'Korean Meteorological Society', + 'issn' => '1976-7951', + ), + 472 => + array ( + 'id' => 473, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:14:14', + 'title' => 'Asia-Pacific Journal of Innovation in Hospitality and Tourism', + 'scopus_source_record_id' => '21100861870', + 'publisher' => 'Taylor\'s University', + 'issn' => '2289-1471', + ), + 473 => + array ( + 'id' => 474, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:14:14', + 'title' => 'Asia-Pacific Journal of Molecular Biology and Biotechnology', + 'scopus_source_record_id' => '14964', + 'publisher' => 'Universiti Putra Malaysia', + 'issn' => '0128-7451', + ), + 474 => + array ( + 'id' => 475, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:10:00', + 'title' => 'Asia-Pacific Journal of Operational Research', + 'scopus_source_record_id' => '23110', + 'publisher' => 'World Scientific', + 'issn' => '1793-7019', + ), + 475 => + array ( + 'id' => 476, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:10:00', + 'title' => 'Asia-Pacific Journal of Science and Technology', + 'scopus_source_record_id' => '21100871804', + 'publisher' => 'Khon Kaen University,Research and Technology Transfer Affairs Division', + 'issn' => '2539-6293', + ), + 476 => + array ( + 'id' => 477, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:14:14', + 'title' => 'ASM Science Journal', + 'scopus_source_record_id' => '20300195074', + 'publisher' => 'Akademi Sains Malaysia', + 'issn' => '1823-6782', + ), + 477 => + array ( + 'id' => 478, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:14:14', + 'title' => 'Association of Canadian Map Libraries and Archives Bulletin', + 'scopus_source_record_id' => '27508', + 'publisher' => 'Association of Canadian Map Libraries and Archives', + 'issn' => '0840-9331', + ), + 478 => + array ( + 'id' => 479, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:10:01', + 'title' => 'Astrobiology', + 'scopus_source_record_id' => '13090', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1557-8070', + ), + 479 => + array ( + 'id' => 480, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:14:15', + 'title' => 'ATLA Alternatives to Laboratory Animals', + 'scopus_source_record_id' => '26766', + 'publisher' => 'FRAME', + 'issn' => '0261-1929', + ), + 480 => + array ( + 'id' => 481, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:14:15', + 'title' => 'Atmosfera', + 'scopus_source_record_id' => '12079', + 'publisher' => 'Universidad Nacional Autonoma de Mexico', + 'issn' => '0187-6236', + ), + 481 => + array ( + 'id' => 482, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:10:02', + 'title' => 'Atmosphere', + 'scopus_source_record_id' => '15838', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2073-4433', + ), + 482 => + array ( + 'id' => 483, + 'created_at' => '2024-12-02 16:58:51', + 'updated_at' => '2024-12-02 17:10:02', + 'title' => 'Atmosphere - Ocean', + 'scopus_source_record_id' => '12090', + 'publisher' => 'Taylor & Francis', + 'issn' => '1480-9214', + ), + 483 => + array ( + 'id' => 484, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:02', + 'title' => 'Atmospheric and Oceanic Optics', + 'scopus_source_record_id' => '21100431105', + 'publisher' => 'Pleiades Publishing', + 'issn' => '2070-0393', + ), + 484 => + array ( + 'id' => 485, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:02', + 'title' => 'Atmospheric and Oceanic Science Letters', + 'scopus_source_record_id' => '21100913138', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2376-6123', + ), + 485 => + array ( + 'id' => 486, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:02', + 'title' => 'Atmospheric Chemistry and Physics', + 'scopus_source_record_id' => '12091', + 'publisher' => 'Copernicus Publications', + 'issn' => '1680-7324', + ), + 486 => + array ( + 'id' => 487, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:02', + 'title' => 'Atmospheric Environment', + 'scopus_source_record_id' => '23357', + 'publisher' => 'Elsevier', + 'issn' => '1873-2844', + ), + 487 => + array ( + 'id' => 488, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:02', + 'title' => 'Atmospheric Environment: X', + 'scopus_source_record_id' => '21100894508', + 'publisher' => 'Elsevier', + 'issn' => '2590-1621', + ), + 488 => + array ( + 'id' => 489, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:02', + 'title' => 'Atmospheric Measurement Techniques', + 'scopus_source_record_id' => '21100197156', + 'publisher' => 'Copernicus Publications', + 'issn' => '1867-8548', + ), + 489 => + array ( + 'id' => 490, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:14:15', + 'title' => 'Atmospheric Pollution Research', + 'scopus_source_record_id' => '21100254615', + 'publisher' => 'Elsevier', + 'issn' => '1309-1042', + ), + 490 => + array ( + 'id' => 491, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:14:15', + 'title' => 'Atmospheric Research', + 'scopus_source_record_id' => '12092', + 'publisher' => 'Elsevier', + 'issn' => '0169-8095', + ), + 491 => + array ( + 'id' => 492, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:03', + 'title' => 'Atmospheric Science Letters', + 'scopus_source_record_id' => '12093', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1530-261X', + ), + 492 => + array ( + 'id' => 493, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:14:15', + 'title' => 'Atoll Research Bulletin', + 'scopus_source_record_id' => '93709', + 'publisher' => 'Smithsonian National Museum of Natural History', + 'issn' => '0077-5630', + ), + 493 => + array ( + 'id' => 494, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:14:16', + 'title' => 'Atti della Societa Toscana di Scienze Naturali, Memorie Serie B', + 'scopus_source_record_id' => '21100336102', + 'publisher' => 'Graphics Pacini Editore', + 'issn' => '0365-7450', + ), + 494 => + array ( + 'id' => 495, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:14:16', + 'title' => 'Austral Ecology', + 'scopus_source_record_id' => '5000159300', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1442-9985', + ), + 495 => + array ( + 'id' => 496, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:04', + 'title' => 'Austral Entomology', + 'scopus_source_record_id' => '21100305327', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2052-1758', + ), + 496 => + array ( + 'id' => 497, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:10:04', + 'title' => 'Australasian Journal of Environmental Management', + 'scopus_source_record_id' => '5800179628', + 'publisher' => 'Taylor & Francis', + 'issn' => '2159-5356', + ), + 497 => + array ( + 'id' => 498, + 'created_at' => '2024-12-02 16:58:52', + 'updated_at' => '2024-12-02 17:14:16', + 'title' => 'Australasian Journal of Regional Studies', + 'scopus_source_record_id' => '21100786315', + 'publisher' => 'Australia and New Zealand Regional Science Association International Inc. (ANZRSAI)', + 'issn' => '1030-7923', + ), + 498 => + array ( + 'id' => 499, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:10:05', + 'title' => 'Australian Journal of Agricultural and Resource Economics', + 'scopus_source_record_id' => '53554', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1467-8489', + ), + 499 => + array ( + 'id' => 500, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:10:05', + 'title' => 'Australian Journal of Botany', + 'scopus_source_record_id' => '16784', + 'publisher' => 'CSIRO', + 'issn' => '1444-9862', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 501, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:10:05', + 'title' => 'Australian Journal of Chemistry', + 'scopus_source_record_id' => '22716', + 'publisher' => 'CSIRO', + 'issn' => '1445-0038', + ), + 1 => + array ( + 'id' => 502, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:14:17', + 'title' => 'Australian Journal of Earth Sciences', + 'scopus_source_record_id' => '24686', + 'publisher' => 'Taylor & Francis', + 'issn' => '0812-0099', + ), + 2 => + array ( + 'id' => 503, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:10:05', + 'title' => 'Australian Journal of Environmental Education', + 'scopus_source_record_id' => '19600161815', + 'publisher' => 'Cambridge University Press', + 'issn' => '2049-775X', + ), + 3 => + array ( + 'id' => 504, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:10:06', + 'title' => 'Australian Journal of Maritime and Ocean Affairs', + 'scopus_source_record_id' => '21100890390', + 'publisher' => 'Taylor & Francis', + 'issn' => '2333-6498', + ), + 4 => + array ( + 'id' => 505, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:14:17', + 'title' => 'Australian Journal of Water Resources', + 'scopus_source_record_id' => '14500154738', + 'publisher' => 'Taylor & Francis', + 'issn' => '1324-1583', + ), + 5 => + array ( + 'id' => 506, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:14:17', + 'title' => 'Australian Journal of Zoology', + 'scopus_source_record_id' => '24682', + 'publisher' => 'CSIRO', + 'issn' => '0004-959X', + ), + 6 => + array ( + 'id' => 507, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:10:06', + 'title' => 'Australian Mammalogy', + 'scopus_source_record_id' => '17600155018', + 'publisher' => 'CSIRO', + 'issn' => '1836-7402', + ), + 7 => + array ( + 'id' => 508, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:10:07', + 'title' => 'Australian Systematic Botany', + 'scopus_source_record_id' => '16787', + 'publisher' => 'CSIRO', + 'issn' => '1446-5701', + ), + 8 => + array ( + 'id' => 509, + 'created_at' => '2024-12-02 16:58:53', + 'updated_at' => '2024-12-02 17:14:17', + 'title' => 'Austrian Journal of Forest Science', + 'scopus_source_record_id' => '4700152640', + 'publisher' => 'Osterreichischer Agrarverlag Druck und Verlags Gesellschaft m.b.H. Nfg. KG', + 'issn' => '0008-9583', + ), + 9 => + array ( + 'id' => 510, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:07', + 'title' => 'Autophagy', + 'scopus_source_record_id' => '3900148405', + 'publisher' => 'Taylor & Francis', + 'issn' => '1554-8635', + ), + 10 => + array ( + 'id' => 511, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:14:18', + 'title' => 'Avances en Quimica', + 'scopus_source_record_id' => '21100204309', + 'publisher' => 'Univerisdad de Los Andes', + 'issn' => '1856-5301', + ), + 11 => + array ( + 'id' => 512, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:14:18', + 'title' => 'Aviakosmicheskaia i ekologicheskaia meditsina = Aerospace and environmental medicine', + 'scopus_source_record_id' => '28071', + 'publisher' => 'Slovo Ltd', + 'issn' => '0233-528X', + ), + 12 => + array ( + 'id' => 513, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:07', + 'title' => 'Avian Biology Research', + 'scopus_source_record_id' => '16900154702', + 'publisher' => 'Science and Technology Letters', + 'issn' => '1758-1567', + ), + 13 => + array ( + 'id' => 514, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:07', + 'title' => 'Avian Conservation and Ecology', + 'scopus_source_record_id' => '18800156743', + 'publisher' => 'The Resilience Alliance', + 'issn' => '1712-6576', + ), + 14 => + array ( + 'id' => 515, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:07', + 'title' => 'Avian Research', + 'scopus_source_record_id' => '21100468931', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2053-7166', + ), + 15 => + array ( + 'id' => 516, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:08', + 'title' => 'Avicenna Journal of Environmental Health Engineering', + 'scopus_source_record_id' => '21101063835', + 'publisher' => 'Hamadan University of Medical Sciences', + 'issn' => '2423-4583', + ), + 16 => + array ( + 'id' => 517, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:08', + 'title' => 'Avocetta', + 'scopus_source_record_id' => '95387', + 'publisher' => 'Centro Italiano Studi Ornitologici', + 'issn' => '2420-9589', + ), + 17 => + array ( + 'id' => 518, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:08', + 'title' => 'AWWA Water Science', + 'scopus_source_record_id' => '21101056928', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2577-8161', + ), + 18 => + array ( + 'id' => 519, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:08', + 'title' => 'Azerbaijan Chemical Journal', + 'scopus_source_record_id' => '21101033227', + 'publisher' => 'Azerbaijan National Academy of Sciences', + 'issn' => '2522-1841', + ), + 19 => + array ( + 'id' => 520, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:14:19', + 'title' => 'Balkan Journal of Medical Genetics', + 'scopus_source_record_id' => '21733', + 'publisher' => 'Macedonian Academy of Sciences and Arts', + 'issn' => '1311-0160', + ), + 20 => + array ( + 'id' => 521, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:14:19', + 'title' => 'Baltic Journal of Coleopterology', + 'scopus_source_record_id' => '19208', + 'publisher' => 'Baltic Institute of Coleopterology', + 'issn' => '1407-8619', + ), + 21 => + array ( + 'id' => 522, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:14:19', + 'title' => 'Baltica', + 'scopus_source_record_id' => '57252', + 'publisher' => 'Nature Research Centre', + 'issn' => '0067-3064', + ), + 22 => + array ( + 'id' => 523, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:09', + 'title' => 'Bangabandhu Sheikh Mujib Medical University Journal', + 'scopus_source_record_id' => '21101223875', + 'publisher' => 'Bangabandhu Sheikh Mujib Medical University', + 'issn' => '2224-7750', + ), + 23 => + array ( + 'id' => 524, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:09', + 'title' => 'Bangladesh Journal of Multidisciplinary Scientific Research', + 'scopus_source_record_id' => '21101213853', + 'publisher' => 'Centre for Research on Islamic Banking and Finance and Business', + 'issn' => '2687-8518', + ), + 24 => + array ( + 'id' => 525, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:09', + 'title' => 'Banko Janakari', + 'scopus_source_record_id' => '21101051830', + 'publisher' => 'Forest Research and Training Centre (FRTC)', + 'issn' => '2631-2301', + ), + 25 => + array ( + 'id' => 526, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:10:09', + 'title' => 'Basic and Applied Ecology', + 'scopus_source_record_id' => '22800', + 'publisher' => 'Elsevier', + 'issn' => '1618-0089', + ), + 26 => + array ( + 'id' => 527, + 'created_at' => '2024-12-02 16:58:54', + 'updated_at' => '2024-12-02 17:14:19', + 'title' => 'Basic and Applied Herpetology', + 'scopus_source_record_id' => '21100225843', + 'publisher' => 'Asociacion Herpetologica Espanola', + 'issn' => '0213-6686', + ), + 27 => + array ( + 'id' => 528, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:10:09', + 'title' => 'Basrah Journal of Agricultural Sciences', + 'scopus_source_record_id' => '21100945774', + 'publisher' => 'University of Basrah, College of Agriculture', + 'issn' => '1814-5868', + ), + 28 => + array ( + 'id' => 529, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:10:09', + 'title' => 'BBA Advances', + 'scopus_source_record_id' => '21101074914', + 'publisher' => 'Elsevier', + 'issn' => '2667-1603', + ), + 29 => + array ( + 'id' => 530, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:10:10', + 'title' => 'Behavior Genetics', + 'scopus_source_record_id' => '21741', + 'publisher' => 'Springer Nature', + 'issn' => '1573-3297', + ), + 30 => + array ( + 'id' => 531, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:10:10', + 'title' => 'Behavioral Ecology', + 'scopus_source_record_id' => '13151', + 'publisher' => 'Oxford University Press', + 'issn' => '1465-7279', + ), + 31 => + array ( + 'id' => 532, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:10:10', + 'title' => 'Behavioral Ecology and Sociobiology', + 'scopus_source_record_id' => '22803', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0762', + ), + 32 => + array ( + 'id' => 533, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:10:10', + 'title' => 'Behavioral Sciences', + 'scopus_source_record_id' => '21100901748', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2076-328X', + ), + 33 => + array ( + 'id' => 534, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:14:20', + 'title' => 'Beilstein Journal of Organic Chemistry', + 'scopus_source_record_id' => '4400151742', + 'publisher' => 'Beilstein-Institut Zur Forderung der Chemischen Wissenschaften', + 'issn' => '1860-5397', + ), + 34 => + array ( + 'id' => 535, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:10:11', + 'title' => 'Beneficial Microbes', + 'scopus_source_record_id' => '19700201534', + 'publisher' => 'Brill', + 'issn' => '1876-2891', + ), + 35 => + array ( + 'id' => 536, + 'created_at' => '2024-12-02 16:58:55', + 'updated_at' => '2024-12-02 17:10:11', + 'title' => 'Beni-Suef University Journal of Basic and Applied Sciences', + 'scopus_source_record_id' => '21101044928', + 'publisher' => 'Springer Nature', + 'issn' => '2314-8543', + ), + 36 => + array ( + 'id' => 537, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:14:20', + 'title' => 'Berichte Geographie und Landeskunde', + 'scopus_source_record_id' => '21100874193', + 'publisher' => 'Franz Steiner Verlag', + 'issn' => '2196-6184', + ), + 37 => + array ( + 'id' => 538, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:11', + 'title' => 'Bestuur', + 'scopus_source_record_id' => '21101100275', + 'publisher' => 'Sebelas Maret University Faculty of Law', + 'issn' => '2722-4708', + ), + 38 => + array ( + 'id' => 539, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:11', + 'title' => 'Bezopasnost\' Truda v Promyshlennosti', + 'scopus_source_record_id' => '28662', + 'publisher' => 'STC Industrial Safety CJSC', + 'issn' => '2658-5537', + ), + 39 => + array ( + 'id' => 540, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biharean Biologist', + 'scopus_source_record_id' => '21100229103', + 'publisher' => 'Editura Universitati din Oradea', + 'issn' => '2065-1155', + ), + 40 => + array ( + 'id' => 541, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'BIO Integration', + 'scopus_source_record_id' => '21101107165', + 'publisher' => 'Compuscript Ltd.', + 'issn' => '2712-0082', + ), + 41 => + array ( + 'id' => 542, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:14:21', + 'title' => 'Bioacoustics', + 'scopus_source_record_id' => '24714', + 'publisher' => 'Taylor & Francis', + 'issn' => '0952-4622', + ), + 42 => + array ( + 'id' => 543, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:14:21', + 'title' => 'Bioactive Carbohydrates and Dietary Fibre', + 'scopus_source_record_id' => '21100252806', + 'publisher' => 'Elsevier', + 'issn' => '2212-6198', + ), + 43 => + array ( + 'id' => 544, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Bio-Algorithms and Med-Systems', + 'scopus_source_record_id' => '21100786316', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1896-530X', + ), + 44 => + array ( + 'id' => 545, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Bioanalytical Reviews', + 'scopus_source_record_id' => '19400158570', + 'publisher' => 'Springer Nature', + 'issn' => '1867-2094', + ), + 45 => + array ( + 'id' => 546, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Bio-based and Applied Economics', + 'scopus_source_record_id' => '21100781878', + 'publisher' => 'Firenze University Press', + 'issn' => '2280-6172', + ), + 46 => + array ( + 'id' => 547, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biocatalysis and Biotransformation', + 'scopus_source_record_id' => '15393', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-2446', + ), + 47 => + array ( + 'id' => 548, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochar', + 'scopus_source_record_id' => '21101049099', + 'publisher' => 'Springer Nature', + 'issn' => '2524-7867', + ), + 48 => + array ( + 'id' => 549, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemical and Biophysical Research Communications', + 'scopus_source_record_id' => '16845', + 'publisher' => 'Elsevier', + 'issn' => '1090-2104', + ), + 49 => + array ( + 'id' => 550, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemical Genetics', + 'scopus_source_record_id' => '21745', + 'publisher' => 'Springer Nature', + 'issn' => '1573-4927', + ), + 50 => + array ( + 'id' => 551, + 'created_at' => '2024-12-02 16:58:56', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemical Journal', + 'scopus_source_record_id' => '16850', + 'publisher' => 'Portland Press Ltd', + 'issn' => '1470-8728', + ), + 51 => + array ( + 'id' => 552, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemical Pharmacology', + 'scopus_source_record_id' => '20063', + 'publisher' => 'Elsevier', + 'issn' => '1873-2968', + ), + 52 => + array ( + 'id' => 553, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemical Society Transactions', + 'scopus_source_record_id' => '16855', + 'publisher' => 'Portland Press Ltd', + 'issn' => '1470-8752', + ), + 53 => + array ( + 'id' => 554, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:14:21', + 'title' => 'Biochemical Systematics and Ecology', + 'scopus_source_record_id' => '16857', + 'publisher' => 'Elsevier', + 'issn' => '0305-1978', + ), + 54 => + array ( + 'id' => 555, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:14:21', + 'title' => 'Biochemist', + 'scopus_source_record_id' => '5000157003', + 'publisher' => 'Portland Press Ltd', + 'issn' => '0954-982X', + ), + 55 => + array ( + 'id' => 556, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemistry', + 'scopus_source_record_id' => '16867', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-4995', + ), + 56 => + array ( + 'id' => 557, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemistry (Moscow)', + 'scopus_source_record_id' => '16869', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3040', + ), + 57 => + array ( + 'id' => 558, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemistry (Moscow) Supplement Series A: Membrane and Cell Biology', + 'scopus_source_record_id' => '11300153729', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1990-7494', + ), + 58 => + array ( + 'id' => 559, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemistry (Moscow) Supplement Series B: Biomedical Chemistry', + 'scopus_source_record_id' => '11300153743', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1990-7516', + ), + 59 => + array ( + 'id' => 560, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemistry and Biophysics Reports', + 'scopus_source_record_id' => '21100398900', + 'publisher' => 'Elsevier', + 'issn' => '2405-5808', + ), + 60 => + array ( + 'id' => 561, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemistry and Cell Biology', + 'scopus_source_record_id' => '16870', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1208-6002', + ), + 61 => + array ( + 'id' => 562, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemistry and Molecular Biology Education', + 'scopus_source_record_id' => '58622', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1539-3429', + ), + 62 => + array ( + 'id' => 563, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochemistry Research International', + 'scopus_source_record_id' => '19700180557', + 'publisher' => 'Hindawi', + 'issn' => '2090-2255', + ), + 63 => + array ( + 'id' => 564, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochimica et Biophysica Acta - Bioenergetics', + 'scopus_source_record_id' => '16791', + 'publisher' => 'Elsevier', + 'issn' => '1879-2650', + ), + 64 => + array ( + 'id' => 565, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:12', + 'title' => 'Biochimica et Biophysica Acta - Biomembranes', + 'scopus_source_record_id' => '18406', + 'publisher' => 'Elsevier', + 'issn' => '1879-2642', + ), + 65 => + array ( + 'id' => 566, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biochimica et Biophysica Acta - Gene Regulatory Mechanisms', + 'scopus_source_record_id' => '11200153524', + 'publisher' => 'Elsevier', + 'issn' => '1876-4320', + ), + 66 => + array ( + 'id' => 567, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biochimica et Biophysica Acta - General Subjects', + 'scopus_source_record_id' => '16829', + 'publisher' => 'Elsevier', + 'issn' => '1872-8006', + ), + 67 => + array ( + 'id' => 568, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biochimica et Biophysica Acta - Molecular and Cell Biology of Lipids', + 'scopus_source_record_id' => '16831', + 'publisher' => 'Elsevier', + 'issn' => '1879-2618', + ), + 68 => + array ( + 'id' => 569, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biochimica et Biophysica Acta - Molecular Basis of Disease', + 'scopus_source_record_id' => '21722', + 'publisher' => 'Elsevier', + 'issn' => '1879-260X', + ), + 69 => + array ( + 'id' => 570, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biochimica et Biophysica Acta - Molecular Cell Research', + 'scopus_source_record_id' => '18408', + 'publisher' => 'Elsevier', + 'issn' => '1879-2596', + ), + 70 => + array ( + 'id' => 571, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biochimica et Biophysica Acta - Proteins and Proteomics', + 'scopus_source_record_id' => '16832', + 'publisher' => 'Elsevier', + 'issn' => '1878-1454', + ), + 71 => + array ( + 'id' => 572, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biochimica et Biophysica Acta - Reviews on Cancer', + 'scopus_source_record_id' => '80280', + 'publisher' => 'Elsevier', + 'issn' => '1879-2561', + ), + 72 => + array ( + 'id' => 573, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biochimie', + 'scopus_source_record_id' => '16874', + 'publisher' => 'Elsevier', + 'issn' => '6183-1638', + ), + 73 => + array ( + 'id' => 574, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Bioconjugate Chemistry', + 'scopus_source_record_id' => '16876', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-4812', + ), + 74 => + array ( + 'id' => 575, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'BioData Mining', + 'scopus_source_record_id' => '17300154988', + 'publisher' => 'Springer Nature', + 'issn' => '1756-0381', + ), + 75 => + array ( + 'id' => 576, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biodegradation', + 'scopus_source_record_id' => '25711', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9729', + ), + 76 => + array ( + 'id' => 577, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biodemography and Social Biology', + 'scopus_source_record_id' => '17700156447', + 'publisher' => 'Taylor & Francis', + 'issn' => '1948-5573', + ), + 77 => + array ( + 'id' => 578, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'BioDesign Research', + 'scopus_source_record_id' => '21101105303', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '2693-1257', + ), + 78 => + array ( + 'id' => 579, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biodiversitas', + 'scopus_source_record_id' => '21100332431', + 'publisher' => 'Biology department, Sebelas Maret University Surakarta', + 'issn' => '2085-4722', + ), + 79 => + array ( + 'id' => 580, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biodiversity', + 'scopus_source_record_id' => '17700156218', + 'publisher' => 'Taylor & Francis', + 'issn' => '2160-0651', + ), + 80 => + array ( + 'id' => 581, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biodiversity and Conservation', + 'scopus_source_record_id' => '17242', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9710', + ), + 81 => + array ( + 'id' => 582, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:13', + 'title' => 'Biodiversity Data Journal', + 'scopus_source_record_id' => '21100808899', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1314-2828', + ), + 82 => + array ( + 'id' => 583, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:14:22', + 'title' => 'Biodiversity Science', + 'scopus_source_record_id' => '21100826276', + 'publisher' => 'Chinese Academy of Sciences', + 'issn' => '1005-0094', + ), + 83 => + array ( + 'id' => 584, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'BioEssays', + 'scopus_source_record_id' => '13174', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-1878', + ), + 84 => + array ( + 'id' => 585, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biofabrication', + 'scopus_source_record_id' => '19700182917', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '1758-5090', + ), + 85 => + array ( + 'id' => 586, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'BioFactors', + 'scopus_source_record_id' => '16891', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1872-8081', + ), + 86 => + array ( + 'id' => 587, + 'created_at' => '2024-12-02 16:58:57', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biofilm', + 'scopus_source_record_id' => '21101028601', + 'publisher' => 'Elsevier', + 'issn' => '2590-2075', + ), + 87 => + array ( + 'id' => 588, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biofouling', + 'scopus_source_record_id' => '24622', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-2454', + ), + 88 => + array ( + 'id' => 589, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biogeochemistry', + 'scopus_source_record_id' => '16894', + 'publisher' => 'Springer Nature', + 'issn' => '1573-515X', + ), + 89 => + array ( + 'id' => 590, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biogeographia', + 'scopus_source_record_id' => '21100901480', + 'publisher' => 'eScholarship University of California', + 'issn' => '2475-5257', + ), + 90 => + array ( + 'id' => 591, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biogeosciences', + 'scopus_source_record_id' => '130037', + 'publisher' => 'Copernicus Publications', + 'issn' => '1726-4189', + ), + 91 => + array ( + 'id' => 592, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biogeotechnics', + 'scopus_source_record_id' => '21101198591', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2949-9291', + ), + 92 => + array ( + 'id' => 593, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'BioImpacts', + 'scopus_source_record_id' => '21100238633', + 'publisher' => 'Tabriz University of Medical Sciences', + 'issn' => '2228-5660', + ), + 93 => + array ( + 'id' => 594, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Bioinformatics', + 'scopus_source_record_id' => '17945', + 'publisher' => 'Oxford University Press', + 'issn' => '1367-4811', + ), + 94 => + array ( + 'id' => 595, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Bioinformatics Advances', + 'scopus_source_record_id' => '21101136808', + 'publisher' => 'Oxford University Press', + 'issn' => '2635-0041', + ), + 95 => + array ( + 'id' => 596, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:14:22', + 'title' => 'Bioinformatics and Biology Insights', + 'scopus_source_record_id' => '17300154968', + 'publisher' => 'Libertas Academica', + 'issn' => '1177-9322', + ), + 96 => + array ( + 'id' => 597, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Bioinorganic Chemistry and Applications', + 'scopus_source_record_id' => '4000150001', + 'publisher' => 'Hindawi', + 'issn' => '1687-479X', + ), + 97 => + array ( + 'id' => 598, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Bioinspiration and Biomimetics', + 'scopus_source_record_id' => '4700152290', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '1748-3190', + ), + 98 => + array ( + 'id' => 599, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biointerface Research in Applied Chemistry', + 'scopus_source_record_id' => '21100861792', + 'publisher' => 'AMG Transcend Association', + 'issn' => '2069-5837', + ), + 99 => + array ( + 'id' => 600, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:14', + 'title' => 'Biointerphases', + 'scopus_source_record_id' => '19200156922', + 'publisher' => 'American Institute of Physics', + 'issn' => '1559-4106', + ), + 100 => + array ( + 'id' => 601, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'BioInvasions Records', + 'scopus_source_record_id' => '21100790933', + 'publisher' => 'Regional Euro-Asian Biological Invasions Centre', + 'issn' => '2242-1300', + ), + 101 => + array ( + 'id' => 602, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'BioLaw Journal', + 'scopus_source_record_id' => '21100856416', + 'publisher' => 'University of Trento', + 'issn' => '2284-4503', + ), + 102 => + array ( + 'id' => 603, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biologia', + 'scopus_source_record_id' => '9500154033', + 'publisher' => 'Springer Nature', + 'issn' => '1336-9563', + ), + 103 => + array ( + 'id' => 604, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biologia Futura', + 'scopus_source_record_id' => '21101018950', + 'publisher' => 'Akademiai Kiado', + 'issn' => '2676-8607', + ), + 104 => + array ( + 'id' => 605, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biologia Nyssana', + 'scopus_source_record_id' => '21101207439', + 'publisher' => 'University of Nis Faculty of Science and Mathematics', + 'issn' => '2217-4605', + ), + 105 => + array ( + 'id' => 606, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Bulletin', + 'scopus_source_record_id' => '13255', + 'publisher' => 'University of Chicago Press', + 'issn' => '1939-8697', + ), + 106 => + array ( + 'id' => 607, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Chemistry', + 'scopus_source_record_id' => '16900', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1437-4315', + ), + 107 => + array ( + 'id' => 608, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Communications', + 'scopus_source_record_id' => '21100901901', + 'publisher' => 'Saint Petersburg State University', + 'issn' => '2587-5779', + ), + 108 => + array ( + 'id' => 609, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:14:22', + 'title' => 'Biological Conservation', + 'scopus_source_record_id' => '17244', + 'publisher' => 'Elsevier', + 'issn' => '0006-3207', + ), + 109 => + array ( + 'id' => 610, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Invasions', + 'scopus_source_record_id' => '13257', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1464', + ), + 110 => + array ( + 'id' => 611, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Journal of the Linnean Society', + 'scopus_source_record_id' => '29771', + 'publisher' => 'Oxford University Press', + 'issn' => '1095-8312', + ), + 111 => + array ( + 'id' => 612, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Letters', + 'scopus_source_record_id' => '21100782200', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1734-7467', + ), + 112 => + array ( + 'id' => 613, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Models Research and Technology Journal', + 'scopus_source_record_id' => '21101210413', + 'publisher' => 'Brazilian Society for Laboratory Animal Science', + 'issn' => '2675-9225', + ), + 113 => + array ( + 'id' => 614, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Procedures Online', + 'scopus_source_record_id' => '100895', + 'publisher' => 'Springer Nature', + 'issn' => '1480-9222', + ), + 114 => + array ( + 'id' => 615, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Research', + 'scopus_source_record_id' => '13260', + 'publisher' => 'Springer Nature', + 'issn' => '0717-6287', + ), + 115 => + array ( + 'id' => 616, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Reviews', + 'scopus_source_record_id' => '9500153903', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1469-185X', + ), + 116 => + array ( + 'id' => 617, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Rhythm Research', + 'scopus_source_record_id' => '13264', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-4179', + ), + 117 => + array ( + 'id' => 618, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Theory', + 'scopus_source_record_id' => '21101049622', + 'publisher' => 'Springer Nature', + 'issn' => '1555-5550', + ), + 118 => + array ( + 'id' => 619, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biological Trace Element Research', + 'scopus_source_record_id' => '16901', + 'publisher' => 'Springer Nature', + 'issn' => '1559-0720', + ), + 119 => + array ( + 'id' => 620, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biologicni Studii', + 'scopus_source_record_id' => '21101120356', + 'publisher' => 'Ivan Franko National University of Lviv', + 'issn' => '2311-0783', + ), + 120 => + array ( + 'id' => 621, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:15', + 'title' => 'Biologics', + 'scopus_source_record_id' => '21101249031', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-8449', + ), + 121 => + array ( + 'id' => 622, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biologie Aujourd\'hui', + 'scopus_source_record_id' => '19700182145', + 'publisher' => 'EDP Sciences', + 'issn' => '2105-0686', + ), + 122 => + array ( + 'id' => 623, + 'created_at' => '2024-12-02 16:58:58', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biologie in Unserer Zeit', + 'scopus_source_record_id' => '21100200207', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-415X', + ), + 123 => + array ( + 'id' => 624, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biologist', + 'scopus_source_record_id' => '13673', + 'publisher' => 'Institute of Biology', + 'issn' => '2516-5151', + ), + 124 => + array ( + 'id' => 625, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology', + 'scopus_source_record_id' => '21100316035', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2079-7737', + ), + 125 => + array ( + 'id' => 626, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:14:23', + 'title' => 'Biology and Environment', + 'scopus_source_record_id' => '87707', + 'publisher' => 'Royal Irish Academy', + 'issn' => '0791-7945', + ), + 126 => + array ( + 'id' => 627, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology and Fertility of Soils', + 'scopus_source_record_id' => '40981', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0789', + ), + 127 => + array ( + 'id' => 628, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology and Philosophy', + 'scopus_source_record_id' => '13699', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8404', + ), + 128 => + array ( + 'id' => 629, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology Bulletin', + 'scopus_source_record_id' => '13606', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3059', + ), + 129 => + array ( + 'id' => 630, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology Direct', + 'scopus_source_record_id' => '5800173376', + 'publisher' => 'Springer Nature', + 'issn' => '1745-6150', + ), + 130 => + array ( + 'id' => 631, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology Letters', + 'scopus_source_record_id' => '145678', + 'publisher' => 'The Royal Society', + 'issn' => '1744-957X', + ), + 131 => + array ( + 'id' => 632, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology Methods and Protocols', + 'scopus_source_record_id' => '21100976730', + 'publisher' => 'Oxford University Press', + 'issn' => '2396-8923', + ), + 132 => + array ( + 'id' => 633, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology of Extracellular Matrix', + 'scopus_source_record_id' => '21101225410', + 'publisher' => 'Springer Nature', + 'issn' => '2191-1959', + ), + 133 => + array ( + 'id' => 634, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biology Open', + 'scopus_source_record_id' => '21100444312', + 'publisher' => 'Company of Biologists Ltd', + 'issn' => '2046-6390', + ), + 134 => + array ( + 'id' => 635, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biomarkers', + 'scopus_source_record_id' => '28199', + 'publisher' => 'Taylor & Francis', + 'issn' => '1366-5804', + ), + 135 => + array ( + 'id' => 636, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biomaterials and Biosystems', + 'scopus_source_record_id' => '21101118501', + 'publisher' => 'Elsevier', + 'issn' => '2666-5344', + ), + 136 => + array ( + 'id' => 637, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:16', + 'title' => 'Biomath', + 'scopus_source_record_id' => '21100915634', + 'publisher' => 'Institute of Mathematics and Informatics Bulgarian Academy of Sciences', + 'issn' => '1314-7218', + ), + 137 => + array ( + 'id' => 638, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'BioMed Research International', + 'scopus_source_record_id' => '21100230018', + 'publisher' => 'Hindawi', + 'issn' => '2314-6141', + ), + 138 => + array ( + 'id' => 639, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedica', + 'scopus_source_record_id' => '77291', + 'publisher' => 'Instituto Nacional de Salud', + 'issn' => '2590-7379', + ), + 139 => + array ( + 'id' => 640, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedical Chromatography', + 'scopus_source_record_id' => '23942', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-0801', + ), + 140 => + array ( + 'id' => 641, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedical Materials and Devices', + 'scopus_source_record_id' => '21101239951', + 'publisher' => 'Springer Nature', + 'issn' => '2731-4820', + ), + 141 => + array ( + 'id' => 642, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedical Microdevices', + 'scopus_source_record_id' => '28590', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8781', + ), + 142 => + array ( + 'id' => 643, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedical Papers', + 'scopus_source_record_id' => '16481', + 'publisher' => 'Palacky University Olomouc', + 'issn' => '1804-7521', + ), + 143 => + array ( + 'id' => 644, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedical Reports', + 'scopus_source_record_id' => '21100455212', + 'publisher' => 'Spandidos Publications', + 'issn' => '2049-9442', + ), + 144 => + array ( + 'id' => 645, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedical Research (Japan)', + 'scopus_source_record_id' => '52581', + 'publisher' => 'Biomedical Research Foundation', + 'issn' => '1880-313X', + ), + 145 => + array ( + 'id' => 646, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedical Research and Therapy', + 'scopus_source_record_id' => '21100897959', + 'publisher' => 'BiomedPress', + 'issn' => '2198-4093', + ), + 146 => + array ( + 'id' => 647, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'BioMedicine (Taiwan)', + 'scopus_source_record_id' => '21100202159', + 'publisher' => 'China Medical University', + 'issn' => '2211-8039', + ), + 147 => + array ( + 'id' => 648, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomedicines', + 'scopus_source_record_id' => '21100840442', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2227-9059', + ), + 148 => + array ( + 'id' => 649, + 'created_at' => '2024-12-02 16:58:59', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'BioMetals', + 'scopus_source_record_id' => '16919', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8773', + ), + 149 => + array ( + 'id' => 650, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biometrics', + 'scopus_source_record_id' => '28861', + 'publisher' => 'Oxford University Press', + 'issn' => '1541-0420', + ), + 150 => + array ( + 'id' => 651, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biometrika', + 'scopus_source_record_id' => '15049', + 'publisher' => 'Oxford University Press', + 'issn' => '1464-3510', + ), + 151 => + array ( + 'id' => 652, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomimetics', + 'scopus_source_record_id' => '21100944489', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2313-7673', + ), + 152 => + array ( + 'id' => 653, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:17', + 'title' => 'Biomolecular Concepts', + 'scopus_source_record_id' => '21100238622', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1868-503X', + ), + 153 => + array ( + 'id' => 654, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biomolecular NMR Assignments', + 'scopus_source_record_id' => '17400154809', + 'publisher' => 'Springer Nature', + 'issn' => '1874-270X', + ), + 154 => + array ( + 'id' => 655, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biomolecules', + 'scopus_source_record_id' => '21100394188', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2218-273X', + ), + 155 => + array ( + 'id' => 656, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biomolecules and Biomedicine', + 'scopus_source_record_id' => '21101152701', + 'publisher' => 'Association of Basic Medical Sciences of FBIH', + 'issn' => '2831-090X', + ), + 156 => + array ( + 'id' => 657, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biomolecules and Therapeutics', + 'scopus_source_record_id' => '18800156730', + 'publisher' => 'Korean Society of Applied Pharmacology', + 'issn' => '2005-4483', + ), + 157 => + array ( + 'id' => 658, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Bioorganic and Medicinal Chemistry', + 'scopus_source_record_id' => '25786', + 'publisher' => 'Elsevier', + 'issn' => '1464-3391', + ), + 158 => + array ( + 'id' => 659, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Bioorganic and Medicinal Chemistry Letters', + 'scopus_source_record_id' => '25788', + 'publisher' => 'Elsevier', + 'issn' => '1464-3405', + ), + 159 => + array ( + 'id' => 660, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Bioorganic Chemistry', + 'scopus_source_record_id' => '25789', + 'publisher' => 'Elsevier', + 'issn' => '1090-2120', + ), + 160 => + array ( + 'id' => 661, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biopesticides International', + 'scopus_source_record_id' => '21100199515', + 'publisher' => 'Connect Journals', + 'issn' => '0976-9412', + ), + 161 => + array ( + 'id' => 662, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biophysica', + 'scopus_source_record_id' => '21101185616', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-4125', + ), + 162 => + array ( + 'id' => 663, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biophysical Bulletin', + 'scopus_source_record_id' => '21101059300', + 'publisher' => 'V N Karazin Kharkiv National University', + 'issn' => '2075-3829', + ), + 163 => + array ( + 'id' => 664, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biophysical Chemistry', + 'scopus_source_record_id' => '14858', + 'publisher' => 'Elsevier', + 'issn' => '1873-4200', + ), + 164 => + array ( + 'id' => 665, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biophysical Reports', + 'scopus_source_record_id' => '21101094861', + 'publisher' => 'Biophysical Society', + 'issn' => '2667-0747', + ), + 165 => + array ( + 'id' => 666, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biophysical Reviews', + 'scopus_source_record_id' => '19400158558', + 'publisher' => 'Springer Nature', + 'issn' => '1867-2469', + ), + 166 => + array ( + 'id' => 667, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biophysics and physicobiology', + 'scopus_source_record_id' => '21101100717', + 'publisher' => 'Biophysical Society of Japan', + 'issn' => '2189-4779', + ), + 167 => + array ( + 'id' => 668, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biophysics Reports', + 'scopus_source_record_id' => '21101147600', + 'publisher' => 'Science China Press', + 'issn' => '2364-3420', + ), + 168 => + array ( + 'id' => 669, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biopolymers', + 'scopus_source_record_id' => '25799', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-0282', + ), + 169 => + array ( + 'id' => 670, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biopreservation and Biobanking', + 'scopus_source_record_id' => '19700177126', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1947-5543', + ), + 170 => + array ( + 'id' => 671, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Bio-protocol', + 'scopus_source_record_id' => '21101060220', + 'publisher' => 'Bio-protocol LLC', + 'issn' => '2331-8325', + ), + 171 => + array ( + 'id' => 672, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Bioremediation Journal', + 'scopus_source_record_id' => '23359', + 'publisher' => 'Taylor & Francis', + 'issn' => '1547-6529', + ), + 172 => + array ( + 'id' => 673, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'BioRisk', + 'scopus_source_record_id' => '21100200206', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1313-2652', + ), + 173 => + array ( + 'id' => 674, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'Biosaintifika', + 'scopus_source_record_id' => '21101173093', + 'publisher' => 'Universitas Negeri Semarang', + 'issn' => '2338-7610', + ), + 174 => + array ( + 'id' => 675, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:14:24', + 'title' => 'Bioscene', + 'scopus_source_record_id' => '3100147503', + 'publisher' => 'Association of College and Univesity Biology Educators', + 'issn' => '1539-2422', + ), + 175 => + array ( + 'id' => 676, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:18', + 'title' => 'BioScience', + 'scopus_source_record_id' => '13768', + 'publisher' => 'Oxford University Press', + 'issn' => '1525-3244', + ), + 176 => + array ( + 'id' => 677, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Bioscience of Microbiota, Food and Health', + 'scopus_source_record_id' => '21100864540', + 'publisher' => 'BMFH Press', + 'issn' => '2186-3342', + ), + 177 => + array ( + 'id' => 678, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Bioscience Reports', + 'scopus_source_record_id' => '18425', + 'publisher' => 'Portland Press Ltd', + 'issn' => '1573-4935', + ), + 178 => + array ( + 'id' => 679, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'BioScience Trends', + 'scopus_source_record_id' => '19700173162', + 'publisher' => 'International Advancement Center for Medicine and Health Research Co., Ltd.', + 'issn' => '1881-7823', + ), + 179 => + array ( + 'id' => 680, + 'created_at' => '2024-12-02 16:59:00', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Bioscience, Biotechnology and Biochemistry', + 'scopus_source_record_id' => '15432', + 'publisher' => 'Oxford University Press', + 'issn' => '1347-6947', + ), + 180 => + array ( + 'id' => 681, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'BioSystems', + 'scopus_source_record_id' => '13794', + 'publisher' => 'Elsevier', + 'issn' => '1872-8324', + ), + 181 => + array ( + 'id' => 682, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Biosystems Diversity', + 'scopus_source_record_id' => '21100925728', + 'publisher' => 'Oles Honchar Dnipro National University', + 'issn' => '2520-2529', + ), + 182 => + array ( + 'id' => 683, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Biota Neotropica', + 'scopus_source_record_id' => '11700154374', + 'publisher' => 'Centro de Referencia em Informacao Ambiental', + 'issn' => '1676-0603', + ), + 183 => + array ( + 'id' => 684, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'BioTech', + 'scopus_source_record_id' => '21101044541', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-6284', + ), + 184 => + array ( + 'id' => 685, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Biotech Studies', + 'scopus_source_record_id' => '21101169888', + 'publisher' => 'Field Crops Central Research Institute', + 'issn' => '2757-5233', + ), + 185 => + array ( + 'id' => 686, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'BioTechniques', + 'scopus_source_record_id' => '15459', + 'publisher' => 'Taylor & Francis', + 'issn' => '1940-9818', + ), + 186 => + array ( + 'id' => 687, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Biotechnology and Genetic Engineering Reviews', + 'scopus_source_record_id' => '15490', + 'publisher' => 'Taylor & Francis', + 'issn' => '2046-5556', + ), + 187 => + array ( + 'id' => 688, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Biotechnology for Biofuels and Bioproducts', + 'scopus_source_record_id' => '21101072019', + 'publisher' => 'Springer Nature', + 'issn' => '2731-3654', + ), + 188 => + array ( + 'id' => 689, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Biotechnology Law Report', + 'scopus_source_record_id' => '15513', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1557-8704', + ), + 189 => + array ( + 'id' => 690, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Biotropia', + 'scopus_source_record_id' => '20500195080', + 'publisher' => 'Southeast Asian Regional Centre for Tropical Biology (SEAMEO BIOTROP)', + 'issn' => '1907-770X', + ), + 190 => + array ( + 'id' => 691, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:19', + 'title' => 'Biotropica', + 'scopus_source_record_id' => '13817', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1744-7429', + ), + 191 => + array ( + 'id' => 692, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:20', + 'title' => 'Bird Conservation International', + 'scopus_source_record_id' => '21017', + 'publisher' => 'Cambridge University Press', + 'issn' => '1474-0001', + ), + 192 => + array ( + 'id' => 693, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:20', + 'title' => 'Bird Study', + 'scopus_source_record_id' => '21469', + 'publisher' => 'Taylor & Francis', + 'issn' => '1944-6705', + ), + 193 => + array ( + 'id' => 694, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:20', + 'title' => 'Birds', + 'scopus_source_record_id' => '21101157750', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-6004', + ), + 194 => + array ( + 'id' => 695, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:20', + 'title' => 'Birkhauser Advances in Infectious Diseases', + 'scopus_source_record_id' => '21100848497', + 'publisher' => 'Springer Nature', + 'issn' => '2504-3838', + ), + 195 => + array ( + 'id' => 696, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:20', + 'title' => 'Blood', + 'scopus_source_record_id' => '25454', + 'publisher' => 'Elsevier', + 'issn' => '1528-0020', + ), + 196 => + array ( + 'id' => 697, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:20', + 'title' => 'Blood Cancer Discovery', + 'scopus_source_record_id' => '21101133552', + 'publisher' => 'NLM (Medline)', + 'issn' => '2643-3249', + ), + 197 => + array ( + 'id' => 698, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:20', + 'title' => 'Blood Cells, Molecules, and Diseases', + 'scopus_source_record_id' => '25467', + 'publisher' => 'Elsevier', + 'issn' => '1096-0961', + ), + 198 => + array ( + 'id' => 699, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:20', + 'title' => 'Blue-Green Systems', + 'scopus_source_record_id' => '21101089362', + 'publisher' => 'IWA Publishing', + 'issn' => '2617-4782', + ), + 199 => + array ( + 'id' => 700, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:14:25', + 'title' => 'Blumea: Journal of Plant Taxonomy and Plant Geography', + 'scopus_source_record_id' => '17265', + 'publisher' => 'National Herbarium Nederland', + 'issn' => '0006-5196', + ), + 200 => + array ( + 'id' => 701, + 'created_at' => '2024-12-02 16:59:01', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMB Reports', + 'scopus_source_record_id' => '11900154329', + 'publisher' => 'The Biochemical Society of the Republic of Korea', + 'issn' => '1976-670X', + ), + 201 => + array ( + 'id' => 702, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Bioinformatics', + 'scopus_source_record_id' => '17929', + 'publisher' => 'Springer Nature', + 'issn' => '1471-2105', + ), + 202 => + array ( + 'id' => 703, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Biology', + 'scopus_source_record_id' => '13096', + 'publisher' => 'Springer Nature', + 'issn' => '1741-7007', + ), + 203 => + array ( + 'id' => 704, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Cancer', + 'scopus_source_record_id' => '28747', + 'publisher' => 'Springer Nature', + 'issn' => '1471-2407', + ), + 204 => + array ( + 'id' => 705, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Chemistry', + 'scopus_source_record_id' => '21100940514', + 'publisher' => 'Springer Nature', + 'issn' => '2661-801X', + ), + 205 => + array ( + 'id' => 706, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Ecology and Evolution', + 'scopus_source_record_id' => '13115', + 'publisher' => 'Springer Nature', + 'issn' => '1472-6785', + ), + 206 => + array ( + 'id' => 707, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Genomic Data', + 'scopus_source_record_id' => '21101038704', + 'publisher' => 'Springer Nature', + 'issn' => '2730-6844', + ), + 207 => + array ( + 'id' => 708, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Genomics', + 'scopus_source_record_id' => '21727', + 'publisher' => 'Springer Nature', + 'issn' => '1471-2164', + ), + 208 => + array ( + 'id' => 709, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Medical Genomics', + 'scopus_source_record_id' => '17300154707', + 'publisher' => 'Springer Nature', + 'issn' => '1755-8794', + ), + 209 => + array ( + 'id' => 710, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Microbiology', + 'scopus_source_record_id' => '19633', + 'publisher' => 'Springer Nature', + 'issn' => '1471-2180', + ), + 210 => + array ( + 'id' => 711, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Molecular and Cell Biology', + 'scopus_source_record_id' => '21100908411', + 'publisher' => 'Springer Nature', + 'issn' => '2661-8850', + ), + 211 => + array ( + 'id' => 712, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Proceedings', + 'scopus_source_record_id' => '21100200806', + 'publisher' => 'Springer Nature', + 'issn' => '1753-6561', + ), + 212 => + array ( + 'id' => 713, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:21', + 'title' => 'BMC Research Notes', + 'scopus_source_record_id' => '19600166028', + 'publisher' => 'Springer Nature', + 'issn' => '1756-0500', + ), + 213 => + array ( + 'id' => 714, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:22', + 'title' => 'Bois et Forets des Tropiques', + 'scopus_source_record_id' => '19900191982', + 'publisher' => 'CIRAD', + 'issn' => '1777-5760', + ), + 214 => + array ( + 'id' => 715, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:10:22', + 'title' => 'Boletim do Instituto de Pesca', + 'scopus_source_record_id' => '19700176046', + 'publisher' => 'Instytut Technologii Drewna', + 'issn' => '1678-2305', + ), + 215 => + array ( + 'id' => 716, + 'created_at' => '2024-12-02 16:59:02', + 'updated_at' => '2024-12-02 17:14:26', + 'title' => 'Boletim Paranaense de Geosciencias', + 'scopus_source_record_id' => '66571', + 'publisher' => 'Universidade Federal do Parana', + 'issn' => '0067-964X', + ), + 216 => + array ( + 'id' => 717, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:22', + 'title' => 'Boletin de Ciencias de la Tierra', + 'scopus_source_record_id' => '21101204535', + 'publisher' => 'Universidad Nacional de Colombia', + 'issn' => '2357-3740', + ), + 217 => + array ( + 'id' => 718, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:22', + 'title' => 'Boletin de Estadistica e Investigacion Operativa', + 'scopus_source_record_id' => '21100313916', + 'publisher' => 'Sociedad de Estadistica e Investigacion Operativa', + 'issn' => '2387-1725', + ), + 218 => + array ( + 'id' => 719, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:14:26', + 'title' => 'Boletin de la Asociacion Espanola de Entomologia', + 'scopus_source_record_id' => '21101046165', + 'publisher' => 'Asociacion espanola de Entomologia', + 'issn' => '0210-8984', + ), + 219 => + array ( + 'id' => 720, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:22', + 'title' => 'Boletin de la Sociedad Argentina de Botanica', + 'scopus_source_record_id' => '21100211763', + 'publisher' => 'Sociedad Argentina de Botanica', + 'issn' => '1851-2372', + ), + 220 => + array ( + 'id' => 721, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:14:26', + 'title' => 'Boletin de la Sociedad Geologica Mexicana', + 'scopus_source_record_id' => '15600154707', + 'publisher' => 'Sociedad Geologica Mexicana', + 'issn' => '1405-3322', + ), + 221 => + array ( + 'id' => 722, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:23', + 'title' => 'Bolleti de la Societat d\'Historia Natural de les Balears', + 'scopus_source_record_id' => '24816', + 'publisher' => 'Societat d\'Historia Natural de les Balears', + 'issn' => '2444-8192', + ), + 222 => + array ( + 'id' => 723, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:14:27', + 'title' => 'Bonn Zoological Bulletin', + 'scopus_source_record_id' => '21100244623', + 'publisher' => 'Zoologisches Forschungsmuseum Alexander Koenig', + 'issn' => '2190-7307', + ), + 223 => + array ( + 'id' => 724, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:14:27', + 'title' => 'Boreal Environment Research', + 'scopus_source_record_id' => '23840', + 'publisher' => 'Finnish Environment Institute', + 'issn' => '1239-6095', + ), + 224 => + array ( + 'id' => 725, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:23', + 'title' => 'Boreas', + 'scopus_source_record_id' => '25101', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1502-3885', + ), + 225 => + array ( + 'id' => 726, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:23', + 'title' => 'Borneo Journal of Resource Science and Technology', + 'scopus_source_record_id' => '21101068177', + 'publisher' => 'Universiti Malaysia Sarawak', + 'issn' => '0128-2972', + ), + 226 => + array ( + 'id' => 727, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:23', + 'title' => 'Botanica', + 'scopus_source_record_id' => '21101067073', + 'publisher' => 'Nature Research Centre', + 'issn' => '2538-8657', + ), + 227 => + array ( + 'id' => 728, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:23', + 'title' => 'Botanica Complutensis', + 'scopus_source_record_id' => '17287', + 'publisher' => 'Biblioteca de la Universidad Complutense de Madrid', + 'issn' => '1988-2874', + ), + 228 => + array ( + 'id' => 729, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Botanica Marina', + 'scopus_source_record_id' => '17300', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1437-4323', + ), + 229 => + array ( + 'id' => 730, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Botanica Pacifica', + 'scopus_source_record_id' => '21100806944', + 'publisher' => 'Botanical Garden-Institute', + 'issn' => '2410-3713', + ), + 230 => + array ( + 'id' => 731, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Botanical Journal of the Linnean Society', + 'scopus_source_record_id' => '19328', + 'publisher' => 'Oxford University Press', + 'issn' => '1095-8339', + ), + 231 => + array ( + 'id' => 732, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Botanical Review', + 'scopus_source_record_id' => '11400153301', + 'publisher' => 'Springer Nature', + 'issn' => '1874-9372', + ), + 232 => + array ( + 'id' => 733, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Botanikai Kozlemenyek', + 'scopus_source_record_id' => '21100810659', + 'publisher' => 'Magyar Biologiai Tarsasag (Hungarian Biological Society)', + 'issn' => '2415-9662', + ), + 233 => + array ( + 'id' => 734, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Botany', + 'scopus_source_record_id' => '12300154714', + 'publisher' => 'Canadian Science Publishing', + 'issn' => '1916-2804', + ), + 234 => + array ( + 'id' => 735, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Bothalia', + 'scopus_source_record_id' => '17323', + 'publisher' => 'South African National Biodiversity Institute', + 'issn' => '2311-9284', + ), + 235 => + array ( + 'id' => 736, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Boundary-Layer Meteorology', + 'scopus_source_record_id' => '12132', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1472', + ), + 236 => + array ( + 'id' => 737, + 'created_at' => '2024-12-02 16:59:03', + 'updated_at' => '2024-12-02 17:10:24', + 'title' => 'Brain Research', + 'scopus_source_record_id' => '14346', + 'publisher' => 'Elsevier', + 'issn' => '1872-6240', + ), + 237 => + array ( + 'id' => 738, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:14:27', + 'title' => 'Brazilian Archives of Biology and Technology', + 'scopus_source_record_id' => '145331', + 'publisher' => 'Instituto de Tecnologia do Parana', + 'issn' => '1516-8913', + ), + 238 => + array ( + 'id' => 739, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Brazilian Journal of Biology', + 'scopus_source_record_id' => '13841', + 'publisher' => 'Instituto Internacional de Ecologia', + 'issn' => '1678-4375', + ), + 239 => + array ( + 'id' => 740, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Brazilian Journal of Biometrics', + 'scopus_source_record_id' => '21101184778', + 'publisher' => 'Universidade Federal de Lavras -Departamento de Estatistica', + 'issn' => '2764-5290', + ), + 240 => + array ( + 'id' => 741, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Brazilian Journal of Geology', + 'scopus_source_record_id' => '21100266566', + 'publisher' => 'Sociedade Brasileira de Geologia', + 'issn' => '2317-4692', + ), + 241 => + array ( + 'id' => 742, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Brazilian Journal of Medical and Biological Research', + 'scopus_source_record_id' => '28675', + 'publisher' => 'Associacao Brasileira de Divulgacao Cientifica', + 'issn' => '1414-431X', + ), + 242 => + array ( + 'id' => 743, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Brazilian Journal of Microbiology', + 'scopus_source_record_id' => '130143', + 'publisher' => 'Springer Nature', + 'issn' => '1678-4405', + ), + 243 => + array ( + 'id' => 744, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Brazilian Journal of Operations and Production Management', + 'scopus_source_record_id' => '21101046369', + 'publisher' => 'Associacao Brasileira de Engenharia de Producao', + 'issn' => '2237-8960', + ), + 244 => + array ( + 'id' => 745, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Breeding Science', + 'scopus_source_record_id' => '76879', + 'publisher' => 'Japanese Society of Breeding', + 'issn' => '1347-3735', + ), + 245 => + array ( + 'id' => 746, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Briefings in Bioinformatics', + 'scopus_source_record_id' => '17956', + 'publisher' => 'Oxford University Press', + 'issn' => '1477-4054', + ), + 246 => + array ( + 'id' => 747, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:25', + 'title' => 'Briefings in Functional Genomics', + 'scopus_source_record_id' => '19700175823', + 'publisher' => 'Oxford University Press', + 'issn' => '2041-2657', + ), + 247 => + array ( + 'id' => 748, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:14:28', + 'title' => 'Brill\'s Series in the History of the Environment', + 'scopus_source_record_id' => '21100425319', + 'publisher' => 'Brill', + 'issn' => '1876-6595', + ), + 248 => + array ( + 'id' => 749, + 'created_at' => '2024-12-02 16:59:04', + 'updated_at' => '2024-12-02 17:10:26', + 'title' => 'British Journal of Biomedical Science', + 'scopus_source_record_id' => '26784', + 'publisher' => 'Institute of Biomedical Science (IBMS)', + 'issn' => '2474-0896', + ), + 249 => + array ( + 'id' => 750, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:14:29', + 'title' => 'British Journal of Politics and International Relations', + 'scopus_source_record_id' => '130158', + 'publisher' => 'SAGE', + 'issn' => '1369-1481', + ), + 250 => + array ( + 'id' => 751, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:10:27', + 'title' => 'Brittonia', + 'scopus_source_record_id' => '17349', + 'publisher' => 'Springer Nature', + 'issn' => '1938-436X', + ), + 251 => + array ( + 'id' => 752, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:14:29', + 'title' => 'Brukenthal. Acta Musei', + 'scopus_source_record_id' => '21100223157', + 'publisher' => 'Brukenthal National Museum', + 'issn' => '1842-2691', + ), + 252 => + array ( + 'id' => 753, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:14:29', + 'title' => 'Bryologist', + 'scopus_source_record_id' => '17374', + 'publisher' => 'American Bryological and Lichenological Society Inc.', + 'issn' => '0007-2745', + ), + 253 => + array ( + 'id' => 754, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:10:27', + 'title' => 'BSGF - Earth Sciences Bulletin', + 'scopus_source_record_id' => '26352', + 'publisher' => 'Societe Geologique de France', + 'issn' => '1777-5817', + ), + 254 => + array ( + 'id' => 755, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:10:27', + 'title' => 'BSGLg', + 'scopus_source_record_id' => '13098', + 'publisher' => 'Societe Geographique de Liege', + 'issn' => '2507-0711', + ), + 255 => + array ( + 'id' => 756, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:10:27', + 'title' => 'Buildings and Cities', + 'scopus_source_record_id' => '21101107314', + 'publisher' => 'Ubiquity Press', + 'issn' => '2632-6655', + ), + 256 => + array ( + 'id' => 757, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:10:28', + 'title' => 'Bulgarian Chemical Communications', + 'scopus_source_record_id' => '19700175454', + 'publisher' => 'Bulgarska Akademiya na Naukite', + 'issn' => '2534-9899', + ), + 257 => + array ( + 'id' => 758, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:14:30', + 'title' => 'Bulgarian Journal of Agricultural Science', + 'scopus_source_record_id' => '19400157213', + 'publisher' => 'Agricultural Academy', + 'issn' => '1310-0351', + ), + 258 => + array ( + 'id' => 759, + 'created_at' => '2024-12-02 16:59:05', + 'updated_at' => '2024-12-02 17:10:28', + 'title' => 'Bulleten\' Pocvennogo Instituta Imeni V.V. Dokucaeva', + 'scopus_source_record_id' => '21101105299', + 'publisher' => 'V.V. Dokuchaev Soil Science Institute', + 'issn' => '2312-4202', + ), + 259 => + array ( + 'id' => 760, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:10:28', + 'title' => 'Bulletin de la Societe Royale des Sciences de Liege', + 'scopus_source_record_id' => '24843', + 'publisher' => 'Societe Royale des Sciences de Liege', + 'issn' => '1783-5720', + ), + 260 => + array ( + 'id' => 761, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:14:30', + 'title' => 'Bulletin de la Societe Vaudoise des Sciences Naturelles', + 'scopus_source_record_id' => '37540', + 'publisher' => 'Societe Vaudoise des Sciences Naturelles', + 'issn' => '0037-9603', + ), + 261 => + array ( + 'id' => 762, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:14:30', + 'title' => 'Bulletin de l\'Institut Scientifique, Section Sciences de la Terre', + 'scopus_source_record_id' => '21100239850', + 'publisher' => 'Universite Mohammed V de Rabat - Institut Scientifique', + 'issn' => '1114-6834', + ), + 262 => + array ( + 'id' => 763, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin Mensuel de la Societe Linneenne de Lyon', + 'scopus_source_record_id' => '21100241676', + 'publisher' => 'Societe Linneenne de Lyon', + 'issn' => '0366-1326', + ), + 263 => + array ( + 'id' => 764, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:10:28', + 'title' => 'Bulletin of Atmospheric Science and Technology', + 'scopus_source_record_id' => '21101153206', + 'publisher' => 'Springer Nature', + 'issn' => '2662-1509', + ), + 264 => + array ( + 'id' => 765, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:10:28', + 'title' => 'Bulletin of Canadian Energy Geoscience', + 'scopus_source_record_id' => '21101158603', + 'publisher' => 'Canadian Society of Petroleum Geology', + 'issn' => '2816-2188', + ), + 265 => + array ( + 'id' => 766, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of Chemical Reaction Engineering and Catalysis', + 'scopus_source_record_id' => '19900191860', + 'publisher' => 'Masyarakat Katalis Indonesia - Indonesian Catalyst Society (MKICS)', + 'issn' => '1978-2993', + ), + 266 => + array ( + 'id' => 767, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of Environmental Contamination and Toxicology', + 'scopus_source_record_id' => '24624', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0800', + ), + 267 => + array ( + 'id' => 768, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of Experimental Biology and Medicine', + 'scopus_source_record_id' => '13843', + 'publisher' => 'Springer Nature', + 'issn' => '1573-8221', + ), + 268 => + array ( + 'id' => 769, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of Geophysics and Oceanography', + 'scopus_source_record_id' => '21101073291', + 'publisher' => 'Istituto Nazionale di Oceanografia e di Geofisica Sperimentale', + 'issn' => '2785-2970', + ), + 269 => + array ( + 'id' => 770, + 'created_at' => '2024-12-02 16:59:06', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of Geosciences', + 'scopus_source_record_id' => '63670', + 'publisher' => 'Czech Geological Survey', + 'issn' => '1214-1119', + ), + 270 => + array ( + 'id' => 771, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of Marine Science', + 'scopus_source_record_id' => '26788', + 'publisher' => 'Rosenstiel School of Marine and Atmospheric Science', + 'issn' => '0007-4977', + ), + 271 => + array ( + 'id' => 772, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of Mathematical Biology', + 'scopus_source_record_id' => '13845', + 'publisher' => 'Springer Nature', + 'issn' => '1522-9602', + ), + 272 => + array ( + 'id' => 773, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of Pharmaceutical Sciences, Assiut', + 'scopus_source_record_id' => '21100204921', + 'publisher' => 'Assiut University, Faculty of Pharmacy', + 'issn' => '1110-0052', + ), + 273 => + array ( + 'id' => 774, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of the American Meteorological Society', + 'scopus_source_record_id' => '12074', + 'publisher' => 'American Meteorological Society', + 'issn' => '1520-0477', + ), + 274 => + array ( + 'id' => 775, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of the American Museum of Natural History', + 'scopus_source_record_id' => '24135', + 'publisher' => 'American Museum of Natural History Library', + 'issn' => '0003-0090', + ), + 275 => + array ( + 'id' => 776, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of the British Ornithologists\' Club', + 'scopus_source_record_id' => '19700201420', + 'publisher' => 'British Ornithologist\'s Club', + 'issn' => '0007-1595', + ), + 276 => + array ( + 'id' => 777, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of the Chemical Society of Ethiopia', + 'scopus_source_record_id' => '23343', + 'publisher' => 'Chemical Society of Ethiopia', + 'issn' => '1726-801X', + ), + 277 => + array ( + 'id' => 778, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of the Chemical Society of Japan', + 'scopus_source_record_id' => '23345', + 'publisher' => 'Chemical Society of Japan', + 'issn' => '1348-0634', + ), + 278 => + array ( + 'id' => 779, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of the European Association of Fish Pathologists', + 'scopus_source_record_id' => '21502', + 'publisher' => 'FRS Marine Laboratory', + 'issn' => '0108-0288', + ), + 279 => + array ( + 'id' => 780, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of the Geological Society of Malaysia', + 'scopus_source_record_id' => '17300154938', + 'publisher' => 'Persatuan Geologi Malaysia', + 'issn' => '0126-6187', + ), + 280 => + array ( + 'id' => 781, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of the Georgian National Academy of Sciences', + 'scopus_source_record_id' => '21100199522', + 'publisher' => 'Georgian National Academy of Sciences', + 'issn' => '0132-1447', + ), + 281 => + array ( + 'id' => 782, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of the Iraq Natural History Museum', + 'scopus_source_record_id' => '21100858121', + 'publisher' => 'University of Baghdad - Iraq Natural History Reseach Center and Museum', + 'issn' => '2311-9799', + ), + 282 => + array ( + 'id' => 783, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:14:31', + 'title' => 'Bulletin of the Kanagawa Prefectural Museum, Natural Science', + 'scopus_source_record_id' => '23692', + 'publisher' => 'Kanagawa Prefectural Museum of Natural History', + 'issn' => '0453-1906', + ), + 283 => + array ( + 'id' => 784, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:10:29', + 'title' => 'Bulletin of the Korean Chemical Society', + 'scopus_source_record_id' => '24725', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1229-5949', + ), + 284 => + array ( + 'id' => 785, + 'created_at' => '2024-12-02 16:59:07', + 'updated_at' => '2024-12-02 17:10:30', + 'title' => 'Bulletin of the Peabody Museum of Natural History', + 'scopus_source_record_id' => '19900192437', + 'publisher' => 'Peabody Museum of Natural History', + 'issn' => '2162-4135', + ), + 285 => + array ( + 'id' => 786, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:10:30', + 'title' => 'Business Ethics, the Environment and Responsibility', + 'scopus_source_record_id' => '21101053582', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2694-6424', + ), + 286 => + array ( + 'id' => 787, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:10:30', + 'title' => 'Business Strategy and the Environment', + 'scopus_source_record_id' => '23406', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-0836', + ), + 287 => + array ( + 'id' => 788, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:10:31', + 'title' => 'Business, Management and Economics Engineering', + 'scopus_source_record_id' => '21101050920', + 'publisher' => 'Vilnius Gediminas Technical University', + 'issn' => '2669-249X', + ), + 288 => + array ( + 'id' => 789, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:10:31', + 'title' => 'CAB Reviews: Perspectives in Agriculture, Veterinary Science, Nutrition and Natural Resources', + 'scopus_source_record_id' => '19400158376', + 'publisher' => 'CABI International', + 'issn' => '1749-8848', + ), + 289 => + array ( + 'id' => 790, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:10:31', + 'title' => 'CABI Agriculture and Bioscience', + 'scopus_source_record_id' => '21101151829', + 'publisher' => 'Springer Nature', + 'issn' => '2662-4044', + ), + 290 => + array ( + 'id' => 791, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:10:31', + 'title' => 'Cahiers Agricultures', + 'scopus_source_record_id' => '5300152523', + 'publisher' => 'EDP Sciences', + 'issn' => '1777-5949', + ), + 291 => + array ( + 'id' => 792, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:10:31', + 'title' => 'Cahiers de Biologie Marine', + 'scopus_source_record_id' => '13868', + 'publisher' => 'Station Biologique de Roscoff', + 'issn' => '2262-3094', + ), + 292 => + array ( + 'id' => 793, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:14:33', + 'title' => 'California Fish and Game', + 'scopus_source_record_id' => '24764', + 'publisher' => 'Department of Fish and Game', + 'issn' => '0008-1078', + ), + 293 => + array ( + 'id' => 794, + 'created_at' => '2024-12-02 16:59:08', + 'updated_at' => '2024-12-02 17:14:33', + 'title' => 'Calphad: Computer Coupling of Phase Diagrams and Thermochemistry', + 'scopus_source_record_id' => '24593', + 'publisher' => 'Elsevier', + 'issn' => '0364-5916', + ), + 294 => + array ( + 'id' => 795, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Entomologist', + 'scopus_source_record_id' => '19716', + 'publisher' => 'Cambridge University Press', + 'issn' => '1918-3240', + ), + 295 => + array ( + 'id' => 796, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:14:33', + 'title' => 'Canadian Field-Naturalist', + 'scopus_source_record_id' => '20071', + 'publisher' => 'Canadian Field-Naturalists\' Club', + 'issn' => '0008-3550', + ), + 296 => + array ( + 'id' => 797, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Journal of Agricultural Economics', + 'scopus_source_record_id' => '65131', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1744-7976', + ), + 297 => + array ( + 'id' => 798, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Journal of Chemistry', + 'scopus_source_record_id' => '22745', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1480-3291', + ), + 298 => + array ( + 'id' => 799, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Journal of Civil Engineering', + 'scopus_source_record_id' => '14976', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1208-6029', + ), + 299 => + array ( + 'id' => 800, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Journal of Earth Sciences', + 'scopus_source_record_id' => '22031', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1480-3313', + ), + 300 => + array ( + 'id' => 801, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Journal of Fisheries and Aquatic Sciences', + 'scopus_source_record_id' => '12016', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1205-7533', + ), + 301 => + array ( + 'id' => 802, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Journal of Forest Research', + 'scopus_source_record_id' => '25639', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1208-6037', + ), + 302 => + array ( + 'id' => 803, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Journal of Microbiology', + 'scopus_source_record_id' => '19649', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1480-3275', + ), + 303 => + array ( + 'id' => 804, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:32', + 'title' => 'Canadian Journal of Remote Sensing', + 'scopus_source_record_id' => '13809', + 'publisher' => 'Taylor & Francis', + 'issn' => '1712-7971', + ), + 304 => + array ( + 'id' => 805, + 'created_at' => '2024-12-02 16:59:09', + 'updated_at' => '2024-12-02 17:10:33', + 'title' => 'Canadian Journal of Zoology', + 'scopus_source_record_id' => '24765', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1480-3283', + ), + 305 => + array ( + 'id' => 806, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:14:34', + 'title' => 'Canadian Water Resources Journal', + 'scopus_source_record_id' => '16286', + 'publisher' => 'Taylor & Francis', + 'issn' => '0701-1784', + ), + 306 => + array ( + 'id' => 807, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:33', + 'title' => 'Cancer Biomarkers', + 'scopus_source_record_id' => '5200153018', + 'publisher' => 'IOS Press', + 'issn' => '1875-8592', + ), + 307 => + array ( + 'id' => 808, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:33', + 'title' => 'Cancer Cell International', + 'scopus_source_record_id' => '29094', + 'publisher' => 'Springer Nature', + 'issn' => '1475-2867', + ), + 308 => + array ( + 'id' => 809, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:33', + 'title' => 'Cancer Gene Therapy', + 'scopus_source_record_id' => '29127', + 'publisher' => 'Springer Nature', + 'issn' => '1476-5500', + ), + 309 => + array ( + 'id' => 810, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:33', + 'title' => 'Cancer Genetics', + 'scopus_source_record_id' => '19700202610', + 'publisher' => 'Elsevier', + 'issn' => '2210-7770', + ), + 310 => + array ( + 'id' => 811, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:33', + 'title' => 'Cancer Genomics and Proteomics', + 'scopus_source_record_id' => '130074', + 'publisher' => 'International Institute of Anticancer Research', + 'issn' => '1790-6245', + ), + 311 => + array ( + 'id' => 812, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:14:35', + 'title' => 'Candollea', + 'scopus_source_record_id' => '145635', + 'publisher' => 'Editions des Conservatoire et Jardin Botanique', + 'issn' => '0373-2967', + ), + 312 => + array ( + 'id' => 813, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Capitalism, Nature, Socialism', + 'scopus_source_record_id' => '16777', + 'publisher' => 'Taylor & Francis', + 'issn' => '1548-3290', + ), + 313 => + array ( + 'id' => 814, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Caraka Tani: Journal of Sustainable Agriculture', + 'scopus_source_record_id' => '21101121582', + 'publisher' => 'Sebelas Maret University', + 'issn' => '2599-2570', + ), + 314 => + array ( + 'id' => 815, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbohydrate Chemistry', + 'scopus_source_record_id' => '21100267917', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1465-1963', + ), + 315 => + array ( + 'id' => 816, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbohydrate Polymer Technologies and Applications', + 'scopus_source_record_id' => '21101082065', + 'publisher' => 'Elsevier', + 'issn' => '2666-8939', + ), + 316 => + array ( + 'id' => 817, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbohydrate Polymers', + 'scopus_source_record_id' => '25801', + 'publisher' => 'Elsevier', + 'issn' => '1879-1344', + ), + 317 => + array ( + 'id' => 818, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbohydrate Research', + 'scopus_source_record_id' => '25803', + 'publisher' => 'Elsevier', + 'issn' => '1873-426X', + ), + 318 => + array ( + 'id' => 819, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:14:35', + 'title' => 'Carbon', + 'scopus_source_record_id' => '25806', + 'publisher' => 'Elsevier', + 'issn' => '0008-6223', + ), + 319 => + array ( + 'id' => 820, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon and Climate Law Review', + 'scopus_source_record_id' => '21100970318', + 'publisher' => 'Lexxion Verlagsgesellschaft mbH', + 'issn' => '2190-8230', + ), + 320 => + array ( + 'id' => 821, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon Balance and Management', + 'scopus_source_record_id' => '5800179606', + 'publisher' => 'Springer Nature', + 'issn' => '1750-0680', + ), + 321 => + array ( + 'id' => 822, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon Capture Science and Technology', + 'scopus_source_record_id' => '21101137848', + 'publisher' => 'Elsevier', + 'issn' => '2772-6568', + ), + 322 => + array ( + 'id' => 823, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon Letters', + 'scopus_source_record_id' => '21100398885', + 'publisher' => 'Korean Carbon Society', + 'issn' => '2233-4998', + ), + 323 => + array ( + 'id' => 824, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon Management', + 'scopus_source_record_id' => '19700201458', + 'publisher' => 'Taylor & Francis', + 'issn' => '1758-3012', + ), + 324 => + array ( + 'id' => 825, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon Nanostructures', + 'scopus_source_record_id' => '21100858163', + 'publisher' => 'Springer Nature', + 'issn' => '2191-3013', + ), + 325 => + array ( + 'id' => 826, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon Neutrality', + 'scopus_source_record_id' => '21101126907', + 'publisher' => 'Springer Nature', + 'issn' => '2731-3948', + ), + 326 => + array ( + 'id' => 827, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon Research', + 'scopus_source_record_id' => '21101153191', + 'publisher' => 'Springer Nature', + 'issn' => '2731-6696', + ), + 327 => + array ( + 'id' => 828, + 'created_at' => '2024-12-02 16:59:10', + 'updated_at' => '2024-12-02 17:10:34', + 'title' => 'Carbon Trends', + 'scopus_source_record_id' => '21101063731', + 'publisher' => 'Elsevier', + 'issn' => '2667-0569', + ), + 328 => + array ( + 'id' => 829, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:35', + 'title' => 'Cardiovascular Toxicology', + 'scopus_source_record_id' => '22575', + 'publisher' => 'Springer Nature', + 'issn' => '1559-0259', + ), + 329 => + array ( + 'id' => 830, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:35', + 'title' => 'Carpathian Journal of Earth and Environmental Sciences', + 'scopus_source_record_id' => '15900154727', + 'publisher' => 'CAD Solutions LLC', + 'issn' => '1844-489X', + ), + 330 => + array ( + 'id' => 831, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:14:36', + 'title' => 'Carsologica Sinica', + 'scopus_source_record_id' => '96415', + 'publisher' => 'Institute of Karst Geology of Chinese Academy of Geology Sciences', + 'issn' => '1001-4810', + ), + 331 => + array ( + 'id' => 832, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:14:36', + 'title' => 'Cartographic Perspectives', + 'scopus_source_record_id' => '27636', + 'publisher' => 'NACIS (North American Cartographic Information Society)', + 'issn' => '1048-9053', + ), + 332 => + array ( + 'id' => 833, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:35', + 'title' => 'Caryologia', + 'scopus_source_record_id' => '18430', + 'publisher' => 'Firenze University Press', + 'issn' => '2165-5391', + ), + 333 => + array ( + 'id' => 834, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:35', + 'title' => 'Case Studies in Chemical and Environmental Engineering', + 'scopus_source_record_id' => '21101055712', + 'publisher' => 'Elsevier', + 'issn' => '2666-0164', + ), + 334 => + array ( + 'id' => 835, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:35', + 'title' => 'Case Studies in the Environment', + 'scopus_source_record_id' => '21101042191', + 'publisher' => 'University of California Press', + 'issn' => '2473-9510', + ), + 335 => + array ( + 'id' => 836, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:35', + 'title' => 'Caspian Journal of Environmental Sciences', + 'scopus_source_record_id' => '21100913647', + 'publisher' => 'University of Guilan', + 'issn' => '1735-3866', + ), + 336 => + array ( + 'id' => 837, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:14:36', + 'title' => 'Catalysis Communications', + 'scopus_source_record_id' => '22746', + 'publisher' => 'Elsevier', + 'issn' => '1566-7367', + ), + 337 => + array ( + 'id' => 838, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:35', + 'title' => 'Catalysis Letters', + 'scopus_source_record_id' => '22748', + 'publisher' => 'Springer Nature', + 'issn' => '1572-879X', + ), + 338 => + array ( + 'id' => 839, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Catalysis Reviews - Science and Engineering', + 'scopus_source_record_id' => '26556', + 'publisher' => 'Taylor & Francis', + 'issn' => '1520-5703', + ), + 339 => + array ( + 'id' => 840, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Catalysis Surveys from Asia', + 'scopus_source_record_id' => '26581', + 'publisher' => 'Springer Nature', + 'issn' => '1574-9266', + ), + 340 => + array ( + 'id' => 841, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:14:36', + 'title' => 'Catalysis Today', + 'scopus_source_record_id' => '16377', + 'publisher' => 'Elsevier', + 'issn' => '0920-5861', + ), + 341 => + array ( + 'id' => 842, + 'created_at' => '2024-12-02 16:59:11', + 'updated_at' => '2024-12-02 17:14:36', + 'title' => 'Catalysts', + 'scopus_source_record_id' => '21100332402', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2073-4344', + ), + 342 => + array ( + 'id' => 843, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:14:37', + 'title' => 'CBE Life Sciences Education', + 'scopus_source_record_id' => '5000158308', + 'publisher' => 'American Society for Cell Biology', + 'issn' => '1931-7913', + ), + 343 => + array ( + 'id' => 844, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:14:37', + 'title' => 'CCAMLR Science', + 'scopus_source_record_id' => '26789', + 'publisher' => 'Comm. for the Conserv. of Antartic Marine Living Resources', + 'issn' => '1023-4063', + ), + 344 => + array ( + 'id' => 845, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:14:37', + 'title' => 'CCS Chemistry', + 'scopus_source_record_id' => '21101048251', + 'publisher' => 'Chinese Chemical Society', + 'issn' => '2096-5745', + ), + 345 => + array ( + 'id' => 846, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell', + 'scopus_source_record_id' => '18434', + 'publisher' => 'Elsevier', + 'issn' => '1097-4172', + ), + 346 => + array ( + 'id' => 847, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell and Bioscience', + 'scopus_source_record_id' => '19900193985', + 'publisher' => 'Springer Nature', + 'issn' => '2045-3701', + ), + 347 => + array ( + 'id' => 848, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Biochemistry and Biophysics', + 'scopus_source_record_id' => '18447', + 'publisher' => 'Springer Nature', + 'issn' => '1559-0283', + ), + 348 => + array ( + 'id' => 849, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Biochemistry and Function', + 'scopus_source_record_id' => '16940', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-0844', + ), + 349 => + array ( + 'id' => 850, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Calcium', + 'scopus_source_record_id' => '18452', + 'publisher' => 'Elsevier', + 'issn' => '1532-1991', + ), + 350 => + array ( + 'id' => 851, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Chemical Biology', + 'scopus_source_record_id' => '21100456838', + 'publisher' => 'Elsevier', + 'issn' => '2451-9448', + ), + 351 => + array ( + 'id' => 852, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Communication and Signaling', + 'scopus_source_record_id' => '4400151517', + 'publisher' => 'Springer Nature', + 'issn' => '1478-811X', + ), + 352 => + array ( + 'id' => 853, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Cycle', + 'scopus_source_record_id' => '18455', + 'publisher' => 'Taylor & Francis', + 'issn' => '1551-4005', + ), + 353 => + array ( + 'id' => 854, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Death and Differentiation', + 'scopus_source_record_id' => '18457', + 'publisher' => 'Springer Nature', + 'issn' => '1476-5403', + ), + 354 => + array ( + 'id' => 855, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Discovery', + 'scopus_source_record_id' => '21100819064', + 'publisher' => 'Springer Nature', + 'issn' => '2056-5968', + ), + 355 => + array ( + 'id' => 856, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Division', + 'scopus_source_record_id' => '5800173370', + 'publisher' => 'Springer Nature', + 'issn' => '1747-1028', + ), + 356 => + array ( + 'id' => 857, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Genomics', + 'scopus_source_record_id' => '21101101215', + 'publisher' => 'Elsevier', + 'issn' => '2666-979X', + ), + 357 => + array ( + 'id' => 858, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Host and Microbe', + 'scopus_source_record_id' => '5300152732', + 'publisher' => 'Elsevier', + 'issn' => '1934-6069', + ), + 358 => + array ( + 'id' => 859, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Insight', + 'scopus_source_record_id' => '21101195786', + 'publisher' => 'Elsevier', + 'issn' => '2772-8927', + ), + 359 => + array ( + 'id' => 860, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Journal', + 'scopus_source_record_id' => '20000195094', + 'publisher' => 'Royan Institute (ACECR)', + 'issn' => '2228-5814', + ), + 360 => + array ( + 'id' => 861, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:36', + 'title' => 'Cell Metabolism', + 'scopus_source_record_id' => '146172', + 'publisher' => 'Elsevier', + 'issn' => '1932-7420', + ), + 361 => + array ( + 'id' => 862, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Reports', + 'scopus_source_record_id' => '21100201068', + 'publisher' => 'Elsevier', + 'issn' => '2211-1247', + ), + 362 => + array ( + 'id' => 863, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Reports Medicine', + 'scopus_source_record_id' => '21101027628', + 'publisher' => 'Elsevier', + 'issn' => '2666-3791', + ), + 363 => + array ( + 'id' => 864, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Reports Methods', + 'scopus_source_record_id' => '21101065916', + 'publisher' => 'Elsevier', + 'issn' => '2667-2375', + ), + 364 => + array ( + 'id' => 865, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Reports Physical Science', + 'scopus_source_record_id' => '21101037113', + 'publisher' => 'Elsevier', + 'issn' => '2666-3864', + ), + 365 => + array ( + 'id' => 866, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Reports Sustainability', + 'scopus_source_record_id' => '21101248685', + 'publisher' => 'Elsevier', + 'issn' => '2949-7906', + ), + 366 => + array ( + 'id' => 867, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Research', + 'scopus_source_record_id' => '13900', + 'publisher' => 'Springer Nature', + 'issn' => '1748-7838', + ), + 367 => + array ( + 'id' => 868, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Stem Cell', + 'scopus_source_record_id' => '6100153018', + 'publisher' => 'Elsevier', + 'issn' => '1875-9777', + ), + 368 => + array ( + 'id' => 869, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Stress', + 'scopus_source_record_id' => '21101021192', + 'publisher' => 'Shared Science Publishers OG', + 'issn' => '2523-0204', + ), + 369 => + array ( + 'id' => 870, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Stress and Chaperones', + 'scopus_source_record_id' => '29144', + 'publisher' => 'Elsevier', + 'issn' => '1466-1268', + ), + 370 => + array ( + 'id' => 871, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cell Structure and Function', + 'scopus_source_record_id' => '18473', + 'publisher' => 'Japan Society for Cell Biology', + 'issn' => '1347-3700', + ), + 371 => + array ( + 'id' => 872, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cells', + 'scopus_source_record_id' => '21100978391', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2073-4409', + ), + 372 => + array ( + 'id' => 873, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cellular and Molecular Bioengineering', + 'scopus_source_record_id' => '15500154705', + 'publisher' => 'Springer Nature', + 'issn' => '1865-5033', + ), + 373 => + array ( + 'id' => 874, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cellular and Molecular Biology', + 'scopus_source_record_id' => '13901', + 'publisher' => 'Cellular and Molecular Biology Association', + 'issn' => '1165-158X', + ), + 374 => + array ( + 'id' => 875, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cellular and Molecular Biology Letters', + 'scopus_source_record_id' => '13902', + 'publisher' => 'Springer Nature', + 'issn' => '1689-1392', + ), + 375 => + array ( + 'id' => 876, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cellular and Molecular Life Sciences', + 'scopus_source_record_id' => '13903', + 'publisher' => 'Springer Nature', + 'issn' => '1420-9071', + ), + 376 => + array ( + 'id' => 877, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cellular Microbiology', + 'scopus_source_record_id' => '18483', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1462-5822', + ), + 377 => + array ( + 'id' => 878, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Cellular Polymers', + 'scopus_source_record_id' => '13572', + 'publisher' => 'SAGE', + 'issn' => '1478-2421', + ), + 378 => + array ( + 'id' => 879, + 'created_at' => '2024-12-02 16:59:12', + 'updated_at' => '2024-12-02 17:14:37', + 'title' => 'Cellulose Chemistry and Technology', + 'scopus_source_record_id' => '25811', + 'publisher' => 'Editura Academiei Romane/Publishing House of the Romanian Academy', + 'issn' => '0576-9787', + ), + 379 => + array ( + 'id' => 880, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:14:38', + 'title' => 'Central European Journal of Energetic Materials', + 'scopus_source_record_id' => '21100199834', + 'publisher' => 'Institute of Industrial Organic Chemistry', + 'issn' => '1733-7178', + ), + 380 => + array ( + 'id' => 881, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:37', + 'title' => 'Central European Journal of Operations Research', + 'scopus_source_record_id' => '5000158106', + 'publisher' => 'Springer Nature', + 'issn' => '1613-9178', + ), + 381 => + array ( + 'id' => 882, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Cereal Chemistry', + 'scopus_source_record_id' => '21880', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1943-3638', + ), + 382 => + array ( + 'id' => 883, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Cereal Research Communications', + 'scopus_source_record_id' => '85637', + 'publisher' => 'Akademiai Kiado', + 'issn' => '1788-9170', + ), + 383 => + array ( + 'id' => 884, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Ceylon Journal of Science', + 'scopus_source_record_id' => '21101238108', + 'publisher' => 'University of Peradeniya', + 'issn' => '2513-230X', + ), + 384 => + array ( + 'id' => 885, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:14:38', + 'title' => 'Chalcogenide Letters', + 'scopus_source_record_id' => '19200156904', + 'publisher' => 'S.C. Virtual Company of Physics S.R.L', + 'issn' => '1584-8663', + ), + 385 => + array ( + 'id' => 886, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Challenges and Advances in Computational Chemistry and Physics', + 'scopus_source_record_id' => '21100925887', + 'publisher' => 'Springer Nature', + 'issn' => '2542-4483', + ), + 386 => + array ( + 'id' => 887, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Challenges in Sustainability', + 'scopus_source_record_id' => '21100932526', + 'publisher' => 'Acadlore Publishing Services Limited', + 'issn' => '2297-6477', + ), + 387 => + array ( + 'id' => 888, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Channels', + 'scopus_source_record_id' => '12200154702', + 'publisher' => 'Taylor & Francis', + 'issn' => '1933-6969', + ), + 388 => + array ( + 'id' => 889, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Chaos Theory and Applications', + 'scopus_source_record_id' => '21101092536', + 'publisher' => 'Akif AKGUL', + 'issn' => '2687-4539', + ), + 389 => + array ( + 'id' => 890, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Check List', + 'scopus_source_record_id' => '19700188151', + 'publisher' => 'Centro de Referencia em Informacao Ambiental', + 'issn' => '1809-127X', + ), + 390 => + array ( + 'id' => 891, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chelonian Conservation and Biology', + 'scopus_source_record_id' => '4600151503', + 'publisher' => 'Chelonian Research Foundation', + 'issn' => '1071-8443', + ), + 391 => + array ( + 'id' => 892, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Chem', + 'scopus_source_record_id' => '21100788876', + 'publisher' => 'Elsevier', + 'issn' => '2451-9294', + ), + 392 => + array ( + 'id' => 893, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:38', + 'title' => 'Chem Catalysis', + 'scopus_source_record_id' => '21101080172', + 'publisher' => 'Elsevier', + 'issn' => '2667-1093', + ), + 393 => + array ( + 'id' => 894, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chem-Bio Informatics Journal', + 'scopus_source_record_id' => '145430', + 'publisher' => 'Chem-Bio Informatics Society', + 'issn' => '1347-0442', + ), + 394 => + array ( + 'id' => 895, + 'created_at' => '2024-12-02 16:59:13', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'ChemBioChem', + 'scopus_source_record_id' => '16944', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1439-7633', + ), + 395 => + array ( + 'id' => 896, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'ChemBioEng Reviews', + 'scopus_source_record_id' => '21100933196', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2196-9744', + ), + 396 => + array ( + 'id' => 897, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'ChemCatChem', + 'scopus_source_record_id' => '19900191733', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1867-3899', + ), + 397 => + array ( + 'id' => 898, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'ChemChemTech', + 'scopus_source_record_id' => '13539', + 'publisher' => 'Ivanovo State University of Chemistry and Technology ', + 'issn' => '2500-3070', + ), + 398 => + array ( + 'id' => 899, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical and Biochemical Engineering Quarterly', + 'scopus_source_record_id' => '16378', + 'publisher' => 'Assoc. of Chemists and Chemical Engineers of Croatia', + 'issn' => '1846-5153', + ), + 399 => + array ( + 'id' => 900, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical and Biological Technologies in Agriculture', + 'scopus_source_record_id' => '21100794828', + 'publisher' => 'Springer Nature', + 'issn' => '2196-5641', + ), + 400 => + array ( + 'id' => 901, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical and Pharmaceutical Bulletin', + 'scopus_source_record_id' => '22769', + 'publisher' => 'Pharmaceutical Society of Japan', + 'issn' => '1347-5223', + ), + 401 => + array ( + 'id' => 902, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemical and Process Engineering - Inzynieria Chemiczna i Procesowa', + 'scopus_source_record_id' => '13534', + 'publisher' => 'Polska Akademia Nauk', + 'issn' => '0208-6425', + ), + 402 => + array ( + 'id' => 903, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical and Process Engineering: New Frontiers', + 'scopus_source_record_id' => '21101196153', + 'publisher' => 'Polska Akademia Nauk', + 'issn' => '2300-1925', + ), + 403 => + array ( + 'id' => 904, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemical Biology and Drug Design', + 'scopus_source_record_id' => '4000150314', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1747-0277', + ), + 404 => + array ( + 'id' => 905, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Biology Letters', + 'scopus_source_record_id' => '21100856757', + 'publisher' => 'ScienceIn Publishing', + 'issn' => '2347-9825', + ), + 405 => + array ( + 'id' => 906, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Communications', + 'scopus_source_record_id' => '22781', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1364-548X', + ), + 406 => + array ( + 'id' => 907, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Data Collections', + 'scopus_source_record_id' => '21100464634', + 'publisher' => 'Elsevier', + 'issn' => '2405-8300', + ), + 407 => + array ( + 'id' => 908, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemical Engineering and Processing - Process Intensification', + 'scopus_source_record_id' => '16392', + 'publisher' => 'Elsevier', + 'issn' => '0255-2701', + ), + 408 => + array ( + 'id' => 909, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Engineering and Technology', + 'scopus_source_record_id' => '16396', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-4125', + ), + 409 => + array ( + 'id' => 910, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Engineering Communications', + 'scopus_source_record_id' => '16393', + 'publisher' => 'Taylor & Francis', + 'issn' => '1563-5201', + ), + 410 => + array ( + 'id' => 911, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemical Engineering Journal', + 'scopus_source_record_id' => '16398', + 'publisher' => 'Elsevier', + 'issn' => '1385-8947', + ), + 411 => + array ( + 'id' => 912, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Engineering Journal Advances', + 'scopus_source_record_id' => '21101080173', + 'publisher' => 'Elsevier', + 'issn' => '2666-8211', + ), + 412 => + array ( + 'id' => 913, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Engineering Research and Design', + 'scopus_source_record_id' => '16411', + 'publisher' => 'Institution of Chemical Engineers', + 'issn' => '1744-3563', + ), + 413 => + array ( + 'id' => 914, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemical Engineering Science', + 'scopus_source_record_id' => '16413', + 'publisher' => 'Elsevier', + 'issn' => '0009-2509', + ), + 414 => + array ( + 'id' => 915, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemical Engineering Science: X', + 'scopus_source_record_id' => '21100894513', + 'publisher' => 'Elsevier', + 'issn' => '2590-1400', + ), + 415 => + array ( + 'id' => 916, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Methodologies', + 'scopus_source_record_id' => '21101209915', + 'publisher' => 'Sami Publishing Company', + 'issn' => '2588-4344', + ), + 416 => + array ( + 'id' => 917, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Papers', + 'scopus_source_record_id' => '22804', + 'publisher' => 'Springer Nature', + 'issn' => '2585-7290', + ), + 417 => + array ( + 'id' => 918, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Physics Impact', + 'scopus_source_record_id' => '21101080190', + 'publisher' => 'Elsevier', + 'issn' => '2667-0224', + ), + 418 => + array ( + 'id' => 919, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Problems', + 'scopus_source_record_id' => '21101065070', + 'publisher' => 'Institute of Catalysis and Inorganic Chemistry, Azerbaijan National Academy of Sciences', + 'issn' => '2522-1655', + ), + 419 => + array ( + 'id' => 920, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemical Processing', + 'scopus_source_record_id' => '16415', + 'publisher' => 'Putman Publishing Company', + 'issn' => '0009-2630', + ), + 420 => + array ( + 'id' => 921, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Record', + 'scopus_source_record_id' => '22806', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1528-0691', + ), + 421 => + array ( + 'id' => 922, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemical Research in Chinese Universities', + 'scopus_source_record_id' => '23339', + 'publisher' => 'Springer Nature', + 'issn' => '1005-9040', + ), + 422 => + array ( + 'id' => 923, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Review and Letters', + 'scopus_source_record_id' => '21101143774', + 'publisher' => 'Iranian Chemical Science and Technologies Association', + 'issn' => '2645-4947', + ), + 423 => + array ( + 'id' => 924, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Reviews', + 'scopus_source_record_id' => '23340', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-6890', + ), + 424 => + array ( + 'id' => 925, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Science', + 'scopus_source_record_id' => '19700200838', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2041-6539', + ), + 425 => + array ( + 'id' => 926, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Society Reviews', + 'scopus_source_record_id' => '23350', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1460-4744', + ), + 426 => + array ( + 'id' => 927, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemical Synthesis', + 'scopus_source_record_id' => '21101189036', + 'publisher' => 'OAE Publishing Inc.', + 'issn' => '2769-5247', + ), + 427 => + array ( + 'id' => 928, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:39', + 'title' => 'Chemicke Listy', + 'scopus_source_record_id' => '23372', + 'publisher' => 'Czech Society of Chemical Engineering', + 'issn' => '1213-7103', + ), + 428 => + array ( + 'id' => 929, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemija', + 'scopus_source_record_id' => '21100201972', + 'publisher' => 'Lietuvos Mokslu Akademijos Leidykla', + 'issn' => '0235-7216', + ), + 429 => + array ( + 'id' => 930, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:14:39', + 'title' => 'Chemist', + 'scopus_source_record_id' => '23390', + 'publisher' => 'American Institute of Chemists', + 'issn' => '0009-3025', + ), + 430 => + array ( + 'id' => 931, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry - A European Journal', + 'scopus_source_record_id' => '23392', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-3765', + ), + 431 => + array ( + 'id' => 932, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry - An Asian Journal', + 'scopus_source_record_id' => '4800156201', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1861-471X', + ), + 432 => + array ( + 'id' => 933, + 'created_at' => '2024-12-02 16:59:14', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry (Switzerland)', + 'scopus_source_record_id' => '21101089335', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2624-8549', + ), + 433 => + array ( + 'id' => 934, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry Africa', + 'scopus_source_record_id' => '21101055713', + 'publisher' => 'Springer Nature', + 'issn' => '2522-5766', + ), + 434 => + array ( + 'id' => 935, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry and Biodiversity', + 'scopus_source_record_id' => '130069', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1612-1880', + ), + 435 => + array ( + 'id' => 936, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:14:40', + 'title' => 'Chemistry and Chemical Technology', + 'scopus_source_record_id' => '21100202725', + 'publisher' => 'Lviv Polytechnic National University', + 'issn' => '1996-4196', + ), + 436 => + array ( + 'id' => 937, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry and Ecology', + 'scopus_source_record_id' => '23407', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-0370', + ), + 437 => + array ( + 'id' => 938, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry and Industry (London)', + 'scopus_source_record_id' => '23408', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2047-6329', + ), + 438 => + array ( + 'id' => 939, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry and Physics of Lipids', + 'scopus_source_record_id' => '16945', + 'publisher' => 'Elsevier', + 'issn' => '1873-2941', + ), + 439 => + array ( + 'id' => 940, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry and Technology of Fuels and Oils', + 'scopus_source_record_id' => '15791', + 'publisher' => 'Springer Nature', + 'issn' => '1573-8310', + ), + 440 => + array ( + 'id' => 941, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:14:40', + 'title' => 'Chemistry Education Research and Practice', + 'scopus_source_record_id' => '145757', + 'publisher' => 'Ioannina University School of Medicine', + 'issn' => '1109-4028', + ), + 441 => + array ( + 'id' => 942, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry Journal of Moldova', + 'scopus_source_record_id' => '21100773812', + 'publisher' => 'Institute of Chemistry, Academy of Sciences of Moldova', + 'issn' => '2345-1688', + ), + 442 => + array ( + 'id' => 943, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry Letters', + 'scopus_source_record_id' => '23418', + 'publisher' => 'The Chemical Society of Japan', + 'issn' => '1348-0715', + ), + 443 => + array ( + 'id' => 944, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry of Heterocyclic Compounds', + 'scopus_source_record_id' => '25824', + 'publisher' => 'Springer Nature', + 'issn' => '1573-8353', + ), + 444 => + array ( + 'id' => 945, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry of Materials', + 'scopus_source_record_id' => '12878', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-5002', + ), + 445 => + array ( + 'id' => 946, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry of Natural Compounds', + 'scopus_source_record_id' => '25815', + 'publisher' => 'Springer Nature', + 'issn' => '1573-8388', + ), + 446 => + array ( + 'id' => 947, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry Teacher International', + 'scopus_source_record_id' => '21101059012', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2569-3263', + ), + 447 => + array ( + 'id' => 948, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:14:40', + 'title' => 'Chemistry World', + 'scopus_source_record_id' => '23430', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1473-7604', + ), + 448 => + array ( + 'id' => 949, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemistry, Didactics, Ecology, Metrology', + 'scopus_source_record_id' => '21100970321', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2084-4506', + ), + 449 => + array ( + 'id' => 950, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'ChemistryOpen', + 'scopus_source_record_id' => '21100287113', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2191-1363', + ), + 450 => + array ( + 'id' => 951, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'ChemistrySelect', + 'scopus_source_record_id' => '21100850505', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2365-6549', + ), + 451 => + array ( + 'id' => 952, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'ChemMedChem', + 'scopus_source_record_id' => '4400151608', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1860-7187', + ), + 452 => + array ( + 'id' => 953, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemoecology', + 'scopus_source_record_id' => '25825', + 'publisher' => 'Springer Nature', + 'issn' => '1423-0445', + ), + 453 => + array ( + 'id' => 954, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'Chemosphere', + 'scopus_source_record_id' => '24657', + 'publisher' => 'Elsevier', + 'issn' => '1879-1298', + ), + 454 => + array ( + 'id' => 955, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'ChemPhotoChem', + 'scopus_source_record_id' => '21100943567', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2367-0932', + ), + 455 => + array ( + 'id' => 956, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'ChemPhysMater', + 'scopus_source_record_id' => '21101120603', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2097-0323', + ), + 456 => + array ( + 'id' => 957, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:14:40', + 'title' => 'ChemPlusChem', + 'scopus_source_record_id' => '21100201310', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2192-6506', + ), + 457 => + array ( + 'id' => 958, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'ChemSusChem', + 'scopus_source_record_id' => '12000154478', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1864-564X', + ), + 458 => + array ( + 'id' => 959, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'ChemSystemsChem', + 'scopus_source_record_id' => '21101202202', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2570-4206', + ), + 459 => + array ( + 'id' => 960, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:10:40', + 'title' => 'ChemTexts', + 'scopus_source_record_id' => '21100921313', + 'publisher' => 'Springer Nature', + 'issn' => '2199-3793', + ), + 460 => + array ( + 'id' => 961, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:14:40', + 'title' => 'Chiang Mai Journal of Science', + 'scopus_source_record_id' => '17800156707', + 'publisher' => 'Chiang Mai University', + 'issn' => '0125-2526', + ), + 461 => + array ( + 'id' => 962, + 'created_at' => '2024-12-02 16:59:15', + 'updated_at' => '2024-12-02 17:14:40', + 'title' => 'Chiang Mai University Journal of Natural Sciences', + 'scopus_source_record_id' => '19400157142', + 'publisher' => 'Chiang Mai University', + 'issn' => '1685-1994', + ), + 462 => + array ( + 'id' => 963, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:40', + 'title' => 'Chimia', + 'scopus_source_record_id' => '23433', + 'publisher' => 'Swiss Chemical Society', + 'issn' => '0009-4293', + ), + 463 => + array ( + 'id' => 964, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:41', + 'title' => 'Chimica Oggi', + 'scopus_source_record_id' => '23447', + 'publisher' => 'TeknoScienze', + 'issn' => '1973-8250', + ), + 464 => + array ( + 'id' => 965, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:41', + 'title' => 'Chimica Techno Acta', + 'scopus_source_record_id' => '21100978910', + 'publisher' => 'Ural Federal University', + 'issn' => '2411-1414', + ), + 465 => + array ( + 'id' => 966, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:41', + 'title' => 'China Agricultural Economic Review', + 'scopus_source_record_id' => '19700201635', + 'publisher' => 'Emerald Publishing', + 'issn' => '1756-1388', + ), + 466 => + array ( + 'id' => 967, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:41', + 'title' => 'China Brewing', + 'scopus_source_record_id' => '21101239191', + 'publisher' => 'Editorial Department of China Brewing', + 'issn' => '0254-5071', + ), + 467 => + array ( + 'id' => 968, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:41', + 'title' => 'China Geology', + 'scopus_source_record_id' => '21101044710', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2589-9430', + ), + 468 => + array ( + 'id' => 969, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:41', + 'title' => 'China Ocean Engineering', + 'scopus_source_record_id' => '28588', + 'publisher' => 'Springer Publishing Company', + 'issn' => '0890-5487', + ), + 469 => + array ( + 'id' => 970, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:41', + 'title' => 'China Surfactant Detergent and Cosmetics', + 'scopus_source_record_id' => '21101045703', + 'publisher' => 'Editorial Office China Surfactant Detergent and Cosmetics', + 'issn' => '1001-1803', + ), + 470 => + array ( + 'id' => 971, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:41', + 'title' => 'Chinese Annals of History of Science and Technology', + 'scopus_source_record_id' => '21101041813', + 'publisher' => 'Science China Press', + 'issn' => '2096-4226', + ), + 471 => + array ( + 'id' => 972, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:41', + 'title' => 'Chinese Chemical Letters', + 'scopus_source_record_id' => '23448', + 'publisher' => 'Elsevier', + 'issn' => '1001-8417', + ), + 472 => + array ( + 'id' => 973, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:41', + 'title' => 'Chinese Geographical Science', + 'scopus_source_record_id' => '25202', + 'publisher' => 'Science China Press', + 'issn' => '1993-064X', + ), + 473 => + array ( + 'id' => 974, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:41', + 'title' => 'Chinese Journal of Applied Ecology', + 'scopus_source_record_id' => '22594', + 'publisher' => 'Editorial Board of Chinese Journal of Applied Ecology', + 'issn' => '1001-9332', + ), + 474 => + array ( + 'id' => 975, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:41', + 'title' => 'Chinese Journal of Biochemistry and Molecular Biology', + 'scopus_source_record_id' => '21101083192', + 'publisher' => '', + 'issn' => '1007-7626', + ), + 475 => + array ( + 'id' => 976, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:42', + 'title' => 'Chinese Journal of Catalysis', + 'scopus_source_record_id' => '25246', + 'publisher' => 'Science China Press', + 'issn' => '1872-2067', + ), + 476 => + array ( + 'id' => 977, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:14:41', + 'title' => 'Chinese Journal of Chemical Engineering', + 'scopus_source_record_id' => '12888', + 'publisher' => 'Materials China', + 'issn' => '1004-9541', + ), + 477 => + array ( + 'id' => 978, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:42', + 'title' => 'Chinese Journal of Chemistry', + 'scopus_source_record_id' => '23450', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1614-7065', + ), + 478 => + array ( + 'id' => 979, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:42', + 'title' => 'Chinese Journal of Chromatography (Se Pu)', + 'scopus_source_record_id' => '12894', + 'publisher' => 'Zhongguo Kexueyuan - Chinese Academy of Sciences', + 'issn' => '1872-2059', + ), + 479 => + array ( + 'id' => 980, + 'created_at' => '2024-12-02 16:59:16', + 'updated_at' => '2024-12-02 17:10:42', + 'title' => 'Chinese Journal of Eco-Agriculture', + 'scopus_source_record_id' => '21100900506', + 'publisher' => 'Science China Press', + 'issn' => '2096-6237', + ), + 480 => + array ( + 'id' => 981, + 'created_at' => '2024-12-02 16:59:17', + 'updated_at' => '2024-12-02 17:10:42', + 'title' => 'Chinese Journal of Environmental Law', + 'scopus_source_record_id' => '21101064914', + 'publisher' => 'Brill', + 'issn' => '2468-6042', + ), + 481 => + array ( + 'id' => 982, + 'created_at' => '2024-12-02 16:59:17', + 'updated_at' => '2024-12-02 17:14:42', + 'title' => 'Chinese Journal of Experimental and Clinical Virology', + 'scopus_source_record_id' => '23598', + 'publisher' => 'Chinese Medical Journals Publishing House Co.Ltd', + 'issn' => '1003-9279', + ), + 482 => + array ( + 'id' => 983, + 'created_at' => '2024-12-02 16:59:17', + 'updated_at' => '2024-12-02 17:14:42', + 'title' => 'Chinese Journal of Medical Science Research Management', + 'scopus_source_record_id' => '21101239730', + 'publisher' => 'Chinese Medical Journals Publishing House Co.Ltd', + 'issn' => '1006-1924', + ), + 483 => + array ( + 'id' => 984, + 'created_at' => '2024-12-02 16:59:17', + 'updated_at' => '2024-12-02 17:10:43', + 'title' => 'Chinese Journal of Polymer Science (English Edition)', + 'scopus_source_record_id' => '25827', + 'publisher' => 'Springer Nature', + 'issn' => '1439-6203', + ), + 484 => + array ( + 'id' => 985, + 'created_at' => '2024-12-02 16:59:17', + 'updated_at' => '2024-12-02 17:10:43', + 'title' => 'Chinese Journal of Population Resources and Environment', + 'scopus_source_record_id' => '21100463829', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2325-4262', + ), + 485 => + array ( + 'id' => 986, + 'created_at' => '2024-12-02 16:59:17', + 'updated_at' => '2024-12-02 17:10:43', + 'title' => 'Chinese Journal of Reproduction and Contraception', + 'scopus_source_record_id' => '21101034400', + 'publisher' => 'Chinese Medical Journals Publishing House Co.Ltd', + 'issn' => '2096-2916', + ), + 486 => + array ( + 'id' => 987, + 'created_at' => '2024-12-02 16:59:17', + 'updated_at' => '2024-12-02 17:10:43', + 'title' => 'Chinese Journal of Urban and Environmental Studies', + 'scopus_source_record_id' => '21101023625', + 'publisher' => 'World Scientific', + 'issn' => '2345-752X', + ), + 487 => + array ( + 'id' => 988, + 'created_at' => '2024-12-02 16:59:18', + 'updated_at' => '2024-12-02 17:10:43', + 'title' => 'Chirality', + 'scopus_source_record_id' => '16948', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1520-636X', + ), + 488 => + array ( + 'id' => 989, + 'created_at' => '2024-12-02 16:59:18', + 'updated_at' => '2024-12-02 17:10:43', + 'title' => 'Chromatographia', + 'scopus_source_record_id' => '23963', + 'publisher' => 'Springer Nature', + 'issn' => '1612-1112', + ), + 489 => + array ( + 'id' => 990, + 'created_at' => '2024-12-02 16:59:18', + 'updated_at' => '2024-12-02 17:10:43', + 'title' => 'Chromosoma', + 'scopus_source_record_id' => '21752', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0886', + ), + 490 => + array ( + 'id' => 991, + 'created_at' => '2024-12-02 16:59:18', + 'updated_at' => '2024-12-02 17:10:43', + 'title' => 'Chromosome Research', + 'scopus_source_record_id' => '16950', + 'publisher' => 'Springer Nature', + 'issn' => '1573-6849', + ), + 491 => + array ( + 'id' => 992, + 'created_at' => '2024-12-02 16:59:18', + 'updated_at' => '2024-12-02 17:10:44', + 'title' => 'Ciencia Tecnologia Agropecuaria', + 'scopus_source_record_id' => '21100810443', + 'publisher' => 'Colombian Corporation of Agricultural Research (Corpoica)', + 'issn' => '2500-5308', + ), + 492 => + array ( + 'id' => 993, + 'created_at' => '2024-12-02 16:59:18', + 'updated_at' => '2024-12-02 17:10:44', + 'title' => 'Cientifica', + 'scopus_source_record_id' => '64631', + 'publisher' => 'Universidade Estadual Paulista (UNESP)', + 'issn' => '1984-5529', + ), + 493 => + array ( + 'id' => 994, + 'created_at' => '2024-12-02 16:59:18', + 'updated_at' => '2024-12-02 17:10:44', + 'title' => 'Circular Economy and Sustainability', + 'scopus_source_record_id' => '21101176928', + 'publisher' => 'Springer Nature', + 'issn' => '2730-5988', + ), + 494 => + array ( + 'id' => 995, + 'created_at' => '2024-12-02 16:59:18', + 'updated_at' => '2024-12-02 17:10:44', + 'title' => 'Circulation. Genomic and precision medicine', + 'scopus_source_record_id' => '21100879846', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2574-8300', + ), + 495 => + array ( + 'id' => 996, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:44', + 'title' => 'Citizen Science: Theory and Practice', + 'scopus_source_record_id' => '21101042012', + 'publisher' => 'Ubiquity Press', + 'issn' => '2057-4991', + ), + 496 => + array ( + 'id' => 997, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:44', + 'title' => 'City and Environment Interactions', + 'scopus_source_record_id' => '21101039477', + 'publisher' => 'Elsevier', + 'issn' => '2590-2520', + ), + 497 => + array ( + 'id' => 998, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'C-Journal of Carbon Research', + 'scopus_source_record_id' => '21101170302', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2311-5629', + ), + 498 => + array ( + 'id' => 999, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Cladistics', + 'scopus_source_record_id' => '14434', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1096-0031', + ), + 499 => + array ( + 'id' => 1000, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Clays and Clay Minerals', + 'scopus_source_record_id' => '19594', + 'publisher' => 'Cambridge University Press', + 'issn' => '1552-8367', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 1001, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:14:44', + 'title' => 'Clean - Soil, Air, Water', + 'scopus_source_record_id' => '5400152707', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1863-0650', + ), + 1 => + array ( + 'id' => 1002, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:14:44', + 'title' => 'Clean Air and Containment Review', + 'scopus_source_record_id' => '21100826269', + 'publisher' => 'Euromed Communications Ltd', + 'issn' => '2042-3268', + ), + 2 => + array ( + 'id' => 1003, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Clean Air Journal', + 'scopus_source_record_id' => '21100842186', + 'publisher' => 'National Association of Clean Air', + 'issn' => '2410-972X', + ), + 3 => + array ( + 'id' => 1004, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Clean Energy', + 'scopus_source_record_id' => '21100936535', + 'publisher' => 'Oxford University Press', + 'issn' => '2515-396X', + ), + 4 => + array ( + 'id' => 1005, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Clean Technologies', + 'scopus_source_record_id' => '21101088421', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2571-8797', + ), + 5 => + array ( + 'id' => 1006, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Clean Technologies and Environmental Policy', + 'scopus_source_record_id' => '130111', + 'publisher' => 'Springer Nature', + 'issn' => '1618-9558', + ), + 6 => + array ( + 'id' => 1007, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Cleaner and Circular Bioeconomy', + 'scopus_source_record_id' => '21101194311', + 'publisher' => 'Elsevier', + 'issn' => '2772-8013', + ), + 7 => + array ( + 'id' => 1008, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:14:44', + 'title' => 'Cleaner and Responsible Consumption', + 'scopus_source_record_id' => '21101064807', + 'publisher' => 'Elsevier', + 'issn' => '2666-7843', + ), + 8 => + array ( + 'id' => 1009, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Cleaner Environmental Systems', + 'scopus_source_record_id' => '21101079225', + 'publisher' => 'Elsevier', + 'issn' => '2666-7894', + ), + 9 => + array ( + 'id' => 1010, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Cleaner Logistics and Supply Chain', + 'scopus_source_record_id' => '21101098869', + 'publisher' => 'Elsevier', + 'issn' => '2772-3909', + ), + 10 => + array ( + 'id' => 1011, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Cleaner Waste Systems', + 'scopus_source_record_id' => '21101165602', + 'publisher' => 'Elsevier', + 'issn' => '2772-9125', + ), + 11 => + array ( + 'id' => 1012, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:14:44', + 'title' => 'Cleanroom Technology', + 'scopus_source_record_id' => '28595', + 'publisher' => 'Polygon Media Ltd.', + 'issn' => '1365-5531', + ), + 12 => + array ( + 'id' => 1013, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Climate', + 'scopus_source_record_id' => '21100826864', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2225-1154', + ), + 13 => + array ( + 'id' => 1014, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Climate and Development', + 'scopus_source_record_id' => '21100198541', + 'publisher' => 'Taylor & Francis', + 'issn' => '1756-5537', + ), + 14 => + array ( + 'id' => 1015, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Climate Change Ecology', + 'scopus_source_record_id' => '21101097218', + 'publisher' => 'Elsevier', + 'issn' => '2666-9005', + ), + 15 => + array ( + 'id' => 1016, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:45', + 'title' => 'Climate Change Economics', + 'scopus_source_record_id' => '21100821159', + 'publisher' => 'World Scientific', + 'issn' => '2010-0086', + ), + 16 => + array ( + 'id' => 1017, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climate Change Management', + 'scopus_source_record_id' => '21100925878', + 'publisher' => 'Springer Nature', + 'issn' => '1610-2010', + ), + 17 => + array ( + 'id' => 1018, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climate Dynamics', + 'scopus_source_record_id' => '12172', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0894', + ), + 18 => + array ( + 'id' => 1019, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climate Law', + 'scopus_source_record_id' => '21100220394', + 'publisher' => 'Brill', + 'issn' => '1878-6561', + ), + 19 => + array ( + 'id' => 1020, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climate of the Past', + 'scopus_source_record_id' => '4400151418', + 'publisher' => 'Copernicus Publications', + 'issn' => '1814-9332', + ), + 20 => + array ( + 'id' => 1021, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climate Policy', + 'scopus_source_record_id' => '22524', + 'publisher' => 'Taylor & Francis', + 'issn' => '1752-7457', + ), + 21 => + array ( + 'id' => 1022, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climate Research', + 'scopus_source_record_id' => '12175', + 'publisher' => 'Inter-Research', + 'issn' => '1616-1572', + ), + 22 => + array ( + 'id' => 1023, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climate Risk Management', + 'scopus_source_record_id' => '21100312211', + 'publisher' => 'Elsevier', + 'issn' => '2212-0963', + ), + 23 => + array ( + 'id' => 1024, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climate Services', + 'scopus_source_record_id' => '21100463842', + 'publisher' => 'Elsevier', + 'issn' => '2405-8807', + ), + 24 => + array ( + 'id' => 1025, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Climatic Change', + 'scopus_source_record_id' => '12177', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1480', + ), + 25 => + array ( + 'id' => 1026, + 'created_at' => '2024-12-02 16:59:19', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Clinica Chimica Acta', + 'scopus_source_record_id' => '29286', + 'publisher' => 'Elsevier', + 'issn' => '1873-3492', + ), + 26 => + array ( + 'id' => 1027, + 'created_at' => '2024-12-02 16:59:20', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Clinical and Experimental Medicine', + 'scopus_source_record_id' => '29302', + 'publisher' => 'Springer Nature', + 'issn' => '1591-9528', + ), + 27 => + array ( + 'id' => 1028, + 'created_at' => '2024-12-02 16:59:20', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Clinical and Molecular Allergy', + 'scopus_source_record_id' => '20737', + 'publisher' => 'Springer Nature', + 'issn' => '1476-7961', + ), + 28 => + array ( + 'id' => 1029, + 'created_at' => '2024-12-02 16:59:20', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Clinical and Molecular Hepatology', + 'scopus_source_record_id' => '21100224437', + 'publisher' => 'Korean Association for the Study of the Liver', + 'issn' => '2287-285X', + ), + 29 => + array ( + 'id' => 1030, + 'created_at' => '2024-12-02 16:59:20', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Clinical and Translational Discovery', + 'scopus_source_record_id' => '21101163373', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2768-0622', + ), + 30 => + array ( + 'id' => 1031, + 'created_at' => '2024-12-02 16:59:20', + 'updated_at' => '2024-12-02 17:10:46', + 'title' => 'Clinical and Translational Science', + 'scopus_source_record_id' => '19700174918', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1752-8062', + ), + 31 => + array ( + 'id' => 1032, + 'created_at' => '2024-12-02 16:59:20', + 'updated_at' => '2024-12-02 17:10:47', + 'title' => 'Clinical Epigenetics', + 'scopus_source_record_id' => '19700173006', + 'publisher' => 'Springer Nature', + 'issn' => '1868-7083', + ), + 32 => + array ( + 'id' => 1033, + 'created_at' => '2024-12-02 16:59:20', + 'updated_at' => '2024-12-02 17:10:47', + 'title' => 'Clinical Genetics', + 'scopus_source_record_id' => '22064', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1399-0004', + ), + 33 => + array ( + 'id' => 1034, + 'created_at' => '2024-12-02 16:59:20', + 'updated_at' => '2024-12-02 17:14:46', + 'title' => 'Clinical Laboratory', + 'scopus_source_record_id' => '25446', + 'publisher' => 'Verlag Klinisches Labor GmbH', + 'issn' => '1433-6510', + ), + 34 => + array ( + 'id' => 1035, + 'created_at' => '2024-12-02 16:59:21', + 'updated_at' => '2024-12-02 17:10:48', + 'title' => 'Clinical Proteomics', + 'scopus_source_record_id' => '130145', + 'publisher' => 'Springer Nature', + 'issn' => '1559-0275', + ), + 35 => + array ( + 'id' => 1036, + 'created_at' => '2024-12-02 16:59:21', + 'updated_at' => '2024-12-02 17:10:49', + 'title' => 'Clinics in Shoulder and Elbow', + 'scopus_source_record_id' => '21101210509', + 'publisher' => 'Korean Shoulder and Elbow Society', + 'issn' => '2288-8721', + ), + 36 => + array ( + 'id' => 1037, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:49', + 'title' => 'Coastal Management', + 'scopus_source_record_id' => '26814', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-0421', + ), + 37 => + array ( + 'id' => 1038, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:49', + 'title' => 'Coastal Research Library', + 'scopus_source_record_id' => '21100928235', + 'publisher' => 'Springer Nature', + 'issn' => '2211-0585', + ), + 38 => + array ( + 'id' => 1039, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:49', + 'title' => 'Coatings Tech', + 'scopus_source_record_id' => '21100826392', + 'publisher' => 'American Coatings Association', + 'issn' => '2475-8469', + ), + 39 => + array ( + 'id' => 1040, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:49', + 'title' => 'Cogent Business and Management', + 'scopus_source_record_id' => '21100855822', + 'publisher' => 'Cogent OA', + 'issn' => '2331-1975', + ), + 40 => + array ( + 'id' => 1041, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:49', + 'title' => 'Cogent Food and Agriculture', + 'scopus_source_record_id' => '21101046172', + 'publisher' => 'Taylor & Francis', + 'issn' => '2331-1932', + ), + 41 => + array ( + 'id' => 1042, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Coke and Chemistry', + 'scopus_source_record_id' => '19700186837', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1934-8398', + ), + 42 => + array ( + 'id' => 1043, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Cold Regions Science and Technology', + 'scopus_source_record_id' => '15980', + 'publisher' => 'Elsevier', + 'issn' => '1872-7441', + ), + 43 => + array ( + 'id' => 1044, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Cold Spring Harbor molecular case studies', + 'scopus_source_record_id' => '21100832705', + 'publisher' => 'Cold Spring Harbor Laboratory Press', + 'issn' => '2373-2873', + ), + 44 => + array ( + 'id' => 1045, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:14:48', + 'title' => 'Cold Spring Harbor perspectives in biology', + 'scopus_source_record_id' => '19700176402', + 'publisher' => 'Cold Spring Harbor Laboratory Press', + 'issn' => '1943-0264', + ), + 45 => + array ( + 'id' => 1046, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Cold Spring Harbor Perspectives in Medicine', + 'scopus_source_record_id' => '21100235802', + 'publisher' => 'Cold Spring Harbor Laboratory Press', + 'issn' => '2157-1422', + ), + 46 => + array ( + 'id' => 1047, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Cold Spring Harbor Protocols', + 'scopus_source_record_id' => '11700154612', + 'publisher' => 'Cold Spring Harbor Laboratory Press', + 'issn' => '1559-6095', + ), + 47 => + array ( + 'id' => 1048, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Collagen and leather', + 'scopus_source_record_id' => '21101151624', + 'publisher' => 'Springer Nature', + 'issn' => '2731-6998', + ), + 48 => + array ( + 'id' => 1049, + 'created_at' => '2024-12-02 16:59:22', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Colloids and Interfaces', + 'scopus_source_record_id' => '21101042312', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2504-5377', + ), + 49 => + array ( + 'id' => 1050, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Color Culture and Science', + 'scopus_source_record_id' => '21101164614', + 'publisher' => 'Gruppo del Colore – Associazione Italiana Colore', + 'issn' => '2384-9568', + ), + 50 => + array ( + 'id' => 1051, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Color Research and Application', + 'scopus_source_record_id' => '12891', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1520-6378', + ), + 51 => + array ( + 'id' => 1052, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Coloration Technology', + 'scopus_source_record_id' => '29437', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1478-4408', + ), + 52 => + array ( + 'id' => 1053, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Combinatorial Chemistry and High Throughput Screening', + 'scopus_source_record_id' => '23453', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-5402', + ), + 53 => + array ( + 'id' => 1054, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Combustion and Flame', + 'scopus_source_record_id' => '28623', + 'publisher' => 'Elsevier', + 'issn' => '1556-2921', + ), + 54 => + array ( + 'id' => 1055, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Combustion Engines', + 'scopus_source_record_id' => '21101155423', + 'publisher' => 'Polish Scientific Society of Combustion Engines', + 'issn' => '2658-1442', + ), + 55 => + array ( + 'id' => 1056, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:50', + 'title' => 'Combustion Science and Technology', + 'scopus_source_record_id' => '26881', + 'publisher' => 'Taylor & Francis', + 'issn' => '1563-521X', + ), + 56 => + array ( + 'id' => 1057, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Combustion Theory and Modelling', + 'scopus_source_record_id' => '13711', + 'publisher' => 'Taylor & Francis', + 'issn' => '1741-3559', + ), + 57 => + array ( + 'id' => 1058, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Combustion, Explosion and Shock Waves', + 'scopus_source_record_id' => '12893', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1573-8345', + ), + 58 => + array ( + 'id' => 1059, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Commagene Journal of Biology', + 'scopus_source_record_id' => '21101121578', + 'publisher' => 'ABADER (Adiyaman Bilimsel Arastirmalar Dernegi)', + 'issn' => '2602-456X', + ), + 59 => + array ( + 'id' => 1060, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Communication in Biomathematical Sciences', + 'scopus_source_record_id' => '21101068591', + 'publisher' => 'Indonesian Biomathematical Society', + 'issn' => '2549-2896', + ), + 60 => + array ( + 'id' => 1061, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Communications Biology', + 'scopus_source_record_id' => '21100924827', + 'publisher' => 'Springer Nature', + 'issn' => '2399-3642', + ), + 61 => + array ( + 'id' => 1062, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Communications Chemistry', + 'scopus_source_record_id' => '21100924839', + 'publisher' => 'Springer Nature', + 'issn' => '2399-3669', + ), + 62 => + array ( + 'id' => 1063, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Communications Earth and Environment', + 'scopus_source_record_id' => '21101065239', + 'publisher' => 'Springer Nature', + 'issn' => '2662-4435', + ), + 63 => + array ( + 'id' => 1064, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Communications in Mathematical Biology and Neuroscience', + 'scopus_source_record_id' => '21100845829', + 'publisher' => 'SCIK Publishing Corporation', + 'issn' => '2052-2541', + ), + 64 => + array ( + 'id' => 1065, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Communications in Transportation Research', + 'scopus_source_record_id' => '21101092899', + 'publisher' => 'Tsinghua University Press', + 'issn' => '2772-4247', + ), + 65 => + array ( + 'id' => 1066, + 'created_at' => '2024-12-02 16:59:23', + 'updated_at' => '2024-12-02 17:10:51', + 'title' => 'Communicative and Integrative Biology', + 'scopus_source_record_id' => '15900154753', + 'publisher' => 'Taylor & Francis', + 'issn' => '1942-0889', + ), + 66 => + array ( + 'id' => 1067, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Community Ecology', + 'scopus_source_record_id' => '17465', + 'publisher' => 'Akademiai Kiado', + 'issn' => '1588-2756', + ), + 67 => + array ( + 'id' => 1068, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Community, Environment and Disaster Risk Management', + 'scopus_source_record_id' => '21100264816', + 'publisher' => 'Emerald Publishing', + 'issn' => '2040-7270', + ), + 68 => + array ( + 'id' => 1069, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Comparative Biochemistry and Physiology - Part D: Genomics and Proteomics', + 'scopus_source_record_id' => '3900148224', + 'publisher' => 'Elsevier', + 'issn' => '1878-0407', + ), + 69 => + array ( + 'id' => 1070, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Comparative Biochemistry and Physiology Part - B: Biochemistry and Molecular Biology', + 'scopus_source_record_id' => '17373', + 'publisher' => 'Elsevier', + 'issn' => '1879-1107', + ), + 70 => + array ( + 'id' => 1071, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Comparative Biochemistry and Physiology Part - C: Toxicology and Pharmacology', + 'scopus_source_record_id' => '9000153111', + 'publisher' => 'Elsevier', + 'issn' => '1878-1659', + ), + 71 => + array ( + 'id' => 1072, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Comparative Biochemistry and Physiology -Part A : Molecular and Integrative Physiology', + 'scopus_source_record_id' => '3500148021', + 'publisher' => 'Elsevier', + 'issn' => '1531-4332', + ), + 72 => + array ( + 'id' => 1073, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Comparative Cognition and Behavior Reviews', + 'scopus_source_record_id' => '21100805739', + 'publisher' => 'Comparative Cognition Society', + 'issn' => '1911-4745', + ), + 73 => + array ( + 'id' => 1074, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Comparative Exercise Physiology', + 'scopus_source_record_id' => '21100786232', + 'publisher' => 'Brill', + 'issn' => '1755-2559', + ), + 74 => + array ( + 'id' => 1075, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Comparative Immunology, Microbiology and Infectious Diseases', + 'scopus_source_record_id' => '19660', + 'publisher' => 'Elsevier', + 'issn' => '1878-1667', + ), + 75 => + array ( + 'id' => 1076, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Comparative Medicine', + 'scopus_source_record_id' => '21383', + 'publisher' => 'American Association for Laboratory Animal Science', + 'issn' => '2769-819X', + ), + 76 => + array ( + 'id' => 1077, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:14:50', + 'title' => 'Comparative Parasitology', + 'scopus_source_record_id' => '21384', + 'publisher' => 'Helminthological Society of Washington', + 'issn' => '1525-2647', + ), + 77 => + array ( + 'id' => 1078, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:52', + 'title' => 'Competition and Regulation in Network Industries', + 'scopus_source_record_id' => '21100244225', + 'publisher' => 'SAGE', + 'issn' => '2399-2956', + ), + 78 => + array ( + 'id' => 1079, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Complexity', + 'scopus_source_record_id' => '25823', + 'publisher' => 'Hindawi', + 'issn' => '1099-0526', + ), + 79 => + array ( + 'id' => 1080, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Compost Science and Utilization', + 'scopus_source_record_id' => '32999', + 'publisher' => 'Taylor & Francis', + 'issn' => '2326-2397', + ), + 80 => + array ( + 'id' => 1081, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Compounds', + 'scopus_source_record_id' => '21101202299', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-6918', + ), + 81 => + array ( + 'id' => 1082, + 'created_at' => '2024-12-02 16:59:24', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Comprehensive Series in Photochemical and Photobiological Sciences', + 'scopus_source_record_id' => '21100872780', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2041-9724', + ), + 82 => + array ( + 'id' => 1083, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Comptes Rendus - Biologies', + 'scopus_source_record_id' => '12428', + 'publisher' => 'Academie des sciences', + 'issn' => '1768-3238', + ), + 83 => + array ( + 'id' => 1084, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Comptes Rendus - Geoscience', + 'scopus_source_record_id' => '18691', + 'publisher' => 'Academie des sciences', + 'issn' => '1778-7025', + ), + 84 => + array ( + 'id' => 1085, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Comptes Rendus Chimie', + 'scopus_source_record_id' => '22183', + 'publisher' => 'Elsevier', + 'issn' => '1878-1543', + ), + 85 => + array ( + 'id' => 1086, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:14:51', + 'title' => 'Comptes Rendus de L\'Academie Bulgare des Sciences', + 'scopus_source_record_id' => '31728', + 'publisher' => 'Bulgarian Academy of Sciences', + 'issn' => '1310-1331', + ), + 86 => + array ( + 'id' => 1087, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Computational and Mathematical Biophysics', + 'scopus_source_record_id' => '21101040667', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2544-7297', + ), + 87 => + array ( + 'id' => 1088, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:14:51', + 'title' => 'Computational and Mathematical Organization Theory', + 'scopus_source_record_id' => '145592', + 'publisher' => 'Springer Nature', + 'issn' => '1381-298X', + ), + 88 => + array ( + 'id' => 1089, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:10:53', + 'title' => 'Computational and Structural Biotechnology Journal', + 'scopus_source_record_id' => '21100318415', + 'publisher' => 'Elsevier', + 'issn' => '2001-0370', + ), + 89 => + array ( + 'id' => 1090, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:14:51', + 'title' => 'Computational and Theoretical Chemistry', + 'scopus_source_record_id' => '21000196008', + 'publisher' => 'Elsevier', + 'issn' => '2210-271X', + ), + 90 => + array ( + 'id' => 1091, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:14:51', + 'title' => 'Computational Biology and Chemistry', + 'scopus_source_record_id' => '24599', + 'publisher' => 'Elsevier', + 'issn' => '1476-9271', + ), + 91 => + array ( + 'id' => 1092, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:10:54', + 'title' => 'Computational Management Science', + 'scopus_source_record_id' => '144815', + 'publisher' => 'Springer Nature', + 'issn' => '1619-6988', + ), + 92 => + array ( + 'id' => 1093, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:14:51', + 'title' => 'Computational Materials Science', + 'scopus_source_record_id' => '20541', + 'publisher' => 'Elsevier', + 'issn' => '0927-0256', + ), + 93 => + array ( + 'id' => 1094, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:10:54', + 'title' => 'Computational Urban Science', + 'scopus_source_record_id' => '21101142737', + 'publisher' => 'Springer Nature', + 'issn' => '2730-6852', + ), + 94 => + array ( + 'id' => 1095, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:14:52', + 'title' => 'Computers and Industrial Engineering', + 'scopus_source_record_id' => '18164', + 'publisher' => 'Elsevier', + 'issn' => '0360-8352', + ), + 95 => + array ( + 'id' => 1096, + 'created_at' => '2024-12-02 16:59:25', + 'updated_at' => '2024-12-02 17:10:54', + 'title' => 'Computers and Operations Research', + 'scopus_source_record_id' => '24355', + 'publisher' => 'Elsevier', + 'issn' => '1873-765X', + ), + 96 => + array ( + 'id' => 1097, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:14:52', + 'title' => 'Computers, Environment and Urban Systems', + 'scopus_source_record_id' => '23269', + 'publisher' => 'Elsevier', + 'issn' => '0198-9715', + ), + 97 => + array ( + 'id' => 1098, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Comunicacoes Geologicas', + 'scopus_source_record_id' => '21100197359', + 'publisher' => 'Instituto Nacional de Engenharia e Tecnologia Industrial', + 'issn' => '1647-581X', + ), + 98 => + array ( + 'id' => 1099, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Comunicata Scientiae', + 'scopus_source_record_id' => '21100205929', + 'publisher' => 'Federal University ofPiauI', + 'issn' => '2177-5133', + ), + 99 => + array ( + 'id' => 1100, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:14:52', + 'title' => 'CONCAWE Reports', + 'scopus_source_record_id' => '51442', + 'publisher' => 'Concawe', + 'issn' => '0166-0810', + ), + 100 => + array ( + 'id' => 1101, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:14:53', + 'title' => 'Condor', + 'scopus_source_record_id' => '21554', + 'publisher' => 'University of California Press', + 'issn' => '0010-5422', + ), + 101 => + array ( + 'id' => 1102, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Connective Tissue Research', + 'scopus_source_record_id' => '18497', + 'publisher' => 'Taylor & Francis', + 'issn' => '1607-8438', + ), + 102 => + array ( + 'id' => 1103, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Conservation', + 'scopus_source_record_id' => '21101240663', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-7159', + ), + 103 => + array ( + 'id' => 1104, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Conservation and Society', + 'scopus_source_record_id' => '19900192548', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '0975-3133', + ), + 104 => + array ( + 'id' => 1105, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Conservation Biology', + 'scopus_source_record_id' => '17822', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1523-1739', + ), + 105 => + array ( + 'id' => 1106, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:14:53', + 'title' => 'Conservation Evidence', + 'scopus_source_record_id' => '19900192609', + 'publisher' => 'University of Cambridge', + 'issn' => '1758-2067', + ), + 106 => + array ( + 'id' => 1107, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Conservation Genetics', + 'scopus_source_record_id' => '22069', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9737', + ), + 107 => + array ( + 'id' => 1108, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Conservation Genetics Resources', + 'scopus_source_record_id' => '19400158520', + 'publisher' => 'Springer Nature', + 'issn' => '1877-7260', + ), + 108 => + array ( + 'id' => 1109, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:14:53', + 'title' => 'Conservation Letters', + 'scopus_source_record_id' => '19900191736', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1755-263X', + ), + 109 => + array ( + 'id' => 1110, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Conservation Physiology', + 'scopus_source_record_id' => '21100776051', + 'publisher' => 'Oxford University Press', + 'issn' => '2051-1434', + ), + 110 => + array ( + 'id' => 1111, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Conservation Science and Practice', + 'scopus_source_record_id' => '21101070986', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2578-4854', + ), + 111 => + array ( + 'id' => 1112, + 'created_at' => '2024-12-02 16:59:26', + 'updated_at' => '2024-12-02 17:10:55', + 'title' => 'Construction Materials', + 'scopus_source_record_id' => '21101240286', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-7108', + ), + 112 => + array ( + 'id' => 1113, + 'created_at' => '2024-12-02 16:59:27', + 'updated_at' => '2024-12-02 17:14:53', + 'title' => 'Constructivist Foundations', + 'scopus_source_record_id' => '19700181256', + 'publisher' => 'Vrije Universiteit Brussel', + 'issn' => '1782-348X', + ), + 113 => + array ( + 'id' => 1114, + 'created_at' => '2024-12-02 16:59:27', + 'updated_at' => '2024-12-02 17:14:54', + 'title' => 'Contemporary Management Research', + 'scopus_source_record_id' => '21100902638', + 'publisher' => 'Academy of Taiwan Information Systems Research', + 'issn' => '1813-5498', + ), + 114 => + array ( + 'id' => 1115, + 'created_at' => '2024-12-02 16:59:27', + 'updated_at' => '2024-12-02 17:10:56', + 'title' => 'Contemporary Problems of Ecology', + 'scopus_source_record_id' => '16400154782', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1995-4263', + ), + 115 => + array ( + 'id' => 1116, + 'created_at' => '2024-12-02 16:59:27', + 'updated_at' => '2024-12-02 17:10:56', + 'title' => 'Contemporary Urban Design Thinking', + 'scopus_source_record_id' => '21101156908', + 'publisher' => 'Springer Nature', + 'issn' => '2522-8412', + ), + 116 => + array ( + 'id' => 1117, + 'created_at' => '2024-12-02 16:59:27', + 'updated_at' => '2024-12-02 17:10:56', + 'title' => 'Continental Shelf Research', + 'scopus_source_record_id' => '26817', + 'publisher' => 'Elsevier', + 'issn' => '1873-6955', + ), + 117 => + array ( + 'id' => 1118, + 'created_at' => '2024-12-02 16:59:27', + 'updated_at' => '2024-12-02 17:10:57', + 'title' => 'Contributii Botanice', + 'scopus_source_record_id' => '21100840444', + 'publisher' => 'Babes-Bolyai University, "Alexandru Borza" Botanic Garden', + 'issn' => '2067-3094', + ), + 118 => + array ( + 'id' => 1119, + 'created_at' => '2024-12-02 16:59:27', + 'updated_at' => '2024-12-02 17:10:57', + 'title' => 'Contributions to Management Science', + 'scopus_source_record_id' => '21100904665', + 'publisher' => 'Springer Nature', + 'issn' => '2197-716X', + ), + 119 => + array ( + 'id' => 1120, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:14:54', + 'title' => 'Contributions to Zoology', + 'scopus_source_record_id' => '69955', + 'publisher' => 'Brill', + 'issn' => '1383-4517', + ), + 120 => + array ( + 'id' => 1121, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:14:55', + 'title' => 'Coordination Chemistry Reviews', + 'scopus_source_record_id' => '23470', + 'publisher' => 'Elsevier', + 'issn' => '0010-8545', + ), + 121 => + array ( + 'id' => 1122, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:10:57', + 'title' => 'Coral Reefs', + 'scopus_source_record_id' => '26825', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0975', + ), + 122 => + array ( + 'id' => 1123, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:10:57', + 'title' => 'Coral Reefs of the World', + 'scopus_source_record_id' => '21101238202', + 'publisher' => 'Springer Nature', + 'issn' => '2213-7203', + ), + 123 => + array ( + 'id' => 1124, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:10:57', + 'title' => 'Corporate and Business Strategy Review', + 'scopus_source_record_id' => '21101090644', + 'publisher' => 'Virtus Interpress', + 'issn' => '2708-4965', + ), + 124 => + array ( + 'id' => 1125, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:10:57', + 'title' => 'Corporate Board: Role, Duties and Composition', + 'scopus_source_record_id' => '21100316027', + 'publisher' => 'Virtus Interpress', + 'issn' => '2312-2722', + ), + 125 => + array ( + 'id' => 1126, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:10:57', + 'title' => 'Corporate Social Responsibility and Environmental Management', + 'scopus_source_record_id' => '21873', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1535-3966', + ), + 126 => + array ( + 'id' => 1127, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:10:57', + 'title' => 'Corrosion', + 'scopus_source_record_id' => '19823', + 'publisher' => 'Association for Materials Protection and Performance', + 'issn' => '1938-159X', + ), + 127 => + array ( + 'id' => 1128, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:10:58', + 'title' => 'Corrosion Engineering Science and Technology', + 'scopus_source_record_id' => '29109', + 'publisher' => 'SAGE', + 'issn' => '1743-2782', + ), + 128 => + array ( + 'id' => 1129, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:14:55', + 'title' => 'Corrosion Management', + 'scopus_source_record_id' => '20542', + 'publisher' => 'Square One Advertising and Design Limited', + 'issn' => '1355-5243', + ), + 129 => + array ( + 'id' => 1130, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:10:58', + 'title' => 'Corrosion Reviews', + 'scopus_source_record_id' => '32631', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2191-0316', + ), + 130 => + array ( + 'id' => 1131, + 'created_at' => '2024-12-02 16:59:28', + 'updated_at' => '2024-12-02 17:14:55', + 'title' => 'Corrosion Science', + 'scopus_source_record_id' => '29476', + 'publisher' => 'Elsevier', + 'issn' => '0010-938X', + ), + 131 => + array ( + 'id' => 1132, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:58', + 'title' => 'CRISPR Journal', + 'scopus_source_record_id' => '21100932746', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '2573-1602', + ), + 132 => + array ( + 'id' => 1133, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Critical Military Studies', + 'scopus_source_record_id' => '21100840031', + 'publisher' => 'Taylor & Francis', + 'issn' => '2333-7494', + ), + 133 => + array ( + 'id' => 1134, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Critical Reviews in Biochemistry and Molecular Biology', + 'scopus_source_record_id' => '17378', + 'publisher' => 'Taylor & Francis', + 'issn' => '1549-7798', + ), + 134 => + array ( + 'id' => 1135, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Critical Reviews in Clinical Laboratory Sciences', + 'scopus_source_record_id' => '29919', + 'publisher' => 'Taylor & Francis', + 'issn' => '1549-781X', + ), + 135 => + array ( + 'id' => 1136, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Critical Reviews in Environmental Science and Technology', + 'scopus_source_record_id' => '23895', + 'publisher' => 'Taylor & Francis', + 'issn' => '1547-6537', + ), + 136 => + array ( + 'id' => 1137, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:14:56', + 'title' => 'Critical Reviews in Eukaryotic Gene Expression', + 'scopus_source_record_id' => '22071', + 'publisher' => 'Begell House', + 'issn' => '1045-4403', + ), + 137 => + array ( + 'id' => 1138, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Critical Reviews in Microbiology', + 'scopus_source_record_id' => '19662', + 'publisher' => 'Taylor & Francis', + 'issn' => '1549-7828', + ), + 138 => + array ( + 'id' => 1139, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Croatian Journal of Food Science and Technology', + 'scopus_source_record_id' => '21101230585', + 'publisher' => 'Josip Juraj Strossmayer University of Osijek Faculty of Food Technology', + 'issn' => '1848-9923', + ), + 139 => + array ( + 'id' => 1140, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Croatian Operational Research Review', + 'scopus_source_record_id' => '21100858348', + 'publisher' => 'Croatian Operational Research Society', + 'issn' => '1848-9931', + ), + 140 => + array ( + 'id' => 1141, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Croatica Chemica Acta', + 'scopus_source_record_id' => '23471', + 'publisher' => 'Croatian Chemical Society', + 'issn' => '1334-417X', + ), + 141 => + array ( + 'id' => 1142, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:10:59', + 'title' => 'Crop and Environment', + 'scopus_source_record_id' => '21101165609', + 'publisher' => 'Elsevier', + 'issn' => '2773-126X', + ), + 142 => + array ( + 'id' => 1143, + 'created_at' => '2024-12-02 16:59:29', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Crustaceana', + 'scopus_source_record_id' => '21402', + 'publisher' => 'Brill', + 'issn' => '1568-5403', + ), + 143 => + array ( + 'id' => 1144, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Cryobiology', + 'scopus_source_record_id' => '14864', + 'publisher' => 'Elsevier', + 'issn' => '1090-2392', + ), + 144 => + array ( + 'id' => 1145, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Cryosphere', + 'scopus_source_record_id' => '11700154363', + 'publisher' => 'Copernicus Publications', + 'issn' => '1994-0424', + ), + 145 => + array ( + 'id' => 1146, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:14:57', + 'title' => 'Cryptogamie, Algologie', + 'scopus_source_record_id' => '17910', + 'publisher' => 'A.D.A.C.', + 'issn' => '0181-1568', + ), + 146 => + array ( + 'id' => 1147, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:14:57', + 'title' => 'Cryptogamie, Bryologie', + 'scopus_source_record_id' => '110036', + 'publisher' => 'A.D.A.C.', + 'issn' => '1290-0796', + ), + 147 => + array ( + 'id' => 1148, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:14:57', + 'title' => 'Cryptogamie, Mycologie', + 'scopus_source_record_id' => '17922', + 'publisher' => 'A.D.A.C.', + 'issn' => '0181-1584', + ), + 148 => + array ( + 'id' => 1149, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Crystal Growth and Design', + 'scopus_source_record_id' => '24672', + 'publisher' => 'American Chemical Society', + 'issn' => '1528-7505', + ), + 149 => + array ( + 'id' => 1150, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Crystal Research and Technology', + 'scopus_source_record_id' => '24673', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-4079', + ), + 150 => + array ( + 'id' => 1151, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Crystallography Reports', + 'scopus_source_record_id' => '24676', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1562-689X', + ), + 151 => + array ( + 'id' => 1152, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:14:57', + 'title' => 'Crystallography Reviews', + 'scopus_source_record_id' => '24678', + 'publisher' => 'Taylor & Francis', + 'issn' => '0889-311X', + ), + 152 => + array ( + 'id' => 1153, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:14:57', + 'title' => 'CrystEngComm', + 'scopus_source_record_id' => '130039', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1466-8033', + ), + 153 => + array ( + 'id' => 1154, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'CSR, Sustainability, Ethics and Governance', + 'scopus_source_record_id' => '21101089967', + 'publisher' => 'Springer Nature', + 'issn' => '2196-7083', + ), + 154 => + array ( + 'id' => 1155, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Cuadernos de Geografia: Revista Colombiana de Geografia', + 'scopus_source_record_id' => '21100897722', + 'publisher' => 'Universidad Nacional de Colombia', + 'issn' => '2256-5442', + ), + 155 => + array ( + 'id' => 1156, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Cuadernos de Investigacion Geografica', + 'scopus_source_record_id' => '19700182634', + 'publisher' => 'University of La Rioja', + 'issn' => '1697-9540', + ), + 156 => + array ( + 'id' => 1157, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:00', + 'title' => 'Cultural Geographies', + 'scopus_source_record_id' => '23552', + 'publisher' => 'SAGE', + 'issn' => '1477-0881', + ), + 157 => + array ( + 'id' => 1158, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Culture and Evolution', + 'scopus_source_record_id' => '21101132227', + 'publisher' => 'Akademiai Kiado', + 'issn' => '2939-7375', + ), + 158 => + array ( + 'id' => 1159, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Culture, Agriculture, Food and Environment', + 'scopus_source_record_id' => '21100202708', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2153-9561', + ), + 159 => + array ( + 'id' => 1160, + 'created_at' => '2024-12-02 16:59:30', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Applied Science and Technology', + 'scopus_source_record_id' => '21100902626', + 'publisher' => 'King Mongkut\'s Institute of Technology Ladkrabang', + 'issn' => '2586-9396', + ), + 160 => + array ( + 'id' => 1161, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Bioinformatics', + 'scopus_source_record_id' => '5800173405', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '2212-392X', + ), + 161 => + array ( + 'id' => 1162, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Biology', + 'scopus_source_record_id' => '15537', + 'publisher' => 'Elsevier', + 'issn' => '1879-0445', + ), + 162 => + array ( + 'id' => 1163, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Bladder Dysfunction Reports', + 'scopus_source_record_id' => '19600157013', + 'publisher' => 'Current Medicine Group', + 'issn' => '1931-7220', + ), + 163 => + array ( + 'id' => 1164, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Chemical Biology', + 'scopus_source_record_id' => '11300153735', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1872-3136', + ), + 164 => + array ( + 'id' => 1165, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Chemistry Letters', + 'scopus_source_record_id' => '21100869886', + 'publisher' => 'Growing Science', + 'issn' => '1927-730X', + ), + 165 => + array ( + 'id' => 1166, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Climate Change Reports', + 'scopus_source_record_id' => '21100873474', + 'publisher' => 'Springer Nature', + 'issn' => '2198-6061', + ), + 166 => + array ( + 'id' => 1167, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Environmental Health Reports', + 'scopus_source_record_id' => '21100440607', + 'publisher' => 'Springer Nature', + 'issn' => '2196-5412', + ), + 167 => + array ( + 'id' => 1168, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Enzyme Inhibition', + 'scopus_source_record_id' => '4700152607', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-6662', + ), + 168 => + array ( + 'id' => 1169, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Forestry Reports', + 'scopus_source_record_id' => '21100869015', + 'publisher' => 'Springer Nature', + 'issn' => '2198-6436', + ), + 169 => + array ( + 'id' => 1170, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:01', + 'title' => 'Current Gene Therapy', + 'scopus_source_record_id' => '22072', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-5631', + ), + 170 => + array ( + 'id' => 1171, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Genetics', + 'scopus_source_record_id' => '22074', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0983', + ), + 171 => + array ( + 'id' => 1172, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Genomics', + 'scopus_source_record_id' => '22075', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-5488', + ), + 172 => + array ( + 'id' => 1173, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Green Chemistry', + 'scopus_source_record_id' => '21101144514', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '2213-347X', + ), + 173 => + array ( + 'id' => 1174, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Issues in Molecular Biology', + 'scopus_source_record_id' => '17398', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '1467-3045', + ), + 174 => + array ( + 'id' => 1175, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:14:59', + 'title' => 'Current Issues in Pharmacy and Medical Sciences', + 'scopus_source_record_id' => '21100239829', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2084-980X', + ), + 175 => + array ( + 'id' => 1176, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Medical Mycology', + 'scopus_source_record_id' => '21100899293', + 'publisher' => 'Mazandaran University of Medical Sciences', + 'issn' => '2423-3420', + ), + 176 => + array ( + 'id' => 1177, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Medical Science', + 'scopus_source_record_id' => '21100870576', + 'publisher' => 'Huazhong University of Science and Technology', + 'issn' => '2523-899X', + ), + 177 => + array ( + 'id' => 1178, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Medicinal Chemistry', + 'scopus_source_record_id' => '23488', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-533X', + ), + 178 => + array ( + 'id' => 1179, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Microbiology', + 'scopus_source_record_id' => '19666', + 'publisher' => 'Springer Nature', + 'issn' => '1432-0991', + ), + 179 => + array ( + 'id' => 1180, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Molecular Medicine', + 'scopus_source_record_id' => '19667', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-5666', + ), + 180 => + array ( + 'id' => 1181, + 'created_at' => '2024-12-02 16:59:31', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Opinion in Chemical Biology', + 'scopus_source_record_id' => '17399', + 'publisher' => 'Elsevier', + 'issn' => '1879-0402', + ), + 181 => + array ( + 'id' => 1182, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:02', + 'title' => 'Current Opinion in Environmental Science and Health', + 'scopus_source_record_id' => '21100936579', + 'publisher' => 'Elsevier', + 'issn' => '2468-5844', + ), + 182 => + array ( + 'id' => 1183, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:15:00', + 'title' => 'Current Opinion in Environmental Sustainability', + 'scopus_source_record_id' => '19400158343', + 'publisher' => 'Elsevier', + 'issn' => '1877-3435', + ), + 183 => + array ( + 'id' => 1184, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Opinion in Genetics and Development', + 'scopus_source_record_id' => '22080', + 'publisher' => 'Elsevier', + 'issn' => '1879-0380', + ), + 184 => + array ( + 'id' => 1185, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:15:00', + 'title' => 'Current Opinion in Green and Sustainable Chemistry', + 'scopus_source_record_id' => '21100788800', + 'publisher' => 'Elsevier', + 'issn' => '2452-2236', + ), + 185 => + array ( + 'id' => 1186, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Opinion in Insect Science', + 'scopus_source_record_id' => '21100325079', + 'publisher' => 'Elsevier', + 'issn' => '2214-5753', + ), + 186 => + array ( + 'id' => 1187, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Opinion in Lipidology', + 'scopus_source_record_id' => '23140', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '1473-6535', + ), + 187 => + array ( + 'id' => 1188, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Opinion in Microbiology', + 'scopus_source_record_id' => '19669', + 'publisher' => 'Elsevier', + 'issn' => '1879-0364', + ), + 188 => + array ( + 'id' => 1189, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Opinion in Structural Biology', + 'scopus_source_record_id' => '17400', + 'publisher' => 'Elsevier', + 'issn' => '1879-033X', + ), + 189 => + array ( + 'id' => 1190, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Opinion in Systems Biology', + 'scopus_source_record_id' => '21100857212', + 'publisher' => 'Elsevier', + 'issn' => '2452-3100', + ), + 190 => + array ( + 'id' => 1191, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Organic Chemistry', + 'scopus_source_record_id' => '25836', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-5348', + ), + 191 => + array ( + 'id' => 1192, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Organic Synthesis', + 'scopus_source_record_id' => '4700152613', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-6271', + ), + 192 => + array ( + 'id' => 1193, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Organocatalysis', + 'scopus_source_record_id' => '21100855815', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '2213-3380', + ), + 193 => + array ( + 'id' => 1194, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Pathobiology Reports', + 'scopus_source_record_id' => '21100901148', + 'publisher' => 'Springer Nature', + 'issn' => '2167-485X', + ), + 194 => + array ( + 'id' => 1195, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:03', + 'title' => 'Current Pharmaceutical Analysis', + 'scopus_source_record_id' => '4700152426', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-676X', + ), + 195 => + array ( + 'id' => 1196, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Pharmacogenomics and Personalized Medicine', + 'scopus_source_record_id' => '17700156434', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-6913', + ), + 196 => + array ( + 'id' => 1197, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Pharmacology Reports', + 'scopus_source_record_id' => '21100793213', + 'publisher' => 'Springer Nature', + 'issn' => '2198-641X', + ), + 197 => + array ( + 'id' => 1198, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Plant Biology', + 'scopus_source_record_id' => '21100356807', + 'publisher' => 'Elsevier', + 'issn' => '2214-6628', + ), + 198 => + array ( + 'id' => 1199, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Pollution Reports', + 'scopus_source_record_id' => '21100873342', + 'publisher' => 'Springer Nature', + 'issn' => '2198-6592', + ), + 199 => + array ( + 'id' => 1200, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Protein and Peptide Science', + 'scopus_source_record_id' => '17401', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-5550', + ), + 200 => + array ( + 'id' => 1201, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Proteomics', + 'scopus_source_record_id' => '130076', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-6247', + ), + 201 => + array ( + 'id' => 1202, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Protocols', + 'scopus_source_record_id' => '21101039610', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2691-1299', + ), + 202 => + array ( + 'id' => 1203, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Research in Environmental and Applied Mycology', + 'scopus_source_record_id' => '21100827441', + 'publisher' => 'Beijing Academy of Agriculture and Forestry Sciences, Institute of Plant and Environment Protection', + 'issn' => '2229-2225', + ), + 203 => + array ( + 'id' => 1204, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Research in Environmental Sustainability', + 'scopus_source_record_id' => '21101075633', + 'publisher' => 'Elsevier', + 'issn' => '2666-0490', + ), + 204 => + array ( + 'id' => 1205, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Research in Green and Sustainable Chemistry', + 'scopus_source_record_id' => '21101043776', + 'publisher' => 'Elsevier', + 'issn' => '2666-0865', + ), + 205 => + array ( + 'id' => 1206, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Research in Insect Science', + 'scopus_source_record_id' => '21101078840', + 'publisher' => 'Elsevier', + 'issn' => '2666-5158', + ), + 206 => + array ( + 'id' => 1207, + 'created_at' => '2024-12-02 16:59:32', + 'updated_at' => '2024-12-02 17:11:04', + 'title' => 'Current Research in Microbial Sciences', + 'scopus_source_record_id' => '21101060498', + 'publisher' => 'Elsevier', + 'issn' => '2666-5174', + ), + 207 => + array ( + 'id' => 1208, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:05', + 'title' => 'Current Research in Pharmacology and Drug Discovery', + 'scopus_source_record_id' => '21101075999', + 'publisher' => 'Elsevier', + 'issn' => '2590-2571', + ), + 208 => + array ( + 'id' => 1209, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:05', + 'title' => 'Current Research in Structural Biology', + 'scopus_source_record_id' => '21101044947', + 'publisher' => 'Elsevier', + 'issn' => '2665-928X', + ), + 209 => + array ( + 'id' => 1210, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:05', + 'title' => 'Current Research in Translational Medicine', + 'scopus_source_record_id' => '21100467356', + 'publisher' => 'Elsevier', + 'issn' => '2452-3186', + ), + 210 => + array ( + 'id' => 1211, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:15:01', + 'title' => 'Current Science', + 'scopus_source_record_id' => '20699', + 'publisher' => 'Indian Academy of Sciences', + 'issn' => '0011-3891', + ), + 211 => + array ( + 'id' => 1212, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:05', + 'title' => 'Current Stem Cell Reports', + 'scopus_source_record_id' => '21100854817', + 'publisher' => 'Springer Nature', + 'issn' => '2198-7866', + ), + 212 => + array ( + 'id' => 1213, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:15:01', + 'title' => 'Current Topics in Membranes', + 'scopus_source_record_id' => '18504', + 'publisher' => 'Elsevier', + 'issn' => '1063-5823', + ), + 213 => + array ( + 'id' => 1214, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:05', + 'title' => 'Current Topics in Microbiology and Immunology', + 'scopus_source_record_id' => '19671', + 'publisher' => 'Springer Nature', + 'issn' => '2196-9965', + ), + 214 => + array ( + 'id' => 1215, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:15:01', + 'title' => 'Current Topics in Peptide and Protein Research', + 'scopus_source_record_id' => '13000154716', + 'publisher' => 'Research Trends', + 'issn' => '0972-4524', + ), + 215 => + array ( + 'id' => 1216, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'Cybium', + 'scopus_source_record_id' => '12065', + 'publisher' => 'Societe Francaise d\'Ichtyologie', + 'issn' => '2101-0315', + ), + 216 => + array ( + 'id' => 1217, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'CYTA - Journal of Food', + 'scopus_source_record_id' => '19700201670', + 'publisher' => 'Taylor & Francis', + 'issn' => '1947-6345', + ), + 217 => + array ( + 'id' => 1218, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'Cytogenetic and Genome Research', + 'scopus_source_record_id' => '22081', + 'publisher' => 'Karger', + 'issn' => '1424-859X', + ), + 218 => + array ( + 'id' => 1219, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'Cytokine', + 'scopus_source_record_id' => '22083', + 'publisher' => 'Elsevier', + 'issn' => '1096-0023', + ), + 219 => + array ( + 'id' => 1220, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'Cytokine and Growth Factor Reviews', + 'scopus_source_record_id' => '17421', + 'publisher' => 'Elsevier', + 'issn' => '1879-0305', + ), + 220 => + array ( + 'id' => 1221, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:15:02', + 'title' => 'Cytokine: X', + 'scopus_source_record_id' => '21100900279', + 'publisher' => 'Elsevier', + 'issn' => '2590-1532', + ), + 221 => + array ( + 'id' => 1222, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:15:02', + 'title' => 'Cytologia', + 'scopus_source_record_id' => '18508', + 'publisher' => 'Japan Mendel Society', + 'issn' => '0011-4545', + ), + 222 => + array ( + 'id' => 1223, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'Czech Journal of Genetics and Plant Breeding', + 'scopus_source_record_id' => '5700165213', + 'publisher' => 'Czech Academy of Agricultural Sciences', + 'issn' => '1805-9325', + ), + 223 => + array ( + 'id' => 1224, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'Czech Mycology', + 'scopus_source_record_id' => '21100839164', + 'publisher' => 'Czech Scientific Society for Mycology', + 'issn' => '1805-1421', + ), + 224 => + array ( + 'id' => 1225, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'Czech Polar Reports', + 'scopus_source_record_id' => '21100413803', + 'publisher' => 'Masaryk University', + 'issn' => '1805-0697', + ), + 225 => + array ( + 'id' => 1226, + 'created_at' => '2024-12-02 16:59:33', + 'updated_at' => '2024-12-02 17:11:06', + 'title' => 'Dairy', + 'scopus_source_record_id' => '21101133616', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2624-862X', + ), + 226 => + array ( + 'id' => 1227, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:15:02', + 'title' => 'Data Handling in Science and Technology', + 'scopus_source_record_id' => '11200153551', + 'publisher' => 'Elsevier', + 'issn' => '0922-3487', + ), + 227 => + array ( + 'id' => 1228, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Data in Brief', + 'scopus_source_record_id' => '21100372856', + 'publisher' => 'Elsevier', + 'issn' => '2352-3409', + ), + 228 => + array ( + 'id' => 1229, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Data Science and Management', + 'scopus_source_record_id' => '21101092534', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-7649', + ), + 229 => + array ( + 'id' => 1230, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:15:02', + 'title' => 'Database : the journal of biological databases and curation', + 'scopus_source_record_id' => '19700188321', + 'publisher' => 'Oxford University Press', + 'issn' => '1758-0463', + ), + 230 => + array ( + 'id' => 1231, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Decision Analysis', + 'scopus_source_record_id' => '19700186711', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '1545-8504', + ), + 231 => + array ( + 'id' => 1232, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Decision Analytics Journal', + 'scopus_source_record_id' => '21101098756', + 'publisher' => 'Elsevier', + 'issn' => '2772-6622', + ), + 232 => + array ( + 'id' => 1233, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Decision Making: Applications in Management and Engineering', + 'scopus_source_record_id' => '21101044833', + 'publisher' => 'Regional Association for Security and crisis management', + 'issn' => '2620-0104', + ), + 233 => + array ( + 'id' => 1234, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Decision Science Letters', + 'scopus_source_record_id' => '21100314709', + 'publisher' => 'Growing Science', + 'issn' => '1929-5812', + ), + 234 => + array ( + 'id' => 1235, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Decision Sciences Journal of Innovative Education', + 'scopus_source_record_id' => '19900192134', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1540-4609', + ), + 235 => + array ( + 'id' => 1236, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:15:03', + 'title' => 'Deep-Sea Research Part I: Oceanographic Research Papers', + 'scopus_source_record_id' => '26830', + 'publisher' => 'Elsevier', + 'issn' => '0967-0637', + ), + 236 => + array ( + 'id' => 1237, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:15:03', + 'title' => 'Deep-Sea Research Part II: Topical Studies in Oceanography', + 'scopus_source_record_id' => '26831', + 'publisher' => 'Elsevier', + 'issn' => '0967-0645', + ), + 237 => + array ( + 'id' => 1238, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Defence Life Science Journal', + 'scopus_source_record_id' => '21100967064', + 'publisher' => 'Defence Scientific Information and Documentation Centre', + 'issn' => '2456-0537', + ), + 238 => + array ( + 'id' => 1239, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:07', + 'title' => 'Defence Science Journal', + 'scopus_source_record_id' => '17294', + 'publisher' => 'Defence Scientific Information and Documentation Centre', + 'issn' => '0976-464X', + ), + 239 => + array ( + 'id' => 1240, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:08', + 'title' => 'Dendrochronologia', + 'scopus_source_record_id' => '17950', + 'publisher' => 'Elsevier', + 'issn' => '1612-0051', + ), + 240 => + array ( + 'id' => 1241, + 'created_at' => '2024-12-02 16:59:34', + 'updated_at' => '2024-12-02 17:11:08', + 'title' => 'Dental Anthropology', + 'scopus_source_record_id' => '21101180454', + 'publisher' => 'Dental Anthropology Association', + 'issn' => '2769-822X', + ), + 241 => + array ( + 'id' => 1242, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:08', + 'title' => 'Depositional Record', + 'scopus_source_record_id' => '21101019623', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2055-4877', + ), + 242 => + array ( + 'id' => 1243, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:08', + 'title' => 'Dermatology Practical and Conceptual', + 'scopus_source_record_id' => '21101039508', + 'publisher' => 'Mattioli 1885', + 'issn' => '2160-9381', + ), + 243 => + array ( + 'id' => 1244, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:15:04', + 'title' => 'Desalination', + 'scopus_source_record_id' => '16322', + 'publisher' => 'Elsevier', + 'issn' => '0011-9164', + ), + 244 => + array ( + 'id' => 1245, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:08', + 'title' => 'Desalination and Water Treatment', + 'scopus_source_record_id' => '19700175585', + 'publisher' => 'Elsevier', + 'issn' => '1944-3986', + ), + 245 => + array ( + 'id' => 1246, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Designed Monomers and Polymers', + 'scopus_source_record_id' => '12900', + 'publisher' => 'Taylor & Francis', + 'issn' => '1568-5551', + ), + 246 => + array ( + 'id' => 1247, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Designs for Learning', + 'scopus_source_record_id' => '21101172014', + 'publisher' => 'Stockholm University Press', + 'issn' => '2001-7480', + ), + 247 => + array ( + 'id' => 1248, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Detritus', + 'scopus_source_record_id' => '21101016917', + 'publisher' => 'Cisa Publisher - Eurowaste Srl', + 'issn' => '2611-4135', + ), + 248 => + array ( + 'id' => 1249, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Development (Cambridge)', + 'scopus_source_record_id' => '14531', + 'publisher' => 'Company of Biologists Ltd', + 'issn' => '1477-9129', + ), + 249 => + array ( + 'id' => 1250, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Development Genes and Evolution', + 'scopus_source_record_id' => '14532', + 'publisher' => 'Springer Nature', + 'issn' => '1432-041X', + ), + 250 => + array ( + 'id' => 1251, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Development Policy Review', + 'scopus_source_record_id' => '14103', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1467-7679', + ), + 251 => + array ( + 'id' => 1252, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Developmental and Comparative Immunology', + 'scopus_source_record_id' => '20775', + 'publisher' => 'Elsevier', + 'issn' => '1879-0089', + ), + 252 => + array ( + 'id' => 1253, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Developmental Biology', + 'scopus_source_record_id' => '14536', + 'publisher' => 'Elsevier', + 'issn' => '1095-564X', + ), + 253 => + array ( + 'id' => 1254, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:11:09', + 'title' => 'Developmental Cell', + 'scopus_source_record_id' => '18525', + 'publisher' => 'Elsevier', + 'issn' => '1878-1551', + ), + 254 => + array ( + 'id' => 1255, + 'created_at' => '2024-12-02 16:59:35', + 'updated_at' => '2024-12-02 17:15:04', + 'title' => 'Developments in Aquaculture and Fisheries Science', + 'scopus_source_record_id' => '11700154346', + 'publisher' => 'Elsevier', + 'issn' => '0167-9309', + ), + 255 => + array ( + 'id' => 1256, + 'created_at' => '2024-12-02 16:59:36', + 'updated_at' => '2024-12-02 17:15:04', + 'title' => 'Developments in Earth Surface Processes', + 'scopus_source_record_id' => '12000154521', + 'publisher' => 'Elsevier', + 'issn' => '0928-2025', + ), + 256 => + array ( + 'id' => 1257, + 'created_at' => '2024-12-02 16:59:36', + 'updated_at' => '2024-12-02 17:15:04', + 'title' => 'Developments in Environmental Modelling', + 'scopus_source_record_id' => '23272', + 'publisher' => 'Elsevier', + 'issn' => '0167-8892', + ), + 257 => + array ( + 'id' => 1258, + 'created_at' => '2024-12-02 16:59:36', + 'updated_at' => '2024-12-02 17:15:04', + 'title' => 'Developments in Environmental Science', + 'scopus_source_record_id' => '11700154344', + 'publisher' => 'Elsevier', + 'issn' => '1474-8177', + ), + 258 => + array ( + 'id' => 1259, + 'created_at' => '2024-12-02 16:59:36', + 'updated_at' => '2024-12-02 17:15:05', + 'title' => 'Diamond and Related Materials', + 'scopus_source_record_id' => '24680', + 'publisher' => 'Elsevier', + 'issn' => '0925-9635', + ), + 259 => + array ( + 'id' => 1260, + 'created_at' => '2024-12-02 16:59:36', + 'updated_at' => '2024-12-02 17:11:11', + 'title' => 'Diatom Research', + 'scopus_source_record_id' => '17972', + 'publisher' => 'Taylor & Francis', + 'issn' => '2159-8347', + ), + 260 => + array ( + 'id' => 1261, + 'created_at' => '2024-12-02 16:59:36', + 'updated_at' => '2024-12-02 17:15:06', + 'title' => 'Die Erde', + 'scopus_source_record_id' => '28104', + 'publisher' => 'Gesellschaft fur Erdkunde zu Berlin', + 'issn' => '0013-9998', + ), + 261 => + array ( + 'id' => 1262, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:11', + 'title' => 'Differentiation', + 'scopus_source_record_id' => '14550', + 'publisher' => 'Elsevier', + 'issn' => '1432-0436', + ), + 262 => + array ( + 'id' => 1263, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:11', + 'title' => 'Digital Discovery', + 'scopus_source_record_id' => '21101173022', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2635-098X', + ), + 263 => + array ( + 'id' => 1264, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Disaster Advances', + 'scopus_source_record_id' => '19700175287', + 'publisher' => 'World Researchers Associations', + 'issn' => '2278-4543', + ), + 264 => + array ( + 'id' => 1265, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Disasters', + 'scopus_source_record_id' => '14119', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1467-7717', + ), + 265 => + array ( + 'id' => 1266, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Discover Applied Sciences', + 'scopus_source_record_id' => '21101207446', + 'publisher' => 'Springer Nature', + 'issn' => '3004-9261', + ), + 266 => + array ( + 'id' => 1267, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Discover Food', + 'scopus_source_record_id' => '21101165603', + 'publisher' => 'Springer Nature', + 'issn' => '2731-4286', + ), + 267 => + array ( + 'id' => 1268, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Discover Life', + 'scopus_source_record_id' => '21101244204', + 'publisher' => 'Springer Nature', + 'issn' => '2948-2976', + ), + 268 => + array ( + 'id' => 1269, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Discover Mental Health', + 'scopus_source_record_id' => '21101184257', + 'publisher' => 'Springer Nature', + 'issn' => '2731-4383', + ), + 269 => + array ( + 'id' => 1270, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Discover Space', + 'scopus_source_record_id' => '21101244545', + 'publisher' => 'Springer Nature', + 'issn' => '2948-295X', + ), + 270 => + array ( + 'id' => 1271, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Discover Sustainability', + 'scopus_source_record_id' => '21101138720', + 'publisher' => 'Springer Nature', + 'issn' => '2662-9984', + ), + 271 => + array ( + 'id' => 1272, + 'created_at' => '2024-12-02 16:59:37', + 'updated_at' => '2024-12-02 17:11:12', + 'title' => 'Diseases of Aquatic Organisms', + 'scopus_source_record_id' => '19679', + 'publisher' => 'Inter-Research', + 'issn' => '1616-1580', + ), + 272 => + array ( + 'id' => 1273, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:15:07', + 'title' => 'Diversity', + 'scopus_source_record_id' => '6000187990', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '1424-2818', + ), + 273 => + array ( + 'id' => 1274, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'Diversity and Distributions', + 'scopus_source_record_id' => '14551', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1472-4642', + ), + 274 => + array ( + 'id' => 1275, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'Diyala Agricultural Sciences Journal', + 'scopus_source_record_id' => '21101185851', + 'publisher' => 'College of Agriculture, University of Diyala', + 'issn' => '2310-8746', + ), + 275 => + array ( + 'id' => 1276, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'DMM Disease Models and Mechanisms', + 'scopus_source_record_id' => '19400157151', + 'publisher' => 'Company of Biologists Ltd', + 'issn' => '1754-8411', + ), + 276 => + array ( + 'id' => 1277, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:15:07', + 'title' => 'DNA and Cell Biology', + 'scopus_source_record_id' => '17424', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1044-5498', + ), + 277 => + array ( + 'id' => 1278, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'DNA Repair', + 'scopus_source_record_id' => '17425', + 'publisher' => 'Elsevier', + 'issn' => '1568-7856', + ), + 278 => + array ( + 'id' => 1279, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'DNA Research', + 'scopus_source_record_id' => '17426', + 'publisher' => 'Oxford University Press', + 'issn' => '1756-1663', + ), + 279 => + array ( + 'id' => 1280, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'Doklady Biochemistry and Biophysics', + 'scopus_source_record_id' => '17433', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3091', + ), + 280 => + array ( + 'id' => 1281, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'Doklady Biological Sciences', + 'scopus_source_record_id' => '14552', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3105', + ), + 281 => + array ( + 'id' => 1282, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'Doklady Chemistry', + 'scopus_source_record_id' => '23501', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3113', + ), + 282 => + array ( + 'id' => 1283, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:13', + 'title' => 'Doklady Earth Sciences', + 'scopus_source_record_id' => '22561', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1531-8354', + ), + 283 => + array ( + 'id' => 1284, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:14', + 'title' => 'Drinking Water Engineering and Science', + 'scopus_source_record_id' => '19900193676', + 'publisher' => 'Copernicus Publications', + 'issn' => '1996-9465', + ), + 284 => + array ( + 'id' => 1285, + 'created_at' => '2024-12-02 16:59:38', + 'updated_at' => '2024-12-02 17:11:14', + 'title' => 'Droplet', + 'scopus_source_record_id' => '21101186817', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2731-4375', + ), + 285 => + array ( + 'id' => 1286, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:11:14', + 'title' => 'Drug Development and Industrial Pharmacy', + 'scopus_source_record_id' => '21190', + 'publisher' => 'Taylor & Francis', + 'issn' => '1520-5762', + ), + 286 => + array ( + 'id' => 1287, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:11:14', + 'title' => 'Drug Testing and Analysis', + 'scopus_source_record_id' => '19700174958', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1942-7611', + ), + 287 => + array ( + 'id' => 1288, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:11:14', + 'title' => 'Duke Environmental Law and Policy Forum', + 'scopus_source_record_id' => '15183', + 'publisher' => 'Duke University School of Law', + 'issn' => '2328-9686', + ), + 288 => + array ( + 'id' => 1289, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:15:09', + 'title' => 'Dynamics of Atmospheres and Oceans', + 'scopus_source_record_id' => '12818', + 'publisher' => 'Elsevier', + 'issn' => '0377-0265', + ), + 289 => + array ( + 'id' => 1290, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth (Switzerland)', + 'scopus_source_record_id' => '21101133329', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-4834', + ), + 290 => + array ( + 'id' => 1291, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth and Environmental Science Transactions of the Royal Society of Edinburgh', + 'scopus_source_record_id' => '11400153329', + 'publisher' => 'Cambridge University Press', + 'issn' => '1755-6929', + ), + 291 => + array ( + 'id' => 1292, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:15:09', + 'title' => 'Earth and Planetary Physics', + 'scopus_source_record_id' => '21101047722', + 'publisher' => 'Science Press ', + 'issn' => '2096-3955', + ), + 292 => + array ( + 'id' => 1293, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:15:09', + 'title' => 'Earth and Planetary Science Letters', + 'scopus_source_record_id' => '22566', + 'publisher' => 'Elsevier', + 'issn' => '0012-821X', + ), + 293 => + array ( + 'id' => 1294, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth and Space Science', + 'scopus_source_record_id' => '21100842665', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2333-5084', + ), + 294 => + array ( + 'id' => 1295, + 'created_at' => '2024-12-02 16:59:39', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth Interactions', + 'scopus_source_record_id' => '19600166216', + 'publisher' => 'American Meteorological Society', + 'issn' => '1087-3562', + ), + 295 => + array ( + 'id' => 1296, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth Science Informatics', + 'scopus_source_record_id' => '14500154730', + 'publisher' => 'Springer Nature', + 'issn' => '1865-0481', + ), + 296 => + array ( + 'id' => 1297, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth Sciences History', + 'scopus_source_record_id' => '22582', + 'publisher' => 'History of the Earth Sciences Society', + 'issn' => '1944-6187', + ), + 297 => + array ( + 'id' => 1298, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth Sciences Research Journal', + 'scopus_source_record_id' => '7000153282', + 'publisher' => 'Universidad Nacional de Colombia', + 'issn' => '2339-3459', + ), + 298 => + array ( + 'id' => 1299, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth Surface Processes and Landforms', + 'scopus_source_record_id' => '25751', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1096-9837', + ), + 299 => + array ( + 'id' => 1300, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth System Dynamics', + 'scopus_source_record_id' => '19900192023', + 'publisher' => 'Copernicus Publications', + 'issn' => '2190-4987', + ), + 300 => + array ( + 'id' => 1301, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth System Governance', + 'scopus_source_record_id' => '21101063742', + 'publisher' => 'Elsevier', + 'issn' => '2589-8116', + ), + 301 => + array ( + 'id' => 1302, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth System Science Data', + 'scopus_source_record_id' => '21100284918', + 'publisher' => 'Copernicus Publications', + 'issn' => '1866-3516', + ), + 302 => + array ( + 'id' => 1303, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth Systems and Environment', + 'scopus_source_record_id' => '21100913557', + 'publisher' => 'Springer Nature', + 'issn' => '2509-9434', + ), + 303 => + array ( + 'id' => 1304, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'Earth\'s Future', + 'scopus_source_record_id' => '21100403190', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2328-4277', + ), + 304 => + array ( + 'id' => 1305, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Earth-Science Reviews', + 'scopus_source_record_id' => '22580', + 'publisher' => 'Elsevier', + 'issn' => '0012-8252', + ), + 305 => + array ( + 'id' => 1306, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:15', + 'title' => 'East African Journal of Science, Technology and Innovation', + 'scopus_source_record_id' => '21101196033', + 'publisher' => 'East African Science and Technology Commission - EASTECO KG', + 'issn' => '2707-0425', + ), + 306 => + array ( + 'id' => 1307, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Eastern-European Journal of Enterprise Technologies', + 'scopus_source_record_id' => '21100450083', + 'publisher' => 'Technology Center', + 'issn' => '1729-4061', + ), + 307 => + array ( + 'id' => 1308, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Eau, l\'INDUSTRIE, les Nuisances', + 'scopus_source_record_id' => '21100216307', + 'publisher' => 'Editions Johanet', + 'issn' => '0755-5016', + ), + 308 => + array ( + 'id' => 1309, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'eBioMedicine', + 'scopus_source_record_id' => '21100369815', + 'publisher' => 'Elsevier', + 'issn' => '2352-3964', + ), + 309 => + array ( + 'id' => 1310, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecletica Quimica', + 'scopus_source_record_id' => '23521', + 'publisher' => 'Atlantis Livros Ltda.', + 'issn' => '0100-4670', + ), + 310 => + array ( + 'id' => 1311, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Eco.mont', + 'scopus_source_record_id' => '21100224449', + 'publisher' => 'The Austrian Academy of Sciences Press', + 'issn' => '2073-1558', + ), + 311 => + array ( + 'id' => 1312, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecocycles', + 'scopus_source_record_id' => '21101049093', + 'publisher' => 'European Ecocycles Society', + 'issn' => '2416-2140', + ), + 312 => + array ( + 'id' => 1313, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Eco-Environment and Health', + 'scopus_source_record_id' => '21101166978', + 'publisher' => 'Elsevier', + 'issn' => '2772-9850', + ), + 313 => + array ( + 'id' => 1314, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecography', + 'scopus_source_record_id' => '20276', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1600-0587', + ), + 314 => + array ( + 'id' => 1315, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'EcoHealth', + 'scopus_source_record_id' => '145404', + 'publisher' => 'Springer Nature', + 'issn' => '1612-9210', + ), + 315 => + array ( + 'id' => 1316, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecohydrology', + 'scopus_source_record_id' => '16700154710', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1936-0592', + ), + 316 => + array ( + 'id' => 1317, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecohydrology and Hydrobiology', + 'scopus_source_record_id' => '29091', + 'publisher' => 'Elsevier', + 'issn' => '2080-3397', + ), + 317 => + array ( + 'id' => 1318, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecologia Aplicada', + 'scopus_source_record_id' => '21101223503', + 'publisher' => 'Universidad Nacional Agraria La Molina', + 'issn' => '1993-9507', + ), + 318 => + array ( + 'id' => 1319, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecologia Balkanica', + 'scopus_source_record_id' => '21100853547', + 'publisher' => 'Union of Scientists in Bulgaria - Plovdiv', + 'issn' => '1313-9940', + ), + 319 => + array ( + 'id' => 1320, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecologia Mediterranea', + 'scopus_source_record_id' => '21100836921', + 'publisher' => 'Naturalia Publications', + 'issn' => '1775-4100', + ), + 320 => + array ( + 'id' => 1321, + 'created_at' => '2024-12-02 16:59:40', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecologica Montenegrina', + 'scopus_source_record_id' => '21100773804', + 'publisher' => 'Center for Biodiversity of Montenegro', + 'issn' => '2336-9744', + ), + 321 => + array ( + 'id' => 1322, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:16', + 'title' => 'Ecological Applications', + 'scopus_source_record_id' => '20287', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1939-5582', + ), + 322 => + array ( + 'id' => 1323, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecological Chemistry and Engineering S', + 'scopus_source_record_id' => '21100201909', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1898-6196', + ), + 323 => + array ( + 'id' => 1324, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecological Complexity', + 'scopus_source_record_id' => '20289', + 'publisher' => 'Elsevier', + 'issn' => '1476-945X', + ), + 324 => + array ( + 'id' => 1325, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecological Economics', + 'scopus_source_record_id' => '20290', + 'publisher' => 'Elsevier', + 'issn' => '0921-8009', + ), + 325 => + array ( + 'id' => 1326, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecological Engineering', + 'scopus_source_record_id' => '20291', + 'publisher' => 'Elsevier', + 'issn' => '0925-8574', + ), + 326 => + array ( + 'id' => 1327, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Engineering and Environmental Technology', + 'scopus_source_record_id' => '21101039761', + 'publisher' => 'Polskie Towarzystwo Inzynierii Ekologicznej', + 'issn' => '2719-7050', + ), + 327 => + array ( + 'id' => 1328, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Entomology', + 'scopus_source_record_id' => '19779', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2311', + ), + 328 => + array ( + 'id' => 1329, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Genetics and Genomics', + 'scopus_source_record_id' => '21100446423', + 'publisher' => 'Elsevier', + 'issn' => '2405-9854', + ), + 329 => + array ( + 'id' => 1330, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecological Indicators', + 'scopus_source_record_id' => '20292', + 'publisher' => 'Elsevier', + 'issn' => '1470-160X', + ), + 330 => + array ( + 'id' => 1331, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecological Informatics', + 'scopus_source_record_id' => '3100147401', + 'publisher' => 'Elsevier', + 'issn' => '1574-9541', + ), + 331 => + array ( + 'id' => 1332, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Management and Restoration', + 'scopus_source_record_id' => '20293', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1442-8903', + ), + 332 => + array ( + 'id' => 1333, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Modelling', + 'scopus_source_record_id' => '23274', + 'publisher' => 'Elsevier', + 'issn' => '1872-7026', + ), + 333 => + array ( + 'id' => 1334, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecological Monographs', + 'scopus_source_record_id' => '64345', + 'publisher' => 'John Wiley & Sons', + 'issn' => '0012-9615', + ), + 334 => + array ( + 'id' => 1335, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Processes', + 'scopus_source_record_id' => '21100823286', + 'publisher' => 'Springer Nature', + 'issn' => '2192-1709', + ), + 335 => + array ( + 'id' => 1336, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Psychology', + 'scopus_source_record_id' => '13560', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-6969', + ), + 336 => + array ( + 'id' => 1337, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Questions', + 'scopus_source_record_id' => '21100813768', + 'publisher' => 'Nicolaus Copernicus University', + 'issn' => '2083-5469', + ), + 337 => + array ( + 'id' => 1338, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Research', + 'scopus_source_record_id' => '14580', + 'publisher' => 'Springer Nature', + 'issn' => '1440-1703', + ), + 338 => + array ( + 'id' => 1339, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:10', + 'title' => 'Ecological Safety of Coastal and Shelf Zones of Sea', + 'scopus_source_record_id' => '21101161511', + 'publisher' => 'Marine Hydrophysical Institute of RAS', + 'issn' => '2413-5577', + ), + 339 => + array ( + 'id' => 1340, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Solutions and Evidence', + 'scopus_source_record_id' => '21101088422', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2688-8319', + ), + 340 => + array ( + 'id' => 1341, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecological Studies', + 'scopus_source_record_id' => '21101192683', + 'publisher' => 'Springer Nature', + 'issn' => '2196-971X', + ), + 341 => + array ( + 'id' => 1342, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecologies', + 'scopus_source_record_id' => '21101175797', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-4133', + ), + 342 => + array ( + 'id' => 1343, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:11', + 'title' => 'Ecology', + 'scopus_source_record_id' => '20308', + 'publisher' => 'John Wiley & Sons', + 'issn' => '0012-9658', + ), + 343 => + array ( + 'id' => 1344, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecology and Civil Engineering', + 'scopus_source_record_id' => '20000195021', + 'publisher' => 'Ecology and Civil Engineering Society', + 'issn' => '1882-5974', + ), + 344 => + array ( + 'id' => 1345, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:11', + 'title' => 'Ecology and Control of Vector-Borne Diseases', + 'scopus_source_record_id' => '21100892307', + 'publisher' => 'Wageningen Academic Publishers', + 'issn' => '1875-0699', + ), + 345 => + array ( + 'id' => 1346, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:11', + 'title' => 'Ecology and Evolution', + 'scopus_source_record_id' => '21100264002', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2045-7758', + ), + 346 => + array ( + 'id' => 1347, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecology and Industry of Russia', + 'scopus_source_record_id' => '21100841705', + 'publisher' => 'Izdatel\'stvo Kalvis', + 'issn' => '2413-6042', + ), + 347 => + array ( + 'id' => 1348, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:11', + 'title' => 'Ecology and Society', + 'scopus_source_record_id' => '17892', + 'publisher' => 'The Resilience Alliance', + 'issn' => '1708-3087', + ), + 348 => + array ( + 'id' => 1349, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:15:11', + 'title' => 'Ecology Law Quarterly', + 'scopus_source_record_id' => '15695', + 'publisher' => 'University of California Boalt Law Business', + 'issn' => '0046-1121', + ), + 349 => + array ( + 'id' => 1350, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecology Letters', + 'scopus_source_record_id' => '14599', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1461-0248', + ), + 350 => + array ( + 'id' => 1351, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecology of Food and Nutrition', + 'scopus_source_record_id' => '12505', + 'publisher' => 'Taylor & Francis', + 'issn' => '1543-5237', + ), + 351 => + array ( + 'id' => 1352, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecology of Freshwater Fish', + 'scopus_source_record_id' => '21449', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1600-0633', + ), + 352 => + array ( + 'id' => 1353, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Ecology, Economy and Society', + 'scopus_source_record_id' => '21101049095', + 'publisher' => 'Indian Society for Ecological Economics (INSEE)', + 'issn' => '2581-6101', + ), + 353 => + array ( + 'id' => 1354, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'EcoMat', + 'scopus_source_record_id' => '21101098757', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2567-3173', + ), + 354 => + array ( + 'id' => 1355, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Economia Agraria y Recursos Naturales', + 'scopus_source_record_id' => '21100201540', + 'publisher' => 'Universitat Politecnica de Valencia', + 'issn' => '2174-7350', + ), + 355 => + array ( + 'id' => 1356, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:17', + 'title' => 'Economia Agro-Alimentare', + 'scopus_source_record_id' => '21100865012', + 'publisher' => 'Franco Angeli Edizioni', + 'issn' => '1972-4802', + ), + 356 => + array ( + 'id' => 1357, + 'created_at' => '2024-12-02 16:59:41', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Economic Policy', + 'scopus_source_record_id' => '20022', + 'publisher' => 'Oxford University Press', + 'issn' => '1468-0327', + ), + 357 => + array ( + 'id' => 1358, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Economics and Environment', + 'scopus_source_record_id' => '21100930159', + 'publisher' => 'Wydawnictwo Ekonomia i Srodowisko', + 'issn' => '2957-0395', + ), + 358 => + array ( + 'id' => 1359, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Economics and Policy of Energy and the Environment', + 'scopus_source_record_id' => '21100228047', + 'publisher' => 'Franco Angeli Edizioni', + 'issn' => '2280-7667', + ), + 359 => + array ( + 'id' => 1360, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Economics of Energy and Environmental Policy', + 'scopus_source_record_id' => '21100786327', + 'publisher' => 'International Association for Energy Economics', + 'issn' => '2160-5890', + ), + 360 => + array ( + 'id' => 1361, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Economy of Regions', + 'scopus_source_record_id' => '21101137841', + 'publisher' => 'Institute of Economics, The Ural Branch of Russian Academy of Sciences', + 'issn' => '2411-1406', + ), + 361 => + array ( + 'id' => 1362, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'EcoSal Plus', + 'scopus_source_record_id' => '21100399469', + 'publisher' => 'American Society for Microbiology', + 'issn' => '2324-6200', + ), + 362 => + array ( + 'id' => 1363, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:15:12', + 'title' => 'Ecoscience', + 'scopus_source_record_id' => '20328', + 'publisher' => 'Taylor & Francis', + 'issn' => '1195-6860', + ), + 363 => + array ( + 'id' => 1364, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Ecosphere', + 'scopus_source_record_id' => '21100307458', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2150-8925', + ), + 364 => + array ( + 'id' => 1365, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Ecosystem Health and Sustainability', + 'scopus_source_record_id' => '21100908527', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '2332-8878', + ), + 365 => + array ( + 'id' => 1366, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:15:12', + 'title' => 'Ecosystem Services', + 'scopus_source_record_id' => '21100218523', + 'publisher' => 'Elsevier', + 'issn' => '2212-0416', + ), + 366 => + array ( + 'id' => 1367, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Ecosystem Transformation', + 'scopus_source_record_id' => '21101089397', + 'publisher' => 'Cherepovets State University', + 'issn' => '2619-0931', + ), + 367 => + array ( + 'id' => 1368, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Ecosystems', + 'scopus_source_record_id' => '20343', + 'publisher' => 'Springer Nature', + 'issn' => '1435-0629', + ), + 368 => + array ( + 'id' => 1369, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Ecosystems and People', + 'scopus_source_record_id' => '21100897530', + 'publisher' => 'Taylor & Francis', + 'issn' => '2639-5916', + ), + 369 => + array ( + 'id' => 1370, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Ecotoxicology', + 'scopus_source_record_id' => '25075', + 'publisher' => 'Springer Nature', + 'issn' => '1573-3017', + ), + 370 => + array ( + 'id' => 1371, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Ecotoxicology and Environmental Safety', + 'scopus_source_record_id' => '25076', + 'publisher' => 'Elsevier', + 'issn' => '1090-2414', + ), + 371 => + array ( + 'id' => 1372, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:18', + 'title' => 'Edelweiss Applied Science and Technology', + 'scopus_source_record_id' => '21101018315', + 'publisher' => 'Learning Gate', + 'issn' => '2576-8484', + ), + 372 => + array ( + 'id' => 1373, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:11:19', + 'title' => 'Edinburgh Journal of Botany', + 'scopus_source_record_id' => '17999', + 'publisher' => 'Royal Botanic Garden Edinburgh', + 'issn' => '1474-0036', + ), + 373 => + array ( + 'id' => 1374, + 'created_at' => '2024-12-02 16:59:42', + 'updated_at' => '2024-12-02 17:15:12', + 'title' => 'Education in Chemistry', + 'scopus_source_record_id' => '5100152201', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '0013-1350', + ), + 374 => + array ( + 'id' => 1375, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:19', + 'title' => 'EES Catalysis', + 'scopus_source_record_id' => '21101199471', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2753-801X', + ), + 375 => + array ( + 'id' => 1376, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:19', + 'title' => 'EFSA Journal', + 'scopus_source_record_id' => '21100899501', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1831-4732', + ), + 376 => + array ( + 'id' => 1377, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:19', + 'title' => 'Egyptian Informatics Journal', + 'scopus_source_record_id' => '19700182731', + 'publisher' => 'Elsevier', + 'issn' => '2090-4754', + ), + 377 => + array ( + 'id' => 1378, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:19', + 'title' => 'Egyptian Journal of Agronomy', + 'scopus_source_record_id' => '21101149380', + 'publisher' => 'National Information and Documentation Centre', + 'issn' => '2357-0288', + ), + 378 => + array ( + 'id' => 1379, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Journal of Aquatic Biology and Fisheries', + 'scopus_source_record_id' => '21100840723', + 'publisher' => 'Egyptian Society for the Development of Fisheries and Human Health', + 'issn' => '2536-9814', + ), + 379 => + array ( + 'id' => 1380, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Journal of Aquatic Research', + 'scopus_source_record_id' => '21100324710', + 'publisher' => 'National Institute of Oceanography and Fisheries', + 'issn' => '2090-3278', + ), + 380 => + array ( + 'id' => 1381, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Journal of Basic and Applied Sciences', + 'scopus_source_record_id' => '21101053507', + 'publisher' => 'Taylor & Francis', + 'issn' => '2314-808X', + ), + 381 => + array ( + 'id' => 1382, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Journal of Biological Pest Control', + 'scopus_source_record_id' => '19700168908', + 'publisher' => 'Springer Nature', + 'issn' => '2536-9342', + ), + 382 => + array ( + 'id' => 1383, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Journal of Botany', + 'scopus_source_record_id' => '21100914897', + 'publisher' => 'Egyptian Academy of Science and Technology', + 'issn' => '2357-0350', + ), + 383 => + array ( + 'id' => 1384, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Journal of Chemistry', + 'scopus_source_record_id' => '145358', + 'publisher' => 'NIDOC (Nat.Inform.Document.Centre)', + 'issn' => '2357-0245', + ), + 384 => + array ( + 'id' => 1385, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Journal of Petroleum', + 'scopus_source_record_id' => '21100819607', + 'publisher' => 'Egyptian Petroleum Research Institute', + 'issn' => '2090-2468', + ), + 385 => + array ( + 'id' => 1386, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Journal of Remote Sensing and Space Science', + 'scopus_source_record_id' => '19700183014', + 'publisher' => 'Elsevier', + 'issn' => '2090-2476', + ), + 386 => + array ( + 'id' => 1387, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Egyptian Pharmaceutical Journal', + 'scopus_source_record_id' => '21101041937', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2090-9853', + ), + 387 => + array ( + 'id' => 1388, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'EJC Paediatric Oncology', + 'scopus_source_record_id' => '21101212792', + 'publisher' => 'Elsevier', + 'issn' => '2772-610X', + ), + 388 => + array ( + 'id' => 1389, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'Ekologia Bratislava', + 'scopus_source_record_id' => '14607', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1337-947X', + ), + 389 => + array ( + 'id' => 1390, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:15:13', + 'title' => 'Ekologiya Cheloveka (Human Ecology)', + 'scopus_source_record_id' => '21100323400', + 'publisher' => 'Eco-Vector LLC', + 'issn' => '1728-0869', + ), + 390 => + array ( + 'id' => 1391, + 'created_at' => '2024-12-02 16:59:43', + 'updated_at' => '2024-12-02 17:11:20', + 'title' => 'El-Cezeri Journal of Science and Engineering', + 'scopus_source_record_id' => '21101027394', + 'publisher' => 'TUBITAK', + 'issn' => '2148-3736', + ), + 391 => + array ( + 'id' => 1392, + 'created_at' => '2024-12-02 16:59:44', + 'updated_at' => '2024-12-02 17:11:21', + 'title' => 'Electrochemical Science Advances', + 'scopus_source_record_id' => '21101149044', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2698-5977', + ), + 392 => + array ( + 'id' => 1393, + 'created_at' => '2024-12-02 16:59:44', + 'updated_at' => '2024-12-02 17:11:21', + 'title' => 'Electronic Materials', + 'scopus_source_record_id' => '21101184428', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-3978', + ), + 393 => + array ( + 'id' => 1394, + 'created_at' => '2024-12-02 16:59:44', + 'updated_at' => '2024-12-02 17:11:21', + 'title' => 'Electrophoresis', + 'scopus_source_record_id' => '23524', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1522-2683', + ), + 394 => + array ( + 'id' => 1395, + 'created_at' => '2024-12-02 16:59:44', + 'updated_at' => '2024-12-02 17:11:21', + 'title' => 'Elementa', + 'scopus_source_record_id' => '21100777486', + 'publisher' => 'University of California Press', + 'issn' => '2325-1026', + ), + 395 => + array ( + 'id' => 1396, + 'created_at' => '2024-12-02 16:59:44', + 'updated_at' => '2024-12-02 17:15:15', + 'title' => 'Elements', + 'scopus_source_record_id' => '25385', + 'publisher' => 'Mineralogical Society of America', + 'issn' => '1811-5209', + ), + 396 => + array ( + 'id' => 1397, + 'created_at' => '2024-12-02 16:59:44', + 'updated_at' => '2024-12-02 17:15:15', + 'title' => 'eLife', + 'scopus_source_record_id' => '21100242814', + 'publisher' => 'eLife Sciences Publications', + 'issn' => '2050-084X', + ), + 397 => + array ( + 'id' => 1398, + 'created_at' => '2024-12-02 16:59:44', + 'updated_at' => '2024-12-02 17:11:22', + 'title' => 'EMBO Journal', + 'scopus_source_record_id' => '17435', + 'publisher' => 'EMBO Press', + 'issn' => '1460-2075', + ), + 398 => + array ( + 'id' => 1399, + 'created_at' => '2024-12-02 16:59:44', + 'updated_at' => '2024-12-02 17:11:22', + 'title' => 'EMBO Reports', + 'scopus_source_record_id' => '22088', + 'publisher' => 'EMBO Press', + 'issn' => '1469-3178', + ), + 399 => + array ( + 'id' => 1400, + 'created_at' => '2024-12-02 16:59:45', + 'updated_at' => '2024-12-02 17:15:15', + 'title' => 'Emerging Microbes and Infections', + 'scopus_source_record_id' => '21100232818', + 'publisher' => 'Taylor & Francis', + 'issn' => '2222-1751', + ), + 400 => + array ( + 'id' => 1401, + 'created_at' => '2024-12-02 16:59:45', + 'updated_at' => '2024-12-02 17:11:22', + 'title' => 'Emerging Science Journal', + 'scopus_source_record_id' => '21101017598', + 'publisher' => 'Ital Publication', + 'issn' => '2610-9182', + ), + 401 => + array ( + 'id' => 1402, + 'created_at' => '2024-12-02 16:59:45', + 'updated_at' => '2024-12-02 17:11:22', + 'title' => 'Emerging Topics in Life Sciences', + 'scopus_source_record_id' => '21101021573', + 'publisher' => 'Portland Press Ltd', + 'issn' => '2397-8562', + ), + 402 => + array ( + 'id' => 1403, + 'created_at' => '2024-12-02 16:59:45', + 'updated_at' => '2024-12-02 17:11:22', + 'title' => 'Emission Control Science and Technology', + 'scopus_source_record_id' => '21100834323', + 'publisher' => 'Springer Nature', + 'issn' => '2199-3637', + ), + 403 => + array ( + 'id' => 1404, + 'created_at' => '2024-12-02 16:59:45', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Emu', + 'scopus_source_record_id' => '21574', + 'publisher' => 'Taylor & Francis', + 'issn' => '1448-5540', + ), + 404 => + array ( + 'id' => 1405, + 'created_at' => '2024-12-02 16:59:45', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Encyclopedia of Earth Sciences Series', + 'scopus_source_record_id' => '21100773700', + 'publisher' => 'Springer Nature', + 'issn' => '1871-756X', + ), + 405 => + array ( + 'id' => 1406, + 'created_at' => '2024-12-02 16:59:45', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Endangered Species Research', + 'scopus_source_record_id' => '10900153309', + 'publisher' => 'Inter-Research', + 'issn' => '1613-4796', + ), + 406 => + array ( + 'id' => 1407, + 'created_at' => '2024-12-02 16:59:45', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Endocrines', + 'scopus_source_record_id' => '21101249159', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-396X', + ), + 407 => + array ( + 'id' => 1408, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Energy', + 'scopus_source_record_id' => '29348', + 'publisher' => 'Elsevier', + 'issn' => '1873-6785', + ), + 408 => + array ( + 'id' => 1409, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Energy and Climate Change', + 'scopus_source_record_id' => '21101145679', + 'publisher' => 'Elsevier', + 'issn' => '2666-2787', + ), + 409 => + array ( + 'id' => 1410, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Energy and Environmental Materials', + 'scopus_source_record_id' => '21101030209', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2575-0356', + ), + 410 => + array ( + 'id' => 1411, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Energy and Environmental Science', + 'scopus_source_record_id' => '17500155114', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1754-5706', + ), + 411 => + array ( + 'id' => 1412, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Energy for Sustainable Development', + 'scopus_source_record_id' => '17600155126', + 'publisher' => 'Elsevier', + 'issn' => '2352-4669', + ), + 412 => + array ( + 'id' => 1413, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:23', + 'title' => 'Energy Nexus', + 'scopus_source_record_id' => '21101144434', + 'publisher' => 'Elsevier', + 'issn' => '2772-4271', + ), + 413 => + array ( + 'id' => 1414, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:15:16', + 'title' => 'Energy Policy', + 'scopus_source_record_id' => '29403', + 'publisher' => 'Elsevier', + 'issn' => '0301-4215', + ), + 414 => + array ( + 'id' => 1415, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:24', + 'title' => 'Energy Storage and Saving', + 'scopus_source_record_id' => '21101196203', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2772-6835', + ), + 415 => + array ( + 'id' => 1416, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:24', + 'title' => 'Energy, Ecology and Environment', + 'scopus_source_record_id' => '21100900376', + 'publisher' => 'Joint Center on Global Change and Earth System Science of the University of Maryland and Beijing Normal University', + 'issn' => '2363-8338', + ), + 416 => + array ( + 'id' => 1417, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:24', + 'title' => 'EnergyChem', + 'scopus_source_record_id' => '21101047377', + 'publisher' => 'Elsevier', + 'issn' => '2589-7780', + ), + 417 => + array ( + 'id' => 1418, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:24', + 'title' => 'Engineered Science', + 'scopus_source_record_id' => '21101039622', + 'publisher' => 'Engineered Science Publisher', + 'issn' => '2576-9898', + ), + 418 => + array ( + 'id' => 1419, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:24', + 'title' => 'Engineering Geology and Hydrogeology', + 'scopus_source_record_id' => '21101144432', + 'publisher' => 'Geological Institute “Strashimir Dimitrov”, Bulgarian Academy of Sciences', + 'issn' => '2738-6996', + ), + 419 => + array ( + 'id' => 1420, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:24', + 'title' => 'Engineering Microbiology', + 'scopus_source_record_id' => '21101141438', + 'publisher' => 'Elsevier', + 'issn' => '2667-3703', + ), + 420 => + array ( + 'id' => 1421, + 'created_at' => '2024-12-02 16:59:46', + 'updated_at' => '2024-12-02 17:11:24', + 'title' => 'Engineering Optimization', + 'scopus_source_record_id' => '29114', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-0273', + ), + 421 => + array ( + 'id' => 1422, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Entomologia Experimentalis et Applicata', + 'scopus_source_record_id' => '19793', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1570-7458', + ), + 422 => + array ( + 'id' => 1423, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Entomologia Hellenica', + 'scopus_source_record_id' => '21101161055', + 'publisher' => 'National Documentation Centre', + 'issn' => '2459-3885', + ), + 423 => + array ( + 'id' => 1424, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Entomological News', + 'scopus_source_record_id' => '19798', + 'publisher' => 'American Entomological Society', + 'issn' => '2162-3236', + ), + 424 => + array ( + 'id' => 1425, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Entomological Science', + 'scopus_source_record_id' => '4400151748', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1479-8298', + ), + 425 => + array ( + 'id' => 1426, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:15:17', + 'title' => 'Entomon', + 'scopus_source_record_id' => '21101045749', + 'publisher' => 'Association for Advancement of Entomology', + 'issn' => '0377-9335', + ), + 426 => + array ( + 'id' => 1427, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment', + 'scopus_source_record_id' => '20851', + 'publisher' => 'Taylor & Francis', + 'issn' => '1939-9154', + ), + 427 => + array ( + 'id' => 1428, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Behavior', + 'scopus_source_record_id' => '14356', + 'publisher' => 'SAGE', + 'issn' => '1552-390X', + ), + 428 => + array ( + 'id' => 1429, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Development Economics', + 'scopus_source_record_id' => '20873', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-4395', + ), + 429 => + array ( + 'id' => 1430, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Ecology Research', + 'scopus_source_record_id' => '21101037318', + 'publisher' => 'Horizon Research Publishing', + 'issn' => '2331-6268', + ), + 430 => + array ( + 'id' => 1431, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Health', + 'scopus_source_record_id' => '21101221558', + 'publisher' => 'American Chemical Society', + 'issn' => '2833-8278', + ), + 431 => + array ( + 'id' => 1432, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and History', + 'scopus_source_record_id' => '14691', + 'publisher' => 'White Horse Press', + 'issn' => '1752-7023', + ), + 432 => + array ( + 'id' => 1433, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Planning A', + 'scopus_source_record_id' => '13272', + 'publisher' => 'SAGE', + 'issn' => '1472-3409', + ), + 433 => + array ( + 'id' => 1434, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Planning B: Urban Analytics and City Science', + 'scopus_source_record_id' => '21101021196', + 'publisher' => 'SAGE', + 'issn' => '2399-8091', + ), + 434 => + array ( + 'id' => 1435, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Planning C: Politics and Space', + 'scopus_source_record_id' => '21100826425', + 'publisher' => 'SAGE', + 'issn' => '2399-6552', + ), + 435 => + array ( + 'id' => 1436, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Planning D: Society and Space', + 'scopus_source_record_id' => '13274', + 'publisher' => 'SAGE', + 'issn' => '1472-3433', + ), + 436 => + array ( + 'id' => 1437, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Planning E: Nature and Space', + 'scopus_source_record_id' => '21101093005', + 'publisher' => 'SAGE', + 'issn' => '2514-8494', + ), + 437 => + array ( + 'id' => 1438, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Society: Advances in Research', + 'scopus_source_record_id' => '21100466229', + 'publisher' => 'Berghahn', + 'issn' => '2150-6787', + ), + 438 => + array ( + 'id' => 1439, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment and Urbanization', + 'scopus_source_record_id' => '20898', + 'publisher' => 'SAGE', + 'issn' => '1746-0301', + ), + 439 => + array ( + 'id' => 1440, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment Conservation Journal', + 'scopus_source_record_id' => '21101214769', + 'publisher' => 'Action for Sustainable Efficacious development and Awareness', + 'issn' => '2278-5124', + ), + 440 => + array ( + 'id' => 1441, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment International', + 'scopus_source_record_id' => '20912', + 'publisher' => 'Elsevier', + 'issn' => '1873-6750', + ), + 441 => + array ( + 'id' => 1442, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment Systems and Decisions', + 'scopus_source_record_id' => '21100224426', + 'publisher' => 'Springer Nature', + 'issn' => '2194-5411', + ), + 442 => + array ( + 'id' => 1443, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment, Development and Sustainability', + 'scopus_source_record_id' => '20902', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2975', + ), + 443 => + array ( + 'id' => 1444, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environment, Space, Place', + 'scopus_source_record_id' => '21101164611', + 'publisher' => 'University of Minnesota Press', + 'issn' => '2068-9616', + ), + 444 => + array ( + 'id' => 1445, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:15:18', + 'title' => 'Environmental Advances', + 'scopus_source_record_id' => '21101065035', + 'publisher' => 'Elsevier', + 'issn' => '2666-7657', + ), + 445 => + array ( + 'id' => 1446, + 'created_at' => '2024-12-02 16:59:47', + 'updated_at' => '2024-12-02 17:11:25', + 'title' => 'Environmental and Ecological Statistics', + 'scopus_source_record_id' => '23179', + 'publisher' => 'Springer Nature', + 'issn' => '1573-3009', + ), + 446 => + array ( + 'id' => 1447, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental and Engineering Geoscience', + 'scopus_source_record_id' => '25766', + 'publisher' => 'Geological Society of America', + 'issn' => '1558-9161', + ), + 447 => + array ( + 'id' => 1448, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental and Experimental Biology', + 'scopus_source_record_id' => '21101194669', + 'publisher' => 'University of Latvia', + 'issn' => '2255-9582', + ), + 448 => + array ( + 'id' => 1449, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:15:18', + 'title' => 'Environmental and Experimental Botany', + 'scopus_source_record_id' => '18012', + 'publisher' => 'Elsevier', + 'issn' => '0098-8472', + ), + 449 => + array ( + 'id' => 1450, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental and Resource Economics', + 'scopus_source_record_id' => '20928', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1502', + ), + 450 => + array ( + 'id' => 1451, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental and Socio-Economic Studies', + 'scopus_source_record_id' => '21100872806', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2354-0079', + ), + 451 => + array ( + 'id' => 1452, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental and Sustainability Indicators', + 'scopus_source_record_id' => '21101036139', + 'publisher' => 'Elsevier', + 'issn' => '2665-9727', + ), + 452 => + array ( + 'id' => 1453, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:15:18', + 'title' => 'Environmental Archaeology', + 'scopus_source_record_id' => '64975', + 'publisher' => 'Taylor & Francis', + 'issn' => '1461-4103', + ), + 453 => + array ( + 'id' => 1454, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Biology of Fishes', + 'scopus_source_record_id' => '21487', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5133', + ), + 454 => + array ( + 'id' => 1455, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Challenges', + 'scopus_source_record_id' => '21101055470', + 'publisher' => 'Elsevier', + 'issn' => '2667-0100', + ), + 455 => + array ( + 'id' => 1456, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Chemistry', + 'scopus_source_record_id' => '130168', + 'publisher' => 'CSIRO', + 'issn' => '1449-8979', + ), + 456 => + array ( + 'id' => 1457, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:15:18', + 'title' => 'Environmental Chemistry', + 'scopus_source_record_id' => '21101073599', + 'publisher' => 'Science China Press', + 'issn' => '0254-6108', + ), + 457 => + array ( + 'id' => 1458, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Chemistry and Ecotoxicology', + 'scopus_source_record_id' => '21101183740', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2590-1826', + ), + 458 => + array ( + 'id' => 1459, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Chemistry Letters', + 'scopus_source_record_id' => '144946', + 'publisher' => 'Springer Nature', + 'issn' => '1610-3661', + ), + 459 => + array ( + 'id' => 1460, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Claims Journal', + 'scopus_source_record_id' => '6400153114', + 'publisher' => 'Taylor & Francis', + 'issn' => '1547-657X', + ), + 460 => + array ( + 'id' => 1461, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Communication', + 'scopus_source_record_id' => '19700182745', + 'publisher' => 'Taylor & Francis', + 'issn' => '1752-4040', + ), + 461 => + array ( + 'id' => 1462, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Conservation', + 'scopus_source_record_id' => '20953', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-4387', + ), + 462 => + array ( + 'id' => 1463, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:15:18', + 'title' => 'Environmental Development', + 'scopus_source_record_id' => '21100202110', + 'publisher' => 'Elsevier', + 'issn' => '2211-4645', + ), + 463 => + array ( + 'id' => 1464, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental DNA', + 'scopus_source_record_id' => '21101043805', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2637-4943', + ), + 464 => + array ( + 'id' => 1465, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Earth Sciences', + 'scopus_source_record_id' => '19400158519', + 'publisher' => 'Springer Nature', + 'issn' => '1866-6299', + ), + 465 => + array ( + 'id' => 1466, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Economics', + 'scopus_source_record_id' => '21101071896', + 'publisher' => 'LLC CPC Business Perspectives', + 'issn' => '1998-605X', + ), + 466 => + array ( + 'id' => 1467, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Economics and Policy Studies', + 'scopus_source_record_id' => '19700167301', + 'publisher' => 'Springer Nature', + 'issn' => '1867-383X', + ), + 467 => + array ( + 'id' => 1468, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:15:18', + 'title' => 'Environmental Engineering and Management Journal', + 'scopus_source_record_id' => '12000154347', + 'publisher' => 'Gh. Asachi Technical University of Iasi', + 'issn' => '1582-9596', + ), + 468 => + array ( + 'id' => 1469, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Engineering Science', + 'scopus_source_record_id' => '25749', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1557-9018', + ), + 469 => + array ( + 'id' => 1470, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Entomology', + 'scopus_source_record_id' => '20311', + 'publisher' => 'Oxford University Press', + 'issn' => '1938-2936', + ), + 470 => + array ( + 'id' => 1471, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Epidemiology', + 'scopus_source_record_id' => '21101056819', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2474-7882', + ), + 471 => + array ( + 'id' => 1472, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Epigenetics', + 'scopus_source_record_id' => '21101048255', + 'publisher' => 'Oxford University Press', + 'issn' => '2058-5888', + ), + 472 => + array ( + 'id' => 1473, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:15:19', + 'title' => 'Environmental Ethics', + 'scopus_source_record_id' => '23474', + 'publisher' => 'Environmental Philosophy Inc', + 'issn' => '0163-4275', + ), + 473 => + array ( + 'id' => 1474, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Evidence', + 'scopus_source_record_id' => '21100431158', + 'publisher' => 'Springer Nature', + 'issn' => '2047-2382', + ), + 474 => + array ( + 'id' => 1475, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Fluid Mechanics', + 'scopus_source_record_id' => '22587', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1510', + ), + 475 => + array ( + 'id' => 1476, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Footprints and Eco-Design of Products and Processes', + 'scopus_source_record_id' => '21100937407', + 'publisher' => 'Springer Nature', + 'issn' => '2345-766X', + ), + 476 => + array ( + 'id' => 1477, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Forensics', + 'scopus_source_record_id' => '25759', + 'publisher' => 'Taylor & Francis', + 'issn' => '1527-5930', + ), + 477 => + array ( + 'id' => 1478, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Geochemistry and Health', + 'scopus_source_record_id' => '20992', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2983', + ), + 478 => + array ( + 'id' => 1479, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Geotechnics', + 'scopus_source_record_id' => '21100814040', + 'publisher' => 'ICE Publishing Ltd.', + 'issn' => '2051-803X', + ), + 479 => + array ( + 'id' => 1480, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Hazards', + 'scopus_source_record_id' => '11600154613', + 'publisher' => 'Taylor & Francis', + 'issn' => '1878-0059', + ), + 480 => + array ( + 'id' => 1481, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Health Engineering and Management', + 'scopus_source_record_id' => '21101021452', + 'publisher' => 'Kerman University of Medical Sciences', + 'issn' => '2423-4311', + ), + 481 => + array ( + 'id' => 1482, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:26', + 'title' => 'Environmental Health Insights', + 'scopus_source_record_id' => '21100931380', + 'publisher' => 'SAGE', + 'issn' => '1178-6302', + ), + 482 => + array ( + 'id' => 1483, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental History', + 'scopus_source_record_id' => '14692', + 'publisher' => 'University of Chicago Press', + 'issn' => '1930-8892', + ), + 483 => + array ( + 'id' => 1484, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental History (The Netherlands)', + 'scopus_source_record_id' => '21101079114', + 'publisher' => 'Springer Nature', + 'issn' => '2211-9027', + ), + 484 => + array ( + 'id' => 1485, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Humanities', + 'scopus_source_record_id' => '21101042482', + 'publisher' => 'Duke University Press', + 'issn' => '2201-1919', + ), + 485 => + array ( + 'id' => 1486, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:15:19', + 'title' => 'Environmental Impact Assessment Review', + 'scopus_source_record_id' => '21004', + 'publisher' => 'Elsevier', + 'issn' => '0195-9255', + ), + 486 => + array ( + 'id' => 1487, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Innovation and Societal Transitions', + 'scopus_source_record_id' => '19700201681', + 'publisher' => 'Elsevier', + 'issn' => '2210-4232', + ), + 487 => + array ( + 'id' => 1488, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Justice', + 'scopus_source_record_id' => '11600153918', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1937-5174', + ), + 488 => + array ( + 'id' => 1489, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:15:19', + 'title' => 'Environmental Law and Management', + 'scopus_source_record_id' => '15802', + 'publisher' => 'Lawtext Publishing Ltd.', + 'issn' => '1067-6058', + ), + 489 => + array ( + 'id' => 1490, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Law Review', + 'scopus_source_record_id' => '21100898979', + 'publisher' => 'SAGE', + 'issn' => '1740-5564', + ), + 490 => + array ( + 'id' => 1491, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Management', + 'scopus_source_record_id' => '21478', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1009', + ), + 491 => + array ( + 'id' => 1492, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Microbiology', + 'scopus_source_record_id' => '19683', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1462-2920', + ), + 492 => + array ( + 'id' => 1493, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Microbiology Reports', + 'scopus_source_record_id' => '19700180907', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1758-2229', + ), + 493 => + array ( + 'id' => 1494, + 'created_at' => '2024-12-02 16:59:48', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Microbiome', + 'scopus_source_record_id' => '21100907393', + 'publisher' => 'Springer Nature', + 'issn' => '2524-6372', + ), + 494 => + array ( + 'id' => 1495, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Modeling and Assessment', + 'scopus_source_record_id' => '23276', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2967', + ), + 495 => + array ( + 'id' => 1496, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Modelling and Software', + 'scopus_source_record_id' => '23295', + 'publisher' => 'Elsevier', + 'issn' => '1873-6726', + ), + 496 => + array ( + 'id' => 1497, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Monitoring and Assessment', + 'scopus_source_record_id' => '21482', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2959', + ), + 497 => + array ( + 'id' => 1498, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Nanotechnology, Monitoring and Management', + 'scopus_source_record_id' => '21100367128', + 'publisher' => 'Elsevier', + 'issn' => '2215-1532', + ), + 498 => + array ( + 'id' => 1499, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Policy and Governance', + 'scopus_source_record_id' => '17700156312', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1756-9338', + ), + 499 => + array ( + 'id' => 1500, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:15:19', + 'title' => 'Environmental Policy and Law', + 'scopus_source_record_id' => '21499', + 'publisher' => 'IOS Press', + 'issn' => '0378-777X', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 1501, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:15:19', + 'title' => 'Environmental Politics', + 'scopus_source_record_id' => '24519', + 'publisher' => 'Taylor & Francis', + 'issn' => '0964-4016', + ), + 1 => + array ( + 'id' => 1502, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Pollution', + 'scopus_source_record_id' => '23916', + 'publisher' => 'Elsevier', + 'issn' => '1873-6424', + ), + 2 => + array ( + 'id' => 1503, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Processes', + 'scopus_source_record_id' => '21100431308', + 'publisher' => 'Springer Nature', + 'issn' => '2198-7505', + ), + 3 => + array ( + 'id' => 1504, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Progress and Sustainable Energy', + 'scopus_source_record_id' => '17700156701', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1944-7450', + ), + 4 => + array ( + 'id' => 1505, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Quality Management', + 'scopus_source_record_id' => '5000160301', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1520-6483', + ), + 5 => + array ( + 'id' => 1506, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Research', + 'scopus_source_record_id' => '21524', + 'publisher' => 'Elsevier', + 'issn' => '1096-0953', + ), + 6 => + array ( + 'id' => 1507, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Research and Technology', + 'scopus_source_record_id' => '21101126145', + 'publisher' => 'Yildiz Technical University', + 'issn' => '2636-8498', + ), + 7 => + array ( + 'id' => 1508, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Research Communications', + 'scopus_source_record_id' => '21101046767', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '2515-7620', + ), + 8 => + array ( + 'id' => 1509, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Research Letters', + 'scopus_source_record_id' => '5200152632', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '1748-9326', + ), + 9 => + array ( + 'id' => 1510, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Research, Engineering and Management', + 'scopus_source_record_id' => '21100778885', + 'publisher' => 'Kaunas University of Technology', + 'issn' => '2029-2139', + ), + 10 => + array ( + 'id' => 1511, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Research: Infrastructure and Sustainability', + 'scopus_source_record_id' => '21101194987', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '2634-4505', + ), + 11 => + array ( + 'id' => 1512, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Reviews', + 'scopus_source_record_id' => '21527', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1208-6053', + ), + 12 => + array ( + 'id' => 1513, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science and Ecotechnology', + 'scopus_source_record_id' => '21101042161', + 'publisher' => 'Elsevier', + 'issn' => '2666-4984', + ), + 13 => + array ( + 'id' => 1514, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science and Policy', + 'scopus_source_record_id' => '21536', + 'publisher' => 'Elsevier', + 'issn' => '1873-6416', + ), + 14 => + array ( + 'id' => 1515, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science and Pollution Research', + 'scopus_source_record_id' => '23918', + 'publisher' => 'Springer Nature', + 'issn' => '1614-7499', + ), + 15 => + array ( + 'id' => 1516, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science and Technology', + 'scopus_source_record_id' => '21537', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-5851', + ), + 16 => + array ( + 'id' => 1517, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science and Technology Letters', + 'scopus_source_record_id' => '21100403504', + 'publisher' => 'American Chemical Society', + 'issn' => '2328-8930', + ), + 17 => + array ( + 'id' => 1518, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science: Advances', + 'scopus_source_record_id' => '21101126567', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2754-7000', + ), + 18 => + array ( + 'id' => 1519, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science: Atmospheres', + 'scopus_source_record_id' => '21101067145', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2634-3606', + ), + 19 => + array ( + 'id' => 1520, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science: Nano', + 'scopus_source_record_id' => '21100371216', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2051-8161', + ), + 20 => + array ( + 'id' => 1521, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:27', + 'title' => 'Environmental Science: Water Research and Technology', + 'scopus_source_record_id' => '21100468963', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2053-1419', + ), + 21 => + array ( + 'id' => 1522, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Sciences Europe', + 'scopus_source_record_id' => '19900191887', + 'publisher' => 'Springer Nature', + 'issn' => '2190-4715', + ), + 22 => + array ( + 'id' => 1523, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Sciences: Processes and Impacts', + 'scopus_source_record_id' => '21100229837', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2050-7895', + ), + 23 => + array ( + 'id' => 1524, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Sociology', + 'scopus_source_record_id' => '21100870585', + 'publisher' => 'Taylor & Francis', + 'issn' => '2325-1042', + ), + 24 => + array ( + 'id' => 1525, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Systems Research', + 'scopus_source_record_id' => '21101215111', + 'publisher' => 'Springer Nature', + 'issn' => '2193-2697', + ), + 25 => + array ( + 'id' => 1526, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Technology (United Kingdom)', + 'scopus_source_record_id' => '21552', + 'publisher' => 'Taylor & Francis', + 'issn' => '1479-487X', + ), + 26 => + array ( + 'id' => 1527, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Technology and Innovation', + 'scopus_source_record_id' => '21100385961', + 'publisher' => 'Elsevier', + 'issn' => '2352-1864', + ), + 27 => + array ( + 'id' => 1528, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Technology Reviews', + 'scopus_source_record_id' => '21100873338', + 'publisher' => 'Taylor & Francis', + 'issn' => '2162-2523', + ), + 28 => + array ( + 'id' => 1529, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Toxicology', + 'scopus_source_record_id' => '25093', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1522-7278', + ), + 29 => + array ( + 'id' => 1530, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Toxicology and Chemistry', + 'scopus_source_record_id' => '25094', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1552-8618', + ), + 30 => + array ( + 'id' => 1531, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmental Values', + 'scopus_source_record_id' => '21557', + 'publisher' => 'SAGE', + 'issn' => '1752-7015', + ), + 31 => + array ( + 'id' => 1532, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:15:20', + 'title' => 'EnvironmentAsia', + 'scopus_source_record_id' => '15600154705', + 'publisher' => 'Thai Society of Higher Eduation Institutes on Environment', + 'issn' => '1906-1714', + ), + 32 => + array ( + 'id' => 1533, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environments - MDPI', + 'scopus_source_record_id' => '21100924379', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2076-3298', + ), + 33 => + array ( + 'id' => 1534, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Environmetrics', + 'scopus_source_record_id' => '21564', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-095X', + ), + 34 => + array ( + 'id' => 1535, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Enzyme and Microbial Technology', + 'scopus_source_record_id' => '15609', + 'publisher' => 'Elsevier', + 'issn' => '1879-0909', + ), + 35 => + array ( + 'id' => 1536, + 'created_at' => '2024-12-02 16:59:49', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Enzymes', + 'scopus_source_record_id' => '19700175905', + 'publisher' => 'Elsevier', + 'issn' => '1874-6047', + ), + 36 => + array ( + 'id' => 1537, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Eos', + 'scopus_source_record_id' => '27895', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2324-9250', + ), + 37 => + array ( + 'id' => 1538, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Epidemics', + 'scopus_source_record_id' => '17300154924', + 'publisher' => 'Elsevier', + 'issn' => '1878-0067', + ), + 38 => + array ( + 'id' => 1539, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Epidemiologia e servicos de saude : revista do Sistema Unico de Saude do Brasil', + 'scopus_source_record_id' => '21100872043', + 'publisher' => 'Secretaria de Vigilancia em Saude do Ministerio da Saude', + 'issn' => '2237-9622', + ), + 39 => + array ( + 'id' => 1540, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Epigenetics', + 'scopus_source_record_id' => '10100153313', + 'publisher' => 'Taylor & Francis', + 'issn' => '1559-2308', + ), + 40 => + array ( + 'id' => 1541, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Epigenetics and Chromatin', + 'scopus_source_record_id' => '19700174932', + 'publisher' => 'Springer Nature', + 'issn' => '1756-8935', + ), + 41 => + array ( + 'id' => 1542, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Epigenetics and Human Health', + 'scopus_source_record_id' => '21100216992', + 'publisher' => 'Springer Nature', + 'issn' => '2191-2270', + ), + 42 => + array ( + 'id' => 1543, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Epigenetics Insights', + 'scopus_source_record_id' => '21100891048', + 'publisher' => 'SAGE', + 'issn' => '2516-8657', + ), + 43 => + array ( + 'id' => 1544, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Epigenomes', + 'scopus_source_record_id' => '21101043576', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2075-4655', + ), + 44 => + array ( + 'id' => 1545, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:28', + 'title' => 'Epigenomics', + 'scopus_source_record_id' => '19700175458', + 'publisher' => 'Taylor & Francis', + 'issn' => '1750-192X', + ), + 45 => + array ( + 'id' => 1546, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:15:20', + 'title' => 'Episodes', + 'scopus_source_record_id' => '25771', + 'publisher' => 'International Union of Geological Sciences', + 'issn' => '0705-3797', + ), + 46 => + array ( + 'id' => 1547, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:29', + 'title' => 'EQA', + 'scopus_source_record_id' => '21101202300', + 'publisher' => 'Department of Agricultural and Food Sciences, University of Bologna', + 'issn' => '2281-4485', + ), + 47 => + array ( + 'id' => 1548, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:29', + 'title' => 'Erdkunde', + 'scopus_source_record_id' => '28105', + 'publisher' => 'Erdkunde', + 'issn' => '2702-5985', + ), + 48 => + array ( + 'id' => 1549, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:11:29', + 'title' => 'Essays in Biochemistry', + 'scopus_source_record_id' => '17456', + 'publisher' => 'Portland Press Ltd', + 'issn' => '1744-1358', + ), + 49 => + array ( + 'id' => 1550, + 'created_at' => '2024-12-02 16:59:50', + 'updated_at' => '2024-12-02 17:15:21', + 'title' => 'Estonian Journal of Earth Sciences', + 'scopus_source_record_id' => '6000195392', + 'publisher' => 'Estonian Academy Publishers', + 'issn' => '1736-4728', + ), + 50 => + array ( + 'id' => 1551, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:11:30', + 'title' => 'Estuaries and Coasts', + 'scopus_source_record_id' => '4700152445', + 'publisher' => 'Springer Nature', + 'issn' => '1559-2731', + ), + 51 => + array ( + 'id' => 1552, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:11:30', + 'title' => 'Estuarine, Coastal and Shelf Science', + 'scopus_source_record_id' => '26844', + 'publisher' => 'Elsevier', + 'issn' => '1096-0015', + ), + 52 => + array ( + 'id' => 1553, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:11:30', + 'title' => 'Ethics and the Environment', + 'scopus_source_record_id' => '5700179464', + 'publisher' => 'Indiana University Press', + 'issn' => '1535-5306', + ), + 53 => + array ( + 'id' => 1554, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:15:22', + 'title' => 'Ethics in Science and Environmental Politics', + 'scopus_source_record_id' => '11700154508', + 'publisher' => 'Inter-Research', + 'issn' => '1611-8014', + ), + 54 => + array ( + 'id' => 1555, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:11:30', + 'title' => 'Ethics, Policy and Environment', + 'scopus_source_record_id' => '21100208022', + 'publisher' => 'Taylor & Francis', + 'issn' => '2155-0093', + ), + 55 => + array ( + 'id' => 1556, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:15:22', + 'title' => 'Ethnobiology and Conservation', + 'scopus_source_record_id' => '21100416511', + 'publisher' => 'Universidade Federal Rural de Pernambuco', + 'issn' => '2238-4782', + ), + 56 => + array ( + 'id' => 1557, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'Ethology', + 'scopus_source_record_id' => '21489', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1439-0310', + ), + 57 => + array ( + 'id' => 1558, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'Ethology Ecology and Evolution', + 'scopus_source_record_id' => '21490', + 'publisher' => 'Taylor & Francis', + 'issn' => '1828-7131', + ), + 58 => + array ( + 'id' => 1559, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:15:23', + 'title' => 'Etudes Rurales', + 'scopus_source_record_id' => '14394', + 'publisher' => 'Editions EHESS: Ecole des Hautes Etudes en Sciences Sociales', + 'issn' => '0014-2182', + ), + 59 => + array ( + 'id' => 1560, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'Euphytica', + 'scopus_source_record_id' => '56471', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5060', + ), + 60 => + array ( + 'id' => 1561, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:15:23', + 'title' => 'Eurasian Chemico-Technological Journal', + 'scopus_source_record_id' => '7200153124', + 'publisher' => 'Institute of Combustion Problems, al-Farabi Kazakh State National University', + 'issn' => '1562-3920', + ), + 61 => + array ( + 'id' => 1562, + 'created_at' => '2024-12-02 16:59:51', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'Eurasian Journal of Chemistry', + 'scopus_source_record_id' => '21101162550', + 'publisher' => 'E.A. Buketov Karaganda University Publish house', + 'issn' => '2959-0671', + ), + 62 => + array ( + 'id' => 1563, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'Eurasian Journal of Soil Science', + 'scopus_source_record_id' => '21100903770', + 'publisher' => 'Federation of Eurasian Soil Science Societies', + 'issn' => '2147-4249', + ), + 63 => + array ( + 'id' => 1564, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'EURO Advanced Tutorials on Operational Research', + 'scopus_source_record_id' => '21101064202', + 'publisher' => 'Springer Nature', + 'issn' => '2364-6888', + ), + 64 => + array ( + 'id' => 1565, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'EURO Journal on Computational Optimization', + 'scopus_source_record_id' => '21100827466', + 'publisher' => 'Elsevier', + 'issn' => '2192-4414', + ), + 65 => + array ( + 'id' => 1566, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'EURO Journal on Decision Processes', + 'scopus_source_record_id' => '21100901158', + 'publisher' => 'Elsevier', + 'issn' => '2193-9446', + ), + 66 => + array ( + 'id' => 1567, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'EURO Journal on Transportation and Logistics', + 'scopus_source_record_id' => '21100862198', + 'publisher' => 'Elsevier', + 'issn' => '2192-4384', + ), + 67 => + array ( + 'id' => 1568, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:15:23', + 'title' => 'Euroasian Entomological Journal', + 'scopus_source_record_id' => '21101058740', + 'publisher' => 'KMK Scientific Press Ltd.', + 'issn' => '1684-4866', + ), + 68 => + array ( + 'id' => 1569, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:31', + 'title' => 'Eurobiotech Journal', + 'scopus_source_record_id' => '21101045216', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2564-615X', + ), + 69 => + array ( + 'id' => 1570, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:32', + 'title' => 'Euro-Mediterranean Journal for Environmental Integration', + 'scopus_source_record_id' => '21101099109', + 'publisher' => 'Springer Nature', + 'issn' => '2365-7448', + ), + 70 => + array ( + 'id' => 1571, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:15:23', + 'title' => 'European Cells and Materials', + 'scopus_source_record_id' => '17458', + 'publisher' => 'Forum Multimedia Publishing LLC', + 'issn' => '1473-2262', + ), + 71 => + array ( + 'id' => 1572, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:32', + 'title' => 'European Countryside', + 'scopus_source_record_id' => '21100413836', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1803-8417', + ), + 72 => + array ( + 'id' => 1573, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:32', + 'title' => 'European Energy and Environmental Law Review', + 'scopus_source_record_id' => '19700177700', + 'publisher' => 'Kluwer Law International', + 'issn' => '2589-0387', + ), + 73 => + array ( + 'id' => 1574, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:32', + 'title' => 'European Food Research and Technology', + 'scopus_source_record_id' => '23068', + 'publisher' => 'Springer Nature', + 'issn' => '1438-2385', + ), + 74 => + array ( + 'id' => 1575, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:32', + 'title' => 'European Journal of Biology', + 'scopus_source_record_id' => '21101067707', + 'publisher' => 'Istanbul University Press', + 'issn' => '2618-6144', + ), + 75 => + array ( + 'id' => 1576, + 'created_at' => '2024-12-02 16:59:52', + 'updated_at' => '2024-12-02 17:11:33', + 'title' => 'European Journal of Clinical Investigation', + 'scopus_source_record_id' => '13210', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2362', + ), + 76 => + array ( + 'id' => 1577, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:33', + 'title' => 'European Journal of Ecology', + 'scopus_source_record_id' => '21100871687', + 'publisher' => 'University of Kansas', + 'issn' => '1339-8474', + ), + 77 => + array ( + 'id' => 1578, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:33', + 'title' => 'European Journal of Environmental Sciences', + 'scopus_source_record_id' => '21100818734', + 'publisher' => 'Charles University in Prague', + 'issn' => '2336-1964', + ), + 78 => + array ( + 'id' => 1579, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:33', + 'title' => 'European Journal of Human Genetics', + 'scopus_source_record_id' => '22101', + 'publisher' => 'Springer Nature', + 'issn' => '1476-5438', + ), + 79 => + array ( + 'id' => 1580, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:33', + 'title' => 'European Journal of Interdisciplinary Studies', + 'scopus_source_record_id' => '21101039259', + 'publisher' => 'Bucharest University of Economic Studies', + 'issn' => '2067-3795', + ), + 80 => + array ( + 'id' => 1581, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:33', + 'title' => 'European Journal of Lipid Science and Technology', + 'scopus_source_record_id' => '12921', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1438-9312', + ), + 81 => + array ( + 'id' => 1582, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of Medical Genetics', + 'scopus_source_record_id' => '130005', + 'publisher' => 'Elsevier', + 'issn' => '1878-0849', + ), + 82 => + array ( + 'id' => 1583, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of Medicinal Chemistry', + 'scopus_source_record_id' => '17464', + 'publisher' => 'Elsevier', + 'issn' => '1768-3254', + ), + 83 => + array ( + 'id' => 1584, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of Medicinal Chemistry Reports', + 'scopus_source_record_id' => '21101136668', + 'publisher' => 'Elsevier', + 'issn' => '2772-4174', + ), + 84 => + array ( + 'id' => 1585, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of Microbiology and Immunology', + 'scopus_source_record_id' => '21101042154', + 'publisher' => 'Akademiai Kiado', + 'issn' => '2062-8633', + ), + 85 => + array ( + 'id' => 1586, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:15:25', + 'title' => 'European Journal of Musculoskeletal Diseases', + 'scopus_source_record_id' => '21101170211', + 'publisher' => 'Biolife Publisher', + 'issn' => '2038-4106', + ), + 86 => + array ( + 'id' => 1587, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:15:26', + 'title' => 'European Journal of Operational Research', + 'scopus_source_record_id' => '22489', + 'publisher' => 'Elsevier', + 'issn' => '0377-2217', + ), + 87 => + array ( + 'id' => 1588, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of Organic Chemistry', + 'scopus_source_record_id' => '25853', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-0690', + ), + 88 => + array ( + 'id' => 1589, + 'created_at' => '2024-12-02 16:59:53', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of Phycology', + 'scopus_source_record_id' => '18021', + 'publisher' => 'Taylor & Francis', + 'issn' => '1469-4433', + ), + 89 => + array ( + 'id' => 1590, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of Protistology', + 'scopus_source_record_id' => '13882', + 'publisher' => 'Elsevier', + 'issn' => '1618-0429', + ), + 90 => + array ( + 'id' => 1591, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of Remote Sensing', + 'scopus_source_record_id' => '21100205502', + 'publisher' => 'Taylor & Francis', + 'issn' => '2279-7254', + ), + 91 => + array ( + 'id' => 1592, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:15:26', + 'title' => 'European Journal of Soil Biology', + 'scopus_source_record_id' => '14648', + 'publisher' => 'Elsevier', + 'issn' => '1164-5563', + ), + 92 => + array ( + 'id' => 1593, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:15:26', + 'title' => 'European Journal of Spatial Development', + 'scopus_source_record_id' => '12600154786', + 'publisher' => 'Politecnico di Torino', + 'issn' => '1650-9544', + ), + 93 => + array ( + 'id' => 1594, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:11:34', + 'title' => 'European Journal of STEM Education', + 'scopus_source_record_id' => '21101100111', + 'publisher' => 'Lectito', + 'issn' => '2468-4368', + ), + 94 => + array ( + 'id' => 1595, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:11:35', + 'title' => 'European Journal of Taxonomy', + 'scopus_source_record_id' => '21100812850', + 'publisher' => 'Museum National d\'Histoire Naturelle', + 'issn' => '2118-9773', + ), + 95 => + array ( + 'id' => 1596, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:11:35', + 'title' => 'European Journal of Translational Myology', + 'scopus_source_record_id' => '21100873619', + 'publisher' => 'PagePress', + 'issn' => '2037-7460', + ), + 96 => + array ( + 'id' => 1597, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:15:26', + 'title' => 'European Journal of Wildlife Research', + 'scopus_source_record_id' => '101700', + 'publisher' => 'Springer Nature', + 'issn' => '1612-4642', + ), + 97 => + array ( + 'id' => 1598, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:15:27', + 'title' => 'European Pharmaceutical Review', + 'scopus_source_record_id' => '19700174925', + 'publisher' => 'Russell Publishing LLC', + 'issn' => '1360-8606', + ), + 98 => + array ( + 'id' => 1599, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:11:35', + 'title' => 'European Physical Journal E', + 'scopus_source_record_id' => '27550', + 'publisher' => 'Springer Nature', + 'issn' => '1292-895X', + ), + 99 => + array ( + 'id' => 1600, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:11:35', + 'title' => 'European Policy Analysis', + 'scopus_source_record_id' => '21100886407', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2380-6567', + ), + 100 => + array ( + 'id' => 1601, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:15:27', + 'title' => 'European Polymer Journal', + 'scopus_source_record_id' => '25854', + 'publisher' => 'Elsevier', + 'issn' => '0014-3057', + ), + 101 => + array ( + 'id' => 1602, + 'created_at' => '2024-12-02 16:59:54', + 'updated_at' => '2024-12-02 17:11:35', + 'title' => 'European Review of Agricultural Economics', + 'scopus_source_record_id' => '35510', + 'publisher' => 'Oxford University Press', + 'issn' => '1464-3618', + ), + 102 => + array ( + 'id' => 1603, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'European Urban and Regional Studies', + 'scopus_source_record_id' => '26599', + 'publisher' => 'SAGE', + 'issn' => '1461-7145', + ), + 103 => + array ( + 'id' => 1604, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'Eurosurveillance', + 'scopus_source_record_id' => '21872', + 'publisher' => 'European Centre for Disease Prevention and Control (ECDC)', + 'issn' => '1560-7917', + ), + 104 => + array ( + 'id' => 1605, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'Evergreen', + 'scopus_source_record_id' => '21100812868', + 'publisher' => 'Joint Journal of Novel Carbon Resource Sciences and Green Asia Strategy', + 'issn' => '2432-5953', + ), + 105 => + array ( + 'id' => 1606, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'EvoDevo', + 'scopus_source_record_id' => '21100203948', + 'publisher' => 'Springer Nature', + 'issn' => '2041-9139', + ), + 106 => + array ( + 'id' => 1607, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'Evolution', + 'scopus_source_record_id' => '22104', + 'publisher' => 'Oxford University Press', + 'issn' => '1558-5646', + ), + 107 => + array ( + 'id' => 1608, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'Evolution and Development', + 'scopus_source_record_id' => '14649', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1525-142X', + ), + 108 => + array ( + 'id' => 1609, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:15:28', + 'title' => 'Evolution and Human Behavior', + 'scopus_source_record_id' => '21503', + 'publisher' => 'Elsevier', + 'issn' => '1090-5138', + ), + 109 => + array ( + 'id' => 1610, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'Evolution Letters', + 'scopus_source_record_id' => '21101040628', + 'publisher' => 'Oxford University Press', + 'issn' => '2056-3744', + ), + 110 => + array ( + 'id' => 1611, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'Evolution, Medicine and Public Health', + 'scopus_source_record_id' => '21100854640', + 'publisher' => 'Oxford University Press', + 'issn' => '2050-6201', + ), + 111 => + array ( + 'id' => 1612, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:36', + 'title' => 'Evolution: Education and Outreach', + 'scopus_source_record_id' => '21100903062', + 'publisher' => 'Springer Nature', + 'issn' => '1936-6434', + ), + 112 => + array ( + 'id' => 1613, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Evolutionary Applications', + 'scopus_source_record_id' => '19400157205', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1752-4571', + ), + 113 => + array ( + 'id' => 1614, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Evolutionary Bioinformatics', + 'scopus_source_record_id' => '11200153571', + 'publisher' => 'Libertas Academica', + 'issn' => '1176-9343', + ), + 114 => + array ( + 'id' => 1615, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Evolutionary Biology', + 'scopus_source_record_id' => '22105', + 'publisher' => 'Springer Nature', + 'issn' => '1934-2845', + ), + 115 => + array ( + 'id' => 1616, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Evolutionary Biology - New Perspectives on its Development', + 'scopus_source_record_id' => '21101124742', + 'publisher' => 'Springer Nature', + 'issn' => '2524-776X', + ), + 116 => + array ( + 'id' => 1617, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Evolutionary Ecology', + 'scopus_source_record_id' => '21606', + 'publisher' => 'Springer Nature', + 'issn' => '1573-8477', + ), + 117 => + array ( + 'id' => 1618, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Evolutionary Human Sciences', + 'scopus_source_record_id' => '21101019704', + 'publisher' => 'Cambridge University Press', + 'issn' => '2513-843X', + ), + 118 => + array ( + 'id' => 1619, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Evolutionary Systematics', + 'scopus_source_record_id' => '21101022220', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2535-0730', + ), + 119 => + array ( + 'id' => 1620, + 'created_at' => '2024-12-02 16:59:55', + 'updated_at' => '2024-12-02 17:15:28', + 'title' => 'Experientia supplementum (2012)', + 'scopus_source_record_id' => '21100906539', + 'publisher' => 'Springer Nature', + 'issn' => '1664-431X', + ), + 120 => + array ( + 'id' => 1621, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Experimental and Applied Acarology', + 'scopus_source_record_id' => '21504', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9702', + ), + 121 => + array ( + 'id' => 1622, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Experimental and Applied Biomedical Research (EABR)', + 'scopus_source_record_id' => '21101185477', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2956-2090', + ), + 122 => + array ( + 'id' => 1623, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Experimental and Molecular Medicine', + 'scopus_source_record_id' => '17476', + 'publisher' => 'Springer Nature', + 'issn' => '2092-6413', + ), + 123 => + array ( + 'id' => 1624, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Experimental and Molecular Pathology', + 'scopus_source_record_id' => '13247', + 'publisher' => 'Elsevier', + 'issn' => '1096-0945', + ), + 124 => + array ( + 'id' => 1625, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:15:28', + 'title' => 'Experimental Animals', + 'scopus_source_record_id' => '27182', + 'publisher' => 'International Press Editing Centre Incorporation', + 'issn' => '1341-1357', + ), + 125 => + array ( + 'id' => 1626, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Experimental Biology and Medicine', + 'scopus_source_record_id' => '50101', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '1535-3699', + ), + 126 => + array ( + 'id' => 1627, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:37', + 'title' => 'Experimental Dermatology', + 'scopus_source_record_id' => '24813', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1600-0625', + ), + 127 => + array ( + 'id' => 1628, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Experimental Gerontology', + 'scopus_source_record_id' => '29003', + 'publisher' => 'Elsevier', + 'issn' => '1873-6815', + ), + 128 => + array ( + 'id' => 1629, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Experimental Hematology', + 'scopus_source_record_id' => '25949', + 'publisher' => 'Elsevier', + 'issn' => '1873-2399', + ), + 129 => + array ( + 'id' => 1630, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Experimental Lung Research', + 'scopus_source_record_id' => '18480', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-0499', + ), + 130 => + array ( + 'id' => 1631, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Experimental Results', + 'scopus_source_record_id' => '21101104475', + 'publisher' => 'Cambridge University Press', + 'issn' => '2516-712X', + ), + 131 => + array ( + 'id' => 1632, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Expert Review of Anti-Infective Therapy', + 'scopus_source_record_id' => '16341', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-8336', + ), + 132 => + array ( + 'id' => 1633, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Expert Review of Molecular Diagnostics', + 'scopus_source_record_id' => '21369', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-8352', + ), + 133 => + array ( + 'id' => 1634, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Expert Review of Precision Medicine and Drug Development', + 'scopus_source_record_id' => '21100860941', + 'publisher' => 'Taylor & Francis', + 'issn' => '2380-8993', + ), + 134 => + array ( + 'id' => 1635, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Expert Review of Proteomics', + 'scopus_source_record_id' => '130051', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-8387', + ), + 135 => + array ( + 'id' => 1636, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:15:29', + 'title' => 'Expert Reviews in Molecular Medicine', + 'scopus_source_record_id' => '26618', + 'publisher' => 'Cambridge University Press', + 'issn' => '1462-3994', + ), + 136 => + array ( + 'id' => 1637, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Exploration', + 'scopus_source_record_id' => '21101188438', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2766-2098', + ), + 137 => + array ( + 'id' => 1638, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Exploration of Immunology', + 'scopus_source_record_id' => '21101174183', + 'publisher' => 'Open Exploration Publishing Inc', + 'issn' => '2768-6655', + ), + 138 => + array ( + 'id' => 1639, + 'created_at' => '2024-12-02 16:59:56', + 'updated_at' => '2024-12-02 17:11:38', + 'title' => 'Exploratory Animal and Medical Research', + 'scopus_source_record_id' => '21100868929', + 'publisher' => 'West Bengal Veterinary Alumni Association', + 'issn' => '2319-247X', + ), + 139 => + array ( + 'id' => 1640, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:39', + 'title' => 'Exposure and Health', + 'scopus_source_record_id' => '21100464956', + 'publisher' => 'Springer Nature', + 'issn' => '2451-9685', + ), + 140 => + array ( + 'id' => 1641, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:15:29', + 'title' => 'Express Polymer Letters', + 'scopus_source_record_id' => '11200153519', + 'publisher' => 'BME-PT and GTE', + 'issn' => '1788-618X', + ), + 141 => + array ( + 'id' => 1642, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:39', + 'title' => 'ExRNA', + 'scopus_source_record_id' => '21101070055', + 'publisher' => 'ELSP', + 'issn' => '2398-0060', + ), + 142 => + array ( + 'id' => 1643, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:39', + 'title' => 'Extracellular Vesicles and Circulating Nucleic Acids', + 'scopus_source_record_id' => '21101160588', + 'publisher' => 'OAE Publishing Inc.', + 'issn' => '2767-6641', + ), + 143 => + array ( + 'id' => 1644, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:39', + 'title' => 'Extractive Industries and Society', + 'scopus_source_record_id' => '21100305261', + 'publisher' => 'Elsevier', + 'issn' => '2214-7918', + ), + 144 => + array ( + 'id' => 1645, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:39', + 'title' => 'Extremophiles', + 'scopus_source_record_id' => '15610', + 'publisher' => 'Springer Nature', + 'issn' => '1433-4909', + ), + 145 => + array ( + 'id' => 1646, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:39', + 'title' => 'F1000Research', + 'scopus_source_record_id' => '21100258853', + 'publisher' => 'Taylor & Francis', + 'issn' => '2046-1402', + ), + 146 => + array ( + 'id' => 1647, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:39', + 'title' => 'Facets', + 'scopus_source_record_id' => '21100938000', + 'publisher' => 'Canadian Science Publishing', + 'issn' => '2371-1671', + ), + 147 => + array ( + 'id' => 1648, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:39', + 'title' => 'Familial Cancer', + 'scopus_source_record_id' => '29769', + 'publisher' => 'Springer Nature', + 'issn' => '1573-7292', + ), + 148 => + array ( + 'id' => 1649, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'Farming System', + 'scopus_source_record_id' => '21101199904', + 'publisher' => 'China Agricultural University', + 'issn' => '2949-9119', + ), + 149 => + array ( + 'id' => 1650, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FASEB BioAdvances', + 'scopus_source_record_id' => '21101045739', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2573-9832', + ), + 150 => + array ( + 'id' => 1651, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FASEB Journal', + 'scopus_source_record_id' => '15048', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1530-6860', + ), + 151 => + array ( + 'id' => 1652, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FEBS Journal', + 'scopus_source_record_id' => '38597', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1742-4658', + ), + 152 => + array ( + 'id' => 1653, + 'created_at' => '2024-12-02 16:59:57', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FEBS Letters', + 'scopus_source_record_id' => '17481', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1873-3468', + ), + 153 => + array ( + 'id' => 1654, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FEBS Open Bio', + 'scopus_source_record_id' => '21100197927', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2211-5463', + ), + 154 => + array ( + 'id' => 1655, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'Feddes Repertorium', + 'scopus_source_record_id' => '18048', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1522-239X', + ), + 155 => + array ( + 'id' => 1656, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FEMS Microbes', + 'scopus_source_record_id' => '21101159013', + 'publisher' => 'Oxford University Press', + 'issn' => '2633-6685', + ), + 156 => + array ( + 'id' => 1657, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FEMS Microbiology Ecology', + 'scopus_source_record_id' => '19705', + 'publisher' => 'Oxford University Press', + 'issn' => '1574-6941', + ), + 157 => + array ( + 'id' => 1658, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FEMS Microbiology Letters', + 'scopus_source_record_id' => '19706', + 'publisher' => 'Oxford University Press', + 'issn' => '1574-6968', + ), + 158 => + array ( + 'id' => 1659, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FEMS Microbiology Reviews', + 'scopus_source_record_id' => '19708', + 'publisher' => 'Oxford University Press', + 'issn' => '1574-6976', + ), + 159 => + array ( + 'id' => 1660, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'FEMS Yeast Research', + 'scopus_source_record_id' => '19710', + 'publisher' => 'Oxford University Press', + 'issn' => '1567-1364', + ), + 160 => + array ( + 'id' => 1661, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:40', + 'title' => 'Fennia', + 'scopus_source_record_id' => '28154', + 'publisher' => 'Geographical Society of Finland', + 'issn' => '1798-5617', + ), + 161 => + array ( + 'id' => 1662, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:41', + 'title' => 'Fermentation', + 'scopus_source_record_id' => '21100900055', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2311-5637', + ), + 162 => + array ( + 'id' => 1663, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:15:31', + 'title' => 'Fibers and Polymers', + 'scopus_source_record_id' => '144862', + 'publisher' => 'Korean Fiber Society', + 'issn' => '1229-9197', + ), + 163 => + array ( + 'id' => 1664, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:41', + 'title' => 'Fibre chemistry', + 'scopus_source_record_id' => '110297', + 'publisher' => 'Springer Nature', + 'issn' => '1573-8493', + ), + 164 => + array ( + 'id' => 1665, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:41', + 'title' => 'Fibres and Textiles in Eastern Europe', + 'scopus_source_record_id' => '15882', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2300-7354', + ), + 165 => + array ( + 'id' => 1666, + 'created_at' => '2024-12-02 16:59:58', + 'updated_at' => '2024-12-02 17:11:41', + 'title' => 'Filtration and Separation', + 'scopus_source_record_id' => '12942', + 'publisher' => 'MA Healthcare Ltd', + 'issn' => '1873-7218', + ), + 166 => + array ( + 'id' => 1667, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:41', + 'title' => 'Fire', + 'scopus_source_record_id' => '21101020133', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2571-6255', + ), + 167 => + array ( + 'id' => 1668, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:41', + 'title' => 'Fire and Materials', + 'scopus_source_record_id' => '20623', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1018', + ), + 168 => + array ( + 'id' => 1669, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:41', + 'title' => 'Fire Ecology', + 'scopus_source_record_id' => '17700155709', + 'publisher' => 'Springer Nature', + 'issn' => '1933-9747', + ), + 169 => + array ( + 'id' => 1670, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:15:32', + 'title' => 'Fire Safety Journal', + 'scopus_source_record_id' => '28425', + 'publisher' => 'Elsevier', + 'issn' => '0379-7112', + ), + 170 => + array ( + 'id' => 1671, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fish and Fisheries', + 'scopus_source_record_id' => '21928', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1467-2979', + ), + 171 => + array ( + 'id' => 1672, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fish and Shellfish Immunology', + 'scopus_source_record_id' => '15066', + 'publisher' => 'Elsevier', + 'issn' => '1095-9947', + ), + 172 => + array ( + 'id' => 1673, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fish and Shellfish Immunology Reports', + 'scopus_source_record_id' => '21101144600', + 'publisher' => 'Elsevier', + 'issn' => '2667-0119', + ), + 173 => + array ( + 'id' => 1674, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fish Pathology', + 'scopus_source_record_id' => '21967', + 'publisher' => 'Japanese Society of Fish Pathology', + 'issn' => '1881-7335', + ), + 174 => + array ( + 'id' => 1675, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fish Physiology and Biochemistry', + 'scopus_source_record_id' => '21930', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5168', + ), + 175 => + array ( + 'id' => 1676, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fisheries', + 'scopus_source_record_id' => '12760', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1548-8446', + ), + 176 => + array ( + 'id' => 1677, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fisheries and Aquatic Life', + 'scopus_source_record_id' => '21101095578', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2545-059X', + ), + 177 => + array ( + 'id' => 1678, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fisheries and Aquatic Sciences', + 'scopus_source_record_id' => '19700201332', + 'publisher' => 'Korean Society of Fisheries and Aquatic Sciences', + 'issn' => '2234-1757', + ), + 178 => + array ( + 'id' => 1679, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fisheries Management and Ecology', + 'scopus_source_record_id' => '12762', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2400', + ), + 179 => + array ( + 'id' => 1680, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fisheries Oceanography', + 'scopus_source_record_id' => '12780', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2419', + ), + 180 => + array ( + 'id' => 1681, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:15:32', + 'title' => 'Fisheries Research', + 'scopus_source_record_id' => '12781', + 'publisher' => 'Elsevier', + 'issn' => '0165-7836', + ), + 181 => + array ( + 'id' => 1682, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fisheries Science', + 'scopus_source_record_id' => '12786', + 'publisher' => 'Springer Nature', + 'issn' => '1444-2906', + ), + 182 => + array ( + 'id' => 1683, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fishery Bulletin', + 'scopus_source_record_id' => '12802', + 'publisher' => 'US National Marine Fisheries Services', + 'issn' => '1937-4518', + ), + 183 => + array ( + 'id' => 1684, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Fishes', + 'scopus_source_record_id' => '21100934236', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2410-3888', + ), + 184 => + array ( + 'id' => 1685, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Flavour and Fragrance Journal', + 'scopus_source_record_id' => '25857', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1026', + ), + 185 => + array ( + 'id' => 1686, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Flexible Services and Manufacturing Journal', + 'scopus_source_record_id' => '17600155106', + 'publisher' => 'Springer Nature', + 'issn' => '1936-6590', + ), + 186 => + array ( + 'id' => 1687, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:15:32', + 'title' => 'Flora: Morphology, Distribution, Functional Ecology of Plants', + 'scopus_source_record_id' => '18094', + 'publisher' => 'Elsevier', + 'issn' => '0367-2530', + ), + 187 => + array ( + 'id' => 1688, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:11:42', + 'title' => 'Floresta', + 'scopus_source_record_id' => '20000195005', + 'publisher' => 'Universidade Federal do Parana', + 'issn' => '1982-4688', + ), + 188 => + array ( + 'id' => 1689, + 'created_at' => '2024-12-02 16:59:59', + 'updated_at' => '2024-12-02 17:15:32', + 'title' => 'Florida Entomologist', + 'scopus_source_record_id' => '20335', + 'publisher' => 'Florida Entomological Society', + 'issn' => '0015-4040', + ), + 189 => + array ( + 'id' => 1690, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Fluoride - Quarterly Reports', + 'scopus_source_record_id' => '19383', + 'publisher' => 'International Society for Fluoride Research', + 'issn' => '2253-4083', + ), + 190 => + array ( + 'id' => 1691, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Folia Amazonica', + 'scopus_source_record_id' => '21101074774', + 'publisher' => 'Institute of Investigations of The Peruvian Amazon - IIAP', + 'issn' => '2410-1184', + ), + 191 => + array ( + 'id' => 1692, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Folia Biologica', + 'scopus_source_record_id' => '15075', + 'publisher' => 'Institute of Systematics and Evolution of Animals', + 'issn' => '1734-9168', + ), + 192 => + array ( + 'id' => 1693, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Folia Biologica (Czech Republic)', + 'scopus_source_record_id' => '15073', + 'publisher' => 'Charles University in Prague', + 'issn' => '2533-7602', + ), + 193 => + array ( + 'id' => 1694, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Folia Cryptogamica Estonica', + 'scopus_source_record_id' => '19300156812', + 'publisher' => 'Estonian Naturalists\' Society', + 'issn' => '1736-7786', + ), + 194 => + array ( + 'id' => 1695, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Folia Forestalia Polonica, Series A', + 'scopus_source_record_id' => '25719', + 'publisher' => 'Wydawnictwo Naukowe PWN', + 'issn' => '2199-5907', + ), + 195 => + array ( + 'id' => 1696, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Folia Malacologica', + 'scopus_source_record_id' => '21101061460', + 'publisher' => 'Association of Polish Malacologists', + 'issn' => '2300-7125', + ), + 196 => + array ( + 'id' => 1697, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Folia Microbiologica', + 'scopus_source_record_id' => '17487', + 'publisher' => 'Springer Nature', + 'issn' => '1874-9356', + ), + 197 => + array ( + 'id' => 1698, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:15:33', + 'title' => 'Folia Oecologica', + 'scopus_source_record_id' => '5300152610', + 'publisher' => 'Institute of Forest Ecology of the Slovak Academy of Sciences', + 'issn' => '1336-5266', + ), + 198 => + array ( + 'id' => 1699, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Folia Primatologica', + 'scopus_source_record_id' => '21941', + 'publisher' => 'Brill', + 'issn' => '1421-9980', + ), + 199 => + array ( + 'id' => 1700, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Food Additives and Contaminants - Part A', + 'scopus_source_record_id' => '18500157900', + 'publisher' => 'Taylor & Francis', + 'issn' => '1944-0057', + ), + 200 => + array ( + 'id' => 1701, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Food and Bioproducts Processing', + 'scopus_source_record_id' => '15627', + 'publisher' => 'Institution of Chemical Engineers', + 'issn' => '1744-3571', + ), + 201 => + array ( + 'id' => 1702, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Food Bioscience', + 'scopus_source_record_id' => '21100255550', + 'publisher' => 'Elsevier', + 'issn' => '2212-4306', + ), + 202 => + array ( + 'id' => 1703, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Food Chemistry Advances', + 'scopus_source_record_id' => '21101136300', + 'publisher' => 'Elsevier', + 'issn' => '2772-753X', + ), + 203 => + array ( + 'id' => 1704, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:43', + 'title' => 'Food Chemistry: Molecular Sciences', + 'scopus_source_record_id' => '21101066155', + 'publisher' => 'Elsevier', + 'issn' => '2666-5662', + ), + 204 => + array ( + 'id' => 1705, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:15:33', + 'title' => 'Food Hydrocolloids', + 'scopus_source_record_id' => '22597', + 'publisher' => 'Elsevier', + 'issn' => '0268-005X', + ), + 205 => + array ( + 'id' => 1706, + 'created_at' => '2024-12-02 17:00:00', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Food Microbiology', + 'scopus_source_record_id' => '19717', + 'publisher' => 'Elsevier', + 'issn' => '1095-9998', + ), + 206 => + array ( + 'id' => 1707, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:15:33', + 'title' => 'Food Policy', + 'scopus_source_record_id' => '35048', + 'publisher' => 'Elsevier', + 'issn' => '0306-9192', + ), + 207 => + array ( + 'id' => 1708, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Food Processing: Techniques and Technology', + 'scopus_source_record_id' => '21101028329', + 'publisher' => 'Kemerovo State University', + 'issn' => '2313-1748', + ), + 208 => + array ( + 'id' => 1709, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Food Science and Applied Biotechnology', + 'scopus_source_record_id' => '21101089389', + 'publisher' => 'University of Food Technologies Plovdiv', + 'issn' => '2603-3380', + ), + 209 => + array ( + 'id' => 1710, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Food Science and Technology (United States)', + 'scopus_source_record_id' => '21101042008', + 'publisher' => 'Horizon Research Publishing', + 'issn' => '2331-5156', + ), + 210 => + array ( + 'id' => 1711, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Food Studies', + 'scopus_source_record_id' => '21101123952', + 'publisher' => 'Common Ground Research Networks', + 'issn' => '2160-1941', + ), + 211 => + array ( + 'id' => 1712, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Food Webs', + 'scopus_source_record_id' => '21100365104', + 'publisher' => 'Elsevier', + 'issn' => '2352-2496', + ), + 212 => + array ( + 'id' => 1713, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Foodborne Pathogens and Disease', + 'scopus_source_record_id' => '130015', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1556-7125', + ), + 213 => + array ( + 'id' => 1714, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Foods', + 'scopus_source_record_id' => '21100898636', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2304-8158', + ), + 214 => + array ( + 'id' => 1715, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Foods and Raw Materials', + 'scopus_source_record_id' => '21100777291', + 'publisher' => 'Kemerovo State University', + 'issn' => '2310-9599', + ), + 215 => + array ( + 'id' => 1716, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Forecasting', + 'scopus_source_record_id' => '21101122877', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2571-9394', + ), + 216 => + array ( + 'id' => 1717, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:15:34', + 'title' => 'Forensic Science and Technology', + 'scopus_source_record_id' => '21101047912', + 'publisher' => 'Editorial Office of Forensic Science and Technology', + 'issn' => '1008-3650', + ), + 217 => + array ( + 'id' => 1718, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Forensic Science International: Animals and Environments', + 'scopus_source_record_id' => '21101188202', + 'publisher' => 'Elsevier', + 'issn' => '2666-9374', + ), + 218 => + array ( + 'id' => 1719, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Forensic Science International: Genetics', + 'scopus_source_record_id' => '5700191205', + 'publisher' => 'Elsevier', + 'issn' => '1878-0326', + ), + 219 => + array ( + 'id' => 1720, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Forensic Science International: Genetics Supplement Series', + 'scopus_source_record_id' => '12100155401', + 'publisher' => 'Elsevier', + 'issn' => '1875-175X', + ), + 220 => + array ( + 'id' => 1721, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Forensic Sciences Research', + 'scopus_source_record_id' => '21100899440', + 'publisher' => 'Oxford University Press', + 'issn' => '2471-1411', + ), + 221 => + array ( + 'id' => 1722, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Foresight', + 'scopus_source_record_id' => '16106', + 'publisher' => 'Emerald Publishing', + 'issn' => '1465-9832', + ), + 222 => + array ( + 'id' => 1723, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Foresight and STI Governance', + 'scopus_source_record_id' => '21100775412', + 'publisher' => 'National Research University, Higher School of Econoimics', + 'issn' => '2312-9972', + ), + 223 => + array ( + 'id' => 1724, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Forest and Society', + 'scopus_source_record_id' => '21100940340', + 'publisher' => 'Hasanuddin University', + 'issn' => '2549-4333', + ), + 224 => + array ( + 'id' => 1725, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:15:34', + 'title' => 'Forest Ecology and Management', + 'scopus_source_record_id' => '25720', + 'publisher' => 'Elsevier', + 'issn' => '0378-1127', + ), + 225 => + array ( + 'id' => 1726, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:44', + 'title' => 'Forest Ecosystems', + 'scopus_source_record_id' => '21100869487', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2197-5620', + ), + 226 => + array ( + 'id' => 1727, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:45', + 'title' => 'Forest Pathology', + 'scopus_source_record_id' => '22203', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1439-0329', + ), + 227 => + array ( + 'id' => 1728, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:15:34', + 'title' => 'Forest Policy and Economics', + 'scopus_source_record_id' => '22223', + 'publisher' => 'Elsevier', + 'issn' => '1389-9341', + ), + 228 => + array ( + 'id' => 1729, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:45', + 'title' => 'Forest Science', + 'scopus_source_record_id' => '22226', + 'publisher' => 'Oxford University Press', + 'issn' => '1938-3738', + ), + 229 => + array ( + 'id' => 1730, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:45', + 'title' => 'Forest Science and Technology', + 'scopus_source_record_id' => '21100220469', + 'publisher' => 'Taylor & Francis', + 'issn' => '2158-0715', + ), + 230 => + array ( + 'id' => 1731, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:11:45', + 'title' => 'Forest Systems', + 'scopus_source_record_id' => '21100201064', + 'publisher' => 'Instituto Nacional de Investigación y Tecnología Agraria y Alimentaria (CSIC-INIA)', + 'issn' => '2171-9845', + ), + 231 => + array ( + 'id' => 1732, + 'created_at' => '2024-12-02 17:00:01', + 'updated_at' => '2024-12-02 17:15:34', + 'title' => 'Forestry Ideas', + 'scopus_source_record_id' => '21100814514', + 'publisher' => 'University of Forestry', + 'issn' => '1314-3905', + ), + 232 => + array ( + 'id' => 1733, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:45', + 'title' => 'Forum Geografi', + 'scopus_source_record_id' => '21101176729', + 'publisher' => 'Muhammadiyah University of Surakarta', + 'issn' => '2460-3945', + ), + 233 => + array ( + 'id' => 1734, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:45', + 'title' => 'Forum Scientiae Oeconomia', + 'scopus_source_record_id' => '21101040211', + 'publisher' => 'WSB University', + 'issn' => '2353-4435', + ), + 234 => + array ( + 'id' => 1735, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:45', + 'title' => 'Fossil Imprint', + 'scopus_source_record_id' => '21100790799', + 'publisher' => 'Narodni Muzeum', + 'issn' => '2533-4069', + ), + 235 => + array ( + 'id' => 1736, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:15:35', + 'title' => 'Foundations and Trends in Technology, Information and Operations Management', + 'scopus_source_record_id' => '11900154344', + 'publisher' => 'Now Publishers Inc', + 'issn' => '1571-9545', + ), + 236 => + array ( + 'id' => 1737, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:15:35', + 'title' => 'Foundations of Science', + 'scopus_source_record_id' => '1300147101', + 'publisher' => 'Springer Nature', + 'issn' => '1233-1821', + ), + 237 => + array ( + 'id' => 1738, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Fragmenta Entomologica', + 'scopus_source_record_id' => '21100788796', + 'publisher' => 'Sapienza Universita Editrice', + 'issn' => '2284-4880', + ), + 238 => + array ( + 'id' => 1739, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Free Radical Biology and Medicine', + 'scopus_source_record_id' => '15095', + 'publisher' => 'Elsevier', + 'issn' => '1873-4596', + ), + 239 => + array ( + 'id' => 1740, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Free Radical Research', + 'scopus_source_record_id' => '17489', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-2470', + ), + 240 => + array ( + 'id' => 1741, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Freshwater Biology', + 'scopus_source_record_id' => '15112', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2427', + ), + 241 => + array ( + 'id' => 1742, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Freshwater Crayfish', + 'scopus_source_record_id' => '19700174638', + 'publisher' => 'International Association of Astacology', + 'issn' => '2076-4332', + ), + 242 => + array ( + 'id' => 1743, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Freshwater Science', + 'scopus_source_record_id' => '21100297824', + 'publisher' => 'University of Chicago Press', + 'issn' => '2161-9565', + ), + 243 => + array ( + 'id' => 1744, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Frontiers in Aging', + 'scopus_source_record_id' => '21101158871', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2673-6217', + ), + 244 => + array ( + 'id' => 1745, + 'created_at' => '2024-12-02 17:00:02', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Frontiers in Agronomy', + 'scopus_source_record_id' => '21101077279', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2673-3218', + ), + 245 => + array ( + 'id' => 1746, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Frontiers in Bioinformatics', + 'scopus_source_record_id' => '21101183576', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2673-7647', + ), + 246 => + array ( + 'id' => 1747, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Frontiers in Bioscience - Elite', + 'scopus_source_record_id' => '21100255440', + 'publisher' => 'IMR Press Limited', + 'issn' => '1945-0508', + ), + 247 => + array ( + 'id' => 1748, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Frontiers in Bioscience - Landmark', + 'scopus_source_record_id' => '27974', + 'publisher' => 'IMR Press Limited', + 'issn' => '2768-6698', + ), + 248 => + array ( + 'id' => 1749, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:46', + 'title' => 'Frontiers in Bioscience - Scholar', + 'scopus_source_record_id' => '21100255498', + 'publisher' => 'IMR Press Limited', + 'issn' => '1945-0524', + ), + 249 => + array ( + 'id' => 1750, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:15:36', + 'title' => 'Frontiers in Cellular and Infection Microbiology', + 'scopus_source_record_id' => '21100255109', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2235-2988', + ), + 250 => + array ( + 'id' => 1751, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:15:36', + 'title' => 'Frontiers in Chemistry', + 'scopus_source_record_id' => '21100461983', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2296-2646', + ), + 251 => + array ( + 'id' => 1752, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Climate', + 'scopus_source_record_id' => '21101072516', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2624-9553', + ), + 252 => + array ( + 'id' => 1753, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Earth Science', + 'scopus_source_record_id' => '21100782253', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2296-6463', + ), + 253 => + array ( + 'id' => 1754, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Ecology and Evolution', + 'scopus_source_record_id' => '21100834704', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2296-701X', + ), + 254 => + array ( + 'id' => 1755, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Ecology and the Environment', + 'scopus_source_record_id' => '144675', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1540-9309', + ), + 255 => + array ( + 'id' => 1756, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Environmental Science', + 'scopus_source_record_id' => '21100826280', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2296-665X', + ), + 256 => + array ( + 'id' => 1757, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Forests and Global Change', + 'scopus_source_record_id' => '21101044946', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2624-893X', + ), + 257 => + array ( + 'id' => 1758, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Fungal Biology', + 'scopus_source_record_id' => '21101160674', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2673-6128', + ), + 258 => + array ( + 'id' => 1759, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:15:36', + 'title' => 'Frontiers in Genetics', + 'scopus_source_record_id' => '21100236803', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '1664-8021', + ), + 259 => + array ( + 'id' => 1760, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Genome Editing', + 'scopus_source_record_id' => '21101149137', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2673-3439', + ), + 260 => + array ( + 'id' => 1761, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Human Dynamics', + 'scopus_source_record_id' => '21101188706', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2673-2726', + ), + 261 => + array ( + 'id' => 1762, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Marine Science', + 'scopus_source_record_id' => '21100790929', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2296-7745', + ), + 262 => + array ( + 'id' => 1763, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:15:36', + 'title' => 'Frontiers in Microbiology', + 'scopus_source_record_id' => '21100226442', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '1664-302X', + ), + 263 => + array ( + 'id' => 1764, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Molecular Biosciences', + 'scopus_source_record_id' => '21100843667', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2296-889X', + ), + 264 => + array ( + 'id' => 1765, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:15:36', + 'title' => 'Frontiers in Molecular Neuroscience', + 'scopus_source_record_id' => '19700175113', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '1662-5099', + ), + 265 => + array ( + 'id' => 1766, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:47', + 'title' => 'Frontiers in Natural Product Chemistry', + 'scopus_source_record_id' => '21101021457', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '2212-3997', + ), + 266 => + array ( + 'id' => 1767, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers in Stem Cell and Regenerative Medicine Research', + 'scopus_source_record_id' => '21101048854', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '2352-7633', + ), + 267 => + array ( + 'id' => 1768, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers in Sustainability', + 'scopus_source_record_id' => '21101150733', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2673-4524', + ), + 268 => + array ( + 'id' => 1769, + 'created_at' => '2024-12-02 17:00:03', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers in Sustainable Food Systems', + 'scopus_source_record_id' => '21100941001', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2571-581X', + ), + 269 => + array ( + 'id' => 1770, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers in Virology', + 'scopus_source_record_id' => '21101226627', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2673-818X', + ), + 270 => + array ( + 'id' => 1771, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers in Water', + 'scopus_source_record_id' => '21101066387', + 'publisher' => 'Frontiers Media S.A.', + 'issn' => '2624-9375', + ), + 271 => + array ( + 'id' => 1772, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers in Zoology', + 'scopus_source_record_id' => '130152', + 'publisher' => 'Springer Nature', + 'issn' => '1742-9994', + ), + 272 => + array ( + 'id' => 1773, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers of Agricultural Science and Engineering', + 'scopus_source_record_id' => '21100838766', + 'publisher' => 'Higher Education Press', + 'issn' => '2095-977X', + ), + 273 => + array ( + 'id' => 1774, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers of Biogeography', + 'scopus_source_record_id' => '21100788478', + 'publisher' => 'eScholarship University of California', + 'issn' => '1948-6596', + ), + 274 => + array ( + 'id' => 1775, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers of Earth Science', + 'scopus_source_record_id' => '6200180160', + 'publisher' => 'Higher Education Press', + 'issn' => '2095-0209', + ), + 275 => + array ( + 'id' => 1776, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers of Engineering Management', + 'scopus_source_record_id' => '21101151249', + 'publisher' => 'Higher Education Press', + 'issn' => '2096-0255', + ), + 276 => + array ( + 'id' => 1777, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:48', + 'title' => 'Frontiers of Environmental Science and Engineering', + 'scopus_source_record_id' => '21100201022', + 'publisher' => 'Higher Education Press', + 'issn' => '2095-221X', + ), + 277 => + array ( + 'id' => 1778, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Fuel', + 'scopus_source_record_id' => '16313', + 'publisher' => 'Elsevier', + 'issn' => '1873-7153', + ), + 278 => + array ( + 'id' => 1779, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Fullerenes Nanotubes and Carbon Nanostructures', + 'scopus_source_record_id' => '26900', + 'publisher' => 'Taylor & Francis', + 'issn' => '1536-4046', + ), + 279 => + array ( + 'id' => 1780, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Functional and Integrative Genomics', + 'scopus_source_record_id' => '22119', + 'publisher' => 'Springer Nature', + 'issn' => '1438-7948', + ), + 280 => + array ( + 'id' => 1781, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Functional Ecology', + 'scopus_source_record_id' => '18002', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2435', + ), + 281 => + array ( + 'id' => 1782, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Functional Foods in Health and Disease', + 'scopus_source_record_id' => '21100983143', + 'publisher' => 'Functional Food Center Inc.', + 'issn' => '2160-3855', + ), + 282 => + array ( + 'id' => 1783, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:15:38', + 'title' => 'Fundamental and Applied Limnology', + 'scopus_source_record_id' => '5400152636', + 'publisher' => 'Schweizerbart Science Publishers', + 'issn' => '1863-9135', + ), + 283 => + array ( + 'id' => 1784, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Fundamental Research', + 'scopus_source_record_id' => '21101065105', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2667-3258', + ), + 284 => + array ( + 'id' => 1785, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:15:38', + 'title' => 'Fungal Biology', + 'scopus_source_record_id' => '19700166901', + 'publisher' => 'Elsevier', + 'issn' => '1878-6146', + ), + 285 => + array ( + 'id' => 1786, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Fungal Biology and Biotechnology', + 'scopus_source_record_id' => '21100943277', + 'publisher' => 'Springer Nature', + 'issn' => '2054-3085', + ), + 286 => + array ( + 'id' => 1787, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:15:38', + 'title' => 'Fungal Biology Reviews', + 'scopus_source_record_id' => '6300153114', + 'publisher' => 'Elsevier', + 'issn' => '1749-4613', + ), + 287 => + array ( + 'id' => 1788, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Fungal Diversity', + 'scopus_source_record_id' => '18567', + 'publisher' => 'Springer Nature', + 'issn' => '1878-9129', + ), + 288 => + array ( + 'id' => 1789, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:15:38', + 'title' => 'Fungal Ecology', + 'scopus_source_record_id' => '95143', + 'publisher' => 'Elsevier', + 'issn' => '1754-5048', + ), + 289 => + array ( + 'id' => 1790, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Fungal Genetics and Biology', + 'scopus_source_record_id' => '18571', + 'publisher' => 'Elsevier', + 'issn' => '1096-0937', + ), + 290 => + array ( + 'id' => 1791, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Fungal Systematics and Evolution', + 'scopus_source_record_id' => '21101048538', + 'publisher' => 'Westerdijk Fungal Biodiversity Institute', + 'issn' => '2589-3831', + ), + 291 => + array ( + 'id' => 1792, + 'created_at' => '2024-12-02 17:00:04', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Future Cities and Environment', + 'scopus_source_record_id' => '21100932523', + 'publisher' => 'Ubiquity Press', + 'issn' => '2363-9075', + ), + 292 => + array ( + 'id' => 1793, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Future Microbiology', + 'scopus_source_record_id' => '5800207503', + 'publisher' => 'Taylor & Francis', + 'issn' => '1746-0921', + ), + 293 => + array ( + 'id' => 1794, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Future of Food: Journal on Food, Agriculture and Society', + 'scopus_source_record_id' => '21100787827', + 'publisher' => 'University of Kassel', + 'issn' => '2197-411X', + ), + 294 => + array ( + 'id' => 1795, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Futures and Foresight Science', + 'scopus_source_record_id' => '21101151498', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2573-5152', + ), + 295 => + array ( + 'id' => 1796, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:49', + 'title' => 'Fuzzy Information and Engineering', + 'scopus_source_record_id' => '21100826286', + 'publisher' => 'Tsinghua University Press', + 'issn' => '1616-8666', + ), + 296 => + array ( + 'id' => 1797, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:15:38', + 'title' => 'G3: Genes, Genomes, Genetics', + 'scopus_source_record_id' => '21100232417', + 'publisher' => 'Genetics Society of America', + 'issn' => '2160-1836', + ), + 297 => + array ( + 'id' => 1798, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:50', + 'title' => 'Gates Open Research', + 'scopus_source_record_id' => '21100932464', + 'publisher' => 'Taylor & Francis', + 'issn' => '2572-4754', + ), + 298 => + array ( + 'id' => 1799, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:50', + 'title' => 'Gateways', + 'scopus_source_record_id' => '21101117185', + 'publisher' => 'UTS ePRESS', + 'issn' => '1836-3393', + ), + 299 => + array ( + 'id' => 1800, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:50', + 'title' => 'Gayana', + 'scopus_source_record_id' => '5000154002', + 'publisher' => 'Universidad de Concepcion', + 'issn' => '0717-6538', + ), + 300 => + array ( + 'id' => 1801, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:50', + 'title' => 'Gayana - Botanica', + 'scopus_source_record_id' => '15601', + 'publisher' => 'Universidad de Concepcion', + 'issn' => '0717-6643', + ), + 301 => + array ( + 'id' => 1802, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Gazi University Journal of Science', + 'scopus_source_record_id' => '17700155802', + 'publisher' => 'Gazi University', + 'issn' => '2147-1762', + ), + 302 => + array ( + 'id' => 1803, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Gels', + 'scopus_source_record_id' => '21100914882', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2310-2861', + ), + 303 => + array ( + 'id' => 1804, + 'created_at' => '2024-12-02 17:00:05', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'GEM - International Journal on Geomathematics', + 'scopus_source_record_id' => '19700175202', + 'publisher' => 'Springer Nature', + 'issn' => '1869-2680', + ), + 304 => + array ( + 'id' => 1805, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Gene', + 'scopus_source_record_id' => '15636', + 'publisher' => 'Elsevier', + 'issn' => '1879-0038', + ), + 305 => + array ( + 'id' => 1806, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Gene Expression Patterns', + 'scopus_source_record_id' => '22122', + 'publisher' => 'Elsevier', + 'issn' => '1872-7298', + ), + 306 => + array ( + 'id' => 1807, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Gene Expression The Journal of Liver Research', + 'scopus_source_record_id' => '22120', + 'publisher' => 'Xia and He Publishing Inc.', + 'issn' => '1555-3884', + ), + 307 => + array ( + 'id' => 1808, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:15:39', + 'title' => 'Gene Reports', + 'scopus_source_record_id' => '21100445644', + 'publisher' => 'Elsevier', + 'issn' => '2452-0144', + ), + 308 => + array ( + 'id' => 1809, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Gene Therapy', + 'scopus_source_record_id' => '28081', + 'publisher' => 'Springer Nature', + 'issn' => '1476-5462', + ), + 309 => + array ( + 'id' => 1810, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genealogy', + 'scopus_source_record_id' => '21101146367', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2313-5778', + ), + 310 => + array ( + 'id' => 1811, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes', + 'scopus_source_record_id' => '19700188368', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2073-4425', + ), + 311 => + array ( + 'id' => 1812, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes and Cancer', + 'scopus_source_record_id' => '19700200884', + 'publisher' => 'Impact Journals', + 'issn' => '1947-6027', + ), + 312 => + array ( + 'id' => 1813, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes and Development', + 'scopus_source_record_id' => '22126', + 'publisher' => 'Cold Spring Harbor Laboratory Press', + 'issn' => '1549-5477', + ), + 313 => + array ( + 'id' => 1814, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes and Diseases', + 'scopus_source_record_id' => '21100414802', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2352-3042', + ), + 314 => + array ( + 'id' => 1815, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes and Environment', + 'scopus_source_record_id' => '19900193647', + 'publisher' => 'Springer Nature', + 'issn' => '1880-7062', + ), + 315 => + array ( + 'id' => 1816, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes and Genetic Systems', + 'scopus_source_record_id' => '22128', + 'publisher' => 'Genetics Society of Japan', + 'issn' => '1880-5779', + ), + 316 => + array ( + 'id' => 1817, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes and Genomics', + 'scopus_source_record_id' => '12000154520', + 'publisher' => 'Genetics Society of Korea', + 'issn' => '2092-9293', + ), + 317 => + array ( + 'id' => 1818, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes and Immunity', + 'scopus_source_record_id' => '22129', + 'publisher' => 'Springer Nature', + 'issn' => '1476-5470', + ), + 318 => + array ( + 'id' => 1819, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes and Nutrition', + 'scopus_source_record_id' => '10100153328', + 'publisher' => 'Springer Nature', + 'issn' => '1865-3499', + ), + 319 => + array ( + 'id' => 1820, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes Chromosomes and Cancer', + 'scopus_source_record_id' => '22139', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1098-2264', + ), + 320 => + array ( + 'id' => 1821, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes to Cells', + 'scopus_source_record_id' => '22141', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2443', + ), + 321 => + array ( + 'id' => 1822, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genes, Brain and Behavior', + 'scopus_source_record_id' => '22138', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1601-183X', + ), + 322 => + array ( + 'id' => 1823, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genesis (United States)', + 'scopus_source_record_id' => '22142', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1526-968X', + ), + 323 => + array ( + 'id' => 1824, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:51', + 'title' => 'Genetic Resources', + 'scopus_source_record_id' => '21101088330', + 'publisher' => 'Bioversity International', + 'issn' => '2708-3764', + ), + 324 => + array ( + 'id' => 1825, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genetic Resources and Crop Evolution', + 'scopus_source_record_id' => '22164', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5109', + ), + 325 => + array ( + 'id' => 1826, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genetica', + 'scopus_source_record_id' => '22171', + 'publisher' => 'Springer Nature', + 'issn' => '1573-6857', + ), + 326 => + array ( + 'id' => 1827, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genetics', + 'scopus_source_record_id' => '22173', + 'publisher' => 'Oxford University Press', + 'issn' => '1943-2631', + ), + 327 => + array ( + 'id' => 1828, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genetics and Molecular Biology', + 'scopus_source_record_id' => '22186', + 'publisher' => 'Brazilian Society of Genetics', + 'issn' => '1678-4685', + ), + 328 => + array ( + 'id' => 1829, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genetics and Molecular Research', + 'scopus_source_record_id' => '22190', + 'publisher' => 'Fundacao de Pesquisas Cientificas de Ribeirao Preto', + 'issn' => '1676-5680', + ), + 329 => + array ( + 'id' => 1830, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genetics of Aquatic Organisms', + 'scopus_source_record_id' => '21100945962', + 'publisher' => 'Central Fisheries Research Institute', + 'issn' => '2587-2265', + ), + 330 => + array ( + 'id' => 1831, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genetics Selection Evolution', + 'scopus_source_record_id' => '22193', + 'publisher' => 'Springer Nature', + 'issn' => '1297-9686', + ), + 331 => + array ( + 'id' => 1832, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genetika', + 'scopus_source_record_id' => '21100413900', + 'publisher' => 'Drustvo Geneticara Srbije', + 'issn' => '1820-6069', + ), + 332 => + array ( + 'id' => 1833, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genome', + 'scopus_source_record_id' => '22211', + 'publisher' => 'National Research Council of Canada', + 'issn' => '1480-3321', + ), + 333 => + array ( + 'id' => 1834, + 'created_at' => '2024-12-02 17:00:06', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genome Biology', + 'scopus_source_record_id' => '40944', + 'publisher' => 'Springer Nature', + 'issn' => '1474-760X', + ), + 334 => + array ( + 'id' => 1835, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:15:40', + 'title' => 'Genome Biology and Evolution', + 'scopus_source_record_id' => '19700182013', + 'publisher' => 'Oxford University Press', + 'issn' => '1759-6653', + ), + 335 => + array ( + 'id' => 1836, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genome Integrity', + 'scopus_source_record_id' => '19700201437', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2041-9414', + ), + 336 => + array ( + 'id' => 1837, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:15:40', + 'title' => 'Genome Medicine', + 'scopus_source_record_id' => '19700175140', + 'publisher' => 'Springer Nature', + 'issn' => '1756-994X', + ), + 337 => + array ( + 'id' => 1838, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genome Research', + 'scopus_source_record_id' => '22214', + 'publisher' => 'Cold Spring Harbor Laboratory Press', + 'issn' => '1549-5469', + ), + 338 => + array ( + 'id' => 1839, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genomics', + 'scopus_source_record_id' => '22215', + 'publisher' => 'Elsevier', + 'issn' => '1089-8646', + ), + 339 => + array ( + 'id' => 1840, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genomics and Informatics', + 'scopus_source_record_id' => '21100945202', + 'publisher' => 'Springer Nature', + 'issn' => '2234-0742', + ), + 340 => + array ( + 'id' => 1841, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Genomics, Proteomics and Bioinformatics', + 'scopus_source_record_id' => '89440', + 'publisher' => 'Beijing Genomics Institute', + 'issn' => '2210-3244', + ), + 341 => + array ( + 'id' => 1842, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:15:40', + 'title' => 'GEO: connexion', + 'scopus_source_record_id' => '28017', + 'publisher' => 'GEO: connexion Ltd', + 'issn' => '1476-8941', + ), + 342 => + array ( + 'id' => 1843, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geo: Geography and Environment', + 'scopus_source_record_id' => '21100832225', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2054-4049', + ), + 343 => + array ( + 'id' => 1844, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:15:40', + 'title' => 'Geoadria', + 'scopus_source_record_id' => '34418', + 'publisher' => 'Croatian Geographical Society', + 'issn' => '1331-2294', + ), + 344 => + array ( + 'id' => 1845, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geoarchaeology - An International Journal', + 'scopus_source_record_id' => '31074', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1520-6548', + ), + 345 => + array ( + 'id' => 1846, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geobiology', + 'scopus_source_record_id' => '4000148310', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1472-4669', + ), + 346 => + array ( + 'id' => 1847, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geobotany Studies', + 'scopus_source_record_id' => '21100900586', + 'publisher' => 'Springer Nature', + 'issn' => '2198-2570', + ), + 347 => + array ( + 'id' => 1848, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geocarrefour', + 'scopus_source_record_id' => '21101039167', + 'publisher' => 'Association des amis de la revue de geographie de Lyon', + 'issn' => '1960-601X', + ), + 348 => + array ( + 'id' => 1849, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geocarto International', + 'scopus_source_record_id' => '28216', + 'publisher' => 'Taylor & Francis', + 'issn' => '1752-0762', + ), + 349 => + array ( + 'id' => 1850, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geochemical Perspectives', + 'scopus_source_record_id' => '21100297619', + 'publisher' => 'European Association of Geochemistry', + 'issn' => '2224-2759', + ), + 350 => + array ( + 'id' => 1851, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geochemical Perspectives Letters', + 'scopus_source_record_id' => '21100874341', + 'publisher' => 'European Association of Geochemistry', + 'issn' => '2410-3403', + ), + 351 => + array ( + 'id' => 1852, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:15:40', + 'title' => 'Geochemistry: Exploration, Environment, Analysis', + 'scopus_source_record_id' => '25869', + 'publisher' => 'Geological Society of London', + 'issn' => '1467-7873', + ), + 352 => + array ( + 'id' => 1853, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geochronometria', + 'scopus_source_record_id' => '4900153504', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1897-1695', + ), + 353 => + array ( + 'id' => 1854, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:52', + 'title' => 'Geocriticism and Spatial Literary Studies', + 'scopus_source_record_id' => '21101091869', + 'publisher' => 'Springer Nature', + 'issn' => '2634-5188', + ), + 354 => + array ( + 'id' => 1855, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geodesy and Cartography', + 'scopus_source_record_id' => '28610', + 'publisher' => 'Vilnius Gediminas Technical University', + 'issn' => '2029-7009', + ), + 355 => + array ( + 'id' => 1856, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:15:40', + 'title' => 'Geodetski List', + 'scopus_source_record_id' => '22627', + 'publisher' => 'Croatian Geodetic Society', + 'issn' => '0016-710X', + ), + 356 => + array ( + 'id' => 1857, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geodynamics', + 'scopus_source_record_id' => '21101199911', + 'publisher' => 'Lviv Polytechnic National University', + 'issn' => '2519-2663', + ), + 357 => + array ( + 'id' => 1858, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geo-Eco-Marina', + 'scopus_source_record_id' => '21100225849', + 'publisher' => 'Institutul National de Cercetare-Dezvoltare pentru Geologie si Geoecologie Marina', + 'issn' => '2248-2776', + ), + 358 => + array ( + 'id' => 1859, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:15:41', + 'title' => 'Geo-Eco-Trop', + 'scopus_source_record_id' => '15117', + 'publisher' => 'Geo-Eco-Trop', + 'issn' => '1370-6071', + ), + 359 => + array ( + 'id' => 1860, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geoenvironmental Disasters', + 'scopus_source_record_id' => '21100900344', + 'publisher' => 'Springer Nature', + 'issn' => '2197-8670', + ), + 360 => + array ( + 'id' => 1861, + 'created_at' => '2024-12-02 17:00:07', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geofluids', + 'scopus_source_record_id' => '25884', + 'publisher' => 'Hindawi', + 'issn' => '1468-8123', + ), + 361 => + array ( + 'id' => 1862, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:15:41', + 'title' => 'Geografisk Tidsskrift - Danish Journal of Geography', + 'scopus_source_record_id' => '28629', + 'publisher' => 'Taylor & Francis', + 'issn' => '0016-7223', + ), + 362 => + array ( + 'id' => 1863, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geographia Polonica', + 'scopus_source_record_id' => '28667', + 'publisher' => 'Polska Akademia Nauk', + 'issn' => '2300-7362', + ), + 363 => + array ( + 'id' => 1864, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geographica Helvetica', + 'scopus_source_record_id' => '28670', + 'publisher' => 'Copernicus Publications', + 'issn' => '2194-8798', + ), + 364 => + array ( + 'id' => 1865, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geographica Pannonica', + 'scopus_source_record_id' => '21100220389', + 'publisher' => 'University of Novi Sad', + 'issn' => '1820-7138', + ), + 365 => + array ( + 'id' => 1866, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:15:41', + 'title' => 'Geographical Bulletin - Gamma Theta Upsilon', + 'scopus_source_record_id' => '28693', + 'publisher' => 'Kutztown University of Pennsylvania', + 'issn' => '0731-3292', + ), + 366 => + array ( + 'id' => 1867, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geographical Environment and Living Systems', + 'scopus_source_record_id' => '21101226034', + 'publisher' => 'State University of Education', + 'issn' => '2712-7621', + ), + 367 => + array ( + 'id' => 1868, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geographical Sciences', + 'scopus_source_record_id' => '21100675628', + 'publisher' => 'Japanese Society for Geographical Sciences', + 'issn' => '2432-096X', + ), + 368 => + array ( + 'id' => 1869, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geographies', + 'scopus_source_record_id' => '21101196048', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-7086', + ), + 369 => + array ( + 'id' => 1870, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geographies of Tourism and Global Change', + 'scopus_source_record_id' => '21101122721', + 'publisher' => 'Springer Nature', + 'issn' => '2366-5629', + ), + 370 => + array ( + 'id' => 1871, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geography and Natural Resources', + 'scopus_source_record_id' => '11700154716', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1875-371X', + ), + 371 => + array ( + 'id' => 1872, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geography and Sustainability', + 'scopus_source_record_id' => '21101034454', + 'publisher' => 'Beijing Normal University Press', + 'issn' => '2666-6839', + ), + 372 => + array ( + 'id' => 1873, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geography Compass', + 'scopus_source_record_id' => '13300154704', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1749-8198', + ), + 373 => + array ( + 'id' => 1874, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geography Teacher', + 'scopus_source_record_id' => '19700188329', + 'publisher' => 'Taylor & Francis', + 'issn' => '1752-6884', + ), + 374 => + array ( + 'id' => 1875, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'Geography, Environment, Sustainability', + 'scopus_source_record_id' => '21100840951', + 'publisher' => 'Lomonosov Moscow State University, Faculty of Geography', + 'issn' => '2542-1565', + ), + 375 => + array ( + 'id' => 1876, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'GeoHazards', + 'scopus_source_record_id' => '21101201903', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2624-795X', + ), + 376 => + array ( + 'id' => 1877, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:53', + 'title' => 'GeoHealth', + 'scopus_source_record_id' => '21100924773', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2471-1403', + ), + 377 => + array ( + 'id' => 1878, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geoheritage', + 'scopus_source_record_id' => '19600157344', + 'publisher' => 'Springer Nature', + 'issn' => '1867-2485', + ), + 378 => + array ( + 'id' => 1879, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geojournal of Tourism and Geosites', + 'scopus_source_record_id' => '21100286463', + 'publisher' => 'Editura Universitatii din Oradea', + 'issn' => '2065-1198', + ), + 379 => + array ( + 'id' => 1880, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:15:41', + 'title' => 'Geologia Croatica', + 'scopus_source_record_id' => '26336', + 'publisher' => 'Croatian Geological Survey', + 'issn' => '1330-030X', + ), + 380 => + array ( + 'id' => 1881, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geologica Balcanica', + 'scopus_source_record_id' => '26346', + 'publisher' => 'Geological Institute “Strashimir Dimitrov”, Bulgarian Academy of Sciences', + 'issn' => '2535-1060', + ), + 381 => + array ( + 'id' => 1882, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geologica Belgica', + 'scopus_source_record_id' => '12100157214', + 'publisher' => 'Geologica Belgica', + 'issn' => '2034-1954', + ), + 382 => + array ( + 'id' => 1883, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geologica Macedonica', + 'scopus_source_record_id' => '21101007253', + 'publisher' => 'Goce Delchev University of Shtip', + 'issn' => '1857-8586', + ), + 383 => + array ( + 'id' => 1884, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:15:41', + 'title' => 'Geological Bulletin of China', + 'scopus_source_record_id' => '5100155027', + 'publisher' => 'Editorial Board of Geology in China', + 'issn' => '1671-2552', + ), + 384 => + array ( + 'id' => 1885, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geological Field Trips and Maps', + 'scopus_source_record_id' => '21100994466', + 'publisher' => 'Societa Geologica Italiana', + 'issn' => '2611-6189', + ), + 385 => + array ( + 'id' => 1886, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geological Journal (Ukraine)', + 'scopus_source_record_id' => '21101162547', + 'publisher' => 'Institute of Geological Sciences of the National Academy of Sciences of Ukraine', + 'issn' => '2522-4107', + ), + 386 => + array ( + 'id' => 1887, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:15:41', + 'title' => 'Geological Society Special Publication', + 'scopus_source_record_id' => '26547', + 'publisher' => 'Geological Society of London', + 'issn' => '0305-8719', + ), + 387 => + array ( + 'id' => 1888, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geologiya i Geofizika Yuga Rossii', + 'scopus_source_record_id' => '21101038731', + 'publisher' => 'Geophysical Institute of the Vladikavkaz Scientific Centre of the Russian Academy of Sciences', + 'issn' => '2686-7486', + ), + 388 => + array ( + 'id' => 1889, + 'created_at' => '2024-12-02 17:00:08', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geologos', + 'scopus_source_record_id' => '19700182352', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2080-6574', + ), + 389 => + array ( + 'id' => 1890, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geology, Ecology, and Landscapes', + 'scopus_source_record_id' => '21101045751', + 'publisher' => 'Taylor & Francis', + 'issn' => '2474-9508', + ), + 390 => + array ( + 'id' => 1891, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geo-Marine Letters', + 'scopus_source_record_id' => '25866', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1157', + ), + 391 => + array ( + 'id' => 1892, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geomatics, Natural Hazards and Risk', + 'scopus_source_record_id' => '19700200835', + 'publisher' => 'Taylor & Francis', + 'issn' => '1947-5713', + ), + 392 => + array ( + 'id' => 1893, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geomicrobiology Journal', + 'scopus_source_record_id' => '19718', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-0529', + ), + 393 => + array ( + 'id' => 1894, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:54', + 'title' => 'Geophysical Research Letters', + 'scopus_source_record_id' => '27962', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1944-8007', + ), + 394 => + array ( + 'id' => 1895, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'GeoPlanet: Earth and Planetary Sciences', + 'scopus_source_record_id' => '21100287101', + 'publisher' => 'Springer Nature', + 'issn' => '2190-5207', + ), + 395 => + array ( + 'id' => 1896, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geoplanning', + 'scopus_source_record_id' => '21101056563', + 'publisher' => 'Diponegoro University', + 'issn' => '2355-6544', + ), + 396 => + array ( + 'id' => 1897, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Georgetown Journal of International Affairs', + 'scopus_source_record_id' => '21101170608', + 'publisher' => 'Johns Hopkins University Press', + 'issn' => '2471-8831', + ), + 397 => + array ( + 'id' => 1898, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'GeoScape', + 'scopus_source_record_id' => '21100915995', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1802-1115', + ), + 398 => + array ( + 'id' => 1899, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:15:42', + 'title' => 'Geoscience Canada', + 'scopus_source_record_id' => '27003', + 'publisher' => 'Geological Association of Canada', + 'issn' => '0315-0941', + ), + 399 => + array ( + 'id' => 1900, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geoscience Communication', + 'scopus_source_record_id' => '21101064316', + 'publisher' => 'Copernicus Publications', + 'issn' => '2569-7110', + ), + 400 => + array ( + 'id' => 1901, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geoscience Data Journal', + 'scopus_source_record_id' => '21100812867', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2049-6060', + ), + 401 => + array ( + 'id' => 1902, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:15:42', + 'title' => 'Geoscience Frontiers', + 'scopus_source_record_id' => '19700182749', + 'publisher' => 'Elsevier', + 'issn' => '1674-9871', + ), + 402 => + array ( + 'id' => 1903, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:15:42', + 'title' => 'Geoscience in South-West England', + 'scopus_source_record_id' => '19700184400', + 'publisher' => 'Ussher Society', + 'issn' => '2059-7339', + ), + 403 => + array ( + 'id' => 1904, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geoscience Letters', + 'scopus_source_record_id' => '21100807094', + 'publisher' => 'Springer Nature', + 'issn' => '2196-4092', + ), + 404 => + array ( + 'id' => 1905, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geosciences (Switzerland)', + 'scopus_source_record_id' => '21100284944', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2076-3263', + ), + 405 => + array ( + 'id' => 1906, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:15:42', + 'title' => 'Geosciences Journal', + 'scopus_source_record_id' => '200147106', + 'publisher' => 'Korean Association of Geoscience Societies', + 'issn' => '1226-4806', + ), + 406 => + array ( + 'id' => 1907, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geoscientific Instrumentation, Methods and Data Systems', + 'scopus_source_record_id' => '21100405022', + 'publisher' => 'Copernicus Publications', + 'issn' => '2193-0864', + ), + 407 => + array ( + 'id' => 1908, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geoscientific Model Development', + 'scopus_source_record_id' => '21100197121', + 'publisher' => 'Copernicus Publications', + 'issn' => '1991-9603', + ), + 408 => + array ( + 'id' => 1909, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geosfernye Issledovaniya', + 'scopus_source_record_id' => '21101055893', + 'publisher' => 'Faculty of Geology and Geography, Tomsk State University', + 'issn' => '2541-9943', + ), + 409 => + array ( + 'id' => 1910, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geosystem Engineering', + 'scopus_source_record_id' => '21100241739', + 'publisher' => 'Taylor & Francis', + 'issn' => '2166-3394', + ), + 410 => + array ( + 'id' => 1911, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geosystems and Geoenvironment', + 'scopus_source_record_id' => '21101136304', + 'publisher' => 'Elsevier', + 'issn' => '2772-8838', + ), + 411 => + array ( + 'id' => 1912, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geotechnical Research', + 'scopus_source_record_id' => '21100811263', + 'publisher' => 'ICE Publishing Ltd.', + 'issn' => '2052-6156', + ), + 412 => + array ( + 'id' => 1913, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:11:55', + 'title' => 'Geotechnique', + 'scopus_source_record_id' => '15714', + 'publisher' => 'ICE Publishing Ltd.', + 'issn' => '1751-7656', + ), + 413 => + array ( + 'id' => 1914, + 'created_at' => '2024-12-02 17:00:09', + 'updated_at' => '2024-12-02 17:15:42', + 'title' => 'Geotechnique Letters', + 'scopus_source_record_id' => '20900195110', + 'publisher' => 'ICE Publishing Ltd.', + 'issn' => '2045-2543', + ), + 414 => + array ( + 'id' => 1915, + 'created_at' => '2024-12-02 17:00:10', + 'updated_at' => '2024-12-02 17:11:56', + 'title' => 'German Journal of Agricultural Economics', + 'scopus_source_record_id' => '21100205707', + 'publisher' => 'TIB Open Publishing (Technische Informationsbibliothek (TIB))', + 'issn' => '2191-4028', + ), + 415 => + array ( + 'id' => 1916, + 'created_at' => '2024-12-02 17:00:10', + 'updated_at' => '2024-12-02 17:11:56', + 'title' => 'GEUS Bulletin', + 'scopus_source_record_id' => '21101088902', + 'publisher' => 'GEUS - Geological Survey of Denmark and Greenland', + 'issn' => '2597-2154', + ), + 416 => + array ( + 'id' => 1917, + 'created_at' => '2024-12-02 17:00:10', + 'updated_at' => '2024-12-02 17:11:56', + 'title' => 'Giant', + 'scopus_source_record_id' => '21101041614', + 'publisher' => 'Elsevier', + 'issn' => '2666-5425', + ), + 417 => + array ( + 'id' => 1918, + 'created_at' => '2024-12-02 17:00:10', + 'updated_at' => '2024-12-02 17:11:56', + 'title' => 'GigaByte', + 'scopus_source_record_id' => '21101188713', + 'publisher' => 'GigaScience Press', + 'issn' => '2709-4715', + ), + 418 => + array ( + 'id' => 1919, + 'created_at' => '2024-12-02 17:00:10', + 'updated_at' => '2024-12-02 17:15:43', + 'title' => 'GIScience and Remote Sensing', + 'scopus_source_record_id' => '28795', + 'publisher' => 'Taylor & Francis', + 'issn' => '1548-1603', + ), + 419 => + array ( + 'id' => 1920, + 'created_at' => '2024-12-02 17:00:10', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Glasnik - Srpskog Geografskog Drustva', + 'scopus_source_record_id' => '35961', + 'publisher' => 'Geografsko Drustvo', + 'issn' => '2406-078X', + ), + 420 => + array ( + 'id' => 1921, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:15:44', + 'title' => 'Global and Planetary Change', + 'scopus_source_record_id' => '27049', + 'publisher' => 'Elsevier', + 'issn' => '0921-8181', + ), + 421 => + array ( + 'id' => 1922, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Biogeochemical Cycles', + 'scopus_source_record_id' => '21848', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1944-9224', + ), + 422 => + array ( + 'id' => 1923, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Challenges', + 'scopus_source_record_id' => '21101107573', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2056-6646', + ), + 423 => + array ( + 'id' => 1924, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Change Biology', + 'scopus_source_record_id' => '15131', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2486', + ), + 424 => + array ( + 'id' => 1925, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Ecology and Biogeography', + 'scopus_source_record_id' => '22044', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1466-8238', + ), + 425 => + array ( + 'id' => 1926, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Ecology and Conservation', + 'scopus_source_record_id' => '21100349522', + 'publisher' => 'Elsevier', + 'issn' => '2351-9894', + ), + 426 => + array ( + 'id' => 1927, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Environment', + 'scopus_source_record_id' => '21100449126', + 'publisher' => 'White Horse Press', + 'issn' => '2053-7352', + ), + 427 => + array ( + 'id' => 1928, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Environmental Change', + 'scopus_source_record_id' => '36483', + 'publisher' => 'Elsevier', + 'issn' => '1872-9495', + ), + 428 => + array ( + 'id' => 1929, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:15:44', + 'title' => 'Global Environmental Politics', + 'scopus_source_record_id' => '4900152303', + 'publisher' => 'MIT Press', + 'issn' => '1526-3800', + ), + 429 => + array ( + 'id' => 1930, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:15:44', + 'title' => 'Global Food Security', + 'scopus_source_record_id' => '21100218328', + 'publisher' => 'Elsevier', + 'issn' => '2211-9124', + ), + 430 => + array ( + 'id' => 1931, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Governance', + 'scopus_source_record_id' => '25158', + 'publisher' => 'Brill', + 'issn' => '1942-6720', + ), + 431 => + array ( + 'id' => 1932, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Issues in Water Policy', + 'scopus_source_record_id' => '21100896642', + 'publisher' => 'Springer Nature', + 'issn' => '2211-0658', + ), + 432 => + array ( + 'id' => 1933, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Journal of Emerging Market Economies', + 'scopus_source_record_id' => '21100841770', + 'publisher' => 'SAGE', + 'issn' => '0975-2730', + ), + 433 => + array ( + 'id' => 1934, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:57', + 'title' => 'Global Journal of Environmental Science and Management', + 'scopus_source_record_id' => '21100854451', + 'publisher' => 'GJESM Publication ', + 'issn' => '2383-3866', + ), + 434 => + array ( + 'id' => 1935, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Global Nest Journal', + 'scopus_source_record_id' => '19700174610', + 'publisher' => 'Global NEST', + 'issn' => '2241-777X', + ), + 435 => + array ( + 'id' => 1936, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Global Policy', + 'scopus_source_record_id' => '21100238638', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1758-5899', + ), + 436 => + array ( + 'id' => 1937, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Global Social Policy', + 'scopus_source_record_id' => '30006', + 'publisher' => 'SAGE', + 'issn' => '1741-2803', + ), + 437 => + array ( + 'id' => 1938, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Global Society', + 'scopus_source_record_id' => '25162', + 'publisher' => 'Taylor & Francis', + 'issn' => '1469-798X', + ), + 438 => + array ( + 'id' => 1939, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Global Sustainability', + 'scopus_source_record_id' => '21100920679', + 'publisher' => 'Cambridge University Press', + 'issn' => '2059-4798', + ), + 439 => + array ( + 'id' => 1940, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Globalizations', + 'scopus_source_record_id' => '5700162683', + 'publisher' => 'Taylor & Francis', + 'issn' => '1474-774X', + ), + 440 => + array ( + 'id' => 1941, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Glycobiology', + 'scopus_source_record_id' => '17511', + 'publisher' => 'Oxford University Press', + 'issn' => '1460-2423', + ), + 441 => + array ( + 'id' => 1942, + 'created_at' => '2024-12-02 17:00:11', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Glycoconjugate Journal', + 'scopus_source_record_id' => '17513', + 'publisher' => 'Springer Nature', + 'issn' => '1573-4986', + ), + 442 => + array ( + 'id' => 1943, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:15:45', + 'title' => 'GMSARN International Journal', + 'scopus_source_record_id' => '21100855501', + 'publisher' => 'Greater Mekong Subregion Academic and Research Network, Asian Institute of Technology', + 'issn' => '1905-9094', + ), + 443 => + array ( + 'id' => 1944, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:58', + 'title' => 'Gomal Journal of Medical Sciences', + 'scopus_source_record_id' => '21101097248', + 'publisher' => 'Gomal Medical College', + 'issn' => '1997-2067', + ), + 444 => + array ( + 'id' => 1945, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:15:45', + 'title' => 'GPS Solutions', + 'scopus_source_record_id' => '144827', + 'publisher' => 'Springer Nature', + 'issn' => '1080-5370', + ), + 445 => + array ( + 'id' => 1946, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:15:45', + 'title' => 'GPS World', + 'scopus_source_record_id' => '28196', + 'publisher' => 'North Coast Media', + 'issn' => '1048-5104', + ), + 446 => + array ( + 'id' => 1947, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Grana', + 'scopus_source_record_id' => '18604', + 'publisher' => 'Taylor & Francis', + 'issn' => '1651-2049', + ), + 447 => + array ( + 'id' => 1948, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Grass and Forage Science', + 'scopus_source_record_id' => '38284', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2494', + ), + 448 => + array ( + 'id' => 1949, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Grassland Research', + 'scopus_source_record_id' => '21101132465', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2770-1743', + ), + 449 => + array ( + 'id' => 1950, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Grassland Science', + 'scopus_source_record_id' => '18700156715', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1744-697X', + ), + 450 => + array ( + 'id' => 1951, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Grassroots Journal of Natural Resources', + 'scopus_source_record_id' => '21101226632', + 'publisher' => 'Grassroots Institute', + 'issn' => '2581-6853', + ), + 451 => + array ( + 'id' => 1952, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:15:45', + 'title' => 'Great Lakes Entomologist', + 'scopus_source_record_id' => '20363', + 'publisher' => 'Michigan Entomological Society', + 'issn' => '0090-0222', + ), + 452 => + array ( + 'id' => 1953, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:15:45', + 'title' => 'Great Plains Research', + 'scopus_source_record_id' => '21860', + 'publisher' => 'Center for Great Plains Studies', + 'issn' => '1052-5165', + ), + 453 => + array ( + 'id' => 1954, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Green Chemistry', + 'scopus_source_record_id' => '24069', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1463-9270', + ), + 454 => + array ( + 'id' => 1955, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Green Chemistry Letters and Reviews', + 'scopus_source_record_id' => '12100156819', + 'publisher' => 'Taylor & Francis', + 'issn' => '1751-7192', + ), + 455 => + array ( + 'id' => 1956, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Green Energy and Resources', + 'scopus_source_record_id' => '21101226474', + 'publisher' => 'Elsevier', + 'issn' => '2949-7205', + ), + 456 => + array ( + 'id' => 1957, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Green Energy and Technology', + 'scopus_source_record_id' => '21100248905', + 'publisher' => 'Springer Nature', + 'issn' => '1865-3537', + ), + 457 => + array ( + 'id' => 1958, + 'created_at' => '2024-12-02 17:00:12', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Green Materials', + 'scopus_source_record_id' => '21100851236', + 'publisher' => 'ICE Publishing Ltd.', + 'issn' => '2049-1239', + ), + 458 => + array ( + 'id' => 1959, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Green Processing and Synthesis', + 'scopus_source_record_id' => '21100319031', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2191-9550', + ), + 459 => + array ( + 'id' => 1960, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Green Technologies and Sustainability', + 'scopus_source_record_id' => '21101248690', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2949-7361', + ), + 460 => + array ( + 'id' => 1961, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Greenhouse Gases: Science and Technology', + 'scopus_source_record_id' => '21100197936', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2152-3878', + ), + 461 => + array ( + 'id' => 1962, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Ground Water', + 'scopus_source_record_id' => '29460', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1745-6584', + ), + 462 => + array ( + 'id' => 1963, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Groundwater for Sustainable Development', + 'scopus_source_record_id' => '21100463093', + 'publisher' => 'Elsevier', + 'issn' => '2352-801X', + ), + 463 => + array ( + 'id' => 1964, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'GroundWater Monitoring and Remediation', + 'scopus_source_record_id' => '29462', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1745-6592', + ), + 464 => + array ( + 'id' => 1965, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:11:59', + 'title' => 'Group Decision and Negotiation', + 'scopus_source_record_id' => '19318', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9907', + ), + 465 => + array ( + 'id' => 1966, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:12:00', + 'title' => 'Growth and Change', + 'scopus_source_record_id' => '27172', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1468-2257', + ), + 466 => + array ( + 'id' => 1967, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:12:00', + 'title' => 'Gulf and Caribbean Research', + 'scopus_source_record_id' => '21100931376', + 'publisher' => 'University of Southern MIssissippi', + 'issn' => '2572-1410', + ), + 467 => + array ( + 'id' => 1968, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:12:00', + 'title' => 'Gut Microbes', + 'scopus_source_record_id' => '19700175861', + 'publisher' => 'Taylor & Francis', + 'issn' => '1949-0984', + ), + 468 => + array ( + 'id' => 1969, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:15:46', + 'title' => 'Gut Pathogens', + 'scopus_source_record_id' => '20500195020', + 'publisher' => 'Springer Nature', + 'issn' => '1757-4749', + ), + 469 => + array ( + 'id' => 1970, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:12:00', + 'title' => 'H2Open Journal', + 'scopus_source_record_id' => '21101039662', + 'publisher' => 'IWA Publishing', + 'issn' => '2616-6518', + ), + 470 => + array ( + 'id' => 1971, + 'created_at' => '2024-12-02 17:00:13', + 'updated_at' => '2024-12-02 17:12:00', + 'title' => 'Hacquetia', + 'scopus_source_record_id' => '19600156812', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1854-9829', + ), + 471 => + array ( + 'id' => 1972, + 'created_at' => '2024-12-02 17:00:14', + 'updated_at' => '2024-12-02 17:12:01', + 'title' => 'Handbook of Environmental Chemistry', + 'scopus_source_record_id' => '21100416079', + 'publisher' => 'Springer Nature', + 'issn' => '1867-979X', + ), + 472 => + array ( + 'id' => 1973, + 'created_at' => '2024-12-02 17:00:14', + 'updated_at' => '2024-12-02 17:12:01', + 'title' => 'Handbook of Experimental Pharmacology', + 'scopus_source_record_id' => '4000148203', + 'publisher' => 'Springer Nature', + 'issn' => '1865-0325', + ), + 473 => + array ( + 'id' => 1974, + 'created_at' => '2024-12-02 17:00:14', + 'updated_at' => '2024-12-02 17:15:47', + 'title' => 'Handbook on the Physics and Chemistry of Rare Earths', + 'scopus_source_record_id' => '17700156530', + 'publisher' => 'Elsevier', + 'issn' => '0168-1273', + ), + 474 => + array ( + 'id' => 1975, + 'created_at' => '2024-12-02 17:00:14', + 'updated_at' => '2024-12-02 17:12:01', + 'title' => 'Harmful Algae', + 'scopus_source_record_id' => '19723', + 'publisher' => 'Elsevier', + 'issn' => '1878-1470', + ), + 475 => + array ( + 'id' => 1976, + 'created_at' => '2024-12-02 17:00:14', + 'updated_at' => '2024-12-02 17:15:48', + 'title' => 'Harvard Environmental Law Review', + 'scopus_source_record_id' => '14298', + 'publisher' => 'Harvard University', + 'issn' => '0147-8257', + ), + 476 => + array ( + 'id' => 1977, + 'created_at' => '2024-12-02 17:00:14', + 'updated_at' => '2024-12-02 17:12:01', + 'title' => 'Hasanuddin Law Review', + 'scopus_source_record_id' => '21101047935', + 'publisher' => 'Faculty of Law, Universitas Hasanuddin', + 'issn' => '2442-9899', + ), + 477 => + array ( + 'id' => 1978, + 'created_at' => '2024-12-02 17:00:14', + 'updated_at' => '2024-12-02 17:12:02', + 'title' => 'Hattoria', + 'scopus_source_record_id' => '21101061924', + 'publisher' => 'Hattori Botanical Laboratory/Hattori Shokubutsu Kenkyujo', + 'issn' => '2423-8961', + ), + 478 => + array ( + 'id' => 1979, + 'created_at' => '2024-12-02 17:00:14', + 'updated_at' => '2024-12-02 17:12:02', + 'title' => 'HAYATI Journal of Biosciences', + 'scopus_source_record_id' => '21100824972', + 'publisher' => 'Institut Pertanian Bogor', + 'issn' => '2086-4094', + ), + 479 => + array ( + 'id' => 1980, + 'created_at' => '2024-12-02 17:00:15', + 'updated_at' => '2024-12-02 17:12:02', + 'title' => 'Health Data Science', + 'scopus_source_record_id' => '21101140350', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '2765-8783', + ), + 480 => + array ( + 'id' => 1981, + 'created_at' => '2024-12-02 17:00:15', + 'updated_at' => '2024-12-02 17:12:02', + 'title' => 'Health security', + 'scopus_source_record_id' => '21100438328', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '2326-5108', + ), + 481 => + array ( + 'id' => 1982, + 'created_at' => '2024-12-02 17:00:15', + 'updated_at' => '2024-12-02 17:12:03', + 'title' => 'Health Systems', + 'scopus_source_record_id' => '21100935763', + 'publisher' => 'Taylor & Francis', + 'issn' => '2047-6973', + ), + 482 => + array ( + 'id' => 1983, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:12:03', + 'title' => 'Heliyon', + 'scopus_source_record_id' => '21100411756', + 'publisher' => 'Elsevier', + 'issn' => '2405-8440', + ), + 483 => + array ( + 'id' => 1984, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Helvetica Chimica Acta', + 'scopus_source_record_id' => '24074', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1522-2675', + ), + 484 => + array ( + 'id' => 1985, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Hemijska Industrija', + 'scopus_source_record_id' => '19700174654', + 'publisher' => 'Association of the Chemical Engineers of Serbia', + 'issn' => '0350-249X', + ), + 485 => + array ( + 'id' => 1986, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Herba Polonica', + 'scopus_source_record_id' => '18633', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2449-8343', + ), + 486 => + array ( + 'id' => 1987, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Hereditas', + 'scopus_source_record_id' => '22234', + 'publisher' => 'Springer Nature', + 'issn' => '1601-5223', + ), + 487 => + array ( + 'id' => 1988, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Heredity', + 'scopus_source_record_id' => '22235', + 'publisher' => 'Springer Nature', + 'issn' => '1365-2540', + ), + 488 => + array ( + 'id' => 1989, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Heritage Science', + 'scopus_source_record_id' => '21100286950', + 'publisher' => 'Springer Nature', + 'issn' => '2050-7445', + ), + 489 => + array ( + 'id' => 1990, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:15:51', + 'title' => 'Herpetologica', + 'scopus_source_record_id' => '21983', + 'publisher' => 'Herpetologist\'s League Inc.', + 'issn' => '0018-0831', + ), + 490 => + array ( + 'id' => 1991, + 'created_at' => '2024-12-02 17:00:16', + 'updated_at' => '2024-12-02 17:15:51', + 'title' => 'Herpetological Bulletin', + 'scopus_source_record_id' => '21988', + 'publisher' => 'British Herpetological Society', + 'issn' => '1473-0928', + ), + 491 => + array ( + 'id' => 1992, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Herpetological Conservation and Biology', + 'scopus_source_record_id' => '12100156709', + 'publisher' => 'Herpetological Conservation and Biology', + 'issn' => '1931-7603', + ), + 492 => + array ( + 'id' => 1993, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:15:51', + 'title' => 'Herpetological Journal', + 'scopus_source_record_id' => '21989', + 'publisher' => 'British Herpetological Society', + 'issn' => '0268-0130', + ), + 493 => + array ( + 'id' => 1994, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:15:51', + 'title' => 'Herpetological Monographs', + 'scopus_source_record_id' => '21990', + 'publisher' => 'Herpetologist\'s League Inc.', + 'issn' => '0733-1347', + ), + 494 => + array ( + 'id' => 1995, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:15:51', + 'title' => 'Herpetological Review', + 'scopus_source_record_id' => '21992', + 'publisher' => 'Society for the Study of Amphibians and Reptiles', + 'issn' => '0018-084X', + ), + 495 => + array ( + 'id' => 1996, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Herpetozoa', + 'scopus_source_record_id' => '21100978582', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2682-955X', + ), + 496 => + array ( + 'id' => 1997, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Heteroatom Chemistry', + 'scopus_source_record_id' => '25260', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1098-1071', + ), + 497 => + array ( + 'id' => 1998, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:15:51', + 'title' => 'Heterocycles', + 'scopus_source_record_id' => '25864', + 'publisher' => 'Japan Institute of Heterocyclic Chemistry', + 'issn' => '0385-5414', + ), + 498 => + array ( + 'id' => 1999, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'Heterocyclic Communications', + 'scopus_source_record_id' => '24080', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2191-0197', + ), + 499 => + array ( + 'id' => 2000, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:12:04', + 'title' => 'High Performance Polymers', + 'scopus_source_record_id' => '25865', + 'publisher' => 'SAGE', + 'issn' => '1361-6412', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 2001, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:15:51', + 'title' => 'Himalayan Geology', + 'scopus_source_record_id' => '10600153318', + 'publisher' => 'Wadia Institute of Himalayan Geology', + 'issn' => '0971-8966', + ), + 1 => + array ( + 'id' => 2002, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:12:05', + 'title' => 'Histochemistry and Cell Biology', + 'scopus_source_record_id' => '18548', + 'publisher' => 'Springer Nature', + 'issn' => '1432-119X', + ), + 2 => + array ( + 'id' => 2003, + 'created_at' => '2024-12-02 17:00:17', + 'updated_at' => '2024-12-02 17:12:05', + 'title' => 'Historia Naturalis Bulgarica', + 'scopus_source_record_id' => '21101039255', + 'publisher' => 'Bulgarska Akademiya na Naukite', + 'issn' => '2603-3186', + ), + 3 => + array ( + 'id' => 2004, + 'created_at' => '2024-12-02 17:00:18', + 'updated_at' => '2024-12-02 17:12:05', + 'title' => 'Historical Biology', + 'scopus_source_record_id' => '13916', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-2381', + ), + 4 => + array ( + 'id' => 2005, + 'created_at' => '2024-12-02 17:00:18', + 'updated_at' => '2024-12-02 17:12:06', + 'title' => 'History of Geo- and Space Sciences', + 'scopus_source_record_id' => '19800188061', + 'publisher' => 'Copernicus Publications', + 'issn' => '2190-5029', + ), + 5 => + array ( + 'id' => 2006, + 'created_at' => '2024-12-02 17:00:18', + 'updated_at' => '2024-12-02 17:12:06', + 'title' => 'History, Philosophy and Theory of the Life Sciences', + 'scopus_source_record_id' => '21101032634', + 'publisher' => 'Springer Nature', + 'issn' => '2211-1956', + ), + 6 => + array ( + 'id' => 2007, + 'created_at' => '2024-12-02 17:00:18', + 'updated_at' => '2024-12-02 17:12:06', + 'title' => 'HLA', + 'scopus_source_record_id' => '21100775663', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2059-2310', + ), + 7 => + array ( + 'id' => 2008, + 'created_at' => '2024-12-02 17:00:18', + 'updated_at' => '2024-12-02 17:12:06', + 'title' => 'Holistic Approach to Environment', + 'scopus_source_record_id' => '21101222992', + 'publisher' => 'Association for Promotion of Holistic Approach to Environment', + 'issn' => '1848-0071', + ), + 8 => + array ( + 'id' => 2009, + 'created_at' => '2024-12-02 17:00:18', + 'updated_at' => '2024-12-02 17:12:07', + 'title' => 'Holocene', + 'scopus_source_record_id' => '22634', + 'publisher' => 'SAGE', + 'issn' => '1477-0911', + ), + 9 => + array ( + 'id' => 2010, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:07', + 'title' => 'Hormone and Metabolic Research', + 'scopus_source_record_id' => '26119', + 'publisher' => 'Thieme', + 'issn' => '1439-4286', + ), + 10 => + array ( + 'id' => 2011, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:07', + 'title' => 'Hormone Molecular Biology and Clinical Investigation', + 'scopus_source_record_id' => '21100388411', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1868-1891', + ), + 11 => + array ( + 'id' => 2012, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:07', + 'title' => 'Horticultural Plant Journal', + 'scopus_source_record_id' => '21100900275', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2468-0141', + ), + 12 => + array ( + 'id' => 2013, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:07', + 'title' => 'Horticulture Research', + 'scopus_source_record_id' => '21100773746', + 'publisher' => 'Oxford University Press', + 'issn' => '2052-7276', + ), + 13 => + array ( + 'id' => 2014, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:08', + 'title' => 'Housing Policy Debate', + 'scopus_source_record_id' => '13838', + 'publisher' => 'Taylor & Francis', + 'issn' => '2152-050X', + ), + 14 => + array ( + 'id' => 2015, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:08', + 'title' => 'Housing Studies', + 'scopus_source_record_id' => '13854', + 'publisher' => 'Taylor & Francis', + 'issn' => '1466-1810', + ), + 15 => + array ( + 'id' => 2016, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:08', + 'title' => 'Human and Ecological Risk Assessment (HERA)', + 'scopus_source_record_id' => '22651', + 'publisher' => 'Taylor & Francis', + 'issn' => '1549-7860', + ), + 16 => + array ( + 'id' => 2017, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Biology', + 'scopus_source_record_id' => '22240', + 'publisher' => 'Wayne State University Press', + 'issn' => '1534-6617', + ), + 17 => + array ( + 'id' => 2018, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Dimensions of Wildlife', + 'scopus_source_record_id' => '5800173380', + 'publisher' => 'Taylor & Francis', + 'issn' => '1533-158X', + ), + 18 => + array ( + 'id' => 2019, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Ecology', + 'scopus_source_record_id' => '110220', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9915', + ), + 19 => + array ( + 'id' => 2020, + 'created_at' => '2024-12-02 17:00:19', + 'updated_at' => '2024-12-02 17:15:55', + 'title' => 'Human Ecology Review', + 'scopus_source_record_id' => '55750', + 'publisher' => 'Society for Human Ecology', + 'issn' => '1074-4827', + ), + 20 => + array ( + 'id' => 2021, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:15:55', + 'title' => 'Human Gene', + 'scopus_source_record_id' => '21101089664', + 'publisher' => 'Elsevier', + 'issn' => '2773-0441', + ), + 21 => + array ( + 'id' => 2022, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Gene Therapy', + 'scopus_source_record_id' => '22243', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1557-7422', + ), + 22 => + array ( + 'id' => 2023, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Genetics', + 'scopus_source_record_id' => '22245', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1203', + ), + 23 => + array ( + 'id' => 2024, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Genome Variation', + 'scopus_source_record_id' => '21100916535', + 'publisher' => 'Springer Nature', + 'issn' => '2054-345X', + ), + 24 => + array ( + 'id' => 2025, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Genomics', + 'scopus_source_record_id' => '145164', + 'publisher' => 'Springer Nature', + 'issn' => '1479-7364', + ), + 25 => + array ( + 'id' => 2026, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Heredity', + 'scopus_source_record_id' => '22262', + 'publisher' => 'Karger', + 'issn' => '1423-0062', + ), + 26 => + array ( + 'id' => 2027, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Molecular Genetics', + 'scopus_source_record_id' => '22266', + 'publisher' => 'Oxford University Press', + 'issn' => '1460-2083', + ), + 27 => + array ( + 'id' => 2028, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Mutation', + 'scopus_source_record_id' => '22267', + 'publisher' => 'Hindawi', + 'issn' => '1098-1004', + ), + 28 => + array ( + 'id' => 2029, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:09', + 'title' => 'Human Nature', + 'scopus_source_record_id' => '27067', + 'publisher' => 'Springer Nature', + 'issn' => '1936-4776', + ), + 29 => + array ( + 'id' => 2030, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Humanities (Switzerland)', + 'scopus_source_record_id' => '21101119528', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2076-0787', + ), + 30 => + array ( + 'id' => 2031, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:15:55', + 'title' => 'Humans and Nature', + 'scopus_source_record_id' => '37857', + 'publisher' => 'Museum of Nature and Human Activities', + 'issn' => '0918-1725', + ), + 31 => + array ( + 'id' => 2032, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Human-Wildlife Interactions', + 'scopus_source_record_id' => '21100201995', + 'publisher' => 'Jack H. Berryman Institute', + 'issn' => '2155-3874', + ), + 32 => + array ( + 'id' => 2033, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hungarian Geographical Bulletin', + 'scopus_source_record_id' => '21100305226', + 'publisher' => 'Hungarian Academy of Sciences, Geographical Research Institute', + 'issn' => '2064-5147', + ), + 33 => + array ( + 'id' => 2034, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:15:56', + 'title' => 'Hydro International', + 'scopus_source_record_id' => '29463', + 'publisher' => 'GITC B.V.', + 'issn' => '1385-4569', + ), + 34 => + array ( + 'id' => 2035, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydrobiologia', + 'scopus_source_record_id' => '15168', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5117', + ), + 35 => + array ( + 'id' => 2036, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydrobiological Journal', + 'scopus_source_record_id' => '15169', + 'publisher' => 'Begell House', + 'issn' => '0375-8990', + ), + 36 => + array ( + 'id' => 2037, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydroecologie Appliquee', + 'scopus_source_record_id' => '21100332447', + 'publisher' => 'EDP Sciences', + 'issn' => '1958-556X', + ), + 37 => + array ( + 'id' => 2038, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydrogeology Journal', + 'scopus_source_record_id' => '29466', + 'publisher' => 'Springer Nature', + 'issn' => '1435-0157', + ), + 38 => + array ( + 'id' => 2039, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydrological Processes', + 'scopus_source_record_id' => '29467', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1085', + ), + 39 => + array ( + 'id' => 2040, + 'created_at' => '2024-12-02 17:00:20', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydrological Research Letters', + 'scopus_source_record_id' => '21100827843', + 'publisher' => 'Japan Society of Hydrology and Water Resources', + 'issn' => '1882-3416', + ), + 40 => + array ( + 'id' => 2041, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:15:56', + 'title' => 'Hydrological Sciences Journal', + 'scopus_source_record_id' => '29470', + 'publisher' => 'Taylor & Francis', + 'issn' => '0262-6667', + ), + 41 => + array ( + 'id' => 2042, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydrology', + 'scopus_source_record_id' => '21100860118', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2306-5338', + ), + 42 => + array ( + 'id' => 2043, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydrology and Earth System Sciences', + 'scopus_source_record_id' => '29472', + 'publisher' => 'Copernicus Publications', + 'issn' => '1607-7938', + ), + 43 => + array ( + 'id' => 2044, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hydrology Research', + 'scopus_source_record_id' => '29601', + 'publisher' => 'IWA Publishing', + 'issn' => '2224-7955', + ), + 44 => + array ( + 'id' => 2045, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'HydroResearch', + 'scopus_source_record_id' => '21101196704', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2589-7578', + ), + 45 => + array ( + 'id' => 2046, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hygiene and Environmental Health Advances', + 'scopus_source_record_id' => '21101182768', + 'publisher' => 'Elsevier', + 'issn' => '2773-0492', + ), + 46 => + array ( + 'id' => 2047, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:10', + 'title' => 'Hystrix', + 'scopus_source_record_id' => '14300154709', + 'publisher' => 'Associazione Teriologica Italiana onlus', + 'issn' => '1825-5272', + ), + 47 => + array ( + 'id' => 2048, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:11', + 'title' => 'IAHR International Symposium on Ice', + 'scopus_source_record_id' => '21101247339', + 'publisher' => 'International Association for Hydro-Environment Engineering and Research', + 'issn' => '2414-6331', + ), + 48 => + array ( + 'id' => 2049, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:11', + 'title' => 'Ianna Journal of Interdisciplinary Studies', + 'scopus_source_record_id' => '21101171778', + 'publisher' => 'University of Nigeria Department of Mass Communication', + 'issn' => '2735-9891', + ), + 49 => + array ( + 'id' => 2050, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:11', + 'title' => 'Ibis', + 'scopus_source_record_id' => '22021', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1474-919X', + ), + 50 => + array ( + 'id' => 2051, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:11', + 'title' => 'ICES Journal of Marine Science', + 'scopus_source_record_id' => '27298', + 'publisher' => 'Oxford University Press', + 'issn' => '1095-9289', + ), + 51 => + array ( + 'id' => 2052, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:11', + 'title' => 'Ichthyological Research', + 'scopus_source_record_id' => '22014', + 'publisher' => 'Springer Nature', + 'issn' => '1616-3915', + ), + 52 => + array ( + 'id' => 2053, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:12:11', + 'title' => 'Ichthyology and Herpetology', + 'scopus_source_record_id' => '21101053113', + 'publisher' => 'American Society of Ichthyologists and Herpetologists', + 'issn' => '2766-1520', + ), + 53 => + array ( + 'id' => 2054, + 'created_at' => '2024-12-02 17:00:21', + 'updated_at' => '2024-12-02 17:15:57', + 'title' => 'Idojaras', + 'scopus_source_record_id' => '57242', + 'publisher' => 'Hungarian Meteorological Service', + 'issn' => '0324-6329', + ), + 54 => + array ( + 'id' => 2055, + 'created_at' => '2024-12-02 17:00:22', + 'updated_at' => '2024-12-02 17:12:12', + 'title' => 'IEEE Geoscience and Remote Sensing Magazine', + 'scopus_source_record_id' => '21100338322', + 'publisher' => 'IEEE', + 'issn' => '2168-6831', + ), + 55 => + array ( + 'id' => 2056, + 'created_at' => '2024-12-02 17:00:22', + 'updated_at' => '2024-12-02 17:12:12', + 'title' => 'IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing', + 'scopus_source_record_id' => '17700155033', + 'publisher' => 'IEEE', + 'issn' => '2151-1535', + ), + 56 => + array ( + 'id' => 2057, + 'created_at' => '2024-12-02 17:00:23', + 'updated_at' => '2024-12-02 17:12:13', + 'title' => 'IEEE Transactions on Geoscience and Remote Sensing', + 'scopus_source_record_id' => '17360', + 'publisher' => 'IEEE', + 'issn' => '1558-0644', + ), + 57 => + array ( + 'id' => 2058, + 'created_at' => '2024-12-02 17:00:23', + 'updated_at' => '2024-12-02 17:12:14', + 'title' => 'IEEE/ACM Transactions on Computational Biology and Bioinformatics', + 'scopus_source_record_id' => '17971', + 'publisher' => 'IEEE', + 'issn' => '1557-9964', + ), + 58 => + array ( + 'id' => 2059, + 'created_at' => '2024-12-02 17:00:23', + 'updated_at' => '2024-12-02 17:12:14', + 'title' => 'IET Intelligent Transport Systems', + 'scopus_source_record_id' => '5400152639', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1751-9578', + ), + 59 => + array ( + 'id' => 2060, + 'created_at' => '2024-12-02 17:00:23', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'IET Networks', + 'scopus_source_record_id' => '21100394100', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2047-4962', + ), + 60 => + array ( + 'id' => 2061, + 'created_at' => '2024-12-02 17:00:23', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'IET Systems Biology', + 'scopus_source_record_id' => '5300152724', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1751-8857', + ), + 61 => + array ( + 'id' => 2062, + 'created_at' => '2024-12-02 17:00:23', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'IFAC Journal of Systems and Control', + 'scopus_source_record_id' => '21101063736', + 'publisher' => 'Elsevier', + 'issn' => '2468-6018', + ), + 62 => + array ( + 'id' => 2063, + 'created_at' => '2024-12-02 17:00:23', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'IForest', + 'scopus_source_record_id' => '19600157211', + 'publisher' => 'SISEF - Italian Society of Silviculture and Forest Ecology', + 'issn' => '1971-7458', + ), + 63 => + array ( + 'id' => 2064, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'ILAR Journal', + 'scopus_source_record_id' => '22007', + 'publisher' => 'Oxford University Press', + 'issn' => '1930-6180', + ), + 64 => + array ( + 'id' => 2065, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'Ilmu Kelautan: Indonesian Journal of Marine Sciences', + 'scopus_source_record_id' => '21101042014', + 'publisher' => 'Diponegoro University', + 'issn' => '2406-7598', + ), + 65 => + array ( + 'id' => 2066, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'IMA Fungus', + 'scopus_source_record_id' => '21100406884', + 'publisher' => 'Springer Nature', + 'issn' => '2210-6359', + ), + 66 => + array ( + 'id' => 2067, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'IMA Journal of Management Mathematics', + 'scopus_source_record_id' => '23148', + 'publisher' => 'Oxford University Press', + 'issn' => '1471-6798', + ), + 67 => + array ( + 'id' => 2068, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:15', + 'title' => 'Imago Mundi', + 'scopus_source_record_id' => '15309', + 'publisher' => 'Taylor & Francis', + 'issn' => '1479-7801', + ), + 68 => + array ( + 'id' => 2069, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:16', + 'title' => 'iMeta', + 'scopus_source_record_id' => '21101134733', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2770-596X', + ), + 69 => + array ( + 'id' => 2070, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:16', + 'title' => 'Immuno', + 'scopus_source_record_id' => '21101196049', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-5601', + ), + 70 => + array ( + 'id' => 2071, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:16', + 'title' => 'Immunogenetics', + 'scopus_source_record_id' => '22271', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1211', + ), + 71 => + array ( + 'id' => 2072, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:16', + 'title' => 'Impact Assessment and Project Appraisal', + 'scopus_source_record_id' => '22681', + 'publisher' => 'Taylor & Francis', + 'issn' => '1471-5465', + ), + 72 => + array ( + 'id' => 2073, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:16', + 'title' => 'In Silico Biology', + 'scopus_source_record_id' => '17974', + 'publisher' => 'IOS Press', + 'issn' => '1434-3207', + ), + 73 => + array ( + 'id' => 2074, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:16', + 'title' => 'In Silico Plants', + 'scopus_source_record_id' => '21101037328', + 'publisher' => 'Oxford University Press', + 'issn' => '2517-5025', + ), + 74 => + array ( + 'id' => 2075, + 'created_at' => '2024-12-02 17:00:24', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'In Vivo', + 'scopus_source_record_id' => '27210', + 'publisher' => 'International Institute of Anticancer Research', + 'issn' => '1791-7549', + ), + 75 => + array ( + 'id' => 2076, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'Indian Journal of Agricultural Biochemistry', + 'scopus_source_record_id' => '17519', + 'publisher' => 'Indian Society of Agricultural Biochemists', + 'issn' => '0974-4479', + ), + 76 => + array ( + 'id' => 2077, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'Indian Journal of Biochemistry and Biophysics', + 'scopus_source_record_id' => '17537', + 'publisher' => 'National Institute of Science Communication and Policy Research', + 'issn' => '0975-0959', + ), + 77 => + array ( + 'id' => 2078, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:16:02', + 'title' => 'Indian Journal of Chemical Technology', + 'scopus_source_record_id' => '24098', + 'publisher' => 'National Institute of Science Communication and Information Resources (NISCAIR)', + 'issn' => '0971-457X', + ), + 78 => + array ( + 'id' => 2079, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'Indian Journal of Chemistry (IJC)', + 'scopus_source_record_id' => '21101117182', + 'publisher' => 'Scientific Publishers', + 'issn' => '2583-1321', + ), + 79 => + array ( + 'id' => 2080, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'Indian Journal of Entomology', + 'scopus_source_record_id' => '21101041703', + 'publisher' => 'The Entomological Society of India', + 'issn' => '0974-8172', + ), + 80 => + array ( + 'id' => 2081, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:16:02', + 'title' => 'Indian Journal of Environmental Protection', + 'scopus_source_record_id' => '22688', + 'publisher' => 'Kalpana Corporation', + 'issn' => '0253-7141', + ), + 81 => + array ( + 'id' => 2082, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:16:02', + 'title' => 'Indian Journal of Fibre and Textile Research', + 'scopus_source_record_id' => '15943', + 'publisher' => 'National Institute of Science Communication and Information Resources (NISCAIR)', + 'issn' => '0971-0426', + ), + 82 => + array ( + 'id' => 2083, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:16:02', + 'title' => 'Indian Journal of Fisheries', + 'scopus_source_record_id' => '22019', + 'publisher' => 'Indian Council of Agricultural Research', + 'issn' => '0970-6011', + ), + 83 => + array ( + 'id' => 2084, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'Indian Journal of Genetics and Plant Breeding', + 'scopus_source_record_id' => '19900193995', + 'publisher' => 'Indian Society of Genetics & Plant Breeding.', + 'issn' => '0975-6906', + ), + 84 => + array ( + 'id' => 2085, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'Indian Journal of Geo-Marine Sciences', + 'scopus_source_record_id' => '21100305250', + 'publisher' => 'National Institute of Science Communication and Policy Research', + 'issn' => '2582-6727', + ), + 85 => + array ( + 'id' => 2086, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'Indian Journal of Geosciences', + 'scopus_source_record_id' => '19900193951', + 'publisher' => 'Geological Survey of India, Ministry of Mines, Government of India', + 'issn' => '2582-3485', + ), + 86 => + array ( + 'id' => 2087, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:17', + 'title' => 'Indian Journal of Heterocyclic Chemistry', + 'scopus_source_record_id' => '24112', + 'publisher' => 'Connect Journals', + 'issn' => '2456-4311', + ), + 87 => + array ( + 'id' => 2088, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indian Journal of Medical Microbiology', + 'scopus_source_record_id' => '20831', + 'publisher' => 'Indian Association of Medical Microbiologists', + 'issn' => '1998-3646', + ), + 88 => + array ( + 'id' => 2089, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:16:02', + 'title' => 'Indian Journal of Medical Research', + 'scopus_source_record_id' => '14659', + 'publisher' => 'Scientific Scholar', + 'issn' => '0971-5916', + ), + 89 => + array ( + 'id' => 2090, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indian Journal of Microbiology', + 'scopus_source_record_id' => '19735', + 'publisher' => 'Springer Nature', + 'issn' => '0973-7715', + ), + 90 => + array ( + 'id' => 2091, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indian Journal of Microbiology Research', + 'scopus_source_record_id' => '21101234845', + 'publisher' => 'IP Innovative Publication Pvt. Ltd.', + 'issn' => '2394-5478', + ), + 91 => + array ( + 'id' => 2092, + 'created_at' => '2024-12-02 17:00:25', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indian Journal of Nematology', + 'scopus_source_record_id' => '21100793179', + 'publisher' => 'Nematological Society of India', + 'issn' => '0974-4444', + ), + 92 => + array ( + 'id' => 2093, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indonesian Aquaculture Journal', + 'scopus_source_record_id' => '21100945964', + 'publisher' => 'Center for Fisheries Research', + 'issn' => '2502-6577', + ), + 93 => + array ( + 'id' => 2094, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indonesian Biomedical Journal', + 'scopus_source_record_id' => '21100843245', + 'publisher' => 'Prodia Education and Research Institute', + 'issn' => '2355-9179', + ), + 94 => + array ( + 'id' => 2095, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indonesian Food Science and Technology Journal', + 'scopus_source_record_id' => '21101192685', + 'publisher' => 'Jambi University', + 'issn' => '2615-367X', + ), + 95 => + array ( + 'id' => 2096, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indonesian Journal of Biotechnology', + 'scopus_source_record_id' => '21100935800', + 'publisher' => 'Universitas Gadjah Mada, Research Center for Biotechnology', + 'issn' => '2089-2241', + ), + 96 => + array ( + 'id' => 2097, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:16:03', + 'title' => 'Indonesian Journal of Chemistry', + 'scopus_source_record_id' => '21100223536', + 'publisher' => 'Gadjah Mada University', + 'issn' => '1411-9420', + ), + 97 => + array ( + 'id' => 2098, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:18', + 'title' => 'Indonesian Journal of Forestry Research', + 'scopus_source_record_id' => '21101021752', + 'publisher' => 'Research, Development and Innovation Agency, Ministry of Environment and Forestry', + 'issn' => '2406-8195', + ), + 98 => + array ( + 'id' => 2099, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:16:03', + 'title' => 'Indonesian Journal of Geography', + 'scopus_source_record_id' => '29186', + 'publisher' => 'Gadjah Mada University', + 'issn' => '0024-9521', + ), + 99 => + array ( + 'id' => 2100, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:19', + 'title' => 'Indonesian Journal on Geoscience', + 'scopus_source_record_id' => '21100847442', + 'publisher' => 'Geological Agency', + 'issn' => '2355-9306', + ), + 100 => + array ( + 'id' => 2101, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:19', + 'title' => 'Industrial and Engineering Chemistry Research', + 'scopus_source_record_id' => '13057', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-5045', + ), + 101 => + array ( + 'id' => 2102, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:19', + 'title' => 'Infection and Immunity', + 'scopus_source_record_id' => '22343', + 'publisher' => 'American Society for Microbiology', + 'issn' => '1098-5522', + ), + 102 => + array ( + 'id' => 2103, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:19', + 'title' => 'Infection Ecology and Epidemiology', + 'scopus_source_record_id' => '21100854823', + 'publisher' => 'Taylor & Francis', + 'issn' => '2000-8686', + ), + 103 => + array ( + 'id' => 2104, + 'created_at' => '2024-12-02 17:00:26', + 'updated_at' => '2024-12-02 17:12:19', + 'title' => 'Infection, Genetics and Evolution', + 'scopus_source_record_id' => '14677', + 'publisher' => 'Elsevier', + 'issn' => '1567-7257', + ), + 104 => + array ( + 'id' => 2105, + 'created_at' => '2024-12-02 17:00:27', + 'updated_at' => '2024-12-02 17:12:20', + 'title' => 'INFOR', + 'scopus_source_record_id' => '14363', + 'publisher' => 'Taylor & Francis', + 'issn' => '1916-0615', + ), + 105 => + array ( + 'id' => 2106, + 'created_at' => '2024-12-02 17:00:27', + 'updated_at' => '2024-12-02 17:16:05', + 'title' => 'Information Economics and Policy', + 'scopus_source_record_id' => '18972', + 'publisher' => 'Elsevier', + 'issn' => '0167-6245', + ), + 106 => + array ( + 'id' => 2107, + 'created_at' => '2024-12-02 17:00:27', + 'updated_at' => '2024-12-02 17:12:20', + 'title' => 'Information Processing and Management', + 'scopus_source_record_id' => '12689', + 'publisher' => 'Elsevier', + 'issn' => '1873-5371', + ), + 107 => + array ( + 'id' => 2108, + 'created_at' => '2024-12-02 17:00:27', + 'updated_at' => '2024-12-02 17:12:20', + 'title' => 'Information Processing in Agriculture', + 'scopus_source_record_id' => '21100804573', + 'publisher' => 'China Agricultural University', + 'issn' => '2214-3173', + ), + 108 => + array ( + 'id' => 2109, + 'created_at' => '2024-12-02 17:00:27', + 'updated_at' => '2024-12-02 17:12:20', + 'title' => 'INFORMS Journal on Applied Analytics', + 'scopus_source_record_id' => '21101234810', + 'publisher' => 'INFORMS Inst.for Operations Res.and the Management Sciences', + 'issn' => '2644-0873', + ), + 109 => + array ( + 'id' => 2110, + 'created_at' => '2024-12-02 17:00:27', + 'updated_at' => '2024-12-02 17:12:20', + 'title' => 'INFORMS Journal on Computing', + 'scopus_source_record_id' => '25040', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '1526-5528', + ), + 110 => + array ( + 'id' => 2111, + 'created_at' => '2024-12-02 17:00:27', + 'updated_at' => '2024-12-02 17:12:20', + 'title' => 'INFORMS Transactions on Education', + 'scopus_source_record_id' => '21100894767', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '1532-0545', + ), + 111 => + array ( + 'id' => 2112, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Inland Water Biology', + 'scopus_source_record_id' => '17600155120', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1995-0837', + ), + 112 => + array ( + 'id' => 2113, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Inland Waters', + 'scopus_source_record_id' => '21100232821', + 'publisher' => 'Taylor & Francis', + 'issn' => '2044-205X', + ), + 113 => + array ( + 'id' => 2114, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Innate Immunity', + 'scopus_source_record_id' => '12100157191', + 'publisher' => 'SAGE', + 'issn' => '1753-4267', + ), + 114 => + array ( + 'id' => 2115, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Innovaciencia', + 'scopus_source_record_id' => '21101164928', + 'publisher' => 'Universidad de Santander', + 'issn' => '2346-075X', + ), + 115 => + array ( + 'id' => 2116, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Innovation', + 'scopus_source_record_id' => '21101038708', + 'publisher' => 'Elsevier', + 'issn' => '2666-6758', + ), + 116 => + array ( + 'id' => 2117, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Innovation and Green Development', + 'scopus_source_record_id' => '21101180570', + 'publisher' => 'Elsevier', + 'issn' => '2949-7531', + ), + 117 => + array ( + 'id' => 2118, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Innovative Biosystems and Bioengineering', + 'scopus_source_record_id' => '21101111532', + 'publisher' => 'National Technical University of Ukraine Igor Sikorsky Kyiv Polytechnic Institute', + 'issn' => '2616-177X', + ), + 118 => + array ( + 'id' => 2119, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:16:05', + 'title' => 'Innovative Food Science and Emerging Technologies', + 'scopus_source_record_id' => '20058', + 'publisher' => 'Elsevier', + 'issn' => '1466-8564', + ), + 119 => + array ( + 'id' => 2120, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Insect Biochemistry and Molecular Biology', + 'scopus_source_record_id' => '20384', + 'publisher' => 'Elsevier', + 'issn' => '1879-0240', + ), + 120 => + array ( + 'id' => 2121, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Insect Conservation and Diversity', + 'scopus_source_record_id' => '19300157103', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1752-4598', + ), + 121 => + array ( + 'id' => 2122, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Insect Molecular Biology', + 'scopus_source_record_id' => '20386', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2583', + ), + 122 => + array ( + 'id' => 2123, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Insect Science', + 'scopus_source_record_id' => '11300153701', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1744-7917', + ), + 123 => + array ( + 'id' => 2124, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Insect Systematics and Diversity', + 'scopus_source_record_id' => '21101034521', + 'publisher' => 'Oxford University Press', + 'issn' => '2399-3421', + ), + 124 => + array ( + 'id' => 2125, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Insect Systematics and Evolution', + 'scopus_source_record_id' => '20393', + 'publisher' => 'Brill', + 'issn' => '1876-312X', + ), + 125 => + array ( + 'id' => 2126, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:21', + 'title' => 'Insectes Sociaux', + 'scopus_source_record_id' => '20398', + 'publisher' => 'Springer Nature', + 'issn' => '1420-9098', + ), + 126 => + array ( + 'id' => 2127, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:22', + 'title' => 'Instrumentation Science and Technology', + 'scopus_source_record_id' => '23999', + 'publisher' => 'Taylor & Francis', + 'issn' => '1525-6030', + ), + 127 => + array ( + 'id' => 2128, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:22', + 'title' => 'Integrated Environmental Assessment and Management', + 'scopus_source_record_id' => '4400151417', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1551-3793', + ), + 128 => + array ( + 'id' => 2129, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:22', + 'title' => 'Integrative Biology', + 'scopus_source_record_id' => '19700167105', + 'publisher' => 'Oxford University Press', + 'issn' => '1757-9708', + ), + 129 => + array ( + 'id' => 2130, + 'created_at' => '2024-12-02 17:00:28', + 'updated_at' => '2024-12-02 17:12:22', + 'title' => 'Integrative Conservation', + 'scopus_source_record_id' => '21101241969', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2770-9329', + ), + 130 => + array ( + 'id' => 2131, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:12:22', + 'title' => 'Integrative Organismal Biology', + 'scopus_source_record_id' => '21101048252', + 'publisher' => 'Oxford University Press', + 'issn' => '2517-4843', + ), + 131 => + array ( + 'id' => 2132, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:12:22', + 'title' => 'Integrative Systematics', + 'scopus_source_record_id' => '21101060315', + 'publisher' => 'State Museum for Natural History Stuttgart', + 'issn' => '2628-2429', + ), + 132 => + array ( + 'id' => 2133, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:12:22', + 'title' => 'Interaction Design and Architecture(s)', + 'scopus_source_record_id' => '21100440523', + 'publisher' => 'ASLERD', + 'issn' => '2283-2998', + ), + 133 => + array ( + 'id' => 2134, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:16:07', + 'title' => 'Interciencia', + 'scopus_source_record_id' => '22962', + 'publisher' => 'Interciencia Association', + 'issn' => '0378-1844', + ), + 134 => + array ( + 'id' => 2135, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:12:23', + 'title' => 'Interdisciplinary Applied Mathematics', + 'scopus_source_record_id' => '21101032311', + 'publisher' => 'Springer Nature', + 'issn' => '2196-9973', + ), + 135 => + array ( + 'id' => 2136, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:12:23', + 'title' => 'Interdisciplinary Perspectives on Infectious Diseases', + 'scopus_source_record_id' => '19700175021', + 'publisher' => 'Hindawi', + 'issn' => '1687-7098', + ), + 136 => + array ( + 'id' => 2137, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:12:23', + 'title' => 'Interdisciplinary Sciences - Computational Life Sciences', + 'scopus_source_record_id' => '19700180534', + 'publisher' => 'Springer Nature', + 'issn' => '1867-1462', + ), + 137 => + array ( + 'id' => 2138, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:12:23', + 'title' => 'Interface Focus', + 'scopus_source_record_id' => '21100201986', + 'publisher' => 'The Royal Society', + 'issn' => '2042-8901', + ), + 138 => + array ( + 'id' => 2139, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:16:07', + 'title' => 'Interface Science and Technology', + 'scopus_source_record_id' => '11200153547', + 'publisher' => 'Elsevier', + 'issn' => '1573-4285', + ), + 139 => + array ( + 'id' => 2140, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:16:07', + 'title' => 'Intermetallics', + 'scopus_source_record_id' => '12202', + 'publisher' => 'Elsevier', + 'issn' => '0966-9795', + ), + 140 => + array ( + 'id' => 2141, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:16:07', + 'title' => 'International Agrophysics', + 'scopus_source_record_id' => '31877', + 'publisher' => 'Polish Academy of Sciences', + 'issn' => '0236-8722', + ), + 141 => + array ( + 'id' => 2142, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:12:23', + 'title' => 'International Aquatic Research', + 'scopus_source_record_id' => '21100207002', + 'publisher' => 'Islamic Azad University of Tonekabon', + 'issn' => '2008-6970', + ), + 142 => + array ( + 'id' => 2143, + 'created_at' => '2024-12-02 17:00:29', + 'updated_at' => '2024-12-02 17:16:08', + 'title' => 'International Biodeterioration and Biodegradation', + 'scopus_source_record_id' => '16052', + 'publisher' => 'Elsevier', + 'issn' => '0964-8305', + ), + 143 => + array ( + 'id' => 2144, + 'created_at' => '2024-12-02 17:00:30', + 'updated_at' => '2024-12-02 17:16:08', + 'title' => 'International Dyer and Finisher', + 'scopus_source_record_id' => '15996', + 'publisher' => 'World Textile Information Network', + 'issn' => '0020-658X', + ), + 144 => + array ( + 'id' => 2145, + 'created_at' => '2024-12-02 17:00:30', + 'updated_at' => '2024-12-02 17:16:08', + 'title' => 'International Forestry Review', + 'scopus_source_record_id' => '22822', + 'publisher' => 'Commonwealth Forestry Association', + 'issn' => '1465-5489', + ), + 145 => + array ( + 'id' => 2146, + 'created_at' => '2024-12-02 17:00:30', + 'updated_at' => '2024-12-02 17:12:24', + 'title' => 'International Journal Bioautomation', + 'scopus_source_record_id' => '19900193629', + 'publisher' => 'Institute of Biophysics and Biomedical Engineering at the Bulgarian Academy of Sciences', + 'issn' => '1314-2321', + ), + 146 => + array ( + 'id' => 2147, + 'created_at' => '2024-12-02 17:00:30', + 'updated_at' => '2024-12-02 17:12:24', + 'title' => 'International Journal for Numerical Methods in Biomedical Engineering', + 'scopus_source_record_id' => '19700174683', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2040-7947', + ), + 147 => + array ( + 'id' => 2148, + 'created_at' => '2024-12-02 17:00:30', + 'updated_at' => '2024-12-02 17:12:24', + 'title' => 'International Journal for Quality Research', + 'scopus_source_record_id' => '21100301410', + 'publisher' => 'University of Montenegro', + 'issn' => '1800-7473', + ), + 148 => + array ( + 'id' => 2149, + 'created_at' => '2024-12-02 17:00:30', + 'updated_at' => '2024-12-02 17:12:24', + 'title' => 'International Journal of Advanced and Applied Sciences', + 'scopus_source_record_id' => '21101045271', + 'publisher' => 'Institute of Advanced Science Extension (IASE)', + 'issn' => '2313-3724', + ), + 149 => + array ( + 'id' => 2150, + 'created_at' => '2024-12-02 17:00:30', + 'updated_at' => '2024-12-02 17:12:24', + 'title' => 'International Journal of Advanced Operations Management', + 'scopus_source_record_id' => '21100394268', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1758-9398', + ), + 150 => + array ( + 'id' => 2151, + 'created_at' => '2024-12-02 17:00:30', + 'updated_at' => '2024-12-02 17:12:24', + 'title' => 'International Journal of Advancement in Life Sciences Research', + 'scopus_source_record_id' => '21101189037', + 'publisher' => 'Dr Tarak Nath Podder Memorial Foundation', + 'issn' => '2581-4877', + ), + 151 => + array ( + 'id' => 2152, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Agile Systems and Management', + 'scopus_source_record_id' => '21100394266', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-9182', + ), + 152 => + array ( + 'id' => 2153, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Agricultural and Biological Engineering', + 'scopus_source_record_id' => '19700183006', + 'publisher' => 'Chinese Society of Agricultural Engineering', + 'issn' => '1934-6352', + ), + 153 => + array ( + 'id' => 2154, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:16:09', + 'title' => 'International Journal of Agricultural Resources, Governance and Ecology', + 'scopus_source_record_id' => '75950', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1462-4605', + ), + 154 => + array ( + 'id' => 2155, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Agricultural Technology', + 'scopus_source_record_id' => '21100902105', + 'publisher' => 'Association of Agricultural Technology in Southeast Asia', + 'issn' => '2630-0192', + ), + 155 => + array ( + 'id' => 2156, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Agriculture and Biology', + 'scopus_source_record_id' => '10900153321', + 'publisher' => 'Friends Science Publishers', + 'issn' => '1814-9596', + ), + 156 => + array ( + 'id' => 2157, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Agriculture and Biosciences', + 'scopus_source_record_id' => '21101162543', + 'publisher' => 'Unique Scientific Publishers', + 'issn' => '2306-3599', + ), + 157 => + array ( + 'id' => 2158, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Agriculture and Natural Resources', + 'scopus_source_record_id' => '21101085518', + 'publisher' => 'Pontificia Universidad Catolica de Chile, Facultad de Agronomia e Ingenieria Forestal', + 'issn' => '2452-5731', + ), + 158 => + array ( + 'id' => 2159, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Applied Decision Sciences', + 'scopus_source_record_id' => '17700156204', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1755-8085', + ), + 159 => + array ( + 'id' => 2160, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Applied Earth Observation and Geoinformation', + 'scopus_source_record_id' => '39563', + 'publisher' => 'Elsevier', + 'issn' => '1872-826X', + ), + 160 => + array ( + 'id' => 2161, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Applied Geospatial Research', + 'scopus_source_record_id' => '21100207607', + 'publisher' => 'IGI Global Publishing', + 'issn' => '1947-9662', + ), + 161 => + array ( + 'id' => 2162, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Applied Metaheuristic Computing', + 'scopus_source_record_id' => '21100858129', + 'publisher' => 'IGI Global Publishing', + 'issn' => '1947-8291', + ), + 162 => + array ( + 'id' => 2163, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Applied Power Engineering', + 'scopus_source_record_id' => '21101156894', + 'publisher' => 'Intelektual Pustaka Media Utama', + 'issn' => '2722-2624', + ), + 163 => + array ( + 'id' => 2164, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Applied Science and Engineering', + 'scopus_source_record_id' => '21100822732', + 'publisher' => 'Chaoyang University of Technology', + 'issn' => '1727-7841', + ), + 164 => + array ( + 'id' => 2165, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Aquatic Biology', + 'scopus_source_record_id' => '21100902625', + 'publisher' => 'Iranian Society of Ichthyology', + 'issn' => '2322-5270', + ), + 165 => + array ( + 'id' => 2166, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:25', + 'title' => 'International Journal of Aquatic Research and Education', + 'scopus_source_record_id' => '21100211363', + 'publisher' => 'Human Kinetics Publishers Inc.', + 'issn' => '1932-9253', + ), + 166 => + array ( + 'id' => 2167, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:16:10', + 'title' => 'International Journal of Astrobiology', + 'scopus_source_record_id' => '4700152725', + 'publisher' => 'Cambridge University Press', + 'issn' => '1473-5504', + ), + 167 => + array ( + 'id' => 2168, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Bifurcation and Chaos', + 'scopus_source_record_id' => '12337', + 'publisher' => 'World Scientific', + 'issn' => '1793-6551', + ), + 168 => + array ( + 'id' => 2169, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Biochemistry and Cell Biology', + 'scopus_source_record_id' => '17542', + 'publisher' => 'Elsevier', + 'issn' => '1878-5875', + ), + 169 => + array ( + 'id' => 2170, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Biological and Chemical Sciences', + 'scopus_source_record_id' => '21101179124', + 'publisher' => 'International Formulae Group (IFG)', + 'issn' => '1997-342X', + ), + 170 => + array ( + 'id' => 2171, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Biological Macromolecules', + 'scopus_source_record_id' => '17544', + 'publisher' => 'Elsevier', + 'issn' => '1879-0003', + ), + 171 => + array ( + 'id' => 2172, + 'created_at' => '2024-12-02 17:00:31', + 'updated_at' => '2024-12-02 17:16:10', + 'title' => 'International Journal of Biological Sciences', + 'scopus_source_record_id' => '4400151713', + 'publisher' => 'Ivyspring International Publisher', + 'issn' => '1449-2288', + ), + 172 => + array ( + 'id' => 2173, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Biomedicine', + 'scopus_source_record_id' => '21101038719', + 'publisher' => 'International Medical Research and Development Corporation', + 'issn' => '2158-0529', + ), + 173 => + array ( + 'id' => 2174, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Biometeorology', + 'scopus_source_record_id' => '13506', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1254', + ), + 174 => + array ( + 'id' => 2175, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Business Environment', + 'scopus_source_record_id' => '21100836589', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1740-0597', + ), + 175 => + array ( + 'id' => 2176, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Business Performance and Supply Chain Modelling', + 'scopus_source_record_id' => '21100825851', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1758-941X', + ), + 176 => + array ( + 'id' => 2177, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Business Process Integration and Management', + 'scopus_source_record_id' => '4700152810', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-8771', + ), + 177 => + array ( + 'id' => 2178, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:26', + 'title' => 'International Journal of Canadian Studies', + 'scopus_source_record_id' => '21101152875', + 'publisher' => 'University of Toronto Press', + 'issn' => '1923-5291', + ), + 178 => + array ( + 'id' => 2179, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:27', + 'title' => 'International Journal of Cartography', + 'scopus_source_record_id' => '21101020023', + 'publisher' => 'Taylor & Francis', + 'issn' => '2372-9341', + ), + 179 => + array ( + 'id' => 2180, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:27', + 'title' => 'International Journal of Chemical Kinetics', + 'scopus_source_record_id' => '26925', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-4601', + ), + 180 => + array ( + 'id' => 2181, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:16:11', + 'title' => 'International Journal of Climate Change Strategies and Management', + 'scopus_source_record_id' => '21100207601', + 'publisher' => 'Emerald Publishing', + 'issn' => '1756-8692', + ), + 181 => + array ( + 'id' => 2182, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:27', + 'title' => 'International Journal of Climate Change: Impacts and Responses', + 'scopus_source_record_id' => '21100824048', + 'publisher' => 'Common Ground Research Networks', + 'issn' => '2833-4140', + ), + 182 => + array ( + 'id' => 2183, + 'created_at' => '2024-12-02 17:00:32', + 'updated_at' => '2024-12-02 17:12:27', + 'title' => 'International Journal of Climatology', + 'scopus_source_record_id' => '13507', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-0088', + ), + 183 => + array ( + 'id' => 2184, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:16:11', + 'title' => 'International Journal of Construction Supply Chain Management', + 'scopus_source_record_id' => '21100464314', + 'publisher' => 'Massey University', + 'issn' => '1179-0776', + ), + 184 => + array ( + 'id' => 2185, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:12:28', + 'title' => 'International Journal of Cosmetic Science', + 'scopus_source_record_id' => '26568', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1468-2494', + ), + 185 => + array ( + 'id' => 2186, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:12:28', + 'title' => 'International Journal of Critical Infrastructures', + 'scopus_source_record_id' => '26673', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-8038', + ), + 186 => + array ( + 'id' => 2187, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:12:28', + 'title' => 'International Journal of Crowd Science', + 'scopus_source_record_id' => '21101068186', + 'publisher' => 'Emerald Publishing', + 'issn' => '2398-7294', + ), + 187 => + array ( + 'id' => 2188, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:12:28', + 'title' => 'International Journal of Data Mining and Bioinformatics', + 'scopus_source_record_id' => '10700153302', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1748-5681', + ), + 188 => + array ( + 'id' => 2189, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:12:28', + 'title' => 'International Journal of Design and Nature and Ecodynamics', + 'scopus_source_record_id' => '14200154728', + 'publisher' => 'International Information and Engineering Technology Association', + 'issn' => '1755-7445', + ), + 189 => + array ( + 'id' => 2190, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:12:28', + 'title' => 'International Journal of Digital Earth', + 'scopus_source_record_id' => '19700187627', + 'publisher' => 'Taylor & Francis', + 'issn' => '1753-8955', + ), + 190 => + array ( + 'id' => 2191, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:12:29', + 'title' => 'International Journal of Disaster Risk Science', + 'scopus_source_record_id' => '21100409410', + 'publisher' => 'Beijing Normal University Press', + 'issn' => '2192-6395', + ), + 191 => + array ( + 'id' => 2192, + 'created_at' => '2024-12-02 17:00:33', + 'updated_at' => '2024-12-02 17:12:29', + 'title' => 'International Journal of Earth Sciences', + 'scopus_source_record_id' => '27543', + 'publisher' => 'Springer Nature', + 'issn' => '1437-3262', + ), + 192 => + array ( + 'id' => 2193, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:29', + 'title' => 'International Journal of Ecology', + 'scopus_source_record_id' => '19700175824', + 'publisher' => 'Hindawi', + 'issn' => '1687-9716', + ), + 193 => + array ( + 'id' => 2194, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:29', + 'title' => 'International Journal of Emergency Services', + 'scopus_source_record_id' => '21100385807', + 'publisher' => 'Emerald Publishing', + 'issn' => '2047-0908', + ), + 194 => + array ( + 'id' => 2195, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:29', + 'title' => 'International Journal of Energy and Water Resources', + 'scopus_source_record_id' => '21101215112', + 'publisher' => 'Springer Nature', + 'issn' => '2522-0101', + ), + 195 => + array ( + 'id' => 2196, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:29', + 'title' => 'International Journal of Energy for a Clean Environment', + 'scopus_source_record_id' => '21100197173', + 'publisher' => 'Begell House', + 'issn' => '2150-363X', + ), + 196 => + array ( + 'id' => 2197, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:29', + 'title' => 'International Journal of Energy Production and Management', + 'scopus_source_record_id' => '21100903414', + 'publisher' => 'International Information and Engineering Technology Association', + 'issn' => '2056-3280', + ), + 197 => + array ( + 'id' => 2198, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:16:13', + 'title' => 'International Journal of Energy, Environment and Economics', + 'scopus_source_record_id' => '18700156711', + 'publisher' => 'Nova Science Publishers, Inc.', + 'issn' => '1054-853X', + ), + 198 => + array ( + 'id' => 2199, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Engineering and Geosciences', + 'scopus_source_record_id' => '21101144408', + 'publisher' => 'Murat Yakar', + 'issn' => '2548-0960', + ), + 199 => + array ( + 'id' => 2200, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Engineering Business Management', + 'scopus_source_record_id' => '21100200829', + 'publisher' => 'SAGE', + 'issn' => '1847-9790', + ), + 200 => + array ( + 'id' => 2201, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Enterprise Network Management', + 'scopus_source_record_id' => '19400157401', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1748-1260', + ), + 201 => + array ( + 'id' => 2202, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environment and Health', + 'scopus_source_record_id' => '8000153105', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1743-4963', + ), + 202 => + array ( + 'id' => 2203, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environment and Pollution', + 'scopus_source_record_id' => '23996', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-5101', + ), + 203 => + array ( + 'id' => 2204, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environment and Sustainable Development', + 'scopus_source_record_id' => '22752', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1478-7466', + ), + 204 => + array ( + 'id' => 2205, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Analytical Chemistry', + 'scopus_source_record_id' => '24012', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-0397', + ), + 205 => + array ( + 'id' => 2206, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Health Engineering', + 'scopus_source_record_id' => '21101021876', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2277-9183', + ), + 206 => + array ( + 'id' => 2207, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Health Research', + 'scopus_source_record_id' => '22753', + 'publisher' => 'Taylor & Francis', + 'issn' => '1369-1619', + ), + 207 => + array ( + 'id' => 2208, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Impacts', + 'scopus_source_record_id' => '21101152867', + 'publisher' => 'International Information and Engineering Technology Association', + 'issn' => '2398-2659', + ), + 208 => + array ( + 'id' => 2209, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Research', + 'scopus_source_record_id' => '11500153412', + 'publisher' => 'Springer Nature', + 'issn' => '2008-2304', + ), + 209 => + array ( + 'id' => 2210, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Research and Public Health', + 'scopus_source_record_id' => '144989', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '1660-4601', + ), + 210 => + array ( + 'id' => 2211, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:16:14', + 'title' => 'International Journal of Environmental Science and Development', + 'scopus_source_record_id' => '21100920640', + 'publisher' => 'International Journal of Environmental Science and Development', + 'issn' => '2010-0264', + ), + 211 => + array ( + 'id' => 2212, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Science and Technology', + 'scopus_source_record_id' => '4000148503', + 'publisher' => 'Springer Nature', + 'issn' => '1735-2630', + ), + 212 => + array ( + 'id' => 2213, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:16:14', + 'title' => 'International Journal of Environmental Sciences', + 'scopus_source_record_id' => '21101096350', + 'publisher' => 'Academic Science Publications and Distributions', + 'issn' => '2229-7359', + ), + 213 => + array ( + 'id' => 2214, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Studies', + 'scopus_source_record_id' => '110000', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-0400', + ), + 214 => + array ( + 'id' => 2215, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Sustainability', + 'scopus_source_record_id' => '21100266696', + 'publisher' => 'Common Ground Research Networks', + 'issn' => '2325-1085', + ), + 215 => + array ( + 'id' => 2216, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Environmental Technology and Management', + 'scopus_source_record_id' => '23267', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-511X', + ), + 216 => + array ( + 'id' => 2217, + 'created_at' => '2024-12-02 17:00:34', + 'updated_at' => '2024-12-02 17:16:14', + 'title' => 'International Journal of Environmental, Cultural, Economic and Social Sustainability', + 'scopus_source_record_id' => '19900193223', + 'publisher' => 'Common Ground Research Networks', + 'issn' => '1832-2077', + ), + 217 => + array ( + 'id' => 2218, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Evidence and Proof', + 'scopus_source_record_id' => '21100886226', + 'publisher' => 'SAGE', + 'issn' => '1740-5572', + ), + 218 => + array ( + 'id' => 2219, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Experimental Pathology', + 'scopus_source_record_id' => '14751', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2613', + ), + 219 => + array ( + 'id' => 2220, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:30', + 'title' => 'International Journal of Experimental Research and Review', + 'scopus_source_record_id' => '21101140508', + 'publisher' => 'International Academic Publishing House (IAPH)', + 'issn' => '2455-4855', + ), + 220 => + array ( + 'id' => 2221, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Food Microbiology', + 'scopus_source_record_id' => '19760', + 'publisher' => 'Elsevier', + 'issn' => '1879-3460', + ), + 221 => + array ( + 'id' => 2222, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Forest Engineering', + 'scopus_source_record_id' => '21101107172', + 'publisher' => 'Taylor & Francis', + 'issn' => '1913-2220', + ), + 222 => + array ( + 'id' => 2223, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Forestry Research', + 'scopus_source_record_id' => '21100811152', + 'publisher' => 'Hindawi', + 'issn' => '1687-9376', + ), + 223 => + array ( + 'id' => 2224, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:16:14', + 'title' => 'International Journal of Fruit Science', + 'scopus_source_record_id' => '4400151712', + 'publisher' => 'Taylor & Francis', + 'issn' => '1553-8362', + ), + 224 => + array ( + 'id' => 2225, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Genomics', + 'scopus_source_record_id' => '21100241624', + 'publisher' => 'Hindawi', + 'issn' => '2314-4378', + ), + 225 => + array ( + 'id' => 2226, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Geoinformatics', + 'scopus_source_record_id' => '21100198528', + 'publisher' => 'Association for Geoinformation Technology', + 'issn' => '2673-0014', + ), + 226 => + array ( + 'id' => 2227, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Geophysics', + 'scopus_source_record_id' => '21100215167', + 'publisher' => 'Hindawi', + 'issn' => '1687-8868', + ), + 227 => + array ( + 'id' => 2228, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Geospatial and Environmental Research', + 'scopus_source_record_id' => '21100903458', + 'publisher' => 'Korea-America Association for Geospatial and Environmental Sciences', + 'issn' => '2332-2047', + ), + 228 => + array ( + 'id' => 2229, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Global Environmental Issues', + 'scopus_source_record_id' => '23268', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-5136', + ), + 229 => + array ( + 'id' => 2230, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Global Warming', + 'scopus_source_record_id' => '21100205986', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1758-2091', + ), + 230 => + array ( + 'id' => 2231, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:31', + 'title' => 'International Journal of Globalisation and Small Business', + 'scopus_source_record_id' => '4700152236', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1479-3067', + ), + 231 => + array ( + 'id' => 2232, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:16:15', + 'title' => 'International Journal of Greenhouse Gas Control', + 'scopus_source_record_id' => '6200180161', + 'publisher' => 'Elsevier', + 'issn' => '1750-5836', + ), + 232 => + array ( + 'id' => 2233, + 'created_at' => '2024-12-02 17:00:35', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Health Policy and Management', + 'scopus_source_record_id' => '21100787828', + 'publisher' => 'Kerman University of Medical Sciences', + 'issn' => '2322-5939', + ), + 233 => + array ( + 'id' => 2234, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Housing Policy', + 'scopus_source_record_id' => '13278', + 'publisher' => 'Taylor & Francis', + 'issn' => '1949-1255', + ), + 234 => + array ( + 'id' => 2235, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Human Capital in Urban Management', + 'scopus_source_record_id' => '21101120346', + 'publisher' => 'Tehran Urban Research and Planning Center', + 'issn' => '2476-4701', + ), + 235 => + array ( + 'id' => 2236, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Hydrology Science and Technology', + 'scopus_source_record_id' => '21100236227', + 'publisher' => 'Inderscience Publishers', + 'issn' => '2042-7816', + ), + 236 => + array ( + 'id' => 2237, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Image and Data Fusion', + 'scopus_source_record_id' => '19700188257', + 'publisher' => 'Taylor & Francis', + 'issn' => '1947-9824', + ), + 237 => + array ( + 'id' => 2238, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Immunogenetics', + 'scopus_source_record_id' => '18893', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1744-313X', + ), + 238 => + array ( + 'id' => 2239, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Industrial Engineering and Management', + 'scopus_source_record_id' => '21100211751', + 'publisher' => 'University of Novi Sad', + 'issn' => '2683-345X', + ), + 239 => + array ( + 'id' => 2240, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Industrial Engineering and Production Research', + 'scopus_source_record_id' => '21100901841', + 'publisher' => 'Iran University of Science and Technology', + 'issn' => '2345-363X', + ), + 240 => + array ( + 'id' => 2241, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Information Systems and Change Management', + 'scopus_source_record_id' => '19700186887', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1479-313X', + ), + 241 => + array ( + 'id' => 2242, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:32', + 'title' => 'International Journal of Information Systems in the Service Sector', + 'scopus_source_record_id' => '21100266730', + 'publisher' => 'IGI Global Publishing', + 'issn' => '1935-5696', + ), + 242 => + array ( + 'id' => 2243, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:33', + 'title' => 'International Journal of Innovative Research and Scientific Studies', + 'scopus_source_record_id' => '21101057630', + 'publisher' => 'Innovative Research Publishing', + 'issn' => '2617-6548', + ), + 243 => + array ( + 'id' => 2244, + 'created_at' => '2024-12-02 17:00:36', + 'updated_at' => '2024-12-02 17:12:33', + 'title' => 'International Journal of Intelligent Information Technologies', + 'scopus_source_record_id' => '4500151542', + 'publisher' => 'IGI Global Publishing', + 'issn' => '1548-3665', + ), + 244 => + array ( + 'id' => 2245, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:33', + 'title' => 'International Journal of Language and Culture', + 'scopus_source_record_id' => '21100862487', + 'publisher' => 'John Benjamins Publishing Company', + 'issn' => '2214-3165', + ), + 245 => + array ( + 'id' => 2246, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:33', + 'title' => 'International Journal of Lean Six Sigma', + 'scopus_source_record_id' => '21100377744', + 'publisher' => 'Emerald Publishing', + 'issn' => '2040-4174', + ), + 246 => + array ( + 'id' => 2247, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:33', + 'title' => 'International Journal of Life Cycle Assessment', + 'scopus_source_record_id' => '23271', + 'publisher' => 'Springer Nature', + 'issn' => '1614-7502', + ), + 247 => + array ( + 'id' => 2248, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:33', + 'title' => 'International Journal of Limnology', + 'scopus_source_record_id' => '21101166979', + 'publisher' => 'EDP Sciences', + 'issn' => '2823-1465', + ), + 248 => + array ( + 'id' => 2249, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:33', + 'title' => 'International Journal of Logistics Research and Applications', + 'scopus_source_record_id' => '11400153310', + 'publisher' => 'Taylor & Francis', + 'issn' => '1469-848X', + ), + 249 => + array ( + 'id' => 2250, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Logistics Systems and Management', + 'scopus_source_record_id' => '4700151504', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1742-7975', + ), + 250 => + array ( + 'id' => 2251, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:16:17', + 'title' => 'International Journal of Low-Carbon Technologies', + 'scopus_source_record_id' => '7300153102', + 'publisher' => 'Oxford University Press', + 'issn' => '1748-1317', + ), + 251 => + array ( + 'id' => 2252, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Management and Decision Making', + 'scopus_source_record_id' => '4000151802', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-5187', + ), + 252 => + array ( + 'id' => 2253, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Management and Enterprise Development', + 'scopus_source_record_id' => '4000149708', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-8127', + ), + 253 => + array ( + 'id' => 2254, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Management and Sustainability', + 'scopus_source_record_id' => '21101021770', + 'publisher' => 'Conscientia Beam', + 'issn' => '2306-0662', + ), + 254 => + array ( + 'id' => 2255, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Management Reviews', + 'scopus_source_record_id' => '20037', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1468-2370', + ), + 255 => + array ( + 'id' => 2256, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Management Science and Engineering Management', + 'scopus_source_record_id' => '21100790518', + 'publisher' => 'Taylor & Francis', + 'issn' => '1750-9661', + ), + 256 => + array ( + 'id' => 2257, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Maps in Mathematics', + 'scopus_source_record_id' => '21101183613', + 'publisher' => 'Bayram Sahin', + 'issn' => '2636-7467', + ), + 257 => + array ( + 'id' => 2258, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Marine and Coastal Law', + 'scopus_source_record_id' => '27789', + 'publisher' => 'Brill', + 'issn' => '1571-8085', + ), + 258 => + array ( + 'id' => 2259, + 'created_at' => '2024-12-02 17:00:37', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Mathematics in Operational Research', + 'scopus_source_record_id' => '21100202502', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1757-5869', + ), + 259 => + array ( + 'id' => 2260, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Medical Biochemistry', + 'scopus_source_record_id' => '21101121914', + 'publisher' => 'Association of Clinical Biochemistry Specialists (Klinik Biyokimya Uzmanlari Dernegi)', + 'issn' => '2618-642X', + ), + 260 => + array ( + 'id' => 2261, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:34', + 'title' => 'International Journal of Medical Microbiology', + 'scopus_source_record_id' => '22383', + 'publisher' => 'Elsevier', + 'issn' => '1618-0607', + ), + 261 => + array ( + 'id' => 2262, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:35', + 'title' => 'International Journal of Microbiology', + 'scopus_source_record_id' => '19900193845', + 'publisher' => 'Hindawi', + 'issn' => '1687-9198', + ), + 262 => + array ( + 'id' => 2263, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:35', + 'title' => 'International Journal of Molecular and Cellular Medicine', + 'scopus_source_record_id' => '21100821160', + 'publisher' => 'Babol University of Medical Sciences', + 'issn' => '2251-9645', + ), + 263 => + array ( + 'id' => 2264, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:35', + 'title' => 'International Journal of Molecular Medicine', + 'scopus_source_record_id' => '14759', + 'publisher' => 'Spandidos Publications', + 'issn' => '1791-244X', + ), + 264 => + array ( + 'id' => 2265, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:35', + 'title' => 'International Journal of Molecular Sciences', + 'scopus_source_record_id' => '25879', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '1422-0067', + ), + 265 => + array ( + 'id' => 2266, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:35', + 'title' => 'International Journal of Multicriteria Decision Making', + 'scopus_source_record_id' => '21100285030', + 'publisher' => 'Inderscience Publishers', + 'issn' => '2040-1078', + ), + 266 => + array ( + 'id' => 2267, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:35', + 'title' => 'International Journal of Nanomedicine', + 'scopus_source_record_id' => '7700153108', + 'publisher' => 'Dove Medical Press', + 'issn' => '1178-2013', + ), + 267 => + array ( + 'id' => 2268, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:35', + 'title' => 'International Journal of Nanoscience and Nanotechnology', + 'scopus_source_record_id' => '21100913762', + 'publisher' => 'Iranian Nano Society', + 'issn' => '2423-5911', + ), + 268 => + array ( + 'id' => 2269, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:35', + 'title' => 'International Journal of Nautical Archaeology', + 'scopus_source_record_id' => '86313', + 'publisher' => 'Taylor & Francis', + 'issn' => '1095-9270', + ), + 269 => + array ( + 'id' => 2270, + 'created_at' => '2024-12-02 17:00:38', + 'updated_at' => '2024-12-02 17:12:36', + 'title' => 'International Journal of Odonatology', + 'scopus_source_record_id' => '19500157114', + 'publisher' => 'Wachholtz Publishing', + 'issn' => '2159-6719', + ), + 270 => + array ( + 'id' => 2271, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:36', + 'title' => 'International Journal of Operational Research', + 'scopus_source_record_id' => '4400151406', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1745-7653', + ), + 271 => + array ( + 'id' => 2272, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:36', + 'title' => 'International Journal of Operations and Production Management', + 'scopus_source_record_id' => '20039', + 'publisher' => 'Emerald Publishing', + 'issn' => '1758-6593', + ), + 272 => + array ( + 'id' => 2273, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:16:18', + 'title' => 'International Journal of Operations and Quantitative Management', + 'scopus_source_record_id' => '21100219935', + 'publisher' => 'International Forum of Management Scholars (INFOMS)', + 'issn' => '1082-1910', + ), + 273 => + array ( + 'id' => 2274, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:36', + 'title' => 'International Journal of Peptide Research and Therapeutics', + 'scopus_source_record_id' => '145580', + 'publisher' => 'Springer Nature', + 'issn' => '1573-3904', + ), + 274 => + array ( + 'id' => 2275, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Photoenergy', + 'scopus_source_record_id' => '145581', + 'publisher' => 'Hindawi', + 'issn' => '1687-529X', + ), + 275 => + array ( + 'id' => 2276, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Phytopathology', + 'scopus_source_record_id' => '21101038817', + 'publisher' => 'EScience Press', + 'issn' => '2312-9344', + ), + 276 => + array ( + 'id' => 2277, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Phytoremediation', + 'scopus_source_record_id' => '23273', + 'publisher' => 'Taylor & Francis', + 'issn' => '1549-7879', + ), + 277 => + array ( + 'id' => 2278, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Plant Sciences', + 'scopus_source_record_id' => '19129', + 'publisher' => 'University of Chicago Press', + 'issn' => '1537-5315', + ), + 278 => + array ( + 'id' => 2279, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Plasma Environmental Science and Technology', + 'scopus_source_record_id' => '21100205904', + 'publisher' => 'Institute of Electrostatics Japan', + 'issn' => '2435-0125', + ), + 279 => + array ( + 'id' => 2280, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Primatology', + 'scopus_source_record_id' => '22028', + 'publisher' => 'Springer Nature', + 'issn' => '1573-8604', + ), + 280 => + array ( + 'id' => 2281, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Process Management and Benchmarking', + 'scopus_source_record_id' => '4700152455', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-816X', + ), + 281 => + array ( + 'id' => 2282, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Product Lifecycle Management', + 'scopus_source_record_id' => '4000149501', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1743-5129', + ), + 282 => + array ( + 'id' => 2283, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:16:19', + 'title' => 'International Journal of Production Economics', + 'scopus_source_record_id' => '19165', + 'publisher' => 'Elsevier', + 'issn' => '0925-5273', + ), + 283 => + array ( + 'id' => 2284, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Production Management and Engineering', + 'scopus_source_record_id' => '21101023959', + 'publisher' => 'Universidad Politecnica de Valencia', + 'issn' => '2340-4876', + ), + 284 => + array ( + 'id' => 2285, + 'created_at' => '2024-12-02 17:00:39', + 'updated_at' => '2024-12-02 17:12:37', + 'title' => 'International Journal of Production Research', + 'scopus_source_record_id' => '27656', + 'publisher' => 'Taylor & Francis', + 'issn' => '1366-588X', + ), + 285 => + array ( + 'id' => 2286, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:16:20', + 'title' => 'International Journal of Public Sector Management', + 'scopus_source_record_id' => '20053', + 'publisher' => 'Emerald Publishing', + 'issn' => '0951-3558', + ), + 286 => + array ( + 'id' => 2287, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:38', + 'title' => 'International Journal of Recycling of Organic Waste in Agriculture', + 'scopus_source_record_id' => '21100395913', + 'publisher' => 'Islamic Azad University', + 'issn' => '2251-7715', + ), + 287 => + array ( + 'id' => 2288, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:38', + 'title' => 'International Journal of Refugee Law', + 'scopus_source_record_id' => '25818', + 'publisher' => 'Oxford University Press', + 'issn' => '1464-3715', + ), + 288 => + array ( + 'id' => 2289, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:38', + 'title' => 'International Journal of Remote Sensing', + 'scopus_source_record_id' => '22674', + 'publisher' => 'Taylor & Francis', + 'issn' => '1366-5901', + ), + 289 => + array ( + 'id' => 2290, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:38', + 'title' => 'International Journal of Risk Assessment and Management', + 'scopus_source_record_id' => '4700151732', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-5241', + ), + 290 => + array ( + 'id' => 2291, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:38', + 'title' => 'International Journal of River Basin Management', + 'scopus_source_record_id' => '7500153132', + 'publisher' => 'Taylor & Francis', + 'issn' => '1814-2060', + ), + 291 => + array ( + 'id' => 2292, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:38', + 'title' => 'International Journal of Rural Management', + 'scopus_source_record_id' => '19700170838', + 'publisher' => 'SAGE', + 'issn' => '0973-0680', + ), + 292 => + array ( + 'id' => 2293, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:38', + 'title' => 'International Journal of Safety and Security Engineering', + 'scopus_source_record_id' => '21100785501', + 'publisher' => 'International Information and Engineering Technology Association', + 'issn' => '2041-904X', + ), + 293 => + array ( + 'id' => 2294, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:38', + 'title' => 'International Journal of Secondary Metabolite', + 'scopus_source_record_id' => '21101044920', + 'publisher' => 'Pamukkale University', + 'issn' => '2148-6905', + ), + 294 => + array ( + 'id' => 2295, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:39', + 'title' => 'International Journal of Service Science, Management, Engineering, and Technology', + 'scopus_source_record_id' => '21100896466', + 'publisher' => 'IGI Global Publishing', + 'issn' => '1947-9603', + ), + 295 => + array ( + 'id' => 2296, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:39', + 'title' => 'International Journal of Services and Operations Management', + 'scopus_source_record_id' => '4000148902', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1744-2389', + ), + 296 => + array ( + 'id' => 2297, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:39', + 'title' => 'International Journal of Services Operations and Informatics', + 'scopus_source_record_id' => '6400153175', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-5403', + ), + 297 => + array ( + 'id' => 2298, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:39', + 'title' => 'International Journal of Shipping and Transport Logistics', + 'scopus_source_record_id' => '19700187506', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1756-6525', + ), + 298 => + array ( + 'id' => 2299, + 'created_at' => '2024-12-02 17:00:40', + 'updated_at' => '2024-12-02 17:12:39', + 'title' => 'International Journal of Social Ecology and Sustainable Development', + 'scopus_source_record_id' => '21100207622', + 'publisher' => 'IGI Global Publishing', + 'issn' => '1947-8410', + ), + 299 => + array ( + 'id' => 2300, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:39', + 'title' => 'International Journal of Sport Management and Marketing', + 'scopus_source_record_id' => '4700153009', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1740-2808', + ), + 300 => + array ( + 'id' => 2301, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Supply and Operations Management', + 'scopus_source_record_id' => '21100894851', + 'publisher' => 'Kharazmi University', + 'issn' => '2383-2525', + ), + 301 => + array ( + 'id' => 2302, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Sustainability in Economic, Social, and Cultural Context', + 'scopus_source_record_id' => '21100258751', + 'publisher' => 'Common Ground Research Networks', + 'issn' => '2325-114X', + ), + 302 => + array ( + 'id' => 2303, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Sustainability Policy and Practice', + 'scopus_source_record_id' => '21100274247', + 'publisher' => 'Common Ground Research Networks', + 'issn' => '2325-1182', + ), + 303 => + array ( + 'id' => 2304, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Sustainable Agricultural Management and Informatics', + 'scopus_source_record_id' => '21100872764', + 'publisher' => 'Inderscience Publishers', + 'issn' => '2054-5827', + ), + 304 => + array ( + 'id' => 2305, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Sustainable Development', + 'scopus_source_record_id' => '23275', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-5268', + ), + 305 => + array ( + 'id' => 2306, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Sustainable Development and Planning', + 'scopus_source_record_id' => '5200153101', + 'publisher' => 'International Information and Engineering Technology Association', + 'issn' => '1743-761X', + ), + 306 => + array ( + 'id' => 2307, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Sustainable Development and World Ecology', + 'scopus_source_record_id' => '23292', + 'publisher' => 'Taylor & Francis', + 'issn' => '1745-2627', + ), + 307 => + array ( + 'id' => 2308, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Sustainable Manufacturing', + 'scopus_source_record_id' => '21100199124', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1742-7231', + ), + 308 => + array ( + 'id' => 2309, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Sustainable Society', + 'scopus_source_record_id' => '20500195092', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1756-2546', + ), + 309 => + array ( + 'id' => 2310, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Systematic and Evolutionary Microbiology', + 'scopus_source_record_id' => '19761', + 'publisher' => 'Microbiology Society', + 'issn' => '1466-5034', + ), + 310 => + array ( + 'id' => 2311, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Systematic Innovation', + 'scopus_source_record_id' => '21100853929', + 'publisher' => 'The Society of Systematic Innovation', + 'issn' => '2077-8767', + ), + 311 => + array ( + 'id' => 2312, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Systems Science: Operations and Logistics', + 'scopus_source_record_id' => '21100886529', + 'publisher' => 'Taylor & Francis', + 'issn' => '2330-2682', + ), + 312 => + array ( + 'id' => 2313, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Technology', + 'scopus_source_record_id' => '21100235612', + 'publisher' => 'Faculty of Engineering, Universitas Indonesia', + 'issn' => '2087-2100', + ), + 313 => + array ( + 'id' => 2314, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of Technology Management and Sustainable Development', + 'scopus_source_record_id' => '21100246540', + 'publisher' => 'Intellect Publishers', + 'issn' => '2040-0551', + ), + 314 => + array ( + 'id' => 2315, + 'created_at' => '2024-12-02 17:00:41', + 'updated_at' => '2024-12-02 17:12:40', + 'title' => 'International Journal of the Analytic Hierarchy Process', + 'scopus_source_record_id' => '21100869515', + 'publisher' => 'Creative Decisions Foundation', + 'issn' => '1936-6744', + ), + 315 => + array ( + 'id' => 2316, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:41', + 'title' => 'International Journal of Tourism Cities', + 'scopus_source_record_id' => '21100844181', + 'publisher' => 'Emerald Publishing', + 'issn' => '2056-5615', + ), + 316 => + array ( + 'id' => 2317, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:41', + 'title' => 'International Journal of Transportation Science and Technology', + 'scopus_source_record_id' => '21100934655', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2046-0449', + ), + 317 => + array ( + 'id' => 2318, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:41', + 'title' => 'International Journal of Tropical Insect Science', + 'scopus_source_record_id' => '1100147101', + 'publisher' => 'Springer Nature', + 'issn' => '1742-7592', + ), + 318 => + array ( + 'id' => 2319, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:16:22', + 'title' => 'International Journal of Tryptophan Research', + 'scopus_source_record_id' => '21100199827', + 'publisher' => 'Libertas Academica', + 'issn' => '1178-6469', + ), + 319 => + array ( + 'id' => 2320, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:41', + 'title' => 'International Journal of Urban Sustainable Development', + 'scopus_source_record_id' => '21100208039', + 'publisher' => 'Taylor & Francis', + 'issn' => '1946-3146', + ), + 320 => + array ( + 'id' => 2321, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:41', + 'title' => 'International Journal of Water', + 'scopus_source_record_id' => '144784', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-5322', + ), + 321 => + array ( + 'id' => 2322, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:41', + 'title' => 'International Journal of Water Resources Development', + 'scopus_source_record_id' => '17479', + 'publisher' => 'Taylor & Francis', + 'issn' => '1360-0648', + ), + 322 => + array ( + 'id' => 2323, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:41', + 'title' => 'International Journal of Wildland Fire', + 'scopus_source_record_id' => '28866', + 'publisher' => 'CSIRO', + 'issn' => '1448-5516', + ), + 323 => + array ( + 'id' => 2324, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:42', + 'title' => 'International Journal on Advanced Science, Engineering and Information Technology', + 'scopus_source_record_id' => '21100463068', + 'publisher' => 'INSIGHT - Indonesian Society for Knowledge and Human Development', + 'issn' => '2460-6952', + ), + 324 => + array ( + 'id' => 2325, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:16:22', + 'title' => 'International Journal on Algae', + 'scopus_source_record_id' => '19130', + 'publisher' => 'Begell House', + 'issn' => '1521-9429', + ), + 325 => + array ( + 'id' => 2326, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:16:23', + 'title' => 'International Journal on Food System Dynamics', + 'scopus_source_record_id' => '21100456788', + 'publisher' => 'CENTMA Research', + 'issn' => '1869-6945', + ), + 326 => + array ( + 'id' => 2327, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:42', + 'title' => 'International Library of Environmental, Agricultural and Food Ethics', + 'scopus_source_record_id' => '21101038814', + 'publisher' => 'Springer Nature', + 'issn' => '2215-1737', + ), + 327 => + array ( + 'id' => 2328, + 'created_at' => '2024-12-02 17:00:42', + 'updated_at' => '2024-12-02 17:12:42', + 'title' => 'International Marine Energy Journal', + 'scopus_source_record_id' => '21101038736', + 'publisher' => 'European Wave and Tidal Energy Conference', + 'issn' => '2631-5548', + ), + 328 => + array ( + 'id' => 2329, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:42', + 'title' => 'International Microbiology', + 'scopus_source_record_id' => '19762', + 'publisher' => 'Springer Nature', + 'issn' => '1618-1905', + ), + 329 => + array ( + 'id' => 2330, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:42', + 'title' => 'International Ocean Discovery Program: Preliminary Reports', + 'scopus_source_record_id' => '21101085284', + 'publisher' => 'IODP-MI', + 'issn' => '2372-9562', + ), + 330 => + array ( + 'id' => 2331, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Regional Science Review', + 'scopus_source_record_id' => '34002', + 'publisher' => 'SAGE', + 'issn' => '1552-6925', + ), + 331 => + array ( + 'id' => 2332, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Research in Geographical and Environmental Education', + 'scopus_source_record_id' => '29238', + 'publisher' => 'Taylor & Francis', + 'issn' => '1747-7611', + ), + 332 => + array ( + 'id' => 2333, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Research Journal of Multidisciplinary Scope', + 'scopus_source_record_id' => '21101184716', + 'publisher' => 'Iquz Galaxy Publisher', + 'issn' => '2582-631X', + ), + 333 => + array ( + 'id' => 2334, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Research Journal of Multidisciplinary Technovation', + 'scopus_source_record_id' => '21101169872', + 'publisher' => 'Asian Research Association', + 'issn' => '2582-1040', + ), + 334 => + array ( + 'id' => 2335, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Review for Spatial Planning and Sustainable Development', + 'scopus_source_record_id' => '21100456855', + 'publisher' => 'Spatial Planning and Sustainable Development', + 'issn' => '2187-3666', + ), + 335 => + array ( + 'id' => 2336, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Review of Applied Sciences and Engineering', + 'scopus_source_record_id' => '21100842159', + 'publisher' => 'Akademiai Kiado', + 'issn' => '2063-4269', + ), + 336 => + array ( + 'id' => 2337, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:16:24', + 'title' => 'International Review of Cell and Molecular Biology', + 'scopus_source_record_id' => '12100154407', + 'publisher' => 'Elsevier', + 'issn' => '1937-6448', + ), + 337 => + array ( + 'id' => 2338, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Review of Environmental and Resource Economics', + 'scopus_source_record_id' => '6500153243', + 'publisher' => 'Now Publishers Inc', + 'issn' => '1932-1473', + ), + 338 => + array ( + 'id' => 2339, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Review of Environmental History', + 'scopus_source_record_id' => '21101049617', + 'publisher' => 'ANU Press', + 'issn' => '2205-3212', + ), + 339 => + array ( + 'id' => 2340, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Review of Hydrobiology', + 'scopus_source_record_id' => '29517', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1522-2632', + ), + 340 => + array ( + 'id' => 2341, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:43', + 'title' => 'International Review of Mechanical Engineering', + 'scopus_source_record_id' => '19500156811', + 'publisher' => 'Praise Worthy Prize', + 'issn' => '2532-5655', + ), + 341 => + array ( + 'id' => 2342, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:16:24', + 'title' => 'International Series in Operations Research and Management Science', + 'scopus_source_record_id' => '21100438182', + 'publisher' => 'Springer Nature', + 'issn' => '0884-8289', + ), + 342 => + array ( + 'id' => 2343, + 'created_at' => '2024-12-02 17:00:43', + 'updated_at' => '2024-12-02 17:12:44', + 'title' => 'International Soil and Water Conservation Research', + 'scopus_source_record_id' => '21100817619', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2589-059X', + ), + 343 => + array ( + 'id' => 2344, + 'created_at' => '2024-12-02 17:00:44', + 'updated_at' => '2024-12-02 17:12:44', + 'title' => 'International Transactions in Operational Research', + 'scopus_source_record_id' => '9700153238', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1475-3995', + ), + 344 => + array ( + 'id' => 2345, + 'created_at' => '2024-12-02 17:00:44', + 'updated_at' => '2024-12-02 17:16:25', + 'title' => 'International Water and Irrigation', + 'scopus_source_record_id' => '17480', + 'publisher' => 'SNER Communications Ltd.', + 'issn' => '0334-5807', + ), + 345 => + array ( + 'id' => 2346, + 'created_at' => '2024-12-02 17:00:44', + 'updated_at' => '2024-12-02 17:12:44', + 'title' => 'International Yearbook of Soil Law and Policy', + 'scopus_source_record_id' => '21101132216', + 'publisher' => 'Springer Nature', + 'issn' => '2520-128X', + ), + 346 => + array ( + 'id' => 2347, + 'created_at' => '2024-12-02 17:00:44', + 'updated_at' => '2024-12-02 17:12:45', + 'title' => 'Internet Policy Review', + 'scopus_source_record_id' => '21100898535', + 'publisher' => 'Alexander von Humboldt Institute for Internet and Society', + 'issn' => '2197-6775', + ), + 347 => + array ( + 'id' => 2348, + 'created_at' => '2024-12-02 17:00:44', + 'updated_at' => '2024-12-02 17:12:45', + 'title' => 'Invertebrate Systematics', + 'scopus_source_record_id' => '22511', + 'publisher' => 'CSIRO', + 'issn' => '1447-2600', + ), + 348 => + array ( + 'id' => 2349, + 'created_at' => '2024-12-02 17:00:44', + 'updated_at' => '2024-12-02 17:12:45', + 'title' => 'Invertebrate Zoology', + 'scopus_source_record_id' => '21100415026', + 'publisher' => 'KMK Scientific Press Ltd.', + 'issn' => '1814-0815', + ), + 349 => + array ( + 'id' => 2350, + 'created_at' => '2024-12-02 17:00:44', + 'updated_at' => '2024-12-02 17:12:45', + 'title' => 'Investigaciones Geograficas', + 'scopus_source_record_id' => '21100897203', + 'publisher' => 'Interuniversity Institute of Geography and University of Alicante', + 'issn' => '1989-9890', + ), + 350 => + array ( + 'id' => 2351, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:16:26', + 'title' => 'IPPTA: Quarterly Journal of Indian Pulp and Paper Technical Association', + 'scopus_source_record_id' => '86033', + 'publisher' => 'Indian Pulp and Paper Technical Association', + 'issn' => '0379-5462', + ), + 351 => + array ( + 'id' => 2352, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'IPSJ Transactions on Bioinformatics', + 'scopus_source_record_id' => '19700201527', + 'publisher' => 'Information Processing Society of Japan', + 'issn' => '1882-6679', + ), + 352 => + array ( + 'id' => 2353, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Biomedical Journal', + 'scopus_source_record_id' => '15238', + 'publisher' => 'Pasteur Institute of Iran', + 'issn' => '2008-823X', + ), + 353 => + array ( + 'id' => 2354, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Animal Biosystematics', + 'scopus_source_record_id' => '21101244200', + 'publisher' => 'Ferdowsi University of Mashhad', + 'issn' => '2423-4222', + ), + 354 => + array ( + 'id' => 2355, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Basic Medical Sciences', + 'scopus_source_record_id' => '19700174628', + 'publisher' => 'Mashhad University of Medical Sciences', + 'issn' => '2008-3874', + ), + 355 => + array ( + 'id' => 2356, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Biotechnology', + 'scopus_source_record_id' => '12100157243', + 'publisher' => 'National Institute of Genetic Engineering and Biotechnology', + 'issn' => '2322-2921', + ), + 356 => + array ( + 'id' => 2357, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Botany', + 'scopus_source_record_id' => '21101028162', + 'publisher' => 'Research Institute of Forests and Rangelands of Iran', + 'issn' => '2383-1685', + ), + 357 => + array ( + 'id' => 2358, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Catalysis', + 'scopus_source_record_id' => '21100826823', + 'publisher' => 'Islamic Azad University', + 'issn' => '2345-4865', + ), + 358 => + array ( + 'id' => 2359, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:16:26', + 'title' => 'Iranian Journal of Chemistry and Chemical Engineering', + 'scopus_source_record_id' => '24128', + 'publisher' => 'Iranian Institute of Research and Development in Chemical Industries', + 'issn' => '1021-9986', + ), + 359 => + array ( + 'id' => 2360, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Earth Sciences', + 'scopus_source_record_id' => '21100285064', + 'publisher' => 'Islamic Azad University', + 'issn' => '2228-785X', + ), + 360 => + array ( + 'id' => 2361, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:16:27', + 'title' => 'Iranian Journal of Fisheries Sciences', + 'scopus_source_record_id' => '19900193543', + 'publisher' => 'Iranian Fisheries Research Organization', + 'issn' => '1562-2916', + ), + 361 => + array ( + 'id' => 2362, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Forest', + 'scopus_source_record_id' => '21101187078', + 'publisher' => 'Iranian Society of Forestry', + 'issn' => '2423-4435', + ), + 362 => + array ( + 'id' => 2363, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Health and Environment', + 'scopus_source_record_id' => '21101141648', + 'publisher' => 'Tehran University of Medical Sciences', + 'issn' => '2008-3718', + ), + 363 => + array ( + 'id' => 2364, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:46', + 'title' => 'Iranian Journal of Ichthyology', + 'scopus_source_record_id' => '21100821197', + 'publisher' => 'Iranian Society of Ichthyology', + 'issn' => '2383-0964', + ), + 364 => + array ( + 'id' => 2365, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:47', + 'title' => 'Iranian Journal of Mathematical Chemistry', + 'scopus_source_record_id' => '21101034465', + 'publisher' => 'University of Kashan', + 'issn' => '2008-9015', + ), + 365 => + array ( + 'id' => 2366, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:47', + 'title' => 'Iranian Journal of Medical Microbiology', + 'scopus_source_record_id' => '21101034427', + 'publisher' => 'Farname Inc.', + 'issn' => '2345-4342', + ), + 366 => + array ( + 'id' => 2367, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:47', + 'title' => 'Iranian Journal of Medical Sciences', + 'scopus_source_record_id' => '15240', + 'publisher' => 'Shiraz University of Medical Sciences', + 'issn' => '1735-3688', + ), + 367 => + array ( + 'id' => 2368, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:47', + 'title' => 'Iranian Journal of Microbiology', + 'scopus_source_record_id' => '19700176024', + 'publisher' => 'Tehran University of Medical Sciences', + 'issn' => '2008-4447', + ), + 368 => + array ( + 'id' => 2369, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:47', + 'title' => 'Iranian Journal of Plant Physiology', + 'scopus_source_record_id' => '21100828656', + 'publisher' => 'Islamic Azad University', + 'issn' => '2322-2808', + ), + 369 => + array ( + 'id' => 2370, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:47', + 'title' => 'Iranian Journal of Science', + 'scopus_source_record_id' => '21101151825', + 'publisher' => 'Springer Nature', + 'issn' => '2731-8109', + ), + 370 => + array ( + 'id' => 2371, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:16:27', + 'title' => 'Iranian Journal of Science and Technology, Transaction A: Science', + 'scopus_source_record_id' => '9500154102', + 'publisher' => 'Springer Nature', + 'issn' => '1028-6276', + ), + 371 => + array ( + 'id' => 2372, + 'created_at' => '2024-12-02 17:00:45', + 'updated_at' => '2024-12-02 17:12:47', + 'title' => 'Iraqi Journal of Agricultural Sciences', + 'scopus_source_record_id' => '21100809798', + 'publisher' => 'University of Baghdad, College of Agriculture', + 'issn' => '2410-0862', + ), + 372 => + array ( + 'id' => 2373, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:16:27', + 'title' => 'Iraqi Journal of Science', + 'scopus_source_record_id' => '23031', + 'publisher' => 'University of Baghdad', + 'issn' => '0067-2904', + ), + 373 => + array ( + 'id' => 2374, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:47', + 'title' => 'Iraqi National Journal of Earth Science', + 'scopus_source_record_id' => '21101141752', + 'publisher' => 'University of Mosul College of Science', + 'issn' => '2664-2816', + ), + 374 => + array ( + 'id' => 2375, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Irish Geography', + 'scopus_source_record_id' => '29241', + 'publisher' => 'Geographical Society of Ireland', + 'issn' => '1939-4055', + ), + 375 => + array ( + 'id' => 2376, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:16:28', + 'title' => 'Irish Journal of Agricultural and Food Research', + 'scopus_source_record_id' => '34765', + 'publisher' => 'Compuscript Ltd.', + 'issn' => '0791-6833', + ), + 376 => + array ( + 'id' => 2377, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Irish Journal of Earth Sciences', + 'scopus_source_record_id' => '23207', + 'publisher' => 'Royal Irish Academy', + 'issn' => '2009-0064', + ), + 377 => + array ( + 'id' => 2378, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Irrigation Science', + 'scopus_source_record_id' => '35683', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1319', + ), + 378 => + array ( + 'id' => 2379, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'iScience', + 'scopus_source_record_id' => '21100907125', + 'publisher' => 'Elsevier', + 'issn' => '2589-0042', + ), + 379 => + array ( + 'id' => 2380, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'ISH Journal of Hydraulic Engineering', + 'scopus_source_record_id' => '21100274232', + 'publisher' => 'Taylor & Francis', + 'issn' => '2164-3040', + ), + 380 => + array ( + 'id' => 2381, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Isis', + 'scopus_source_record_id' => '23045', + 'publisher' => 'University of Chicago Press', + 'issn' => '1545-6994', + ), + 381 => + array ( + 'id' => 2382, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'ISLE Interdisciplinary Studies in Literature and Environment', + 'scopus_source_record_id' => '21100205922', + 'publisher' => 'The Association for the Study of Literature and Environment (ASLE)', + 'issn' => '1759-1090', + ), + 382 => + array ( + 'id' => 2383, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'ISME Journal', + 'scopus_source_record_id' => '5800173382', + 'publisher' => 'Oxford University Press', + 'issn' => '1751-7370', + ), + 383 => + array ( + 'id' => 2384, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Isotopes in Environmental and Health Studies', + 'scopus_source_record_id' => '24138', + 'publisher' => 'Taylor & Francis', + 'issn' => '1477-2639', + ), + 384 => + array ( + 'id' => 2385, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'ISPRS International Journal of Geo-Information', + 'scopus_source_record_id' => '21100427639', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2220-9964', + ), + 385 => + array ( + 'id' => 2386, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'ISPRS Open Journal of Photogrammetry and Remote Sensing', + 'scopus_source_record_id' => '21101196721', + 'publisher' => 'Elsevier', + 'issn' => '2667-3932', + ), + 386 => + array ( + 'id' => 2387, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Israa University Journal of Applied Science', + 'scopus_source_record_id' => '21101066734', + 'publisher' => 'Israa University', + 'issn' => '2523-0522', + ), + 387 => + array ( + 'id' => 2388, + 'created_at' => '2024-12-02 17:00:46', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Israel Journal of Chemistry', + 'scopus_source_record_id' => '24139', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1869-5868', + ), + 388 => + array ( + 'id' => 2389, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Israel Journal of Ecology and Evolution', + 'scopus_source_record_id' => '11000153757', + 'publisher' => 'Brill', + 'issn' => '2224-4662', + ), + 389 => + array ( + 'id' => 2390, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:12:48', + 'title' => 'Israel Journal of Plant Sciences', + 'scopus_source_record_id' => '19152', + 'publisher' => 'Brill', + 'issn' => '2223-8980', + ), + 390 => + array ( + 'id' => 2391, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:16:29', + 'title' => 'Israeli Journal of Aquaculture - Bamidgeh', + 'scopus_source_record_id' => '13509', + 'publisher' => 'Israeli Journal of Aquaculture - Bamidgeh', + 'issn' => '0792-156X', + ), + 391 => + array ( + 'id' => 2392, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:16:29', + 'title' => 'Issues in Science and Technology', + 'scopus_source_record_id' => '23049', + 'publisher' => 'Arizona State University', + 'issn' => '0748-5492', + ), + 392 => + array ( + 'id' => 2393, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:12:49', + 'title' => 'Italian Botanist', + 'scopus_source_record_id' => '21100867262', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2531-4033', + ), + 393 => + array ( + 'id' => 2394, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:16:29', + 'title' => 'Italian Journal of Agrometeorology', + 'scopus_source_record_id' => '19700201526', + 'publisher' => 'Firenze University Press', + 'issn' => '2038-5625', + ), + 394 => + array ( + 'id' => 2395, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:12:49', + 'title' => 'Italian Journal of Geosciences', + 'scopus_source_record_id' => '19700201683', + 'publisher' => 'Societa Geologica Italiana', + 'issn' => '2038-1727', + ), + 395 => + array ( + 'id' => 2396, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:12:49', + 'title' => 'Italian Journal of Mycology', + 'scopus_source_record_id' => '21101023716', + 'publisher' => 'University of Bologna', + 'issn' => '2531-7342', + ), + 396 => + array ( + 'id' => 2397, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:12:50', + 'title' => 'IUBMB Life', + 'scopus_source_record_id' => '17517', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-6551', + ), + 397 => + array ( + 'id' => 2398, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:12:50', + 'title' => 'IUCrData', + 'scopus_source_record_id' => '21101089396', + 'publisher' => 'International Union of Crystallography', + 'issn' => '2414-3146', + ), + 398 => + array ( + 'id' => 2399, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:12:50', + 'title' => 'IUCrJ', + 'scopus_source_record_id' => '21100406867', + 'publisher' => 'International Union of Crystallography', + 'issn' => '2052-2525', + ), + 399 => + array ( + 'id' => 2400, + 'created_at' => '2024-12-02 17:00:47', + 'updated_at' => '2024-12-02 17:16:30', + 'title' => 'IWMI Research Report', + 'scopus_source_record_id' => '18800156719', + 'publisher' => 'International Water Management Institute', + 'issn' => '1026-0862', + ), + 400 => + array ( + 'id' => 2401, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:16:30', + 'title' => 'IWMI Working Papers', + 'scopus_source_record_id' => '20400195008', + 'publisher' => 'International Water Management Institute', + 'issn' => '2012-5763', + ), + 401 => + array ( + 'id' => 2402, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:12:50', + 'title' => 'Izvestiya - Atmospheric and Oceanic Physics', + 'scopus_source_record_id' => '14083', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1555-628X', + ), + 402 => + array ( + 'id' => 2403, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:12:50', + 'title' => 'Izvestiya, Physics of the Solid Earth', + 'scopus_source_record_id' => '28604', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1555-6506', + ), + 403 => + array ( + 'id' => 2404, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:12:50', + 'title' => 'J. AGRICULTURAL METEOROLOGY', + 'scopus_source_record_id' => '30706', + 'publisher' => 'Society of Agricultural Meteorology of Japan/Nihon Nogyo Kisho Gakkai', + 'issn' => '1881-0136', + ), + 404 => + array ( + 'id' => 2405, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:12:50', + 'title' => 'JAC-Antimicrobial Resistance', + 'scopus_source_record_id' => '21101101225', + 'publisher' => 'Oxford University Press', + 'issn' => '2632-1823', + ), + 405 => + array ( + 'id' => 2406, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:12:50', + 'title' => 'JACS Au', + 'scopus_source_record_id' => '21101132410', + 'publisher' => 'American Chemical Society', + 'issn' => '2691-3704', + ), + 406 => + array ( + 'id' => 2407, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:12:51', + 'title' => 'Jamba: Journal of Disaster Risk Studies', + 'scopus_source_record_id' => '21100286802', + 'publisher' => 'OpenJournals Publishing AOSIS (Pty) Ltd', + 'issn' => '1996-1421', + ), + 407 => + array ( + 'id' => 2408, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:12:51', + 'title' => 'JAOCS, Journal of the American Oil Chemists\' Society', + 'scopus_source_record_id' => '25881', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1558-9331', + ), + 408 => + array ( + 'id' => 2409, + 'created_at' => '2024-12-02 17:00:48', + 'updated_at' => '2024-12-02 17:16:31', + 'title' => 'Japan Agricultural Research Quarterly', + 'scopus_source_record_id' => '32555', + 'publisher' => 'Japan International Research Center for Agricultural Sciences', + 'issn' => '0021-3551', + ), + 409 => + array ( + 'id' => 2410, + 'created_at' => '2024-12-02 17:00:49', + 'updated_at' => '2024-12-02 17:16:32', + 'title' => 'Japanese Journal of Limnology', + 'scopus_source_record_id' => '29518', + 'publisher' => 'Japanese Society of Limnology', + 'issn' => '0021-5104', + ), + 410 => + array ( + 'id' => 2411, + 'created_at' => '2024-12-02 17:00:49', + 'updated_at' => '2024-12-02 17:16:33', + 'title' => 'Jeoloji Muhendisligi Dergisi', + 'scopus_source_record_id' => '5100152918', + 'publisher' => 'TMMOB - Jeoloji Muhendisleri Odasi', + 'issn' => '1016-9172', + ), + 411 => + array ( + 'id' => 2412, + 'created_at' => '2024-12-02 17:00:49', + 'updated_at' => '2024-12-02 17:16:33', + 'title' => 'Jiegou Huaxue', + 'scopus_source_record_id' => '24152', + 'publisher' => 'Fujian Institute of Research of the Structure of Matter', + 'issn' => '0254-5861', + ), + 412 => + array ( + 'id' => 2413, + 'created_at' => '2024-12-02 17:00:49', + 'updated_at' => '2024-12-02 17:16:33', + 'title' => 'Jilin Daxue Xuebao (Gongxueban)/Journal of Jilin University (Engineering and Technology Edition)', + 'scopus_source_record_id' => '145365', + 'publisher' => 'Editorial Board of Jilin University', + 'issn' => '1671-5497', + ), + 413 => + array ( + 'id' => 2414, + 'created_at' => '2024-12-02 17:00:49', + 'updated_at' => '2024-12-02 17:12:52', + 'title' => 'JIMD Reports', + 'scopus_source_record_id' => '21100895624', + 'publisher' => 'Springer Nature', + 'issn' => '2192-8312', + ), + 414 => + array ( + 'id' => 2415, + 'created_at' => '2024-12-02 17:00:49', + 'updated_at' => '2024-12-02 17:16:33', + 'title' => 'Jingxi Huagong/Fine Chemicals', + 'scopus_source_record_id' => '24153', + 'publisher' => 'Fine Chemicals', + 'issn' => '1003-5214', + ), + 415 => + array ( + 'id' => 2416, + 'created_at' => '2024-12-02 17:00:49', + 'updated_at' => '2024-12-02 17:12:52', + 'title' => 'JMIR Bioinformatics and Biotechnology', + 'scopus_source_record_id' => '21101174385', + 'publisher' => 'JMIR Publications Inc.', + 'issn' => '2563-3570', + ), + 416 => + array ( + 'id' => 2417, + 'created_at' => '2024-12-02 17:00:50', + 'updated_at' => '2024-12-02 17:12:53', + 'title' => 'Jordan Journal of Biological Sciences', + 'scopus_source_record_id' => '21100385604', + 'publisher' => 'Hashemite University', + 'issn' => '2307-7166', + ), + 417 => + array ( + 'id' => 2418, + 'created_at' => '2024-12-02 17:00:50', + 'updated_at' => '2024-12-02 17:12:53', + 'title' => 'Jordan Journal of Chemistry', + 'scopus_source_record_id' => '21101176856', + 'publisher' => 'Yarmouk University', + 'issn' => '2079-7249', + ), + 418 => + array ( + 'id' => 2419, + 'created_at' => '2024-12-02 17:00:50', + 'updated_at' => '2024-12-02 17:16:34', + 'title' => 'Jordan Journal of Earth and Environmental Sciences', + 'scopus_source_record_id' => '21101042153', + 'publisher' => 'Hashemite University', + 'issn' => '1995-6681', + ), + 419 => + array ( + 'id' => 2420, + 'created_at' => '2024-12-02 17:00:50', + 'updated_at' => '2024-12-02 17:12:53', + 'title' => 'Journal - American Water Works Association', + 'scopus_source_record_id' => '19642', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1551-8833', + ), + 420 => + array ( + 'id' => 2421, + 'created_at' => '2024-12-02 17:00:51', + 'updated_at' => '2024-12-02 17:16:34', + 'title' => 'Journal and Proceedings - Royal Society of New South Wales', + 'scopus_source_record_id' => '33604', + 'publisher' => 'Royal Society of New South Wales', + 'issn' => '0035-9173', + ), + 421 => + array ( + 'id' => 2422, + 'created_at' => '2024-12-02 17:00:51', + 'updated_at' => '2024-12-02 17:12:54', + 'title' => 'Journal for European Environmental and Planning Law', + 'scopus_source_record_id' => '21100275968', + 'publisher' => 'Brill', + 'issn' => '1876-0104', + ), + 422 => + array ( + 'id' => 2423, + 'created_at' => '2024-12-02 17:00:51', + 'updated_at' => '2024-12-02 17:16:35', + 'title' => 'Journal for Nature Conservation', + 'scopus_source_record_id' => '23324', + 'publisher' => 'Elsevier', + 'issn' => '1617-1381', + ), + 423 => + array ( + 'id' => 2424, + 'created_at' => '2024-12-02 17:00:51', + 'updated_at' => '2024-12-02 17:12:54', + 'title' => 'Journal for the Study of Religion, Nature and Culture', + 'scopus_source_record_id' => '21100239824', + 'publisher' => 'Equinox Publishing Ltd', + 'issn' => '1749-4915', + ), + 424 => + array ( + 'id' => 2425, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:55', + 'title' => 'Journal of Adhesion', + 'scopus_source_record_id' => '28130', + 'publisher' => 'Taylor & Francis', + 'issn' => '1545-5823', + ), + 425 => + array ( + 'id' => 2426, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:55', + 'title' => 'Journal of Adhesion Science and Technology', + 'scopus_source_record_id' => '13664', + 'publisher' => 'Taylor & Francis', + 'issn' => '1568-5616', + ), + 426 => + array ( + 'id' => 2427, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:55', + 'title' => 'Journal of Advanced Biotechnology and Experimental Therapeutics', + 'scopus_source_record_id' => '21101023926', + 'publisher' => 'Bangladesh Society for Microbiology, Immunology and Advanced Biotechnology', + 'issn' => '2616-4760', + ), + 427 => + array ( + 'id' => 2428, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:55', + 'title' => 'Journal of Advanced Research', + 'scopus_source_record_id' => '19700168304', + 'publisher' => 'Elsevier', + 'issn' => '2090-1224', + ), + 428 => + array ( + 'id' => 2429, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:55', + 'title' => 'Journal of Advanced Research in Applied Sciences and Engineering Technology', + 'scopus_source_record_id' => '21101119543', + 'publisher' => 'Semarak Ilmu Publishing', + 'issn' => '2462-1943', + ), + 429 => + array ( + 'id' => 2430, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:55', + 'title' => 'Journal of Advanced Research in Numerical Heat Transfer', + 'scopus_source_record_id' => '21101169023', + 'publisher' => 'Penerbit Akademia Baru', + 'issn' => '2735-0142', + ), + 430 => + array ( + 'id' => 2431, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:55', + 'title' => 'Journal of Advances in Modeling Earth Systems', + 'scopus_source_record_id' => '21100218107', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1942-2466', + ), + 431 => + array ( + 'id' => 2432, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Aerosol Science', + 'scopus_source_record_id' => '15759', + 'publisher' => 'Elsevier', + 'issn' => '1879-1964', + ), + 432 => + array ( + 'id' => 2433, + 'created_at' => '2024-12-02 17:00:52', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Aerospace Technology and Management', + 'scopus_source_record_id' => '19700188347', + 'publisher' => 'Departamento de Ciencia e Tecnologia Aeroespacial', + 'issn' => '2175-9146', + ), + 433 => + array ( + 'id' => 2434, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Aging and Environment', + 'scopus_source_record_id' => '21101021755', + 'publisher' => 'Taylor & Francis', + 'issn' => '2689-2626', + ), + 434 => + array ( + 'id' => 2435, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agrarian Change', + 'scopus_source_record_id' => '96592', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1471-0366', + ), + 435 => + array ( + 'id' => 2436, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agribusiness in Developing and Emerging Economies', + 'scopus_source_record_id' => '21100784274', + 'publisher' => 'Emerald Publishing', + 'issn' => '2044-0847', + ), + 436 => + array ( + 'id' => 2437, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:16:38', + 'title' => 'Journal of Agricultural & Applied Economics', + 'scopus_source_record_id' => '80793', + 'publisher' => 'Cambridge University Press', + 'issn' => '1074-0708', + ), + 437 => + array ( + 'id' => 2438, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural and Environmental Ethics', + 'scopus_source_record_id' => '24778', + 'publisher' => 'Springer Nature', + 'issn' => '1573-322X', + ), + 438 => + array ( + 'id' => 2439, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural and Environmental Law', + 'scopus_source_record_id' => '21101152543', + 'publisher' => 'CEDR - Hungarian Association of Agricultural Law', + 'issn' => '1788-6171', + ), + 439 => + array ( + 'id' => 2440, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural and Food Chemistry', + 'scopus_source_record_id' => '33722', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-5118', + ), + 440 => + array ( + 'id' => 2441, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural Economics', + 'scopus_source_record_id' => '88586', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1477-9552', + ), + 441 => + array ( + 'id' => 2442, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural Education and Extension', + 'scopus_source_record_id' => '19700188305', + 'publisher' => 'Taylor & Francis', + 'issn' => '1750-8622', + ), + 442 => + array ( + 'id' => 2443, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural Extension', + 'scopus_source_record_id' => '21100790079', + 'publisher' => 'Agricultural Extension Society of Nigeria', + 'issn' => '2408-6851', + ), + 443 => + array ( + 'id' => 2444, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural Machinery', + 'scopus_source_record_id' => '21101169018', + 'publisher' => 'Ferdowsi University of Mashhad', + 'issn' => '2423-3943', + ), + 444 => + array ( + 'id' => 2445, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:16:38', + 'title' => 'Journal of Agricultural Resources and Environment', + 'scopus_source_record_id' => '21100926588', + 'publisher' => 'Editorial Board of Journal of Agro-Environment Science', + 'issn' => '2095-6819', + ), + 445 => + array ( + 'id' => 2446, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:16:38', + 'title' => 'Journal of Agricultural Safety and Health', + 'scopus_source_record_id' => '38688', + 'publisher' => 'American Society of Agricultural and Biological Engineers', + 'issn' => '1074-7583', + ), + 446 => + array ( + 'id' => 2447, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural Science', + 'scopus_source_record_id' => '31004', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-5146', + ), + 447 => + array ( + 'id' => 2448, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:16:38', + 'title' => 'Journal of Agricultural Science and Technology', + 'scopus_source_record_id' => '18800156710', + 'publisher' => 'Tarbiat Modares University', + 'issn' => '1680-7073', + ), + 448 => + array ( + 'id' => 2449, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural Sciences - Sri Lanka', + 'scopus_source_record_id' => '21100901171', + 'publisher' => 'Faculty of Agricultural Sciences, Sabaragamuwa University of Sri Lanka', + 'issn' => '2386-1363', + ), + 449 => + array ( + 'id' => 2450, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agricultural, Biological, and Environmental Statistics', + 'scopus_source_record_id' => '15654', + 'publisher' => 'Springer Nature', + 'issn' => '1537-2693', + ), + 450 => + array ( + 'id' => 2451, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agriculture and Environment for International Development', + 'scopus_source_record_id' => '21100809804', + 'publisher' => 'Firenze University Press', + 'issn' => '2240-2802', + ), + 451 => + array ( + 'id' => 2452, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agriculture and Food Research', + 'scopus_source_record_id' => '21101044948', + 'publisher' => 'Elsevier', + 'issn' => '2666-1543', + ), + 452 => + array ( + 'id' => 2453, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:56', + 'title' => 'Journal of Agriculture Faculty of Ege University', + 'scopus_source_record_id' => '21101134662', + 'publisher' => 'Ege Universitesi', + 'issn' => '2548-1207', + ), + 453 => + array ( + 'id' => 2454, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Agrometeorology', + 'scopus_source_record_id' => '19700182111', + 'publisher' => 'Association of Agrometeorologists', + 'issn' => '2583-2980', + ), + 454 => + array ( + 'id' => 2455, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Air Pollution and Health', + 'scopus_source_record_id' => '21101065891', + 'publisher' => 'Tehran University of Medical Sciences', + 'issn' => '2476-3071', + ), + 455 => + array ( + 'id' => 2456, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:16:39', + 'title' => 'Journal of Air Transport Management', + 'scopus_source_record_id' => '20532', + 'publisher' => 'Elsevier', + 'issn' => '0969-6997', + ), + 456 => + array ( + 'id' => 2457, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Air Transportation', + 'scopus_source_record_id' => '21100901952', + 'publisher' => 'American Institute of Aeronautics and Astronautics', + 'issn' => '2380-9450', + ), + 457 => + array ( + 'id' => 2458, + 'created_at' => '2024-12-02 17:00:53', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Analysis and Testing', + 'scopus_source_record_id' => '21100921194', + 'publisher' => 'Springer Nature', + 'issn' => '2509-4696', + ), + 458 => + array ( + 'id' => 2459, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Analytical Science and Technology', + 'scopus_source_record_id' => '21100924897', + 'publisher' => 'Springer Nature', + 'issn' => '2093-3371', + ), + 459 => + array ( + 'id' => 2460, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Analytical Toxicology', + 'scopus_source_record_id' => '25125', + 'publisher' => 'Preston Publications', + 'issn' => '1945-2403', + ), + 460 => + array ( + 'id' => 2461, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Anatomy', + 'scopus_source_record_id' => '29542', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1469-7580', + ), + 461 => + array ( + 'id' => 2462, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Animal Behaviour and Biometeorology', + 'scopus_source_record_id' => '21100791269', + 'publisher' => 'Malque Publishing', + 'issn' => '2318-1265', + ), + 462 => + array ( + 'id' => 2463, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Animal Ecology', + 'scopus_source_record_id' => '29544', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2656', + ), + 463 => + array ( + 'id' => 2464, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Animal Science', + 'scopus_source_record_id' => '35941', + 'publisher' => 'Oxford University Press', + 'issn' => '1525-3163', + ), + 464 => + array ( + 'id' => 2465, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Animal Science and Biotechnology', + 'scopus_source_record_id' => '21100286975', + 'publisher' => 'Springer Nature', + 'issn' => '2049-1891', + ), + 465 => + array ( + 'id' => 2466, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Animal Science and Technology', + 'scopus_source_record_id' => '21100901139', + 'publisher' => 'Korean Society of Animal Sciences and Technology', + 'issn' => '2055-0391', + ), + 466 => + array ( + 'id' => 2467, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:16:40', + 'title' => 'Journal of AOAC International', + 'scopus_source_record_id' => '23412', + 'publisher' => 'AOAC International', + 'issn' => '1060-3271', + ), + 467 => + array ( + 'id' => 2468, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:57', + 'title' => 'Journal of Applied and Natural Science', + 'scopus_source_record_id' => '21101016916', + 'publisher' => 'Applied and Natural Science Foundation', + 'issn' => '2231-5209', + ), + 468 => + array ( + 'id' => 2469, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Aquaculture', + 'scopus_source_record_id' => '13512', + 'publisher' => 'Taylor & Francis', + 'issn' => '1545-0805', + ), + 469 => + array ( + 'id' => 2470, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Bioanalysis', + 'scopus_source_record_id' => '21101122745', + 'publisher' => 'Betasciencepress Publishing', + 'issn' => '2405-710X', + ), + 470 => + array ( + 'id' => 2471, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:16:40', + 'title' => 'Journal of Applied Biological Chemistry', + 'scopus_source_record_id' => '12100154841', + 'publisher' => 'The Korean Society for Applied Biological Chemistry', + 'issn' => '1976-0442', + ), + 471 => + array ( + 'id' => 2472, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Biology and Biotechnology', + 'scopus_source_record_id' => '21100970232', + 'publisher' => 'Open Science Publishers LLP Inc.', + 'issn' => '2347-212X', + ), + 472 => + array ( + 'id' => 2473, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Biomedicine', + 'scopus_source_record_id' => '130045', + 'publisher' => 'University of South Bohemia in Ceske Budejovice Faculty of Health and Social Sciences', + 'issn' => '1214-0287', + ), + 473 => + array ( + 'id' => 2474, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Communications', + 'scopus_source_record_id' => '21101245229', + 'publisher' => 'New Prairie Press', + 'issn' => '2476-1362', + ), + 474 => + array ( + 'id' => 2475, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Crystallography', + 'scopus_source_record_id' => '24693', + 'publisher' => 'International Union of Crystallography', + 'issn' => '1600-5767', + ), + 475 => + array ( + 'id' => 2476, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Ecology', + 'scopus_source_record_id' => '29547', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2664', + ), + 476 => + array ( + 'id' => 2477, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Genetics', + 'scopus_source_record_id' => '19180', + 'publisher' => 'Springer Nature', + 'issn' => '2190-3883', + ), + 477 => + array ( + 'id' => 2478, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Geodesy', + 'scopus_source_record_id' => '21100274252', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1862-9024', + ), + 478 => + array ( + 'id' => 2479, + 'created_at' => '2024-12-02 17:00:54', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Ichthyology', + 'scopus_source_record_id' => '22536', + 'publisher' => 'Hindawi', + 'issn' => '1439-0426', + ), + 479 => + array ( + 'id' => 2480, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:16:41', + 'title' => 'Journal of Applied Meteorology and Climatology', + 'scopus_source_record_id' => '4400151717', + 'publisher' => 'American Meteorological Society', + 'issn' => '1558-8424', + ), + 480 => + array ( + 'id' => 2481, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:58', + 'title' => 'Journal of Applied Organometallic Chemistry', + 'scopus_source_record_id' => '21101185426', + 'publisher' => 'Sami Publishing Company', + 'issn' => '2783-1272', + ), + 481 => + array ( + 'id' => 2482, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Applied Phycology', + 'scopus_source_record_id' => '19184', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5176', + ), + 482 => + array ( + 'id' => 2483, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Applied Polymer Science', + 'scopus_source_record_id' => '13554', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-4628', + ), + 483 => + array ( + 'id' => 2484, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Applied Remote Sensing', + 'scopus_source_record_id' => '9500154105', + 'publisher' => 'SPIE', + 'issn' => '1931-3195', + ), + 484 => + array ( + 'id' => 2485, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Applied Research on Industrial Engineering', + 'scopus_source_record_id' => '21101206092', + 'publisher' => 'Research Expansion Alliance (REA)', + 'issn' => '2676-6167', + ), + 485 => + array ( + 'id' => 2486, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Applied Structural Equation Modeling', + 'scopus_source_record_id' => '21101061990', + 'publisher' => 'Sarawak Research Society', + 'issn' => '2590-4221', + ), + 486 => + array ( + 'id' => 2487, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Applied Water Engineering and Research', + 'scopus_source_record_id' => '21100837258', + 'publisher' => 'Taylor & Francis', + 'issn' => '2324-9676', + ), + 487 => + array ( + 'id' => 2488, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Aquatic Animal Health', + 'scopus_source_record_id' => '13515', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1548-8667', + ), + 488 => + array ( + 'id' => 2489, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Aquatic Food Product Technology', + 'scopus_source_record_id' => '20576', + 'publisher' => 'Taylor & Francis', + 'issn' => '1547-0636', + ), + 489 => + array ( + 'id' => 2490, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:16:42', + 'title' => 'Journal of Architectural and Planning Research', + 'scopus_source_record_id' => '33154', + 'publisher' => 'Locke Science Publishing Company Inc.', + 'issn' => '0738-0895', + ), + 490 => + array ( + 'id' => 2491, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Arid Environments', + 'scopus_source_record_id' => '29267', + 'publisher' => 'Elsevier', + 'issn' => '1095-922X', + ), + 491 => + array ( + 'id' => 2492, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Arid Land', + 'scopus_source_record_id' => '21100201941', + 'publisher' => 'Science China Press', + 'issn' => '2194-7783', + ), + 492 => + array ( + 'id' => 2493, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:12:59', + 'title' => 'Journal of Aridland Agriculture', + 'scopus_source_record_id' => '21100945776', + 'publisher' => 'TathQeef Scientific Publishing', + 'issn' => '2455-9377', + ), + 493 => + array ( + 'id' => 2494, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Asian Natural Products Research', + 'scopus_source_record_id' => '34545', + 'publisher' => 'Taylor & Francis', + 'issn' => '1477-2213', + ), + 494 => + array ( + 'id' => 2495, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Asian Scientific Research', + 'scopus_source_record_id' => '21101171696', + 'publisher' => 'Asian Economic and Social Society', + 'issn' => '2223-1331', + ), + 495 => + array ( + 'id' => 2496, + 'created_at' => '2024-12-02 17:00:55', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Asia-Pacific Biodiversity', + 'scopus_source_record_id' => '21100433106', + 'publisher' => 'National Science Museum od Korea', + 'issn' => '2287-9544', + ), + 496 => + array ( + 'id' => 2497, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Assisted Reproduction and Genetics', + 'scopus_source_record_id' => '27580', + 'publisher' => 'Springer Nature', + 'issn' => '1573-7330', + ), + 497 => + array ( + 'id' => 2498, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Astronomy and Space Sciences', + 'scopus_source_record_id' => '21100201037', + 'publisher' => 'Korean Space Science Society', + 'issn' => '2093-1409', + ), + 498 => + array ( + 'id' => 2499, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Atmospheric and Oceanic Technology', + 'scopus_source_record_id' => '13549', + 'publisher' => 'American Meteorological Society', + 'issn' => '1520-0426', + ), + 499 => + array ( + 'id' => 2500, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:16:42', + 'title' => 'Journal of Atmospheric and Solar-Terrestrial Physics', + 'scopus_source_record_id' => '28436', + 'publisher' => 'Elsevier', + 'issn' => '1364-6826', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 2501, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Atmospheric Chemistry', + 'scopus_source_record_id' => '24155', + 'publisher' => 'Springer Nature', + 'issn' => '1573-0662', + ), + 1 => + array ( + 'id' => 2502, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Avian Biology', + 'scopus_source_record_id' => '22035', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1600-048X', + ), + 2 => + array ( + 'id' => 2503, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Bacteriology', + 'scopus_source_record_id' => '20220', + 'publisher' => 'American Society for Microbiology', + 'issn' => '1098-5530', + ), + 3 => + array ( + 'id' => 2504, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:16:43', + 'title' => 'Journal of Bacteriology and Virology', + 'scopus_source_record_id' => '145588', + 'publisher' => 'The Korean Society for Mocrobiology / The Korean Society of Virology', + 'issn' => '1598-2467', + ), + 4 => + array ( + 'id' => 2505, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:00', + 'title' => 'Journal of Behavioral Decision Making', + 'scopus_source_record_id' => '20537', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-0771', + ), + 5 => + array ( + 'id' => 2506, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Berry Research', + 'scopus_source_record_id' => '21100244628', + 'publisher' => 'IOS Press', + 'issn' => '1878-5123', + ), + 6 => + array ( + 'id' => 2507, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biochemical and Molecular Toxicology', + 'scopus_source_record_id' => '29550', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-0461', + ), + 7 => + array ( + 'id' => 2508, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biochemistry', + 'scopus_source_record_id' => '17581', + 'publisher' => 'Oxford University Press', + 'issn' => '1756-2651', + ), + 8 => + array ( + 'id' => 2509, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biogeography', + 'scopus_source_record_id' => '29269', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2699', + ), + 9 => + array ( + 'id' => 2510, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Bioinformatics and Computational Biology', + 'scopus_source_record_id' => '29556', + 'publisher' => 'World Scientific', + 'issn' => '1757-6334', + ), + 10 => + array ( + 'id' => 2511, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Chemistry', + 'scopus_source_record_id' => '17592', + 'publisher' => 'American Society for Biochemistry and Molecular Biology Inc.', + 'issn' => '1083-351X', + ), + 11 => + array ( + 'id' => 2512, + 'created_at' => '2024-12-02 17:00:56', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Dynamics', + 'scopus_source_record_id' => '19700188237', + 'publisher' => 'Taylor & Francis', + 'issn' => '1751-3766', + ), + 12 => + array ( + 'id' => 2513, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Education', + 'scopus_source_record_id' => '29571', + 'publisher' => 'Taylor & Francis', + 'issn' => '2157-6009', + ), + 13 => + array ( + 'id' => 2514, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Engineering', + 'scopus_source_record_id' => '11700154619', + 'publisher' => 'Springer Nature', + 'issn' => '1754-1611', + ), + 14 => + array ( + 'id' => 2515, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Inorganic Chemistry', + 'scopus_source_record_id' => '25280', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1327', + ), + 15 => + array ( + 'id' => 2516, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Physics', + 'scopus_source_record_id' => '14894', + 'publisher' => 'Springer Nature', + 'issn' => '1573-0689', + ), + 16 => + array ( + 'id' => 2517, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Research (Greece)', + 'scopus_source_record_id' => '11900154330', + 'publisher' => 'Aristotle University of Thessaloniki', + 'issn' => '2241-5793', + ), + 17 => + array ( + 'id' => 2518, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Research (Italy)', + 'scopus_source_record_id' => '21100390160', + 'publisher' => 'PagePress', + 'issn' => '2284-0230', + ), + 18 => + array ( + 'id' => 2519, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Studies', + 'scopus_source_record_id' => '21101197197', + 'publisher' => 'Parnam Publication Co.', + 'issn' => '2209-2560', + ), + 19 => + array ( + 'id' => 2520, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biological Systems', + 'scopus_source_record_id' => '29577', + 'publisher' => 'World Scientific', + 'issn' => '1793-6470', + ), + 20 => + array ( + 'id' => 2521, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biologically Active Products from Nature', + 'scopus_source_record_id' => '21100902935', + 'publisher' => 'Taylor & Francis', + 'issn' => '2231-1874', + ), + 21 => + array ( + 'id' => 2522, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biomedical Research', + 'scopus_source_record_id' => '19400158823', + 'publisher' => 'Nanjing Medical University and Chungbuk National University Press', + 'issn' => '2352-4685', + ), + 22 => + array ( + 'id' => 2523, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biomedical Science', + 'scopus_source_record_id' => '15849', + 'publisher' => 'Springer Nature', + 'issn' => '1423-0127', + ), + 23 => + array ( + 'id' => 2524, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:01', + 'title' => 'Journal of Biomolecular NMR', + 'scopus_source_record_id' => '17594', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5001', + ), + 24 => + array ( + 'id' => 2525, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Biomolecular Structure and Dynamics', + 'scopus_source_record_id' => '17596', + 'publisher' => 'Taylor & Francis', + 'issn' => '1538-0254', + ), + 25 => + array ( + 'id' => 2526, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:16:43', + 'title' => 'Journal of Biomolecular Techniques', + 'scopus_source_record_id' => '16077', + 'publisher' => 'Association of Biomolecular Resource Facilities', + 'issn' => '1524-0215', + ), + 26 => + array ( + 'id' => 2527, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:16:44', + 'title' => 'Journal of Biophotonics', + 'scopus_source_record_id' => '16400154786', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1864-063X', + ), + 27 => + array ( + 'id' => 2528, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Bioresources and Bioproducts', + 'scopus_source_record_id' => '21101021575', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2369-9698', + ), + 28 => + array ( + 'id' => 2529, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Bioscience and Applied Research', + 'scopus_source_record_id' => '21101149216', + 'publisher' => 'Society of Pathological Biochemistry and Hematology', + 'issn' => '2356-9182', + ), + 29 => + array ( + 'id' => 2530, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Biosciences', + 'scopus_source_record_id' => '29579', + 'publisher' => 'Springer Nature', + 'issn' => '0973-7138', + ), + 30 => + array ( + 'id' => 2531, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Biosystems Engineering', + 'scopus_source_record_id' => '21101017597', + 'publisher' => 'Springer Nature', + 'issn' => '2234-1862', + ), + 31 => + array ( + 'id' => 2532, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Bio-X Research', + 'scopus_source_record_id' => '21101107949', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '2577-3585', + ), + 32 => + array ( + 'id' => 2533, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Boron', + 'scopus_source_record_id' => '21101207464', + 'publisher' => 'Turkish Energy, Nuclear and Mining Research Agency', + 'issn' => '2667-8438', + ), + 33 => + array ( + 'id' => 2534, + 'created_at' => '2024-12-02 17:00:57', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Bryology', + 'scopus_source_record_id' => '19207', + 'publisher' => 'Taylor & Francis', + 'issn' => '1743-2820', + ), + 34 => + array ( + 'id' => 2535, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Business Analytics', + 'scopus_source_record_id' => '21101019334', + 'publisher' => 'Taylor & Francis', + 'issn' => '2573-2358', + ), + 35 => + array ( + 'id' => 2536, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Business Logistics', + 'scopus_source_record_id' => '19700201522', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2158-1592', + ), + 36 => + array ( + 'id' => 2537, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:02', + 'title' => 'Journal of Cancer Epidemiology', + 'scopus_source_record_id' => '17600155055', + 'publisher' => 'Hindawi', + 'issn' => '1687-8566', + ), + 37 => + array ( + 'id' => 2538, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Carbohydrate Chemistry', + 'scopus_source_record_id' => '24156', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-2327', + ), + 38 => + array ( + 'id' => 2539, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Cardiovascular Translational Research', + 'scopus_source_record_id' => '14500154702', + 'publisher' => 'Springer Nature', + 'issn' => '1937-5395', + ), + 39 => + array ( + 'id' => 2540, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Cartilage and Joint Preservation', + 'scopus_source_record_id' => '21101123131', + 'publisher' => 'Elsevier', + 'issn' => '2667-2545', + ), + 40 => + array ( + 'id' => 2541, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Cell Communication and Signaling', + 'scopus_source_record_id' => '11900154396', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1873-961X', + ), + 41 => + array ( + 'id' => 2542, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Cellular Biochemistry', + 'scopus_source_record_id' => '17598', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-4644', + ), + 42 => + array ( + 'id' => 2543, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Cellular Biotechnology', + 'scopus_source_record_id' => '21100945254', + 'publisher' => 'IOS Press', + 'issn' => '2352-3697', + ), + 43 => + array ( + 'id' => 2544, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Cellular Neuroscience and Oxidative Stress', + 'scopus_source_record_id' => '21100788883', + 'publisher' => 'Society of Cell Membranes and Free Oxygen Radicals', + 'issn' => '2149-7222', + ), + 44 => + array ( + 'id' => 2545, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Cellular Plastics', + 'scopus_source_record_id' => '13665', + 'publisher' => 'SAGE', + 'issn' => '1530-7999', + ), + 45 => + array ( + 'id' => 2546, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Cereal Science', + 'scopus_source_record_id' => '34814', + 'publisher' => 'Elsevier', + 'issn' => '1095-9963', + ), + 46 => + array ( + 'id' => 2547, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:16:45', + 'title' => 'Journal of Cetacean Research and Management', + 'scopus_source_record_id' => '12600154715', + 'publisher' => 'International Whaling Commission', + 'issn' => '1561-0713', + ), + 47 => + array ( + 'id' => 2548, + 'created_at' => '2024-12-02 17:00:58', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Chemical and Engineering Data', + 'scopus_source_record_id' => '24158', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-5134', + ), + 48 => + array ( + 'id' => 2549, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:03', + 'title' => 'Journal of Chemical Crystallography', + 'scopus_source_record_id' => '24701', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8854', + ), + 49 => + array ( + 'id' => 2550, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemical Ecology', + 'scopus_source_record_id' => '23342', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1561', + ), + 50 => + array ( + 'id' => 2551, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemical Education', + 'scopus_source_record_id' => '24169', + 'publisher' => 'American Chemical Society', + 'issn' => '1938-1328', + ), + 51 => + array ( + 'id' => 2552, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:16:45', + 'title' => 'Journal of Chemical Engineering of Japan', + 'scopus_source_record_id' => '13557', + 'publisher' => 'Society of Chemical Engineers, Japan', + 'issn' => '0021-9592', + ), + 52 => + array ( + 'id' => 2553, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemical Health Risks', + 'scopus_source_record_id' => '21100912214', + 'publisher' => 'Islamic Azad University', + 'issn' => '2251-6727', + ), + 53 => + array ( + 'id' => 2554, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemical Information and Modeling', + 'scopus_source_record_id' => '130080', + 'publisher' => 'American Chemical Society', + 'issn' => '1549-960X', + ), + 54 => + array ( + 'id' => 2555, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemical Research', + 'scopus_source_record_id' => '19700184900', + 'publisher' => 'Science Reviews Ltd', + 'issn' => '2047-6507', + ), + 55 => + array ( + 'id' => 2556, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemical Reviews', + 'scopus_source_record_id' => '21101178118', + 'publisher' => 'Sami Publishing Company', + 'issn' => '2676-4938', + ), + 56 => + array ( + 'id' => 2557, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemical Sciences', + 'scopus_source_record_id' => '19600164700', + 'publisher' => 'Springer Nature', + 'issn' => '0973-7103', + ), + 57 => + array ( + 'id' => 2558, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemical Technology and Biotechnology', + 'scopus_source_record_id' => '16083', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-4660', + ), + 58 => + array ( + 'id' => 2559, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemistry', + 'scopus_source_record_id' => '21100208308', + 'publisher' => 'Hindawi', + 'issn' => '2090-9071', + ), + 59 => + array ( + 'id' => 2560, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:04', + 'title' => 'Journal of Chemistry and Technologies', + 'scopus_source_record_id' => '21100926810', + 'publisher' => 'Oles Honchar Dnipro National University', + 'issn' => '2663-2942', + ), + 60 => + array ( + 'id' => 2561, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:16:46', + 'title' => 'Journal of Chinese Soil and Water Conservation', + 'scopus_source_record_id' => '21100216301', + 'publisher' => 'Chinese Soil and Water Conservation Society', + 'issn' => '0255-6073', + ), + 61 => + array ( + 'id' => 2562, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:05', + 'title' => 'Journal of Chromatography A', + 'scopus_source_record_id' => '130000', + 'publisher' => 'Elsevier', + 'issn' => '1873-3778', + ), + 62 => + array ( + 'id' => 2563, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:05', + 'title' => 'Journal of Chromatography B: Analytical Technologies in the Biomedical and Life Sciences', + 'scopus_source_record_id' => '24172', + 'publisher' => 'Elsevier', + 'issn' => '1873-376X', + ), + 63 => + array ( + 'id' => 2564, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:05', + 'title' => 'Journal of Cleaner Production', + 'scopus_source_record_id' => '19167', + 'publisher' => 'Elsevier', + 'issn' => '1879-1786', + ), + 64 => + array ( + 'id' => 2565, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:05', + 'title' => 'Journal of Climate', + 'scopus_source_record_id' => '13550', + 'publisher' => 'American Meteorological Society', + 'issn' => '1520-0442', + ), + 65 => + array ( + 'id' => 2566, + 'created_at' => '2024-12-02 17:00:59', + 'updated_at' => '2024-12-02 17:13:05', + 'title' => 'Journal of Climate Change and Health', + 'scopus_source_record_id' => '21101142660', + 'publisher' => 'Elsevier', + 'issn' => '2667-2782', + ), + 66 => + array ( + 'id' => 2567, + 'created_at' => '2024-12-02 17:01:00', + 'updated_at' => '2024-12-02 17:13:05', + 'title' => 'Journal of Clinical Endocrinology and Metabolism', + 'scopus_source_record_id' => '26159', + 'publisher' => 'Endocrine Society', + 'issn' => '1945-7197', + ), + 67 => + array ( + 'id' => 2568, + 'created_at' => '2024-12-02 17:01:00', + 'updated_at' => '2024-12-02 17:13:06', + 'title' => 'Journal of Cluster Science', + 'scopus_source_record_id' => '24174', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8862', + ), + 68 => + array ( + 'id' => 2569, + 'created_at' => '2024-12-02 17:01:00', + 'updated_at' => '2024-12-02 17:13:06', + 'title' => 'Journal of Coastal Conservation', + 'scopus_source_record_id' => '27372', + 'publisher' => 'Springer Nature', + 'issn' => '1874-7841', + ), + 69 => + array ( + 'id' => 2570, + 'created_at' => '2024-12-02 17:01:00', + 'updated_at' => '2024-12-02 17:13:06', + 'title' => 'Journal of Coatings Technology and Research', + 'scopus_source_record_id' => '12725', + 'publisher' => 'Springer Nature', + 'issn' => '1935-3804', + ), + 70 => + array ( + 'id' => 2571, + 'created_at' => '2024-12-02 17:01:00', + 'updated_at' => '2024-12-02 17:13:06', + 'title' => 'Journal of Comparative Physiology A: Neuroethology, Sensory, Neural, and Behavioral Physiology', + 'scopus_source_record_id' => '23456', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1351', + ), + 71 => + array ( + 'id' => 2572, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:06', + 'title' => 'Journal of Comparative Physiology B: Biochemical, Systemic, and Environmental Physiology', + 'scopus_source_record_id' => '23457', + 'publisher' => 'Springer Nature', + 'issn' => '1432-136X', + ), + 72 => + array ( + 'id' => 2573, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:06', + 'title' => 'Journal of comparative psychology (Washington, D.C. : 1983)', + 'scopus_source_record_id' => '15431', + 'publisher' => 'American Psychological Association', + 'issn' => '1939-2087', + ), + 73 => + array ( + 'id' => 2574, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:06', + 'title' => 'Journal of Complex Networks', + 'scopus_source_record_id' => '21100395701', + 'publisher' => 'Oxford University Press', + 'issn' => '2051-1329', + ), + 74 => + array ( + 'id' => 2575, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:07', + 'title' => 'Journal of Computational Biology', + 'scopus_source_record_id' => '29581', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1557-8666', + ), + 75 => + array ( + 'id' => 2576, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:07', + 'title' => 'Journal of Computational Chemistry', + 'scopus_source_record_id' => '24176', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1096-987X', + ), + 76 => + array ( + 'id' => 2577, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:07', + 'title' => 'Journal of Consciousness Studies', + 'scopus_source_record_id' => '15435', + 'publisher' => 'Imprint Academic', + 'issn' => '2051-2201', + ), + 77 => + array ( + 'id' => 2578, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:07', + 'title' => 'Journal of Contaminant Hydrology', + 'scopus_source_record_id' => '23997', + 'publisher' => 'Elsevier', + 'issn' => '1873-6009', + ), + 78 => + array ( + 'id' => 2579, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:16:49', + 'title' => 'Journal of Contextual Behavioral Science', + 'scopus_source_record_id' => '21100222556', + 'publisher' => 'Elsevier', + 'issn' => '2212-1447', + ), + 79 => + array ( + 'id' => 2580, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:07', + 'title' => 'Journal of Contextual Economics-Schmollers Jahrbuch', + 'scopus_source_record_id' => '21100928943', + 'publisher' => 'Duncker und Humblot GmbH', + 'issn' => '2568-762X', + ), + 80 => + array ( + 'id' => 2581, + 'created_at' => '2024-12-02 17:01:01', + 'updated_at' => '2024-12-02 17:13:08', + 'title' => 'Journal of Contingencies and Crisis Management', + 'scopus_source_record_id' => '20574', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1468-5973', + ), + 81 => + array ( + 'id' => 2582, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:16:50', + 'title' => 'Journal of Cosmetic Science', + 'scopus_source_record_id' => '26570', + 'publisher' => 'Society of Cosmetic Chemists', + 'issn' => '1525-7886', + ), + 82 => + array ( + 'id' => 2583, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:08', + 'title' => 'Journal of Cotton Research', + 'scopus_source_record_id' => '21101041534', + 'publisher' => 'Springer Nature', + 'issn' => '2523-3254', + ), + 83 => + array ( + 'id' => 2584, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:08', + 'title' => 'Journal of Crop Health', + 'scopus_source_record_id' => '21101244197', + 'publisher' => 'Springer Nature', + 'issn' => '2948-2658', + ), + 84 => + array ( + 'id' => 2585, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:08', + 'title' => 'Journal of Crop Improvement', + 'scopus_source_record_id' => '73453', + 'publisher' => 'Taylor & Francis', + 'issn' => '1542-7536', + ), + 85 => + array ( + 'id' => 2586, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:08', + 'title' => 'Journal of Crustacean Biology', + 'scopus_source_record_id' => '22543', + 'publisher' => 'Brill', + 'issn' => '1937-240X', + ), + 86 => + array ( + 'id' => 2587, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:16:50', + 'title' => 'Journal of Cultural Heritage', + 'scopus_source_record_id' => '57810', + 'publisher' => 'Elsevier', + 'issn' => '1296-2074', + ), + 87 => + array ( + 'id' => 2588, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:08', + 'title' => 'Journal of Current Science and Technology', + 'scopus_source_record_id' => '21101021222', + 'publisher' => 'Rangsit University', + 'issn' => '2630-0656', + ), + 88 => + array ( + 'id' => 2589, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:09', + 'title' => 'Journal of Dairy Science', + 'scopus_source_record_id' => '32795', + 'publisher' => 'Elsevier', + 'issn' => '1525-3198', + ), + 89 => + array ( + 'id' => 2590, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:09', + 'title' => 'Journal of Dance Medicine and Science', + 'scopus_source_record_id' => '17700156015', + 'publisher' => 'SAGE', + 'issn' => '2374-8060', + ), + 90 => + array ( + 'id' => 2591, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:09', + 'title' => 'Journal of Defense Analytics and Logistics', + 'scopus_source_record_id' => '21101121177', + 'publisher' => 'Emerald Publishing', + 'issn' => '2399-6447', + ), + 91 => + array ( + 'id' => 2592, + 'created_at' => '2024-12-02 17:01:02', + 'updated_at' => '2024-12-02 17:13:09', + 'title' => 'Journal of Degraded and Mining Lands Management', + 'scopus_source_record_id' => '21100979353', + 'publisher' => 'Brawijaya University', + 'issn' => '2502-2458', + ), + 92 => + array ( + 'id' => 2593, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:09', + 'title' => 'Journal of Dermatological Science', + 'scopus_source_record_id' => '24859', + 'publisher' => 'Elsevier', + 'issn' => '1873-569X', + ), + 93 => + array ( + 'id' => 2594, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:09', + 'title' => 'Journal of Developmental Biology', + 'scopus_source_record_id' => '21100857423', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2221-3759', + ), + 94 => + array ( + 'id' => 2595, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:10', + 'title' => 'Journal of Earth Science', + 'scopus_source_record_id' => '19200157056', + 'publisher' => 'China University of Geosciences', + 'issn' => '1867-111X', + ), + 95 => + array ( + 'id' => 2596, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:10', + 'title' => 'Journal of Earth System Science', + 'scopus_source_record_id' => '21100855842', + 'publisher' => 'Indian Academy of Sciences', + 'issn' => '0973-774X', + ), + 96 => + array ( + 'id' => 2597, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:10', + 'title' => 'Journal of Earthquake and Tsunami', + 'scopus_source_record_id' => '15900154757', + 'publisher' => 'World Scientific', + 'issn' => '1793-7116', + ), + 97 => + array ( + 'id' => 2598, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:10', + 'title' => 'Journal of Ecohydraulics', + 'scopus_source_record_id' => '21101089398', + 'publisher' => 'Taylor & Francis', + 'issn' => '2470-5365', + ), + 98 => + array ( + 'id' => 2599, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:10', + 'title' => 'Journal of Ecological Engineering', + 'scopus_source_record_id' => '21100246533', + 'publisher' => 'Polskie Towarzystwo Inzynierii Ekologicznej (PTIE)', + 'issn' => '2299-8993', + ), + 99 => + array ( + 'id' => 2600, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:10', + 'title' => 'Journal of Ecology', + 'scopus_source_record_id' => '29602', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2745', + ), + 100 => + array ( + 'id' => 2601, + 'created_at' => '2024-12-02 17:01:03', + 'updated_at' => '2024-12-02 17:13:10', + 'title' => 'Journal of Ecology and Environment', + 'scopus_source_record_id' => '21100247059', + 'publisher' => 'Ecological Society of Korea', + 'issn' => '2288-1220', + ), + 101 => + array ( + 'id' => 2602, + 'created_at' => '2024-12-02 17:01:04', + 'updated_at' => '2024-12-02 17:16:52', + 'title' => 'Journal of Economic Entomology', + 'scopus_source_record_id' => '20465', + 'publisher' => 'Oxford University Press', + 'issn' => '0022-0493', + ), + 102 => + array ( + 'id' => 2603, + 'created_at' => '2024-12-02 17:01:04', + 'updated_at' => '2024-12-02 17:13:10', + 'title' => 'Journal of Economics, Race, and Policy', + 'scopus_source_record_id' => '21101192306', + 'publisher' => 'Springer Nature', + 'issn' => '2520-842X', + ), + 103 => + array ( + 'id' => 2604, + 'created_at' => '2024-12-02 17:01:04', + 'updated_at' => '2024-12-02 17:16:53', + 'title' => 'Journal of Elementology', + 'scopus_source_record_id' => '19200157041', + 'publisher' => 'Polish Society Magnesium Research', + 'issn' => '1644-2296', + ), + 104 => + array ( + 'id' => 2605, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Energy Systems', + 'scopus_source_record_id' => '21100979257', + 'publisher' => 'Erol Kurt', + 'issn' => '2602-2052', + ), + 105 => + array ( + 'id' => 2606, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Engineering and Technological Sciences', + 'scopus_source_record_id' => '21100265049', + 'publisher' => 'Institute for Research and Community Services, Institut Teknologi Bandung', + 'issn' => '2338-5502', + ), + 106 => + array ( + 'id' => 2607, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Engineering and Technology Management - JET-M', + 'scopus_source_record_id' => '20575', + 'publisher' => 'Elsevier', + 'issn' => '1879-1719', + ), + 107 => + array ( + 'id' => 2608, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Entomological and Acarological Research', + 'scopus_source_record_id' => '21100790059', + 'publisher' => 'PagePress', + 'issn' => '2279-7084', + ), + 108 => + array ( + 'id' => 2609, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:16:53', + 'title' => 'Journal of Entomological Science', + 'scopus_source_record_id' => '20481', + 'publisher' => 'Georgia Entomological Society Inc.', + 'issn' => '0749-8004', + ), + 109 => + array ( + 'id' => 2610, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environment and Development', + 'scopus_source_record_id' => '23346', + 'publisher' => 'SAGE', + 'issn' => '1552-5465', + ), + 110 => + array ( + 'id' => 2611, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Accounting and Management', + 'scopus_source_record_id' => '21100787105', + 'publisher' => 'L & H Scientific Publishing, LLC', + 'issn' => '2325-6206', + ), + 111 => + array ( + 'id' => 2612, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental and Earth Sciences', + 'scopus_source_record_id' => '21101070779', + 'publisher' => 'Bilingual Publishing Group', + 'issn' => '2661-3190', + ), + 112 => + array ( + 'id' => 2613, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Assessment Policy and Management', + 'scopus_source_record_id' => '23347', + 'publisher' => 'World Scientific', + 'issn' => '1757-5605', + ), + 113 => + array ( + 'id' => 2614, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Chemical Engineering', + 'scopus_source_record_id' => '21100255493', + 'publisher' => 'Elsevier', + 'issn' => '2213-3437', + ), + 114 => + array ( + 'id' => 2615, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Economics and Management', + 'scopus_source_record_id' => '23352', + 'publisher' => 'Elsevier', + 'issn' => '1096-0449', + ), + 115 => + array ( + 'id' => 2616, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Economics and Policy', + 'scopus_source_record_id' => '21101045750', + 'publisher' => 'Taylor & Francis', + 'issn' => '2160-6552', + ), + 116 => + array ( + 'id' => 2617, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Education', + 'scopus_source_record_id' => '23354', + 'publisher' => 'Taylor & Francis', + 'issn' => '1940-1892', + ), + 117 => + array ( + 'id' => 2618, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Engineering (United States)', + 'scopus_source_record_id' => '23355', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '1943-7870', + ), + 118 => + array ( + 'id' => 2619, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Engineering and Landscape Management', + 'scopus_source_record_id' => '87849', + 'publisher' => 'Vilnius Gediminas Technical University', + 'issn' => '1822-4199', + ), + 119 => + array ( + 'id' => 2620, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Engineering and Science', + 'scopus_source_record_id' => '23356', + 'publisher' => 'ICE Publishing Ltd.', + 'issn' => '1496-256X', + ), + 120 => + array ( + 'id' => 2621, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:16:54', + 'title' => 'Journal of Environmental Engineering Technology', + 'scopus_source_record_id' => '21101185265', + 'publisher' => 'Editorial Board Journal of Environmental Engineering Technology', + 'issn' => '1674-991X', + ), + 121 => + array ( + 'id' => 2622, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:12', + 'title' => 'Journal of Environmental Exposure Assessment', + 'scopus_source_record_id' => '21101196042', + 'publisher' => 'OAE Publishing Inc.', + 'issn' => '2771-5949', + ), + 122 => + array ( + 'id' => 2623, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:16:54', + 'title' => 'Journal of Environmental Health', + 'scopus_source_record_id' => '23368', + 'publisher' => 'National Environmental Health Association', + 'issn' => '0022-0892', + ), + 123 => + array ( + 'id' => 2624, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Health Science and Engineering', + 'scopus_source_record_id' => '21100242835', + 'publisher' => 'Springer Nature', + 'issn' => '2052-336X', + ), + 124 => + array ( + 'id' => 2625, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Horticulture', + 'scopus_source_record_id' => '25423', + 'publisher' => 'Horticultural Research Institute', + 'issn' => '2573-5586', + ), + 125 => + array ( + 'id' => 2626, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Informatics', + 'scopus_source_record_id' => '7000153205', + 'publisher' => 'International Society for Environmental Information Sciences', + 'issn' => '1684-8799', + ), + 126 => + array ( + 'id' => 2627, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Informatics Letters', + 'scopus_source_record_id' => '21101144889', + 'publisher' => 'International Society for Environmental Information Sciences', + 'issn' => '2663-6867', + ), + 127 => + array ( + 'id' => 2628, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Law', + 'scopus_source_record_id' => '23369', + 'publisher' => 'Oxford University Press', + 'issn' => '1464-374X', + ), + 128 => + array ( + 'id' => 2629, + 'created_at' => '2024-12-02 17:01:05', + 'updated_at' => '2024-12-02 17:16:54', + 'title' => 'Journal of Environmental Law and Litigation', + 'scopus_source_record_id' => '23370', + 'publisher' => 'University of Oregon', + 'issn' => '1049-0280', + ), + 129 => + array ( + 'id' => 2630, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Management', + 'scopus_source_record_id' => '23371', + 'publisher' => 'Elsevier', + 'issn' => '1095-8630', + ), + 130 => + array ( + 'id' => 2631, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Media', + 'scopus_source_record_id' => '21101173095', + 'publisher' => 'Intellect Publishers', + 'issn' => '2632-2471', + ), + 131 => + array ( + 'id' => 2632, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Nanotechnology', + 'scopus_source_record_id' => '21101194308', + 'publisher' => 'Institute for Environmental Nanotechnology', + 'issn' => '2319-5541', + ), + 132 => + array ( + 'id' => 2633, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Planning and Management', + 'scopus_source_record_id' => '23373', + 'publisher' => 'Taylor & Francis', + 'issn' => '1360-0559', + ), + 133 => + array ( + 'id' => 2634, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Policy and Planning', + 'scopus_source_record_id' => '23374', + 'publisher' => 'Taylor & Francis', + 'issn' => '1522-7200', + ), + 134 => + array ( + 'id' => 2635, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:16:54', + 'title' => 'Journal of Environmental Protection and Ecology', + 'scopus_source_record_id' => '12400154728', + 'publisher' => 'Scibulcom Ltd.', + 'issn' => '1311-5065', + ), + 135 => + array ( + 'id' => 2636, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Quality', + 'scopus_source_record_id' => '23375', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1537-2537', + ), + 136 => + array ( + 'id' => 2637, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Radioactivity', + 'scopus_source_record_id' => '23388', + 'publisher' => 'Elsevier', + 'issn' => '1879-1700', + ), + 137 => + array ( + 'id' => 2638, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Science and Health - Part B Pesticides, Food Contaminants, and Agricultural Wastes', + 'scopus_source_record_id' => '23391', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-4109', + ), + 138 => + array ( + 'id' => 2639, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:16:54', + 'title' => 'Journal of Environmental Science and Management', + 'scopus_source_record_id' => '21100205739', + 'publisher' => 'University of the Philippines Los Banos', + 'issn' => '0119-1144', + ), + 139 => + array ( + 'id' => 2640, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Sciences (China)', + 'scopus_source_record_id' => '23393', + 'publisher' => 'Chinese Academy of Sciences', + 'issn' => '1878-7320', + ), + 140 => + array ( + 'id' => 2641, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Environmental Studies and Sciences', + 'scopus_source_record_id' => '21100464902', + 'publisher' => 'Springer Nature', + 'issn' => '2190-6491', + ), + 141 => + array ( + 'id' => 2642, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:13', + 'title' => 'Journal of Essential Oil Research', + 'scopus_source_record_id' => '26572', + 'publisher' => 'Taylor & Francis', + 'issn' => '2163-8152', + ), + 142 => + array ( + 'id' => 2643, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:16:54', + 'title' => 'Journal of Essential Oil-Bearing Plants', + 'scopus_source_record_id' => '5300152528', + 'publisher' => 'Taylor & Francis', + 'issn' => '0972-060X', + ), + 143 => + array ( + 'id' => 2644, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Ethnobiology and Ethnomedicine', + 'scopus_source_record_id' => '6400153111', + 'publisher' => 'Springer Nature', + 'issn' => '1746-4269', + ), + 144 => + array ( + 'id' => 2645, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Ethology', + 'scopus_source_record_id' => '22544', + 'publisher' => 'Springer Nature', + 'issn' => '1439-5444', + ), + 145 => + array ( + 'id' => 2646, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Eukaryotic Microbiology', + 'scopus_source_record_id' => '20223', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1550-7408', + ), + 146 => + array ( + 'id' => 2647, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of European Social Policy', + 'scopus_source_record_id' => '26350', + 'publisher' => 'SAGE', + 'issn' => '1461-7269', + ), + 147 => + array ( + 'id' => 2648, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Evolutionary Biology', + 'scopus_source_record_id' => '18920', + 'publisher' => 'Oxford University Press', + 'issn' => '1420-9101', + ), + 148 => + array ( + 'id' => 2649, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Experimental Biology', + 'scopus_source_record_id' => '29605', + 'publisher' => 'Company of Biologists Ltd', + 'issn' => '1477-9145', + ), + 149 => + array ( + 'id' => 2650, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Experimental Biology and Agricultural Sciences', + 'scopus_source_record_id' => '21100970234', + 'publisher' => 'Editorial board of Journal of Experimental Biology and Agricultural Sciences', + 'issn' => '2320-8694', + ), + 150 => + array ( + 'id' => 2651, + 'created_at' => '2024-12-02 17:01:06', + 'updated_at' => '2024-12-02 17:16:55', + 'title' => 'Journal of Experimental Marine Biology and Ecology', + 'scopus_source_record_id' => '29606', + 'publisher' => 'Elsevier', + 'issn' => '0022-0981', + ), + 151 => + array ( + 'id' => 2652, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of experimental psychology. Animal learning and cognition', + 'scopus_source_record_id' => '21100370881', + 'publisher' => 'American Psychological Association', + 'issn' => '2329-8464', + ), + 152 => + array ( + 'id' => 2653, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Experimental Zoology Part A: Ecological and Integrative Physiology', + 'scopus_source_record_id' => '21100848471', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2471-5646', + ), + 153 => + array ( + 'id' => 2654, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Experimental Zoology Part B: Molecular and Developmental Evolution', + 'scopus_source_record_id' => '22556', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1552-5015', + ), + 154 => + array ( + 'id' => 2655, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:14', + 'title' => 'Journal of Exposure Science and Environmental Epidemiology', + 'scopus_source_record_id' => '4400151701', + 'publisher' => 'Springer Nature', + 'issn' => '1559-064X', + ), + 155 => + array ( + 'id' => 2656, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:16:56', + 'title' => 'Journal of Fish and Wildlife Management', + 'scopus_source_record_id' => '21100265745', + 'publisher' => 'U.S. Fish & Wildlife Service', + 'issn' => '1944-687X', + ), + 156 => + array ( + 'id' => 2657, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Fish Biology', + 'scopus_source_record_id' => '22560', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1095-8649', + ), + 157 => + array ( + 'id' => 2658, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Fish Diseases', + 'scopus_source_record_id' => '13527', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2761', + ), + 158 => + array ( + 'id' => 2659, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Fish Taxonomy', + 'scopus_source_record_id' => '21101046691', + 'publisher' => 'SCARLET PUBLISHING SOLUTIONS', + 'issn' => '2458-942X', + ), + 159 => + array ( + 'id' => 2660, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Fisheries and Environment', + 'scopus_source_record_id' => '21100908543', + 'publisher' => 'Faculty of Fisheries, Kasetsart University', + 'issn' => '2630-0826', + ), + 160 => + array ( + 'id' => 2661, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:16:56', + 'title' => 'Journal of Fishery Sciences of China', + 'scopus_source_record_id' => '21100785514', + 'publisher' => 'Chinese Academy of Fishery Sciences', + 'issn' => '1005-8737', + ), + 161 => + array ( + 'id' => 2662, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:16:56', + 'title' => 'Journal of Flood Risk Management', + 'scopus_source_record_id' => '18700156719', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1753-318X', + ), + 162 => + array ( + 'id' => 2663, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Flow Chemistry', + 'scopus_source_record_id' => '21100255503', + 'publisher' => 'Akademiai Kiado', + 'issn' => '2063-0212', + ), + 163 => + array ( + 'id' => 2664, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Fluorescence', + 'scopus_source_record_id' => '25282', + 'publisher' => 'Springer Nature', + 'issn' => '1573-4994', + ), + 164 => + array ( + 'id' => 2665, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:16:57', + 'title' => 'Journal of Fluorine Chemistry', + 'scopus_source_record_id' => '25283', + 'publisher' => 'Elsevier', + 'issn' => '0022-1139', + ), + 165 => + array ( + 'id' => 2666, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Food Biochemistry', + 'scopus_source_record_id' => '20580', + 'publisher' => 'Hindawi', + 'issn' => '1745-4514', + ), + 166 => + array ( + 'id' => 2667, + 'created_at' => '2024-12-02 17:01:07', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Food Distribution Research', + 'scopus_source_record_id' => '21100927900', + 'publisher' => 'Food Distribution Research Society', + 'issn' => '2643-3354', + ), + 167 => + array ( + 'id' => 2668, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Food Processing and Preservation', + 'scopus_source_record_id' => '20590', + 'publisher' => 'Hindawi', + 'issn' => '1745-4549', + ), + 168 => + array ( + 'id' => 2669, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Food Protection', + 'scopus_source_record_id' => '20610', + 'publisher' => 'Elsevier', + 'issn' => '1944-9097', + ), + 169 => + array ( + 'id' => 2670, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Food Safety', + 'scopus_source_record_id' => '20612', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1745-4565', + ), + 170 => + array ( + 'id' => 2671, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Food Technology Research', + 'scopus_source_record_id' => '21101121580', + 'publisher' => 'Conscientia Beam', + 'issn' => '2312-3796', + ), + 171 => + array ( + 'id' => 2672, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:16:57', + 'title' => 'Journal of Foraminiferal Research', + 'scopus_source_record_id' => '13932', + 'publisher' => 'Cushman Foundation', + 'issn' => '0096-1191', + ), + 172 => + array ( + 'id' => 2673, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:15', + 'title' => 'Journal of Forecasting', + 'scopus_source_record_id' => '20606', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-131X', + ), + 173 => + array ( + 'id' => 2674, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:16:57', + 'title' => 'Journal of Forensic Sciences', + 'scopus_source_record_id' => '27769', + 'publisher' => 'John Wiley & Sons', + 'issn' => '0022-1198', + ), + 174 => + array ( + 'id' => 2675, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of Forest Economics', + 'scopus_source_record_id' => '22869', + 'publisher' => 'Now Publishers Inc', + 'issn' => '1618-1530', + ), + 175 => + array ( + 'id' => 2676, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:16:57', + 'title' => 'Journal of Freshwater Ecology', + 'scopus_source_record_id' => '29535', + 'publisher' => 'Taylor & Francis', + 'issn' => '0270-5060', + ), + 176 => + array ( + 'id' => 2677, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:16:58', + 'title' => 'Journal of Fudan University (Natural Science)', + 'scopus_source_record_id' => '21101236711', + 'publisher' => 'Editorial Department of Jounral of Fudan University (Natural Science)', + 'issn' => '0427-7104', + ), + 177 => + array ( + 'id' => 2678, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:16:58', + 'title' => 'Journal of Fungal Research', + 'scopus_source_record_id' => '21101232728', + 'publisher' => 'Editorial Department of Journal of Fungal Research', + 'issn' => '1672-3538', + ), + 178 => + array ( + 'id' => 2679, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of Fungi', + 'scopus_source_record_id' => '21100886355', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2309-608X', + ), + 179 => + array ( + 'id' => 2680, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of Future Foods', + 'scopus_source_record_id' => '21101097033', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2772-5669', + ), + 180 => + array ( + 'id' => 2681, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:16:58', + 'title' => 'Journal of Futures Studies', + 'scopus_source_record_id' => '300147003', + 'publisher' => 'Tamkang University', + 'issn' => '1027-6084', + ), + 181 => + array ( + 'id' => 2682, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:16:59', + 'title' => 'Journal of Gems and Gemmology', + 'scopus_source_record_id' => '21101178402', + 'publisher' => 'Editorial Department of Journal of Gems and Gemmology, China University of Geosciences', + 'issn' => '2096-9120', + ), + 182 => + array ( + 'id' => 2683, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of Gene Medicine', + 'scopus_source_record_id' => '18922', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-2254', + ), + 183 => + array ( + 'id' => 2684, + 'created_at' => '2024-12-02 17:01:08', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of General and Applied Microbiology', + 'scopus_source_record_id' => '20229', + 'publisher' => 'Microbiology Research Foundation', + 'issn' => '1349-8037', + ), + 184 => + array ( + 'id' => 2685, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of Genetic Engineering and Biotechnology', + 'scopus_source_record_id' => '21100463067', + 'publisher' => 'Elsevier', + 'issn' => '2090-5920', + ), + 185 => + array ( + 'id' => 2686, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of Genetics', + 'scopus_source_record_id' => '18924', + 'publisher' => 'Springer Nature', + 'issn' => '0973-7731', + ), + 186 => + array ( + 'id' => 2687, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of Geodesy and Geoinformation Science', + 'scopus_source_record_id' => '21101177663', + 'publisher' => 'SinoMaps Press', + 'issn' => '2096-1650', + ), + 187 => + array ( + 'id' => 2688, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:16', + 'title' => 'Journal of Geodetic Science', + 'scopus_source_record_id' => '21101024139', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2081-9943', + ), + 188 => + array ( + 'id' => 2689, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geographical Sciences', + 'scopus_source_record_id' => '4700152634', + 'publisher' => 'Science China Press', + 'issn' => '1861-9568', + ), + 189 => + array ( + 'id' => 2690, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geography (Chigaku Zasshi)', + 'scopus_source_record_id' => '21101048945', + 'publisher' => 'Tokyo Geographical Society', + 'issn' => '1884-0884', + ), + 190 => + array ( + 'id' => 2691, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geophysical Research: Atmospheres', + 'scopus_source_record_id' => '21101038508', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2169-8996', + ), + 191 => + array ( + 'id' => 2692, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geophysical Research: Biogeosciences', + 'scopus_source_record_id' => '21101038507', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2169-8961', + ), + 192 => + array ( + 'id' => 2693, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geophysical Research: Oceans', + 'scopus_source_record_id' => '21101038511', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2169-9291', + ), + 193 => + array ( + 'id' => 2694, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geophysical Research: Planets', + 'scopus_source_record_id' => '21101038510', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2169-9100', + ), + 194 => + array ( + 'id' => 2695, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geophysical Research: Solid Earth', + 'scopus_source_record_id' => '21100855886', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2169-9356', + ), + 195 => + array ( + 'id' => 2696, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geophysics and Engineering', + 'scopus_source_record_id' => '144950', + 'publisher' => 'Oxford University Press', + 'issn' => '1742-2140', + ), + 196 => + array ( + 'id' => 2697, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:17:00', + 'title' => 'Journal of Geoscience Education', + 'scopus_source_record_id' => '24418', + 'publisher' => 'Taylor & Francis', + 'issn' => '1089-9995', + ), + 197 => + array ( + 'id' => 2698, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geosciences (Czech Republic)', + 'scopus_source_record_id' => '15300154856', + 'publisher' => 'Czech Geological Survey', + 'issn' => '1803-1943', + ), + 198 => + array ( + 'id' => 2699, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geotechnical and Geoenvironmental Engineering - ASCE', + 'scopus_source_record_id' => '16281', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '1943-5606', + ), + 199 => + array ( + 'id' => 2700, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Geovisualization and Spatial Analysis', + 'scopus_source_record_id' => '21101041845', + 'publisher' => 'Springer Nature', + 'issn' => '2509-8829', + ), + 200 => + array ( + 'id' => 2701, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Ginseng Research', + 'scopus_source_record_id' => '19700188222', + 'publisher' => 'Elsevier', + 'issn' => '2093-4947', + ), + 201 => + array ( + 'id' => 2702, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:17:00', + 'title' => 'Journal of Glaciology and Geocryology', + 'scopus_source_record_id' => '21101093008', + 'publisher' => 'Science China Press', + 'issn' => '1000-0240', + ), + 202 => + array ( + 'id' => 2703, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Global Antimicrobial Resistance', + 'scopus_source_record_id' => '21100253424', + 'publisher' => 'Elsevier', + 'issn' => '2213-7173', + ), + 203 => + array ( + 'id' => 2704, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Global Information Management', + 'scopus_source_record_id' => '20608', + 'publisher' => 'IGI Global Publishing', + 'issn' => '1533-7995', + ), + 204 => + array ( + 'id' => 2705, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Global Innovations in Agricultural Sciences', + 'scopus_source_record_id' => '21101089035', + 'publisher' => 'Society for Innovative Agriculture, University of Agriculture', + 'issn' => '2788-4546', + ), + 205 => + array ( + 'id' => 2706, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Global Operations and Strategic Sourcing', + 'scopus_source_record_id' => '21100807851', + 'publisher' => 'Emerald Publishing', + 'issn' => '2398-5372', + ), + 206 => + array ( + 'id' => 2707, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:13:17', + 'title' => 'Journal of Global Optimization', + 'scopus_source_record_id' => '88345', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2916', + ), + 207 => + array ( + 'id' => 2708, + 'created_at' => '2024-12-02 17:01:09', + 'updated_at' => '2024-12-02 17:17:00', + 'title' => 'Journal of Globalization Studies', + 'scopus_source_record_id' => '21100945721', + 'publisher' => 'Uchitel Publishing House', + 'issn' => '2075-8103', + ), + 208 => + array ( + 'id' => 2709, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:17:01', + 'title' => 'Journal of Great Lakes Research', + 'scopus_source_record_id' => '17510', + 'publisher' => 'International Association of Great Lakes Research', + 'issn' => '0380-1330', + ), + 209 => + array ( + 'id' => 2710, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:18', + 'title' => 'Journal of Green Building', + 'scopus_source_record_id' => '19700174747', + 'publisher' => 'College Publishing', + 'issn' => '1943-4618', + ), + 210 => + array ( + 'id' => 2711, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:18', + 'title' => 'Journal of Groundwater Hydrology', + 'scopus_source_record_id' => '21101196446', + 'publisher' => 'Japanese Association of Groundwater Hydrology', + 'issn' => '2185-5943', + ), + 211 => + array ( + 'id' => 2712, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:17:01', + 'title' => 'Journal of Groundwater Science and Engineering', + 'scopus_source_record_id' => '21100843696', + 'publisher' => 'Groundwater Science and Engineering Limited', + 'issn' => '2305-7068', + ), + 212 => + array ( + 'id' => 2713, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:18', + 'title' => 'Journal of Hard Tissue Biology', + 'scopus_source_record_id' => '19400157005', + 'publisher' => 'Society of Hard Tissue Regenerative Biology', + 'issn' => '1880-828X', + ), + 213 => + array ( + 'id' => 2714, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:18', + 'title' => 'Journal of Hazardous Materials', + 'scopus_source_record_id' => '25858', + 'publisher' => 'Elsevier', + 'issn' => '1873-3336', + ), + 214 => + array ( + 'id' => 2715, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:18', + 'title' => 'Journal of Hazardous Materials Advances', + 'scopus_source_record_id' => '21101162816', + 'publisher' => 'Elsevier', + 'issn' => '2772-4166', + ), + 215 => + array ( + 'id' => 2716, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:18', + 'title' => 'Journal of Hazardous Materials Letters', + 'scopus_source_record_id' => '21101081613', + 'publisher' => 'Elsevier', + 'issn' => '2666-9110', + ), + 216 => + array ( + 'id' => 2717, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:18', + 'title' => 'Journal of Hazardous, Toxic, and Radioactive Waste', + 'scopus_source_record_id' => '19900192156', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '2153-5515', + ), + 217 => + array ( + 'id' => 2718, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:18', + 'title' => 'Journal of Health and Pollution', + 'scopus_source_record_id' => '21100843323', + 'publisher' => 'Pure Earth', + 'issn' => '2156-9614', + ), + 218 => + array ( + 'id' => 2719, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:17:01', + 'title' => 'Journal of Hematology and Oncology', + 'scopus_source_record_id' => '17900156736', + 'publisher' => 'Springer Nature', + 'issn' => '1756-8722', + ), + 219 => + array ( + 'id' => 2720, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:19', + 'title' => 'Journal of Heredity', + 'scopus_source_record_id' => '18926', + 'publisher' => 'Oxford University Press', + 'issn' => '1465-7333', + ), + 220 => + array ( + 'id' => 2721, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:17:02', + 'title' => 'Journal of Herpetology', + 'scopus_source_record_id' => '22562', + 'publisher' => 'Society for the Study of Amphibians and Reptiles', + 'issn' => '0022-1511', + ), + 221 => + array ( + 'id' => 2722, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:19', + 'title' => 'Journal of Heterocyclic Chemistry', + 'scopus_source_record_id' => '25882', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1943-5193', + ), + 222 => + array ( + 'id' => 2723, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:19', + 'title' => 'Journal of Heuristics', + 'scopus_source_record_id' => '24358', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9397', + ), + 223 => + array ( + 'id' => 2724, + 'created_at' => '2024-12-02 17:01:10', + 'updated_at' => '2024-12-02 17:13:19', + 'title' => 'Journal of Himalayan Earth Sciences', + 'scopus_source_record_id' => '21100242221', + 'publisher' => 'National Centre of Excellence in Geology, University of Peshawar', + 'issn' => '2305-6959', + ), + 224 => + array ( + 'id' => 2725, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:17:02', + 'title' => 'Journal of Hohai University (Natural Sciences)', + 'scopus_source_record_id' => '21100226810', + 'publisher' => 'Editorial Board of Journal of Hohai University (Natural Sciences)', + 'issn' => '1000-1980', + ), + 225 => + array ( + 'id' => 2726, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:17:02', + 'title' => 'Journal of Horticultural Science and Biotechnology', + 'scopus_source_record_id' => '25427', + 'publisher' => 'Taylor & Francis', + 'issn' => '1462-0316', + ), + 226 => + array ( + 'id' => 2727, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:19', + 'title' => 'Journal of Horticultural Sciences', + 'scopus_source_record_id' => '21100930075', + 'publisher' => 'Society for Promotion of Horticulture', + 'issn' => '2582-4899', + ), + 227 => + array ( + 'id' => 2728, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:19', + 'title' => 'Journal of Human Evolution', + 'scopus_source_record_id' => '18927', + 'publisher' => 'Elsevier', + 'issn' => '1095-8606', + ), + 228 => + array ( + 'id' => 2729, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:19', + 'title' => 'Journal of Human Genetics', + 'scopus_source_record_id' => '18928', + 'publisher' => 'Springer Nature', + 'issn' => '1435-232X', + ), + 229 => + array ( + 'id' => 2730, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Human Rights and the Environment', + 'scopus_source_record_id' => '21100814045', + 'publisher' => 'Edward Elgar Publishing Ltd.', + 'issn' => '1759-7196', + ), + 230 => + array ( + 'id' => 2731, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Human Rights, Culture and Legal System', + 'scopus_source_record_id' => '21101146405', + 'publisher' => 'Lembaga Contrarius Indonesia', + 'issn' => '2807-2812', + ), + 231 => + array ( + 'id' => 2732, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Human, Earth, and Future', + 'scopus_source_record_id' => '21101120348', + 'publisher' => 'Ital Publication', + 'issn' => '2785-2997', + ), + 232 => + array ( + 'id' => 2733, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Humanitarian Logistics and Supply Chain Management', + 'scopus_source_record_id' => '21100446510', + 'publisher' => 'Emerald Publishing', + 'issn' => '2042-6755', + ), + 233 => + array ( + 'id' => 2734, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hydraulic Engineering', + 'scopus_source_record_id' => '16283', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '1943-7900', + ), + 234 => + array ( + 'id' => 2735, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hydraulic Research/De Recherches Hydrauliques', + 'scopus_source_record_id' => '18539', + 'publisher' => 'Taylor & Francis', + 'issn' => '1814-2079', + ), + 235 => + array ( + 'id' => 2736, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:17:03', + 'title' => 'Journal of Hydro-Environment Research', + 'scopus_source_record_id' => '11300153741', + 'publisher' => 'Elsevier', + 'issn' => '1570-6443', + ), + 236 => + array ( + 'id' => 2737, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hydroinformatics', + 'scopus_source_record_id' => '5100155056', + 'publisher' => 'IWA Publishing', + 'issn' => '1465-1734', + ), + 237 => + array ( + 'id' => 2738, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hydrologic Engineering - ASCE', + 'scopus_source_record_id' => '16284', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '1943-5584', + ), + 238 => + array ( + 'id' => 2739, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:17:03', + 'title' => 'Journal of Hydrology', + 'scopus_source_record_id' => '50089', + 'publisher' => 'Elsevier', + 'issn' => '0022-1694', + ), + 239 => + array ( + 'id' => 2740, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hydrology and Hydromechanics', + 'scopus_source_record_id' => '29721', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1338-4333', + ), + 240 => + array ( + 'id' => 2741, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hydrology X', + 'scopus_source_record_id' => '21100903475', + 'publisher' => 'Elsevier', + 'issn' => '2589-9155', + ), + 241 => + array ( + 'id' => 2742, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:17:03', + 'title' => 'Journal of Hydrology: New Zealand', + 'scopus_source_record_id' => '29538', + 'publisher' => 'New Zealand Hydrological Society', + 'issn' => '0022-1708', + ), + 242 => + array ( + 'id' => 2743, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hydrology: Regional Studies', + 'scopus_source_record_id' => '21100349321', + 'publisher' => 'Elsevier', + 'issn' => '2214-5818', + ), + 243 => + array ( + 'id' => 2744, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hydrometeorology', + 'scopus_source_record_id' => '29539', + 'publisher' => 'American Meteorological Society', + 'issn' => '1525-7541', + ), + 244 => + array ( + 'id' => 2745, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Hymenoptera Research', + 'scopus_source_record_id' => '11500153406', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1314-2607', + ), + 245 => + array ( + 'id' => 2746, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Ichthyology', + 'scopus_source_record_id' => '22563', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1555-6425', + ), + 246 => + array ( + 'id' => 2747, + 'created_at' => '2024-12-02 17:01:11', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Imaging Science and Technology', + 'scopus_source_record_id' => '101377', + 'publisher' => 'Society for Imaging Science and Technology', + 'issn' => '1943-3522', + ), + 247 => + array ( + 'id' => 2748, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:20', + 'title' => 'Journal of Inclusion Phenomena and Macrocyclic Chemistry', + 'scopus_source_record_id' => '51064', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1111', + ), + 248 => + array ( + 'id' => 2749, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Industrial Ecology', + 'scopus_source_record_id' => '23411', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1530-9290', + ), + 249 => + array ( + 'id' => 2750, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:17:03', + 'title' => 'Journal of Industrial Engineering and Engineering Management', + 'scopus_source_record_id' => '21101073268', + 'publisher' => 'Zhejiang University', + 'issn' => '1004-6062', + ), + 250 => + array ( + 'id' => 2751, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Infection in Developing Countries', + 'scopus_source_record_id' => '17700155407', + 'publisher' => 'Journal of Infection in Developing Countries', + 'issn' => '2036-6590', + ), + 251 => + array ( + 'id' => 2752, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Information and Communication Technology', + 'scopus_source_record_id' => '21100200802', + 'publisher' => 'Universiti Utara Malaysia Press', + 'issn' => '2180-3862', + ), + 252 => + array ( + 'id' => 2753, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Information Technology Case and Application Research', + 'scopus_source_record_id' => '21100886533', + 'publisher' => 'Taylor & Francis', + 'issn' => '2333-6897', + ), + 253 => + array ( + 'id' => 2754, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Inherited Metabolic Disease', + 'scopus_source_record_id' => '15106', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2665', + ), + 254 => + array ( + 'id' => 2755, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Inorganic Biochemistry', + 'scopus_source_record_id' => '17615', + 'publisher' => 'Elsevier', + 'issn' => '1873-3344', + ), + 255 => + array ( + 'id' => 2756, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Insect Behavior', + 'scopus_source_record_id' => '20484', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8889', + ), + 256 => + array ( + 'id' => 2757, + 'created_at' => '2024-12-02 17:01:12', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Insect Biodiversity', + 'scopus_source_record_id' => '21101030203', + 'publisher' => 'Magnolia Press', + 'issn' => '2147-7612', + ), + 257 => + array ( + 'id' => 2758, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:17:04', + 'title' => 'Journal of Insect Biotechnology and Sericology', + 'scopus_source_record_id' => '94708', + 'publisher' => 'Japanese Society of Sericultural Sciences', + 'issn' => '1346-8073', + ), + 258 => + array ( + 'id' => 2759, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:21', + 'title' => 'Journal of Insect Conservation', + 'scopus_source_record_id' => '20486', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9753', + ), + 259 => + array ( + 'id' => 2760, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:22', + 'title' => 'Journal of Integrated Coastal Zone Management', + 'scopus_source_record_id' => '21100456639', + 'publisher' => 'APRH (Associacao Portuguesa dos Recursos Hidricos)', + 'issn' => '1646-8872', + ), + 260 => + array ( + 'id' => 2761, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:22', + 'title' => 'Journal of Integrated Disaster Risk Management', + 'scopus_source_record_id' => '21101079124', + 'publisher' => 'IDRiM Society', + 'issn' => '2185-8322', + ), + 261 => + array ( + 'id' => 2762, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:22', + 'title' => 'Journal of Integrated OMICS', + 'scopus_source_record_id' => '21100818513', + 'publisher' => 'Proteomass Scientific Society', + 'issn' => '2182-0287', + ), + 262 => + array ( + 'id' => 2763, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:22', + 'title' => 'Journal of Integrated Pest Management', + 'scopus_source_record_id' => '21100863819', + 'publisher' => 'Oxford University Press', + 'issn' => '2155-7470', + ), + 263 => + array ( + 'id' => 2764, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:22', + 'title' => 'Journal of Integrated Science and Technology', + 'scopus_source_record_id' => '21101065486', + 'publisher' => 'ScienceIn Publishing', + 'issn' => '2321-4635', + ), + 264 => + array ( + 'id' => 2765, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:17:05', + 'title' => 'Journal of Integrative Agriculture', + 'scopus_source_record_id' => '21100203903', + 'publisher' => 'Editorial Department of Scientia Agricultura Sinica', + 'issn' => '2095-3119', + ), + 265 => + array ( + 'id' => 2766, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:22', + 'title' => 'Journal of Integrative Environmental Sciences', + 'scopus_source_record_id' => '19700200833', + 'publisher' => 'Taylor & Francis', + 'issn' => '1943-8168', + ), + 266 => + array ( + 'id' => 2767, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:22', + 'title' => 'Journal of Integrative Plant Biology', + 'scopus_source_record_id' => '130165', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1744-7909', + ), + 267 => + array ( + 'id' => 2768, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:17:05', + 'title' => 'Journal of Intelligence Studies in Business', + 'scopus_source_record_id' => '21100327708', + 'publisher' => 'Halmstad University', + 'issn' => '2001-015X', + ), + 268 => + array ( + 'id' => 2769, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:22', + 'title' => 'Journal of International Crisis and Risk Communication Research', + 'scopus_source_record_id' => '21101133575', + 'publisher' => 'The Netherlands press B.V.', + 'issn' => '2576-0025', + ), + 269 => + array ( + 'id' => 2770, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of International Logistics and Trade', + 'scopus_source_record_id' => '21100945715', + 'publisher' => 'Jungseok Research Institute of International Logistics and Trade', + 'issn' => '2508-7592', + ), + 270 => + array ( + 'id' => 2771, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of International Maritime Safety, Environmental Affairs, and Shipping', + 'scopus_source_record_id' => '21101107976', + 'publisher' => 'Taylor & Francis', + 'issn' => '2572-5084', + ), + 271 => + array ( + 'id' => 2772, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of International Medical Research', + 'scopus_source_record_id' => '32422', + 'publisher' => 'SAGE', + 'issn' => '1473-2300', + ), + 272 => + array ( + 'id' => 2773, + 'created_at' => '2024-12-02 17:01:13', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of International Wildlife Law and Policy', + 'scopus_source_record_id' => '23416', + 'publisher' => 'Taylor & Francis', + 'issn' => '1548-1476', + ), + 273 => + array ( + 'id' => 2774, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of Invertebrate Pathology', + 'scopus_source_record_id' => '22564', + 'publisher' => 'Elsevier', + 'issn' => '1096-0805', + ), + 274 => + array ( + 'id' => 2775, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of Investigative Dermatology', + 'scopus_source_record_id' => '24868', + 'publisher' => 'Elsevier', + 'issn' => '1523-1747', + ), + 275 => + array ( + 'id' => 2776, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of Investigative Medicine', + 'scopus_source_record_id' => '27770', + 'publisher' => 'SAGE', + 'issn' => '1708-8267', + ), + 276 => + array ( + 'id' => 2777, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of Ionic Liquids', + 'scopus_source_record_id' => '21101167512', + 'publisher' => 'Elsevier', + 'issn' => '2772-4220', + ), + 277 => + array ( + 'id' => 2778, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of Irrigation and Drainage Engineering - ASCE', + 'scopus_source_record_id' => '16298', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '1943-4774', + ), + 278 => + array ( + 'id' => 2779, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of Island and Coastal Archaeology', + 'scopus_source_record_id' => '11600153461', + 'publisher' => 'Taylor & Francis', + 'issn' => '1556-1828', + ), + 279 => + array ( + 'id' => 2780, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:23', + 'title' => 'Journal of Japan Industrial Management Association', + 'scopus_source_record_id' => '144786', + 'publisher' => 'Nihon Keikei Kogakkai', + 'issn' => '2187-9079', + ), + 280 => + array ( + 'id' => 2781, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:17:06', + 'title' => 'Journal of King Abdulaziz University, Marine Science', + 'scopus_source_record_id' => '19900193274', + 'publisher' => 'King Abdulaziz University Scientific Publishing Center', + 'issn' => '1012-8840', + ), + 281 => + array ( + 'id' => 2782, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:17:06', + 'title' => 'Journal of King Saud University - Science', + 'scopus_source_record_id' => '86891', + 'publisher' => 'Elsevier', + 'issn' => '1018-3647', + ), + 282 => + array ( + 'id' => 2783, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:24', + 'title' => 'Journal of Korea Society of Waste Management', + 'scopus_source_record_id' => '21101230574', + 'publisher' => 'Korea Society of Waste Management', + 'issn' => '2287-5638', + ), + 283 => + array ( + 'id' => 2784, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:24', + 'title' => 'Journal of Korea Water Resources Association', + 'scopus_source_record_id' => '21101151419', + 'publisher' => 'Korea Water Resources Association', + 'issn' => '2799-8754', + ), + 284 => + array ( + 'id' => 2785, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:24', + 'title' => 'Journal of Labelled Compounds and Radiopharmaceuticals', + 'scopus_source_record_id' => '24043', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1344', + ), + 285 => + array ( + 'id' => 2786, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:24', + 'title' => 'Journal of Land Use Science', + 'scopus_source_record_id' => '12000154485', + 'publisher' => 'Taylor & Francis', + 'issn' => '1747-4248', + ), + 286 => + array ( + 'id' => 2787, + 'created_at' => '2024-12-02 17:01:14', + 'updated_at' => '2024-12-02 17:13:24', + 'title' => 'Journal of Landscape Ecology (Czech Republic)', + 'scopus_source_record_id' => '21100818914', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1805-4196', + ), + 287 => + array ( + 'id' => 2788, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:13:24', + 'title' => 'Journal of Law and the Biosciences', + 'scopus_source_record_id' => '21100881654', + 'publisher' => 'Oxford University Press', + 'issn' => '2053-9711', + ), + 288 => + array ( + 'id' => 2789, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:13:24', + 'title' => 'Journal of Leadership and Organizational Studies', + 'scopus_source_record_id' => '11700154366', + 'publisher' => 'SAGE', + 'issn' => '1939-7089', + ), + 289 => + array ( + 'id' => 2790, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:17:07', + 'title' => 'Journal of Leisure Research', + 'scopus_source_record_id' => '28894', + 'publisher' => 'Taylor & Francis', + 'issn' => '0022-2216', + ), + 290 => + array ( + 'id' => 2791, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:17:07', + 'title' => 'Journal of Library and Information Science in Agriculture', + 'scopus_source_record_id' => '21101061455', + 'publisher' => 'Chinese Academy of Agricultural Sciences', + 'issn' => '1002-1248', + ), + 291 => + array ( + 'id' => 2792, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Lifestyle and SDG\'S Review', + 'scopus_source_record_id' => '21101201902', + 'publisher' => 'Editora Alumni In', + 'issn' => '2965-730X', + ), + 292 => + array ( + 'id' => 2793, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:17:08', + 'title' => 'Journal of Limnology', + 'scopus_source_record_id' => '29608', + 'publisher' => 'PagePress', + 'issn' => '1129-5767', + ), + 293 => + array ( + 'id' => 2794, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Lipid Research', + 'scopus_source_record_id' => '17617', + 'publisher' => 'American Society for Biochemistry and Molecular Biology Inc.', + 'issn' => '1539-7262', + ), + 294 => + array ( + 'id' => 2795, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Liquid Chromatography and Related Technologies', + 'scopus_source_record_id' => '24640', + 'publisher' => 'Taylor & Francis', + 'issn' => '1520-572X', + ), + 295 => + array ( + 'id' => 2796, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:17:08', + 'title' => 'Journal of Loss Prevention in the Process Industries', + 'scopus_source_record_id' => '13559', + 'publisher' => 'Elsevier', + 'issn' => '0950-4230', + ), + 296 => + array ( + 'id' => 2797, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:17:08', + 'title' => 'Journal of Luminescence', + 'scopus_source_record_id' => '12179', + 'publisher' => 'Elsevier', + 'issn' => '0022-2313', + ), + 297 => + array ( + 'id' => 2798, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Macromolecular Science - Physics', + 'scopus_source_record_id' => '28522', + 'publisher' => 'Taylor & Francis', + 'issn' => '1525-609X', + ), + 298 => + array ( + 'id' => 2799, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:17:08', + 'title' => 'Journal of Macromolecular Science - Pure and Applied Chemistry', + 'scopus_source_record_id' => '25891', + 'publisher' => 'Taylor & Francis', + 'issn' => '1060-1325', + ), + 299 => + array ( + 'id' => 2800, + 'created_at' => '2024-12-02 17:01:15', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Magnetic Resonance', + 'scopus_source_record_id' => '28525', + 'publisher' => 'Elsevier', + 'issn' => '1096-0856', + ), + 300 => + array ( + 'id' => 2801, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Mammalian Evolution', + 'scopus_source_record_id' => '22576', + 'publisher' => 'Springer Nature', + 'issn' => '1573-7055', + ), + 301 => + array ( + 'id' => 2802, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Mammalogy', + 'scopus_source_record_id' => '22578', + 'publisher' => 'Oxford University Press', + 'issn' => '1545-1542', + ), + 302 => + array ( + 'id' => 2803, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Management Control', + 'scopus_source_record_id' => '19900192221', + 'publisher' => 'Physica-Verlag', + 'issn' => '2191-477X', + ), + 303 => + array ( + 'id' => 2804, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Management in Engineering - ASCE', + 'scopus_source_record_id' => '12512', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '1943-5479', + ), + 304 => + array ( + 'id' => 2805, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Management Information Systems', + 'scopus_source_record_id' => '15700', + 'publisher' => 'Taylor & Francis', + 'issn' => '1557-928X', + ), + 305 => + array ( + 'id' => 2806, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:25', + 'title' => 'Journal of Management Science and Engineering', + 'scopus_source_record_id' => '21101036141', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2589-5532', + ), + 306 => + array ( + 'id' => 2807, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:17:08', + 'title' => 'Journal of Managerial Psychology', + 'scopus_source_record_id' => '20654', + 'publisher' => 'Emerald Publishing', + 'issn' => '0268-3946', + ), + 307 => + array ( + 'id' => 2808, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:17:08', + 'title' => 'Journal of Manufacturing Processes', + 'scopus_source_record_id' => '27677', + 'publisher' => 'Elsevier', + 'issn' => '1526-6125', + ), + 308 => + array ( + 'id' => 2809, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Maps', + 'scopus_source_record_id' => '19900193635', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-5647', + ), + 309 => + array ( + 'id' => 2810, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Marine and Island Cultures', + 'scopus_source_record_id' => '21100415501', + 'publisher' => 'Institution for Marine and Island Cultures, Mokpo National University', + 'issn' => '2212-6821', + ), + 310 => + array ( + 'id' => 2811, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Marine Environmental Engineering', + 'scopus_source_record_id' => '23419', + 'publisher' => 'Old City Publishing', + 'issn' => '1029-0427', + ), + 311 => + array ( + 'id' => 2812, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Marine Science and Engineering', + 'scopus_source_record_id' => '21100830140', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2077-1312', + ), + 312 => + array ( + 'id' => 2813, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Marine Science and Technology', + 'scopus_source_record_id' => '27784', + 'publisher' => 'Springer Nature', + 'issn' => '1437-8213', + ), + 313 => + array ( + 'id' => 2814, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Marine Science and Technology (Taiwan)', + 'scopus_source_record_id' => '27785', + 'publisher' => 'National Taiwan Ocean University', + 'issn' => '2709-6998', + ), + 314 => + array ( + 'id' => 2815, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Marine Sciences', + 'scopus_source_record_id' => '21101053581', + 'publisher' => 'Hindawi', + 'issn' => '2633-4674', + ), + 315 => + array ( + 'id' => 2816, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Marine Systems', + 'scopus_source_record_id' => '27786', + 'publisher' => 'Elsevier', + 'issn' => '1879-1573', + ), + 316 => + array ( + 'id' => 2817, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Mass Spectrometry and Advances in the Clinical Lab', + 'scopus_source_record_id' => '21101038577', + 'publisher' => 'Elsevier', + 'issn' => '2667-145X', + ), + 317 => + array ( + 'id' => 2818, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Materials Chemistry A', + 'scopus_source_record_id' => '21100232403', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2050-7496', + ), + 318 => + array ( + 'id' => 2819, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Materials Chemistry B', + 'scopus_source_record_id' => '21100229202', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2050-7518', + ), + 319 => + array ( + 'id' => 2820, + 'created_at' => '2024-12-02 17:01:16', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Materials Chemistry C', + 'scopus_source_record_id' => '21100229207', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2050-7534', + ), + 320 => + array ( + 'id' => 2821, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:17:09', + 'title' => 'Journal of Mathematical and Fundamental Sciences', + 'scopus_source_record_id' => '21100268424', + 'publisher' => 'Institute for Research and Community Services, Institut Teknologi Bandung', + 'issn' => '2337-5760', + ), + 321 => + array ( + 'id' => 2822, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Mathematical Biology', + 'scopus_source_record_id' => '29610', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1416', + ), + 322 => + array ( + 'id' => 2823, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:13:26', + 'title' => 'Journal of Mathematical Chemistry', + 'scopus_source_record_id' => '23941', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8897', + ), + 323 => + array ( + 'id' => 2824, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:17:09', + 'title' => 'Journal of Meat Science', + 'scopus_source_record_id' => '21101168874', + 'publisher' => 'ACS Publisher', + 'issn' => '0975-5209', + ), + 324 => + array ( + 'id' => 2825, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Medical Genetics', + 'scopus_source_record_id' => '18945', + 'publisher' => 'BMJ Publishing Group', + 'issn' => '1468-6244', + ), + 325 => + array ( + 'id' => 2826, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Medical Investigation', + 'scopus_source_record_id' => '27230', + 'publisher' => 'University of Tokushima', + 'issn' => '1349-6867', + ), + 326 => + array ( + 'id' => 2827, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Medical Microbiology', + 'scopus_source_record_id' => '20233', + 'publisher' => 'Microbiology Society', + 'issn' => '1473-5644', + ), + 327 => + array ( + 'id' => 2828, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Medicinal and Chemical Sciences', + 'scopus_source_record_id' => '21101046187', + 'publisher' => 'Sami Publishing Company', + 'issn' => '2651-4702', + ), + 328 => + array ( + 'id' => 2829, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Medicinal and Pharmaceutical Chemistry Research', + 'scopus_source_record_id' => '21101176855', + 'publisher' => 'Sami Publishing Company', + 'issn' => '2981-0213', + ), + 329 => + array ( + 'id' => 2830, + 'created_at' => '2024-12-02 17:01:17', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Medicinal Plants and By-Products', + 'scopus_source_record_id' => '21101200964', + 'publisher' => 'Institute of Medicinal Plants, ACECR', + 'issn' => '2588-3739', + ), + 330 => + array ( + 'id' => 2831, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Membrane Science', + 'scopus_source_record_id' => '26953', + 'publisher' => 'Elsevier', + 'issn' => '1873-3123', + ), + 331 => + array ( + 'id' => 2832, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Membrane Science Letters', + 'scopus_source_record_id' => '21101095580', + 'publisher' => 'Elsevier', + 'issn' => '2772-4212', + ), + 332 => + array ( + 'id' => 2833, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Meteorological Research', + 'scopus_source_record_id' => '12063', + 'publisher' => 'Chinese Meteorological Society', + 'issn' => '2198-0934', + ), + 333 => + array ( + 'id' => 2834, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Microbiological Methods', + 'scopus_source_record_id' => '20235', + 'publisher' => 'Elsevier', + 'issn' => '1872-8359', + ), + 334 => + array ( + 'id' => 2835, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Microbiology', + 'scopus_source_record_id' => '20237', + 'publisher' => 'Springer Nature', + 'issn' => '1976-3794', + ), + 335 => + array ( + 'id' => 2836, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:10', + 'title' => 'Journal of Microbiology and Biology Education', + 'scopus_source_record_id' => '21100905384', + 'publisher' => 'American Society for Microbiology', + 'issn' => '1935-7885', + ), + 336 => + array ( + 'id' => 2837, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Microbiology, Biotechnology and Food Sciences', + 'scopus_source_record_id' => '21100823448', + 'publisher' => 'Faculty of Biotechnology and Food Sciences, Slovak University of Agriculture', + 'issn' => '1338-5178', + ), + 337 => + array ( + 'id' => 2838, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Microencapsulation', + 'scopus_source_record_id' => '23050', + 'publisher' => 'Taylor & Francis', + 'issn' => '1464-5246', + ), + 338 => + array ( + 'id' => 2839, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Mining and Environment', + 'scopus_source_record_id' => '21101073709', + 'publisher' => 'Shahrood University of Technology', + 'issn' => '2251-8606', + ), + 339 => + array ( + 'id' => 2840, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Modelling in Management', + 'scopus_source_record_id' => '21100438074', + 'publisher' => 'Emerald Publishing', + 'issn' => '1746-5672', + ), + 340 => + array ( + 'id' => 2841, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular and Cellular Cardiology', + 'scopus_source_record_id' => '23882', + 'publisher' => 'Elsevier', + 'issn' => '1095-8584', + ), + 341 => + array ( + 'id' => 2842, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Biology', + 'scopus_source_record_id' => '17618', + 'publisher' => 'Elsevier', + 'issn' => '1089-8638', + ), + 342 => + array ( + 'id' => 2843, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Cell Biology', + 'scopus_source_record_id' => '19600166321', + 'publisher' => 'Oxford University Press', + 'issn' => '1759-4685', + ), + 343 => + array ( + 'id' => 2844, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Endocrinology', + 'scopus_source_record_id' => '26176', + 'publisher' => 'BioScientifica Ltd.', + 'issn' => '1479-6813', + ), + 344 => + array ( + 'id' => 2845, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Evolution', + 'scopus_source_record_id' => '18946', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1432', + ), + 345 => + array ( + 'id' => 2846, + 'created_at' => '2024-12-02 17:01:18', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Modeling', + 'scopus_source_record_id' => '57844', + 'publisher' => 'Springer Nature', + 'issn' => '0948-5023', + ), + 346 => + array ( + 'id' => 2847, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Pathology', + 'scopus_source_record_id' => '21101227950', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-5261', + ), + 347 => + array ( + 'id' => 2848, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Recognition', + 'scopus_source_record_id' => '25895', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1352', + ), + 348 => + array ( + 'id' => 2849, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Science', + 'scopus_source_record_id' => '21101176794', + 'publisher' => 'Department of Chemistry, Northeast Normal University', + 'issn' => '1000-9035', + ), + 349 => + array ( + 'id' => 2850, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Signaling', + 'scopus_source_record_id' => '6400153147', + 'publisher' => 'Ubiquity Press', + 'issn' => '1750-2187', + ), + 350 => + array ( + 'id' => 2851, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molecular Structure', + 'scopus_source_record_id' => '24642', + 'publisher' => 'Elsevier', + 'issn' => '0022-2860', + ), + 351 => + array ( + 'id' => 2852, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:11', + 'title' => 'Journal of Molluscan Studies', + 'scopus_source_record_id' => '22584', + 'publisher' => 'Oxford University Press', + 'issn' => '1464-3766', + ), + 352 => + array ( + 'id' => 2853, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Mountain Science', + 'scopus_source_record_id' => '5400152709', + 'publisher' => 'Science China Press', + 'issn' => '1993-0321', + ), + 353 => + array ( + 'id' => 2854, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Multi-Criteria Decision Analysis', + 'scopus_source_record_id' => '21100264009', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1360', + ), + 354 => + array ( + 'id' => 2855, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Multidisciplinary Applied Natural Science', + 'scopus_source_record_id' => '21101147602', + 'publisher' => 'Pandawa Institute', + 'issn' => '2774-3047', + ), + 355 => + array ( + 'id' => 2856, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Muscle Research and Cell Motility', + 'scopus_source_record_id' => '12220', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2657', + ), + 356 => + array ( + 'id' => 2857, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Nanoparticle Research', + 'scopus_source_record_id' => '28545', + 'publisher' => 'Springer Nature', + 'issn' => '1572-896X', + ), + 357 => + array ( + 'id' => 2858, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Nanostructure in Chemistry', + 'scopus_source_record_id' => '21101099106', + 'publisher' => 'Springer Nature', + 'issn' => '2193-8865', + ), + 358 => + array ( + 'id' => 2859, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Natural Disasters', + 'scopus_source_record_id' => '145626', + 'publisher' => 'Science China Press', + 'issn' => '1004-4574', + ), + 359 => + array ( + 'id' => 2860, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Natural History', + 'scopus_source_record_id' => '29630', + 'publisher' => 'Taylor & Francis', + 'issn' => '1464-5262', + ), + 360 => + array ( + 'id' => 2861, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Natural Medicines', + 'scopus_source_record_id' => '20010', + 'publisher' => 'Springer Nature', + 'issn' => '1340-3443', + ), + 361 => + array ( + 'id' => 2862, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Natural Pesticide Research', + 'scopus_source_record_id' => '21101180556', + 'publisher' => 'Elsevier', + 'issn' => '2773-0786', + ), + 362 => + array ( + 'id' => 2863, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Natural Products', + 'scopus_source_record_id' => '23053', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-6025', + ), + 363 => + array ( + 'id' => 2864, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Natural Remedies', + 'scopus_source_record_id' => '21100795043', + 'publisher' => 'Informatics Publishing Limited', + 'issn' => '2320-3358', + ), + 364 => + array ( + 'id' => 2865, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Natural Science, Biology and Medicine', + 'scopus_source_record_id' => '21100242246', + 'publisher' => 'Think Biotech Limited', + 'issn' => '2229-7707', + ), + 365 => + array ( + 'id' => 2866, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Nature and Science of Medicine', + 'scopus_source_record_id' => '21101033081', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2589-6288', + ), + 366 => + array ( + 'id' => 2867, + 'created_at' => '2024-12-02 17:01:19', + 'updated_at' => '2024-12-02 17:17:12', + 'title' => 'Journal of Navigation', + 'scopus_source_record_id' => '25659', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-7785', + ), + 367 => + array ( + 'id' => 2868, + 'created_at' => '2024-12-02 17:01:20', + 'updated_at' => '2024-12-02 17:17:13', + 'title' => 'Journal of Neurochemistry', + 'scopus_source_record_id' => '17620', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1471-4159', + ), + 368 => + array ( + 'id' => 2869, + 'created_at' => '2024-12-02 17:01:20', + 'updated_at' => '2024-12-02 17:17:13', + 'title' => 'Journal of Neurogenetics', + 'scopus_source_record_id' => '16746', + 'publisher' => 'Taylor & Francis', + 'issn' => '1563-5260', + ), + 369 => + array ( + 'id' => 2870, + 'created_at' => '2024-12-02 17:01:20', + 'updated_at' => '2024-12-02 17:17:13', + 'title' => 'Journal of New Zealand Grasslands', + 'scopus_source_record_id' => '21100945960', + 'publisher' => 'New Zealand Grassland Association', + 'issn' => '2463-2880', + ), + 370 => + array ( + 'id' => 2871, + 'created_at' => '2024-12-02 17:01:20', + 'updated_at' => '2024-12-02 17:17:13', + 'title' => 'Journal of Non-Equilibrium Thermodynamics', + 'scopus_source_record_id' => '13784', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1437-4358', + ), + 371 => + array ( + 'id' => 2872, + 'created_at' => '2024-12-02 17:01:20', + 'updated_at' => '2024-12-02 17:17:14', + 'title' => 'Journal of Northwest Atlantic Fishery Science', + 'scopus_source_record_id' => '13529', + 'publisher' => 'Northwest Atlantic Fisheries Organization', + 'issn' => '0250-6408', + ), + 372 => + array ( + 'id' => 2873, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:14', + 'title' => 'Journal of Nuclear Fuel Cycle and Waste Technology', + 'scopus_source_record_id' => '21100932462', + 'publisher' => 'Korean Radioactive Waste Society', + 'issn' => '2288-5471', + ), + 373 => + array ( + 'id' => 2874, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:14', + 'title' => 'Journal of Nucleic Acids', + 'scopus_source_record_id' => '21100218377', + 'publisher' => 'Hindawi', + 'issn' => '2090-021X', + ), + 374 => + array ( + 'id' => 2875, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:14', + 'title' => 'Journal of Nutritional Biochemistry', + 'scopus_source_record_id' => '12719', + 'publisher' => 'Elsevier', + 'issn' => '1873-4847', + ), + 375 => + array ( + 'id' => 2876, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:14', + 'title' => 'Journal of Ocean Engineering and Marine Energy', + 'scopus_source_record_id' => '21100812570', + 'publisher' => 'Springer Nature', + 'issn' => '2198-6452', + ), + 376 => + array ( + 'id' => 2877, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:14', + 'title' => 'Journal of Ocean Engineering and Science', + 'scopus_source_record_id' => '21100981758', + 'publisher' => 'Shanghai Jiaotong University', + 'issn' => '2468-0133', + ), + 377 => + array ( + 'id' => 2878, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Ocean University of China', + 'scopus_source_record_id' => '6100153107', + 'publisher' => 'Science China Press', + 'issn' => '1993-5021', + ), + 378 => + array ( + 'id' => 2879, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Oceanography', + 'scopus_source_record_id' => '27787', + 'publisher' => 'Springer Nature', + 'issn' => '0916-8370', + ), + 379 => + array ( + 'id' => 2880, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Oceanology and Limnology', + 'scopus_source_record_id' => '21100870577', + 'publisher' => 'Science China Press', + 'issn' => '2523-3521', + ), + 380 => + array ( + 'id' => 2881, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Oleo Science', + 'scopus_source_record_id' => '7900153139', + 'publisher' => 'Japan Oil Chemists Society', + 'issn' => '1347-3352', + ), + 381 => + array ( + 'id' => 2882, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Operational Meteorology', + 'scopus_source_record_id' => '21101024237', + 'publisher' => 'National Weather Association', + 'issn' => '2325-6184', + ), + 382 => + array ( + 'id' => 2883, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Operational Oceanography', + 'scopus_source_record_id' => '19900191609', + 'publisher' => 'Taylor & Francis', + 'issn' => '1755-8778', + ), + 383 => + array ( + 'id' => 2884, + 'created_at' => '2024-12-02 17:01:21', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Operations Management', + 'scopus_source_record_id' => '19169', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1873-1317', + ), + 384 => + array ( + 'id' => 2885, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Optimization', + 'scopus_source_record_id' => '21101153205', + 'publisher' => 'Hindawi', + 'issn' => '2314-6486', + ), + 385 => + array ( + 'id' => 2886, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Optimization Theory and Applications', + 'scopus_source_record_id' => '23966', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2878', + ), + 386 => + array ( + 'id' => 2887, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Oral Biosciences', + 'scopus_source_record_id' => '11200153561', + 'publisher' => 'Japanese Association for Oral Biology', + 'issn' => '1880-3865', + ), + 387 => + array ( + 'id' => 2888, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Organic Chemistry', + 'scopus_source_record_id' => '25896', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-6904', + ), + 388 => + array ( + 'id' => 2889, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Organizational Change Management', + 'scopus_source_record_id' => '20670', + 'publisher' => 'Emerald Publishing', + 'issn' => '0953-4814', + ), + 389 => + array ( + 'id' => 2890, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:15', + 'title' => 'Journal of Organometallic Chemistry', + 'scopus_source_record_id' => '25897', + 'publisher' => 'Elsevier', + 'issn' => '0022-328X', + ), + 390 => + array ( + 'id' => 2891, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:16', + 'title' => 'Journal of Orthoptera Research', + 'scopus_source_record_id' => '19500157423', + 'publisher' => 'Orthopterists\' Society', + 'issn' => '1937-2426', + ), + 391 => + array ( + 'id' => 2892, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:16', + 'title' => 'Journal of Paleolimnology', + 'scopus_source_record_id' => '13937', + 'publisher' => 'Springer Nature', + 'issn' => '1573-0417', + ), + 392 => + array ( + 'id' => 2893, + 'created_at' => '2024-12-02 17:01:22', + 'updated_at' => '2024-12-02 17:17:16', + 'title' => 'Journal of Parasitology', + 'scopus_source_record_id' => '22444', + 'publisher' => 'American Society of Parasitologists', + 'issn' => '1937-2345', + ), + 393 => + array ( + 'id' => 2894, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of People, Plants, and Environment', + 'scopus_source_record_id' => '21101038722', + 'publisher' => 'The Society of People, Plants, and Environment', + 'issn' => '2508-7681', + ), + 394 => + array ( + 'id' => 2895, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Peptide Science', + 'scopus_source_record_id' => '25898', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1387', + ), + 395 => + array ( + 'id' => 2896, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Pest Science', + 'scopus_source_record_id' => '25697', + 'publisher' => 'Springer Nature', + 'issn' => '1612-4766', + ), + 396 => + array ( + 'id' => 2897, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Petroleum Geology', + 'scopus_source_record_id' => '17012', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1747-5457', + ), + 397 => + array ( + 'id' => 2898, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Pharmacy and Bioallied Sciences', + 'scopus_source_record_id' => '19700201144', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '0975-7406', + ), + 398 => + array ( + 'id' => 2899, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Photochemistry and Photobiology A: Chemistry', + 'scopus_source_record_id' => '26966', + 'publisher' => 'Elsevier', + 'issn' => '1873-2666', + ), + 399 => + array ( + 'id' => 2900, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Photochemistry and Photobiology C: Photochemistry Reviews', + 'scopus_source_record_id' => '26968', + 'publisher' => 'Elsevier', + 'issn' => '1389-5567', + ), + 400 => + array ( + 'id' => 2901, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Photopolymer Science and Technology', + 'scopus_source_record_id' => '25899', + 'publisher' => 'Tokai University', + 'issn' => '0914-9244', + ), + 401 => + array ( + 'id' => 2902, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Phycology', + 'scopus_source_record_id' => '19225', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1529-8817', + ), + 402 => + array ( + 'id' => 2903, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:17', + 'title' => 'Journal of Physical and Chemical Reference Data', + 'scopus_source_record_id' => '24644', + 'publisher' => 'American Institute of Physics', + 'issn' => '1529-7845', + ), + 403 => + array ( + 'id' => 2904, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Physical Oceanography', + 'scopus_source_record_id' => '27788', + 'publisher' => 'American Meteorological Society', + 'issn' => '1520-0485', + ), + 404 => + array ( + 'id' => 2905, + 'created_at' => '2024-12-02 17:01:23', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Physical Organic Chemistry', + 'scopus_source_record_id' => '26971', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1395', + ), + 405 => + array ( + 'id' => 2906, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Physics and Chemistry of Solids', + 'scopus_source_record_id' => '28564', + 'publisher' => 'Elsevier', + 'issn' => '1879-2553', + ), + 406 => + array ( + 'id' => 2907, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Physiology and Biochemistry', + 'scopus_source_record_id' => '16001', + 'publisher' => 'Springer Nature', + 'issn' => '1877-8755', + ), + 407 => + array ( + 'id' => 2908, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Phytology', + 'scopus_source_record_id' => '21100905329', + 'publisher' => 'TathQeef Scientific Publishing', + 'issn' => '2075-6240', + ), + 408 => + array ( + 'id' => 2909, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Phytopathology', + 'scopus_source_record_id' => '19226', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1439-0434', + ), + 409 => + array ( + 'id' => 2910, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Planar Chromatography - Modern TLC', + 'scopus_source_record_id' => '24059', + 'publisher' => 'Research Institute for Medicinal Plants', + 'issn' => '1789-0993', + ), + 410 => + array ( + 'id' => 2911, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Plankton Research', + 'scopus_source_record_id' => '29635', + 'publisher' => 'Oxford University Press', + 'issn' => '1464-3774', + ), + 411 => + array ( + 'id' => 2912, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Planning and Environment Law', + 'scopus_source_record_id' => '16293', + 'publisher' => 'Sweet & Maxwell Ltd', + 'issn' => '0307-4870', + ), + 412 => + array ( + 'id' => 2913, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Plant Ecology', + 'scopus_source_record_id' => '19700166522', + 'publisher' => 'Oxford University Press', + 'issn' => '1752-993X', + ), + 413 => + array ( + 'id' => 2914, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Plant Interactions', + 'scopus_source_record_id' => '4700152418', + 'publisher' => 'Taylor & Francis', + 'issn' => '1742-9153', + ), + 414 => + array ( + 'id' => 2915, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:18', + 'title' => 'Journal of Plant Registrations', + 'scopus_source_record_id' => '17700155308', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1940-3496', + ), + 415 => + array ( + 'id' => 2916, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:19', + 'title' => 'Journal of Political Ecology', + 'scopus_source_record_id' => '19900193691', + 'publisher' => 'University of Arizona Libraries', + 'issn' => '1073-0451', + ), + 416 => + array ( + 'id' => 2917, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:19', + 'title' => 'Journal of Pollination Ecology', + 'scopus_source_record_id' => '21101046402', + 'publisher' => 'Enviroquest Ltd', + 'issn' => '1920-7603', + ), + 417 => + array ( + 'id' => 2918, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:19', + 'title' => 'Journal of Polymer Research', + 'scopus_source_record_id' => '13687', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8935', + ), + 418 => + array ( + 'id' => 2919, + 'created_at' => '2024-12-02 17:01:24', + 'updated_at' => '2024-12-02 17:17:19', + 'title' => 'Journal of Porphyrins and Phthalocyanines', + 'scopus_source_record_id' => '24646', + 'publisher' => 'World Scientific', + 'issn' => '1099-1409', + ), + 419 => + array ( + 'id' => 2920, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Property, Planning and Environmental Law', + 'scopus_source_record_id' => '21100872124', + 'publisher' => 'Emerald Publishing', + 'issn' => '2514-9415', + ), + 420 => + array ( + 'id' => 2921, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Proteome Research', + 'scopus_source_record_id' => '17625', + 'publisher' => 'American Chemical Society', + 'issn' => '1535-3907', + ), + 421 => + array ( + 'id' => 2922, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Proteomics', + 'scopus_source_record_id' => '11700154304', + 'publisher' => 'Elsevier', + 'issn' => '1876-7737', + ), + 422 => + array ( + 'id' => 2923, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Public Policy', + 'scopus_source_record_id' => '27691', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-7815', + ), + 423 => + array ( + 'id' => 2924, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Pure and Applied Microbiology', + 'scopus_source_record_id' => '11700154322', + 'publisher' => 'Journal of Pure and Applied Microbiology', + 'issn' => '2581-690X', + ), + 424 => + array ( + 'id' => 2925, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Quality', + 'scopus_source_record_id' => '17600155037', + 'publisher' => 'Chinese Society for Quality', + 'issn' => '1022-0690', + ), + 425 => + array ( + 'id' => 2926, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Quality Technology', + 'scopus_source_record_id' => '21184', + 'publisher' => 'Taylor & Francis', + 'issn' => '0022-4065', + ), + 426 => + array ( + 'id' => 2927, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Quantitative Analysis in Sports', + 'scopus_source_record_id' => '20500195024', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1559-0410', + ), + 427 => + array ( + 'id' => 2928, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:20', + 'title' => 'Journal of Quaternary Science', + 'scopus_source_record_id' => '24431', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1417', + ), + 428 => + array ( + 'id' => 2929, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Radioanalytical and Nuclear Chemistry', + 'scopus_source_record_id' => '24060', + 'publisher' => 'Akademiai Kiado', + 'issn' => '1588-2780', + ), + 429 => + array ( + 'id' => 2930, + 'created_at' => '2024-12-02 17:01:25', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Rail Transport Planning and Management', + 'scopus_source_record_id' => '21100197952', + 'publisher' => 'Elsevier', + 'issn' => '2210-9706', + ), + 430 => + array ( + 'id' => 2931, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Rangeland Science', + 'scopus_source_record_id' => '21100812113', + 'publisher' => 'Islamic Azad University', + 'issn' => '2423-642X', + ), + 431 => + array ( + 'id' => 2932, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Rare Earths', + 'scopus_source_record_id' => '12369', + 'publisher' => 'Editorial Office of Chinese Rare Earths', + 'issn' => '1002-0721', + ), + 432 => + array ( + 'id' => 2933, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Receptor and Signal Transduction Research', + 'scopus_source_record_id' => '33849', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-4281', + ), + 433 => + array ( + 'id' => 2934, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Regional Analysis and Policy', + 'scopus_source_record_id' => '24405', + 'publisher' => 'University of Nebraska-Lincoln', + 'issn' => '1090-4999', + ), + 434 => + array ( + 'id' => 2935, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Regional Science', + 'scopus_source_record_id' => '13933', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1467-9787', + ), + 435 => + array ( + 'id' => 2936, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Remanufacturing', + 'scopus_source_record_id' => '21100810712', + 'publisher' => 'Springer Nature', + 'issn' => '2210-4690', + ), + 436 => + array ( + 'id' => 2937, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Remote Sensing (United States)', + 'scopus_source_record_id' => '21101182032', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '2694-1589', + ), + 437 => + array ( + 'id' => 2938, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:21', + 'title' => 'Journal of Renewable Materials', + 'scopus_source_record_id' => '21100434052', + 'publisher' => 'Tech Science Press', + 'issn' => '2164-6341', + ), + 438 => + array ( + 'id' => 2939, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Resources and Ecology', + 'scopus_source_record_id' => '21101021772', + 'publisher' => 'Editorial office of Journal of Resources and Ecology', + 'issn' => '1674-764X', + ), + 439 => + array ( + 'id' => 2940, + 'created_at' => '2024-12-02 17:01:26', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Risk Analysis and Crisis Response', + 'scopus_source_record_id' => '21101183722', + 'publisher' => 'Huaxi University Town, Editorial Department of JRACR', + 'issn' => '2210-8505', + ), + 440 => + array ( + 'id' => 2941, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Safety Science and Resilience', + 'scopus_source_record_id' => '21101082054', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-4496', + ), + 441 => + array ( + 'id' => 2942, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Saudi Chemical Society', + 'scopus_source_record_id' => '19400158707', + 'publisher' => 'Elsevier', + 'issn' => '1319-6103', + ), + 442 => + array ( + 'id' => 2943, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Scheduling', + 'scopus_source_record_id' => '19294', + 'publisher' => 'Springer Nature', + 'issn' => '1094-6136', + ), + 443 => + array ( + 'id' => 2944, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Science and Technology Policy Management', + 'scopus_source_record_id' => '21100374809', + 'publisher' => 'Emerald Publishing', + 'issn' => '2053-4639', + ), + 444 => + array ( + 'id' => 2945, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Sciences, Islamic Republic of Iran', + 'scopus_source_record_id' => '19900191882', + 'publisher' => 'University of Tehran', + 'issn' => '1016-1104', + ), + 445 => + array ( + 'id' => 2946, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Scientific and Industrial Research', + 'scopus_source_record_id' => '23649', + 'publisher' => 'National Institute of Science Communication and Information Resources (NISCAIR)', + 'issn' => '0975-1084', + ), + 446 => + array ( + 'id' => 2947, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:22', + 'title' => 'Journal of Sea Research', + 'scopus_source_record_id' => '79889', + 'publisher' => 'Elsevier', + 'issn' => '1385-1101', + ), + 447 => + array ( + 'id' => 2948, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:23', + 'title' => 'Journal of Shanghai Jiaotong University (Science)', + 'scopus_source_record_id' => '145728', + 'publisher' => 'Shanghai Jiaotong University', + 'issn' => '1007-1172', + ), + 448 => + array ( + 'id' => 2949, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:23', + 'title' => 'Journal of Shellfish Research', + 'scopus_source_record_id' => '22586', + 'publisher' => 'National Shellfisheries Association', + 'issn' => '1943-6319', + ), + 449 => + array ( + 'id' => 2950, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:23', + 'title' => 'Journal of Simulation', + 'scopus_source_record_id' => '10900153307', + 'publisher' => 'Taylor & Francis', + 'issn' => '1747-7786', + ), + 450 => + array ( + 'id' => 2951, + 'created_at' => '2024-12-02 17:01:27', + 'updated_at' => '2024-12-02 17:17:23', + 'title' => 'Journal of Skyscape Archaeology', + 'scopus_source_record_id' => '21101034087', + 'publisher' => 'Equinox Publishing Ltd', + 'issn' => '2055-3498', + ), + 451 => + array ( + 'id' => 2952, + 'created_at' => '2024-12-02 17:01:28', + 'updated_at' => '2024-12-02 17:17:23', + 'title' => 'Journal of Social Policy', + 'scopus_source_record_id' => '12282', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-7823', + ), + 452 => + array ( + 'id' => 2953, + 'created_at' => '2024-12-02 17:01:28', + 'updated_at' => '2024-12-02 17:17:23', + 'title' => 'Journal of Soils and Water Conservation', + 'scopus_source_record_id' => '31617', + 'publisher' => 'Soil Conservation Society of America', + 'issn' => '1941-3300', + ), + 453 => + array ( + 'id' => 2954, + 'created_at' => '2024-12-02 17:01:28', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Sol-Gel Science and Technology', + 'scopus_source_record_id' => '21188', + 'publisher' => 'Springer Nature', + 'issn' => '1573-4846', + ), + 454 => + array ( + 'id' => 2955, + 'created_at' => '2024-12-02 17:01:28', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Solution Chemistry', + 'scopus_source_record_id' => '26982', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8927', + ), + 455 => + array ( + 'id' => 2956, + 'created_at' => '2024-12-02 17:01:28', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Southern Hemisphere Earth Systems Science', + 'scopus_source_record_id' => '21100843798', + 'publisher' => 'CSIRO', + 'issn' => '2206-5865', + ), + 456 => + array ( + 'id' => 2957, + 'created_at' => '2024-12-02 17:01:28', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Space Weather and Space Climate', + 'scopus_source_record_id' => '21100286958', + 'publisher' => 'EDP Sciences', + 'issn' => '2115-7251', + ), + 457 => + array ( + 'id' => 2958, + 'created_at' => '2024-12-02 17:01:28', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Spatial Science', + 'scopus_source_record_id' => '62444', + 'publisher' => 'Taylor & Francis', + 'issn' => '1836-5655', + ), + 458 => + array ( + 'id' => 2959, + 'created_at' => '2024-12-02 17:01:28', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Sport Management', + 'scopus_source_record_id' => '21078', + 'publisher' => 'Human Kinetics Publishers Inc.', + 'issn' => '1543-270X', + ), + 459 => + array ( + 'id' => 2960, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Statistics and Data Science Education', + 'scopus_source_record_id' => '21101046170', + 'publisher' => 'Taylor & Francis', + 'issn' => '2693-9169', + ), + 460 => + array ( + 'id' => 2961, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Stem Cells', + 'scopus_source_record_id' => '19700169102', + 'publisher' => 'Nova Science Publishers, Inc.', + 'issn' => '1556-8539', + ), + 461 => + array ( + 'id' => 2962, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Stem Cells and Regenerative Medicine', + 'scopus_source_record_id' => '19700188434', + 'publisher' => 'Nichi-Hepz Kenko (NHK) Services Private Limited', + 'issn' => '0973-7154', + ), + 462 => + array ( + 'id' => 2963, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:24', + 'title' => 'Journal of Steroid Biochemistry and Molecular Biology', + 'scopus_source_record_id' => '14102', + 'publisher' => 'Elsevier', + 'issn' => '1879-1220', + ), + 463 => + array ( + 'id' => 2964, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Studies in Science and Engineering', + 'scopus_source_record_id' => '21101192894', + 'publisher' => 'EngiScience Publisher', + 'issn' => '2789-634X', + ), + 464 => + array ( + 'id' => 2965, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sulfur Chemistry', + 'scopus_source_record_id' => '24655', + 'publisher' => 'Taylor & Francis', + 'issn' => '1741-6000', + ), + 465 => + array ( + 'id' => 2966, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainability Research', + 'scopus_source_record_id' => '21101100205', + 'publisher' => 'Hapres Limited', + 'issn' => '2632-6582', + ), + 466 => + array ( + 'id' => 2967, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainability Science and Management', + 'scopus_source_record_id' => '17700156532', + 'publisher' => 'Universiti Malaysia Terengganu', + 'issn' => '2672-7226', + ), + 467 => + array ( + 'id' => 2968, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainable Agriculture and Environment', + 'scopus_source_record_id' => '21101162893', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2767-035X', + ), + 468 => + array ( + 'id' => 2969, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainable Development of Energy, Water and Environment Systems', + 'scopus_source_record_id' => '21100774305', + 'publisher' => 'International Centre for Sustainable Development of Energy, Water and Environment Systems SDEWES', + 'issn' => '1848-9257', + ), + 469 => + array ( + 'id' => 2970, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainable Forestry', + 'scopus_source_record_id' => '22877', + 'publisher' => 'Taylor & Francis', + 'issn' => '1540-756X', + ), + 470 => + array ( + 'id' => 2971, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainable Metallurgy', + 'scopus_source_record_id' => '21100900323', + 'publisher' => 'Springer Nature', + 'issn' => '2199-3831', + ), + 471 => + array ( + 'id' => 2972, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainable Mining', + 'scopus_source_record_id' => '21100871631', + 'publisher' => 'Central Mining Institute', + 'issn' => '2300-3960', + ), + 472 => + array ( + 'id' => 2973, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainable Real Estate', + 'scopus_source_record_id' => '21100901135', + 'publisher' => 'Taylor & Francis', + 'issn' => '1949-8284', + ), + 473 => + array ( + 'id' => 2974, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:25', + 'title' => 'Journal of Sustainable Water in the Built Environment', + 'scopus_source_record_id' => '21100904835', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '2379-6111', + ), + 474 => + array ( + 'id' => 2975, + 'created_at' => '2024-12-02 17:01:29', + 'updated_at' => '2024-12-02 17:17:26', + 'title' => 'Journal of Systems Science and Information', + 'scopus_source_record_id' => '21101042317', + 'publisher' => 'Science China Press', + 'issn' => '2512-6660', + ), + 475 => + array ( + 'id' => 2976, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:26', + 'title' => 'Journal of Taibah University for Science', + 'scopus_source_record_id' => '21101115504', + 'publisher' => 'Taylor & Francis', + 'issn' => '1658-3655', + ), + 476 => + array ( + 'id' => 2977, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:26', + 'title' => 'Journal of Taiyuan University of Technology', + 'scopus_source_record_id' => '21101112531', + 'publisher' => 'Taiyuan University of Technology', + 'issn' => '1007-9432', + ), + 477 => + array ( + 'id' => 2978, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:26', + 'title' => 'Journal of the Air and Waste Management Association', + 'scopus_source_record_id' => '25269', + 'publisher' => 'Taylor & Francis', + 'issn' => '2162-2906', + ), + 478 => + array ( + 'id' => 2979, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:27', + 'title' => 'Journal of the American Chemical Society', + 'scopus_source_record_id' => '22680', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-5126', + ), + 479 => + array ( + 'id' => 2980, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:27', + 'title' => 'Journal of the American Leather Chemists Association', + 'scopus_source_record_id' => '27860', + 'publisher' => 'American Leather Chemists Association', + 'issn' => '0002-9726', + ), + 480 => + array ( + 'id' => 2981, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:27', + 'title' => 'Journal of the American Mosquito Control Association', + 'scopus_source_record_id' => '19120', + 'publisher' => 'American Mosquito Control Association', + 'issn' => '1943-6270', + ), + 481 => + array ( + 'id' => 2982, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:27', + 'title' => 'Journal of the American Society for Horticultural Science', + 'scopus_source_record_id' => '26724', + 'publisher' => 'American Society for Horticultural Science', + 'issn' => '0003-1062', + ), + 482 => + array ( + 'id' => 2983, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:27', + 'title' => 'Journal of the American Water Resources Association', + 'scopus_source_record_id' => '19640', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1752-1688', + ), + 483 => + array ( + 'id' => 2984, + 'created_at' => '2024-12-02 17:01:30', + 'updated_at' => '2024-12-02 17:17:27', + 'title' => 'Journal of the Association of Environmental and Resource Economists', + 'scopus_source_record_id' => '21100861110', + 'publisher' => 'University of Chicago Press', + 'issn' => '2333-5963', + ), + 484 => + array ( + 'id' => 2985, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Atmospheric Sciences', + 'scopus_source_record_id' => '13552', + 'publisher' => 'American Meteorological Society', + 'issn' => '1520-0469', + ), + 485 => + array ( + 'id' => 2986, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Bombay Natural History Society', + 'scopus_source_record_id' => '21100228743', + 'publisher' => 'Bombay Natural History Society', + 'issn' => '0006-6982', + ), + 486 => + array ( + 'id' => 2987, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Botanical Research Institute of Texas', + 'scopus_source_record_id' => '9500154118', + 'publisher' => 'Botanical Research Institute of Texas Inc.', + 'issn' => '1934-5259', + ), + 487 => + array ( + 'id' => 2988, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Brazilian Chemical Society', + 'scopus_source_record_id' => '22729', + 'publisher' => 'Sociedade Brasileira de Quimica', + 'issn' => '1678-4790', + ), + 488 => + array ( + 'id' => 2989, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Bulgarian Geographical Society', + 'scopus_source_record_id' => '21101152136', + 'publisher' => 'Bulgarian Geographical Society', + 'issn' => '2738-8115', + ), + 489 => + array ( + 'id' => 2990, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Ceramic Society of Japan', + 'scopus_source_record_id' => '22042', + 'publisher' => 'Ceramic Society of Japan', + 'issn' => '1348-6535', + ), + 490 => + array ( + 'id' => 2991, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Chemical Society of Pakistan', + 'scopus_source_record_id' => '23349', + 'publisher' => 'Chemical Society of Pakistan', + 'issn' => '0253-5106', + ), + 491 => + array ( + 'id' => 2992, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Chilean Chemical Society', + 'scopus_source_record_id' => '23432', + 'publisher' => 'Sociedad Chilena De Quimica', + 'issn' => '0717-9707', + ), + 492 => + array ( + 'id' => 2993, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:28', + 'title' => 'Journal of the Chinese Chemical Society', + 'scopus_source_record_id' => '23449', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2192-6549', + ), + 493 => + array ( + 'id' => 2994, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:29', + 'title' => 'Journal of the Entomological Research Society', + 'scopus_source_record_id' => '5400152635', + 'publisher' => 'Gazi Entomological Research Society', + 'issn' => '1302-0250', + ), + 494 => + array ( + 'id' => 2995, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:29', + 'title' => 'Journal of the Geodetic Society of Japan', + 'scopus_source_record_id' => '13094', + 'publisher' => 'Geodetic Society of Japan', + 'issn' => '2185-517X', + ), + 495 => + array ( + 'id' => 2996, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:29', + 'title' => 'Journal of the Ghana Science Association', + 'scopus_source_record_id' => '21101043800', + 'publisher' => 'Ghana Science Association', + 'issn' => '2737-713X', + ), + 496 => + array ( + 'id' => 2997, + 'created_at' => '2024-12-02 17:01:31', + 'updated_at' => '2024-12-02 17:17:29', + 'title' => 'Journal of the History of Biology', + 'scopus_source_record_id' => '29662', + 'publisher' => 'Springer Nature', + 'issn' => '1573-0387', + ), + 497 => + array ( + 'id' => 2998, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:29', + 'title' => 'Journal of the IEST', + 'scopus_source_record_id' => '22718', + 'publisher' => 'Institute of Environmental Sciences and Technology', + 'issn' => '1098-4321', + ), + 498 => + array ( + 'id' => 2999, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:29', + 'title' => 'Journal of the Indian Chemical Society', + 'scopus_source_record_id' => '24097', + 'publisher' => 'Elsevier', + 'issn' => '0019-4522', + ), + 499 => + array ( + 'id' => 3000, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:29', + 'title' => 'Journal of the Indian Institute of Science', + 'scopus_source_record_id' => '22447', + 'publisher' => 'Indian Institute of Science', + 'issn' => '0019-4964', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 3001, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:29', + 'title' => 'Journal of the Indian Society of Remote Sensing', + 'scopus_source_record_id' => '26648', + 'publisher' => 'Springer Nature', + 'issn' => '0974-3006', + ), + 1 => + array ( + 'id' => 3002, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:30', + 'title' => 'Journal of The Institution of Engineers (India): Series A', + 'scopus_source_record_id' => '21100831411', + 'publisher' => 'Springer Nature', + 'issn' => '2250-2157', + ), + 2 => + array ( + 'id' => 3003, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:30', + 'title' => 'Journal of the Iranian Chemical Society', + 'scopus_source_record_id' => '5300152234', + 'publisher' => 'Springer Nature', + 'issn' => '1735-2428', + ), + 3 => + array ( + 'id' => 3004, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:30', + 'title' => 'Journal of the Korean Chemical Society', + 'scopus_source_record_id' => '4700152644', + 'publisher' => 'Korean Chemical Society', + 'issn' => '1017-2548', + ), + 4 => + array ( + 'id' => 3005, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:30', + 'title' => 'Journal of the Lepidopterists\' Society', + 'scopus_source_record_id' => '20995', + 'publisher' => 'Lepidopterists\' Society', + 'issn' => '0024-0966', + ), + 5 => + array ( + 'id' => 3006, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:30', + 'title' => 'Journal of the Marine Biological Association of the United Kingdom', + 'scopus_source_record_id' => '12162', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-7769', + ), + 6 => + array ( + 'id' => 3007, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:30', + 'title' => 'Journal of the Meteorological Society of Japan', + 'scopus_source_record_id' => '13444', + 'publisher' => 'Meteorological Society of Japan', + 'issn' => '2186-9057', + ), + 7 => + array ( + 'id' => 3008, + 'created_at' => '2024-12-02 17:01:32', + 'updated_at' => '2024-12-02 17:17:30', + 'title' => 'Journal of the Mexican Chemical Society', + 'scopus_source_record_id' => '19700174729', + 'publisher' => 'Sociedad Quimica de Mexico A.C.', + 'issn' => '1665-9686', + ), + 8 => + array ( + 'id' => 3009, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the National Science Foundation of Sri Lanka', + 'scopus_source_record_id' => '5800207374', + 'publisher' => 'National Science Foundation of Sri Lanka', + 'issn' => '1391-4588', + ), + 9 => + array ( + 'id' => 3010, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the New England Water Works Association', + 'scopus_source_record_id' => '17663', + 'publisher' => 'New England Water Works Association', + 'issn' => '0028-4939', + ), + 10 => + array ( + 'id' => 3011, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Nigerian Society of Physical Sciences', + 'scopus_source_record_id' => '21101044730', + 'publisher' => 'Nigerian Society of Physical Sciences', + 'issn' => '2714-4704', + ), + 11 => + array ( + 'id' => 3012, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Operational Research Society', + 'scopus_source_record_id' => '22236', + 'publisher' => 'Taylor & Francis', + 'issn' => '1476-9360', + ), + 12 => + array ( + 'id' => 3013, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Operations Research Society of China', + 'scopus_source_record_id' => '21100301413', + 'publisher' => 'Springer Nature', + 'issn' => '2194-6698', + ), + 13 => + array ( + 'id' => 3014, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Operations Research Society of Japan', + 'scopus_source_record_id' => '22303', + 'publisher' => 'Operations Research Society of Japan', + 'issn' => '0453-4514', + ), + 14 => + array ( + 'id' => 3015, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Royal Society Interface', + 'scopus_source_record_id' => '4000151907', + 'publisher' => 'The Royal Society', + 'issn' => '1742-5662', + ), + 15 => + array ( + 'id' => 3016, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Royal Society of New Zealand', + 'scopus_source_record_id' => '23030', + 'publisher' => 'Taylor & Francis', + 'issn' => '0303-6758', + ), + 16 => + array ( + 'id' => 3017, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Royal Society of Western Australia', + 'scopus_source_record_id' => '23516', + 'publisher' => 'Royal Society of Western Australia Inc.', + 'issn' => '0035-922X', + ), + 17 => + array ( + 'id' => 3018, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Saudi Society of Agricultural Sciences', + 'scopus_source_record_id' => '21100817638', + 'publisher' => 'King Saud University', + 'issn' => '1658-077X', + ), + 18 => + array ( + 'id' => 3019, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Serbian Chemical Society', + 'scopus_source_record_id' => '21535', + 'publisher' => 'Serbian Chemical Society', + 'issn' => '1820-7421', + ), + 19 => + array ( + 'id' => 3020, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:31', + 'title' => 'Journal of the Society of Leather Technologies and Chemists', + 'scopus_source_record_id' => '28388', + 'publisher' => 'Society of Leather Technologists and Chemists', + 'issn' => '0144-0322', + ), + 20 => + array ( + 'id' => 3021, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of the Taiwan Institute of Chemical Engineers', + 'scopus_source_record_id' => '13900154734', + 'publisher' => 'Taiwan Institute of Chemical Engineers', + 'issn' => '1876-1070', + ), + 21 => + array ( + 'id' => 3022, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of the Textile Institute', + 'scopus_source_record_id' => '17141', + 'publisher' => 'Taylor & Francis', + 'issn' => '1754-2340', + ), + 22 => + array ( + 'id' => 3023, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of the Torrey Botanical Society', + 'scopus_source_record_id' => '30862', + 'publisher' => 'Torrey Botanical Society', + 'issn' => '1095-5674', + ), + 23 => + array ( + 'id' => 3024, + 'created_at' => '2024-12-02 17:01:33', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of the Turkish Chemical Society, Section A: Chemistry', + 'scopus_source_record_id' => '21100872186', + 'publisher' => 'Turkish Chemical Society', + 'issn' => '2149-0120', + ), + 24 => + array ( + 'id' => 3025, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of the World Aquaculture Society', + 'scopus_source_record_id' => '28937', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1749-7345', + ), + 25 => + array ( + 'id' => 3026, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of the Zhejiang University - Agriculture and Life Science', + 'scopus_source_record_id' => '35948', + 'publisher' => 'Zhejiang Daxue', + 'issn' => '1008-9209', + ), + 26 => + array ( + 'id' => 3027, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of Theoretical Biology', + 'scopus_source_record_id' => '29663', + 'publisher' => 'Elsevier', + 'issn' => '1095-8541', + ), + 27 => + array ( + 'id' => 3028, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of Thermal Biology', + 'scopus_source_record_id' => '14901', + 'publisher' => 'Elsevier', + 'issn' => '1879-0992', + ), + 28 => + array ( + 'id' => 3029, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:32', + 'title' => 'Journal of Threatened Taxa', + 'scopus_source_record_id' => '21100806903', + 'publisher' => 'Wildlife Information & Liaison Development Society', + 'issn' => '0974-7907', + ), + 29 => + array ( + 'id' => 3030, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Tourism Futures', + 'scopus_source_record_id' => '21100872187', + 'publisher' => 'Emerald Publishing', + 'issn' => '2055-592X', + ), + 30 => + array ( + 'id' => 3031, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Trace Elements in Medicine and Biology', + 'scopus_source_record_id' => '29664', + 'publisher' => 'Elsevier', + 'issn' => '1878-3252', + ), + 31 => + array ( + 'id' => 3032, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Translational Genetics and Genomics', + 'scopus_source_record_id' => '21101105293', + 'publisher' => 'OAE Publishing Inc.', + 'issn' => '2578-5281', + ), + 32 => + array ( + 'id' => 3033, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Translational Medicine', + 'scopus_source_record_id' => '16440', + 'publisher' => 'Springer Nature', + 'issn' => '1479-5876', + ), + 33 => + array ( + 'id' => 3034, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Transnational Management', + 'scopus_source_record_id' => '11000153705', + 'publisher' => 'Taylor & Francis', + 'issn' => '1547-5786', + ), + 34 => + array ( + 'id' => 3035, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Transport and Health', + 'scopus_source_record_id' => '21100310028', + 'publisher' => 'Elsevier', + 'issn' => '2214-1413', + ), + 35 => + array ( + 'id' => 3036, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Transport and Supply Chain Management', + 'scopus_source_record_id' => '21100943826', + 'publisher' => 'OpenJournals Publishing AOSIS (Pty) Ltd', + 'issn' => '1995-5235', + ), + 36 => + array ( + 'id' => 3037, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Transport Economics and Policy', + 'scopus_source_record_id' => '18900', + 'publisher' => 'University of Bath', + 'issn' => '1754-5951', + ), + 37 => + array ( + 'id' => 3038, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Transport Geography', + 'scopus_source_record_id' => '29295', + 'publisher' => 'Elsevier', + 'issn' => '0966-6923', + ), + 38 => + array ( + 'id' => 3039, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Transportation Security', + 'scopus_source_record_id' => '17400154833', + 'publisher' => 'Springer Nature', + 'issn' => '1938-775X', + ), + 39 => + array ( + 'id' => 3040, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Tropical Biodiversity and Biotechnology', + 'scopus_source_record_id' => '21101039846', + 'publisher' => 'Universitas Gadjah Mada, Faculty of Biology', + 'issn' => '2540-9581', + ), + 40 => + array ( + 'id' => 3041, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Tropical Crop Science', + 'scopus_source_record_id' => '21101219808', + 'publisher' => 'IPB University Department of Agronomy and Horticulture', + 'issn' => '2356-0177', + ), + 41 => + array ( + 'id' => 3042, + 'created_at' => '2024-12-02 17:01:34', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Tropical Ecology', + 'scopus_source_record_id' => '23435', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-7831', + ), + 42 => + array ( + 'id' => 3043, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Tropical Life Science', + 'scopus_source_record_id' => '21101030126', + 'publisher' => 'Brawijaya University', + 'issn' => '2527-4376', + ), + 43 => + array ( + 'id' => 3044, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Tropical Medicine', + 'scopus_source_record_id' => '19700175020', + 'publisher' => 'Hindawi', + 'issn' => '1687-9694', + ), + 44 => + array ( + 'id' => 3045, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Tropical Meteorology', + 'scopus_source_record_id' => '19900193558', + 'publisher' => 'Journal of Tropical Meteorology Editorial Office', + 'issn' => '1004-4965', + ), + 45 => + array ( + 'id' => 3046, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:33', + 'title' => 'Journal of Tropical Plant Pests and Diseases', + 'scopus_source_record_id' => '21101134535', + 'publisher' => 'University of Lampung Faculty of Agriculture', + 'issn' => '2461-0399', + ), + 46 => + array ( + 'id' => 3047, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:34', + 'title' => 'Journal of Umm Al-Qura University for Applied Sciences', + 'scopus_source_record_id' => '21101196407', + 'publisher' => 'Springer Nature', + 'issn' => '1658-8185', + ), + 47 => + array ( + 'id' => 3048, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:34', + 'title' => 'Journal of Universal History Studies', + 'scopus_source_record_id' => '21101180708', + 'publisher' => 'Sabit Dokuyan', + 'issn' => '2667-4432', + ), + 48 => + array ( + 'id' => 3049, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:34', + 'title' => 'Journal of Urban Ecology', + 'scopus_source_record_id' => '21100900597', + 'publisher' => 'Oxford University Press', + 'issn' => '2058-5543', + ), + 49 => + array ( + 'id' => 3050, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:34', + 'title' => 'Journal of Vector Ecology', + 'scopus_source_record_id' => '29688', + 'publisher' => 'BioOne', + 'issn' => '1948-7134', + ), + 50 => + array ( + 'id' => 3051, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:34', + 'title' => 'Journal of Vegetation Science', + 'scopus_source_record_id' => '19263', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1100-9233', + ), + 51 => + array ( + 'id' => 3052, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:34', + 'title' => 'Journal of Vertebrate Biology', + 'scopus_source_record_id' => '21101039448', + 'publisher' => 'Institute of Vertebrate Biology Czech Academy of Sciences', + 'issn' => '2694-7684', + ), + 52 => + array ( + 'id' => 3053, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:34', + 'title' => 'Journal of Vinyl and Additive Technology', + 'scopus_source_record_id' => '13691', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1548-0585', + ), + 53 => + array ( + 'id' => 3054, + 'created_at' => '2024-12-02 17:01:35', + 'updated_at' => '2024-12-02 17:17:34', + 'title' => 'Journal of Virology', + 'scopus_source_record_id' => '20250', + 'publisher' => 'American Society for Microbiology', + 'issn' => '1098-5514', + ), + 54 => + array ( + 'id' => 3055, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Visualized Experiments', + 'scopus_source_record_id' => '19900191993', + 'publisher' => 'MyJoVE Corporation', + 'issn' => '1940-087X', + ), + 55 => + array ( + 'id' => 3056, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water and Climate Change', + 'scopus_source_record_id' => '21100205753', + 'publisher' => 'IWA Publishing', + 'issn' => '2040-2244', + ), + 56 => + array ( + 'id' => 3057, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water and Environment Technology', + 'scopus_source_record_id' => '21100826260', + 'publisher' => 'Japan Society on Water Environment', + 'issn' => '1348-2165', + ), + 57 => + array ( + 'id' => 3058, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water and Environmental Nanotechnology', + 'scopus_source_record_id' => '21101023175', + 'publisher' => 'Iranian Environmental Mutagen Society', + 'issn' => '2476-6615', + ), + 58 => + array ( + 'id' => 3059, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water and Health', + 'scopus_source_record_id' => '17512', + 'publisher' => 'IWA Publishing', + 'issn' => '1477-8920', + ), + 59 => + array ( + 'id' => 3060, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water and Land Development', + 'scopus_source_record_id' => '19600162167', + 'publisher' => 'Institute for Land Reclamation and Grassland Farming', + 'issn' => '2083-4535', + ), + 60 => + array ( + 'id' => 3061, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water Law', + 'scopus_source_record_id' => '17514', + 'publisher' => 'Lawtext Publishing Ltd.', + 'issn' => '1478-5277', + ), + 61 => + array ( + 'id' => 3062, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water Management Modeling', + 'scopus_source_record_id' => '21100889432', + 'publisher' => 'Computational Hydraulics Int.', + 'issn' => '2292-6062', + ), + 62 => + array ( + 'id' => 3063, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water Resources Planning and Management - ASCE', + 'scopus_source_record_id' => '50054', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '0733-9496', + ), + 63 => + array ( + 'id' => 3064, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Water Sanitation and Hygiene for Development', + 'scopus_source_record_id' => '21100255088', + 'publisher' => 'IWA Publishing', + 'issn' => '2043-9083', + ), + 64 => + array ( + 'id' => 3065, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Waterway, Port, Coastal and Ocean Engineering', + 'scopus_source_record_id' => '50091', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '1943-5460', + ), + 65 => + array ( + 'id' => 3066, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Wildlife Diseases', + 'scopus_source_record_id' => '18329', + 'publisher' => 'Wildlife Disease Association, Inc.', + 'issn' => '1943-3700', + ), + 66 => + array ( + 'id' => 3067, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Wildlife Management', + 'scopus_source_record_id' => '18609', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1937-2817', + ), + 67 => + array ( + 'id' => 3068, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Wood Chemistry and Technology', + 'scopus_source_record_id' => '24667', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-2319', + ), + 68 => + array ( + 'id' => 3069, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of World Energy Law and Business', + 'scopus_source_record_id' => '21100224006', + 'publisher' => 'Oxford University Press', + 'issn' => '1754-9965', + ), + 69 => + array ( + 'id' => 3070, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:35', + 'title' => 'Journal of Xenobiotics', + 'scopus_source_record_id' => '21100853985', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2039-4713', + ), + 70 => + array ( + 'id' => 3071, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:36', + 'title' => 'Journal of Yeungnam Medical Science', + 'scopus_source_record_id' => '21101189035', + 'publisher' => 'Yeungnam University School of Medicine and College of Medicine', + 'issn' => '2799-8010', + ), + 71 => + array ( + 'id' => 3072, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:36', + 'title' => 'Journal of Zhejiang University: Science B', + 'scopus_source_record_id' => '3500148011', + 'publisher' => 'Zhejiang University', + 'issn' => '1862-1783', + ), + 72 => + array ( + 'id' => 3073, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:36', + 'title' => 'Journal of Zoological and Botanical Gardens', + 'scopus_source_record_id' => '21101163030', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-5636', + ), + 73 => + array ( + 'id' => 3074, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:36', + 'title' => 'Journal of Zoological Systematics and Evolutionary Research', + 'scopus_source_record_id' => '22605', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1439-0469', + ), + 74 => + array ( + 'id' => 3075, + 'created_at' => '2024-12-02 17:01:36', + 'updated_at' => '2024-12-02 17:17:36', + 'title' => 'Journal of Zoology', + 'scopus_source_record_id' => '22608', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1469-7998', + ), + 75 => + array ( + 'id' => 3076, + 'created_at' => '2024-12-02 17:01:37', + 'updated_at' => '2024-12-02 17:17:36', + 'title' => 'Judgment and Decision Making', + 'scopus_source_record_id' => '19400157006', + 'publisher' => 'Society for Judgment and Decision making', + 'issn' => '1930-2975', + ), + 76 => + array ( + 'id' => 3077, + 'created_at' => '2024-12-02 17:01:37', + 'updated_at' => '2024-12-02 17:17:37', + 'title' => 'Jundishapur Journal of Microbiology', + 'scopus_source_record_id' => '19700175150', + 'publisher' => 'Brieflands', + 'issn' => '2008-4161', + ), + 77 => + array ( + 'id' => 3078, + 'created_at' => '2024-12-02 17:01:37', + 'updated_at' => '2024-12-02 17:17:37', + 'title' => 'Jurnal Kimia Valensi', + 'scopus_source_record_id' => '21101145675', + 'publisher' => 'State Islamic University Syarif Hidayatullah Jakarta, Faculty of Science and Technology, Department of Chemistry', + 'issn' => '2548-3013', + ), + 78 => + array ( + 'id' => 3079, + 'created_at' => '2024-12-02 17:01:37', + 'updated_at' => '2024-12-02 17:17:37', + 'title' => 'Jurnal Manajemen Hutan Tropika', + 'scopus_source_record_id' => '21100929412', + 'publisher' => 'Institut Pertanian Bogor, Department of Forest Management, Faculty of Forestry', + 'issn' => '2089-2063', + ), + 79 => + array ( + 'id' => 3080, + 'created_at' => '2024-12-02 17:01:37', + 'updated_at' => '2024-12-02 17:17:37', + 'title' => 'Jurnal Optimasi Sistem Industri', + 'scopus_source_record_id' => '21101184661', + 'publisher' => 'Andalas University Faculty of Engineering', + 'issn' => '2442-8795', + ), + 80 => + array ( + 'id' => 3081, + 'created_at' => '2024-12-02 17:01:37', + 'updated_at' => '2024-12-02 17:17:37', + 'title' => 'Jurnal Penelitian Kehutanan Wallacea', + 'scopus_source_record_id' => '21101207443', + 'publisher' => 'Hasanuddin University Faculty of Forestry', + 'issn' => '2407-7860', + ), + 81 => + array ( + 'id' => 3082, + 'created_at' => '2024-12-02 17:01:37', + 'updated_at' => '2024-12-02 17:17:37', + 'title' => 'Jurnal Pengelolaan Sumberdaya Alam dan Lingkungan', + 'scopus_source_record_id' => '21101181950', + 'publisher' => 'Pusat Penelitian Lingkungan Hidup - Lembaga Penelitian dan Pengabdian Kepada Masyarakat Institut Pertanian Bogor (PPLH-LPPM IPB)', + 'issn' => '2460-5824', + ), + 82 => + array ( + 'id' => 3083, + 'created_at' => '2024-12-02 17:01:37', + 'updated_at' => '2024-12-02 17:17:37', + 'title' => 'Jurnal Pengolahan Hasil Perikanan Indonesia', + 'scopus_source_record_id' => '21101196735', + 'publisher' => 'IPB University Department of Aquatic Product Technology', + 'issn' => '2354-886X', + ), + 83 => + array ( + 'id' => 3084, + 'created_at' => '2024-12-02 17:01:38', + 'updated_at' => '2024-12-02 17:17:37', + 'title' => 'Jurnal Sylva Lestari', + 'scopus_source_record_id' => '21101134570', + 'publisher' => 'University of Lampung Faculty of Agriculture', + 'issn' => '2549-5747', + ), + 84 => + array ( + 'id' => 3085, + 'created_at' => '2024-12-02 17:01:38', + 'updated_at' => '2024-12-02 17:17:38', + 'title' => 'Karbala International Journal of Modern Science', + 'scopus_source_record_id' => '21100897136', + 'publisher' => 'University of Kerbala', + 'issn' => '2405-6103', + ), + 85 => + array ( + 'id' => 3086, + 'created_at' => '2024-12-02 17:01:38', + 'updated_at' => '2024-12-02 17:17:38', + 'title' => 'Kew Bulletin', + 'scopus_source_record_id' => '19272', + 'publisher' => 'Springer Nature', + 'issn' => '1874-933X', + ), + 86 => + array ( + 'id' => 3087, + 'created_at' => '2024-12-02 17:01:38', + 'updated_at' => '2024-12-02 17:17:39', + 'title' => 'Kinetics and Catalysis', + 'scopus_source_record_id' => '26985', + 'publisher' => 'Springer Nature', + 'issn' => '1608-3210', + ), + 87 => + array ( + 'id' => 3088, + 'created_at' => '2024-12-02 17:01:39', + 'updated_at' => '2024-12-02 17:17:39', + 'title' => 'KN - Journal of Cartography and Geographic Information', + 'scopus_source_record_id' => '21100916807', + 'publisher' => 'Springer Nature', + 'issn' => '2524-4965', + ), + 88 => + array ( + 'id' => 3089, + 'created_at' => '2024-12-02 17:01:39', + 'updated_at' => '2024-12-02 17:17:39', + 'title' => 'Know', + 'scopus_source_record_id' => '21101060491', + 'publisher' => 'University of Chicago Press', + 'issn' => '2473-6007', + ), + 89 => + array ( + 'id' => 3090, + 'created_at' => '2024-12-02 17:01:39', + 'updated_at' => '2024-12-02 17:17:39', + 'title' => 'Knowledge and Management of Aquatic Ecosystems', + 'scopus_source_record_id' => '15900154751', + 'publisher' => 'EDP Sciences', + 'issn' => '1961-9502', + ), + 90 => + array ( + 'id' => 3091, + 'created_at' => '2024-12-02 17:01:39', + 'updated_at' => '2024-12-02 17:17:39', + 'title' => 'Knowledge Management Research and Practice', + 'scopus_source_record_id' => '4700152908', + 'publisher' => 'Taylor & Francis', + 'issn' => '1477-8246', + ), + 91 => + array ( + 'id' => 3092, + 'created_at' => '2024-12-02 17:01:39', + 'updated_at' => '2024-12-02 17:17:39', + 'title' => 'Koedoe', + 'scopus_source_record_id' => '18625', + 'publisher' => 'OpenJournals Publishing AOSIS (Pty) Ltd', + 'issn' => '2071-0771', + ), + 92 => + array ( + 'id' => 3093, + 'created_at' => '2024-12-02 17:01:39', + 'updated_at' => '2024-12-02 17:17:39', + 'title' => 'KONA Powder and Particle Journal', + 'scopus_source_record_id' => '19700181203', + 'publisher' => 'Hosokawa Powder Technology Foundation', + 'issn' => '2187-5537', + ), + 93 => + array ( + 'id' => 3094, + 'created_at' => '2024-12-02 17:01:39', + 'updated_at' => '2024-12-02 17:17:40', + 'title' => 'Korean Journal of Chemical Engineering', + 'scopus_source_record_id' => '13609', + 'publisher' => 'Springer Nature', + 'issn' => '1975-7220', + ), + 94 => + array ( + 'id' => 3095, + 'created_at' => '2024-12-02 17:01:39', + 'updated_at' => '2024-12-02 17:17:40', + 'title' => 'Korean Journal of Environmental Agriculture', + 'scopus_source_record_id' => '21101120452', + 'publisher' => 'The Korean Society of Environmental Agriculture', + 'issn' => '2233-4173', + ), + 95 => + array ( + 'id' => 3096, + 'created_at' => '2024-12-02 17:01:40', + 'updated_at' => '2024-12-02 17:17:40', + 'title' => 'Korean Journal of Plant Taxonomy', + 'scopus_source_record_id' => '21100914244', + 'publisher' => 'Korean Society of Plant Taxonomists', + 'issn' => '2466-1546', + ), + 96 => + array ( + 'id' => 3097, + 'created_at' => '2024-12-02 17:01:40', + 'updated_at' => '2024-12-02 17:17:40', + 'title' => 'Korean Journal of Remote Sensing', + 'scopus_source_record_id' => '21101042015', + 'publisher' => 'Korean Society of Remote Sensing', + 'issn' => '2287-9307', + ), + 97 => + array ( + 'id' => 3098, + 'created_at' => '2024-12-02 17:01:40', + 'updated_at' => '2024-12-02 17:17:40', + 'title' => 'Kriminologija and Socijalna Integracija', + 'scopus_source_record_id' => '21101215784', + 'publisher' => 'University of Zagreb, Faculty of Education and Rehabilitation Sciences', + 'issn' => '1848-7963', + ), + 98 => + array ( + 'id' => 3099, + 'created_at' => '2024-12-02 17:01:40', + 'updated_at' => '2024-12-02 17:17:41', + 'title' => 'Kufa Journal for Agricultural Sciences', + 'scopus_source_record_id' => '21101132408', + 'publisher' => 'University of Kufa', + 'issn' => '2312-8186', + ), + 99 => + array ( + 'id' => 3100, + 'created_at' => '2024-12-02 17:01:40', + 'updated_at' => '2024-12-02 17:17:41', + 'title' => 'Kunststoffe International', + 'scopus_source_record_id' => '4400151711', + 'publisher' => 'Carl Hanser Verlag', + 'issn' => '1862-4243', + ), + 100 => + array ( + 'id' => 3101, + 'created_at' => '2024-12-02 17:01:40', + 'updated_at' => '2024-12-02 17:17:41', + 'title' => 'Kuwait Journal of Science', + 'scopus_source_record_id' => '21100324700', + 'publisher' => 'Elsevier', + 'issn' => '2307-4116', + ), + 101 => + array ( + 'id' => 3102, + 'created_at' => '2024-12-02 17:01:40', + 'updated_at' => '2024-12-02 17:17:41', + 'title' => 'La Mer', + 'scopus_source_record_id' => '54337', + 'publisher' => 'Societe Franco-Japonaise d\'Oceanographie', + 'issn' => '0503-1540', + ), + 102 => + array ( + 'id' => 3103, + 'created_at' => '2024-12-02 17:01:40', + 'updated_at' => '2024-12-02 17:17:41', + 'title' => 'Lab on a Chip', + 'scopus_source_record_id' => '24738', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1473-0189', + ), + 103 => + array ( + 'id' => 3104, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:41', + 'title' => 'Laboratory Animal Research', + 'scopus_source_record_id' => '21101142662', + 'publisher' => 'Springer Nature', + 'issn' => '2233-7660', + ), + 104 => + array ( + 'id' => 3105, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:41', + 'title' => 'Laboratory Investigation', + 'scopus_source_record_id' => '27242', + 'publisher' => 'Elsevier', + 'issn' => '1530-0307', + ), + 105 => + array ( + 'id' => 3106, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Lakes and Reservoirs: Science, Policy and Management for Sustainable Use', + 'scopus_source_record_id' => '17567', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1440-1770', + ), + 106 => + array ( + 'id' => 3107, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Land', + 'scopus_source_record_id' => '21100811521', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2073-445X', + ), + 107 => + array ( + 'id' => 3108, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Land Degradation and Development', + 'scopus_source_record_id' => '23239', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-145X', + ), + 108 => + array ( + 'id' => 3109, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Land Economics', + 'scopus_source_record_id' => '34037', + 'publisher' => 'University of Wisconsin Press', + 'issn' => '1543-8325', + ), + 109 => + array ( + 'id' => 3110, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Land Use Policy', + 'scopus_source_record_id' => '14500', + 'publisher' => 'Elsevier', + 'issn' => '0264-8377', + ), + 110 => + array ( + 'id' => 3111, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Landscape and Ecological Engineering', + 'scopus_source_record_id' => '4700152496', + 'publisher' => 'Springer Nature', + 'issn' => '1860-188X', + ), + 111 => + array ( + 'id' => 3112, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Landscape and Urban Planning', + 'scopus_source_record_id' => '19041', + 'publisher' => 'Elsevier', + 'issn' => '0169-2046', + ), + 112 => + array ( + 'id' => 3113, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Landscape Architecture and Art', + 'scopus_source_record_id' => '21100817647', + 'publisher' => 'Latvia University of Life Sciences and Technologies', + 'issn' => '2255-8640', + ), + 113 => + array ( + 'id' => 3114, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Landscape Ecology', + 'scopus_source_record_id' => '23972', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9761', + ), + 114 => + array ( + 'id' => 3115, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Landscape Online', + 'scopus_source_record_id' => '20300195075', + 'publisher' => 'International Association for Landscape Ecology, Chapter Germany (IALE-D)', + 'issn' => '1865-1542', + ), + 115 => + array ( + 'id' => 3116, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Landscape Research', + 'scopus_source_record_id' => '90549', + 'publisher' => 'Taylor & Francis', + 'issn' => '1469-9710', + ), + 116 => + array ( + 'id' => 3117, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:42', + 'title' => 'Larhyss Journal', + 'scopus_source_record_id' => '21101064220', + 'publisher' => 'Research Laboratory in Subterranean and Surface Hydraulics, University of Biskra', + 'issn' => '2521-9782', + ), + 117 => + array ( + 'id' => 3118, + 'created_at' => '2024-12-02 17:01:41', + 'updated_at' => '2024-12-02 17:17:43', + 'title' => 'Larus - Godisnjak Zavoda za Ornitologiju Hrvatske Akademije Znanosti i Umjetnosti', + 'scopus_source_record_id' => '21101207442', + 'publisher' => 'Croatian Academy of Sciences and Arts', + 'issn' => '1849-9198', + ), + 118 => + array ( + 'id' => 3119, + 'created_at' => '2024-12-02 17:01:42', + 'updated_at' => '2024-12-02 17:17:43', + 'title' => 'Latin American Applied Research', + 'scopus_source_record_id' => '24740', + 'publisher' => 'PLAPIQUI Planta Piloto de Ingenieria Quimica, CONICET / Universidad Nacional del Sur', + 'issn' => '0327-0793', + ), + 119 => + array ( + 'id' => 3120, + 'created_at' => '2024-12-02 17:01:42', + 'updated_at' => '2024-12-02 17:17:43', + 'title' => 'Latin American Journal of Aquatic Research', + 'scopus_source_record_id' => '12400154701', + 'publisher' => 'Escuela de Ciencias del Mar', + 'issn' => '0718-560X', + ), + 120 => + array ( + 'id' => 3121, + 'created_at' => '2024-12-02 17:01:42', + 'updated_at' => '2024-12-02 17:17:43', + 'title' => 'Latin American Research Review', + 'scopus_source_record_id' => '27733', + 'publisher' => 'Cambridge University Press', + 'issn' => '1542-4278', + ), + 121 => + array ( + 'id' => 3122, + 'created_at' => '2024-12-02 17:01:42', + 'updated_at' => '2024-12-02 17:17:43', + 'title' => 'Law, Environment and Development Journal', + 'scopus_source_record_id' => '21101061829', + 'publisher' => 'University of London', + 'issn' => '1746-5893', + ), + 122 => + array ( + 'id' => 3123, + 'created_at' => '2024-12-02 17:01:42', + 'updated_at' => '2024-12-02 17:17:44', + 'title' => 'Leather and Footwear Journal', + 'scopus_source_record_id' => '19900193838', + 'publisher' => 'Inst. Nat. Cercetare-Dezvoltare Text. Pielarie', + 'issn' => '1583-4433', + ), + 123 => + array ( + 'id' => 3124, + 'created_at' => '2024-12-02 17:01:43', + 'updated_at' => '2024-12-02 17:17:44', + 'title' => 'Lecture Notes in Geosystems Mathematics and Computing', + 'scopus_source_record_id' => '21101081622', + 'publisher' => 'Springer Nature', + 'issn' => '2512-3211', + ), + 124 => + array ( + 'id' => 3125, + 'created_at' => '2024-12-02 17:01:43', + 'updated_at' => '2024-12-02 17:17:44', + 'title' => 'Leisure Sciences', + 'scopus_source_record_id' => '28910', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-0588', + ), + 125 => + array ( + 'id' => 3126, + 'created_at' => '2024-12-02 17:01:43', + 'updated_at' => '2024-12-02 17:17:44', + 'title' => 'Lethaia', + 'scopus_source_record_id' => '13956', + 'publisher' => 'Scandinavian University Press', + 'issn' => '1502-3931', + ), + 126 => + array ( + 'id' => 3127, + 'created_at' => '2024-12-02 17:01:43', + 'updated_at' => '2024-12-02 17:17:45', + 'title' => 'Letters in Biomathematics', + 'scopus_source_record_id' => '21100886421', + 'publisher' => 'LETTERS IN BIOMATHEMATICS', + 'issn' => '2373-7867', + ), + 127 => + array ( + 'id' => 3128, + 'created_at' => '2024-12-02 17:01:43', + 'updated_at' => '2024-12-02 17:17:45', + 'title' => 'Letters in Organic Chemistry', + 'scopus_source_record_id' => '4700152615', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-6255', + ), + 128 => + array ( + 'id' => 3129, + 'created_at' => '2024-12-02 17:01:43', + 'updated_at' => '2024-12-02 17:17:45', + 'title' => 'LHB: Hydroscience Journal', + 'scopus_source_record_id' => '21101062346', + 'publisher' => 'Taylor & Francis', + 'issn' => '2767-8490', + ), + 129 => + array ( + 'id' => 3130, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Lichenologist', + 'scopus_source_record_id' => '19312', + 'publisher' => 'Cambridge University Press', + 'issn' => '1096-1135', + ), + 130 => + array ( + 'id' => 3131, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Life', + 'scopus_source_record_id' => '27202', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2075-1729', + ), + 131 => + array ( + 'id' => 3132, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Life Metabolism', + 'scopus_source_record_id' => '21101160578', + 'publisher' => 'Oxford University Press', + 'issn' => '2755-0230', + ), + 132 => + array ( + 'id' => 3133, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Life Science Alliance', + 'scopus_source_record_id' => '21100887409', + 'publisher' => 'Life Science Alliance, LLC', + 'issn' => '2575-1077', + ), + 133 => + array ( + 'id' => 3134, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Life Sciences', + 'scopus_source_record_id' => '20473', + 'publisher' => 'Elsevier', + 'issn' => '1879-0631', + ), + 134 => + array ( + 'id' => 3135, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Life Sciences in Space Research', + 'scopus_source_record_id' => '21100316609', + 'publisher' => 'Elsevier', + 'issn' => '2214-5532', + ), + 135 => + array ( + 'id' => 3136, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Lifestyle Genomics', + 'scopus_source_record_id' => '21100875680', + 'publisher' => 'Karger', + 'issn' => '2504-3188', + ), + 136 => + array ( + 'id' => 3137, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Lilloa', + 'scopus_source_record_id' => '21101078836', + 'publisher' => 'Fundacion Miguel Lillo', + 'issn' => '2346-9641', + ), + 137 => + array ( + 'id' => 3138, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Limnologica', + 'scopus_source_record_id' => '29570', + 'publisher' => 'Elsevier', + 'issn' => '1873-5851', + ), + 138 => + array ( + 'id' => 3139, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Limnological Review', + 'scopus_source_record_id' => '21100904921', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2300-7575', + ), + 139 => + array ( + 'id' => 3140, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Limnology', + 'scopus_source_record_id' => '29573', + 'publisher' => 'Springer Nature', + 'issn' => '1439-863X', + ), + 140 => + array ( + 'id' => 3141, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Limnology and Freshwater Biology', + 'scopus_source_record_id' => '21101202297', + 'publisher' => 'Limnological Institute SB RAS', + 'issn' => '2658-3518', + ), + 141 => + array ( + 'id' => 3142, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Limnology and Oceanography', + 'scopus_source_record_id' => '29576', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1939-5590', + ), + 142 => + array ( + 'id' => 3143, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Limnology and Oceanography Bulletin', + 'scopus_source_record_id' => '11700154308', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1539-6088', + ), + 143 => + array ( + 'id' => 3144, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Limnology And Oceanography Letters', + 'scopus_source_record_id' => '21101047720', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2378-2242', + ), + 144 => + array ( + 'id' => 3145, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:46', + 'title' => 'Lindbergia', + 'scopus_source_record_id' => '19316', + 'publisher' => 'Lindbergia', + 'issn' => '0105-0761', + ), + 145 => + array ( + 'id' => 3146, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:47', + 'title' => 'Lipids', + 'scopus_source_record_id' => '14123', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1558-9307', + ), + 146 => + array ( + 'id' => 3147, + 'created_at' => '2024-12-02 17:01:44', + 'updated_at' => '2024-12-02 17:17:47', + 'title' => 'Liquid Crystals', + 'scopus_source_record_id' => '24705', + 'publisher' => 'Taylor & Francis', + 'issn' => '1366-5855', + ), + 147 => + array ( + 'id' => 3148, + 'created_at' => '2024-12-02 17:01:45', + 'updated_at' => '2024-12-02 17:17:47', + 'title' => 'Liquid Crystals Reviews', + 'scopus_source_record_id' => '21100409442', + 'publisher' => 'Taylor & Francis', + 'issn' => '2168-0418', + ), + 148 => + array ( + 'id' => 3149, + 'created_at' => '2024-12-02 17:01:45', + 'updated_at' => '2024-12-02 17:17:48', + 'title' => 'Local Environment', + 'scopus_source_record_id' => '14506', + 'publisher' => 'Taylor & Francis', + 'issn' => '1469-6711', + ), + 149 => + array ( + 'id' => 3150, + 'created_at' => '2024-12-02 17:01:45', + 'updated_at' => '2024-12-02 17:17:48', + 'title' => 'Logforum', + 'scopus_source_record_id' => '21100913325', + 'publisher' => 'Poznan School of Logistics', + 'issn' => '1734-459X', + ), + 150 => + array ( + 'id' => 3151, + 'created_at' => '2024-12-02 17:01:45', + 'updated_at' => '2024-12-02 17:17:48', + 'title' => 'LOGI - Scientific Journal on Transport and Logistics', + 'scopus_source_record_id' => '21101045277', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2336-3037', + ), + 151 => + array ( + 'id' => 3152, + 'created_at' => '2024-12-02 17:01:45', + 'updated_at' => '2024-12-02 17:17:48', + 'title' => 'Logistics', + 'scopus_source_record_id' => '21101126970', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2305-6290', + ), + 152 => + array ( + 'id' => 3153, + 'created_at' => '2024-12-02 17:01:45', + 'updated_at' => '2024-12-02 17:17:48', + 'title' => 'Logistics Journal', + 'scopus_source_record_id' => '4700152816', + 'publisher' => 'Wissenschaftliche Gesellschaft fur Technische Logistik', + 'issn' => '1860-7977', + ), + 153 => + array ( + 'id' => 3154, + 'created_at' => '2024-12-02 17:01:45', + 'updated_at' => '2024-12-02 17:17:48', + 'title' => 'Logistics Research', + 'scopus_source_record_id' => '19400158510', + 'publisher' => 'Bundesvereinigung Logistik (BVL)', + 'issn' => '1865-0368', + ), + 154 => + array ( + 'id' => 3155, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Luminescence', + 'scopus_source_record_id' => '26988', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1522-7243', + ), + 155 => + array ( + 'id' => 3156, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Lundiana', + 'scopus_source_record_id' => '12147', + 'publisher' => 'Lundiana', + 'issn' => '1676-6180', + ), + 156 => + array ( + 'id' => 3157, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macedonian Journal of Chemistry and Chemical Engineering', + 'scopus_source_record_id' => '12100154834', + 'publisher' => 'The Society of Chemists and Techonogists of Macedonia', + 'issn' => '1857-5625', + ), + 157 => + array ( + 'id' => 3158, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macroheterocycles', + 'scopus_source_record_id' => '20300195027', + 'publisher' => 'Ivanovo State University of Chemical Technology', + 'issn' => '1998-9539', + ), + 158 => + array ( + 'id' => 3159, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromol', + 'scopus_source_record_id' => '21101199384', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-6209', + ), + 159 => + array ( + 'id' => 3160, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromolecular Chemistry and Physics', + 'scopus_source_record_id' => '25937', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-3935', + ), + 160 => + array ( + 'id' => 3161, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromolecular Materials and Engineering', + 'scopus_source_record_id' => '25938', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1439-2054', + ), + 161 => + array ( + 'id' => 3162, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromolecular Rapid Communications', + 'scopus_source_record_id' => '25939', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-3927', + ), + 162 => + array ( + 'id' => 3163, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromolecular Reaction Engineering', + 'scopus_source_record_id' => '12600154731', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1862-8338', + ), + 163 => + array ( + 'id' => 3164, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromolecular Research', + 'scopus_source_record_id' => '25941', + 'publisher' => 'Polymer Society of Korea', + 'issn' => '1598-5032', + ), + 164 => + array ( + 'id' => 3165, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromolecular Symposia', + 'scopus_source_record_id' => '25943', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-3900', + ), + 165 => + array ( + 'id' => 3166, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromolecular Theory and Simulations', + 'scopus_source_record_id' => '25944', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-3919', + ), + 166 => + array ( + 'id' => 3167, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Macromolecules', + 'scopus_source_record_id' => '21100779404', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-5835', + ), + 167 => + array ( + 'id' => 3168, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:49', + 'title' => 'Maejo International Journal of Science and Technology', + 'scopus_source_record_id' => '19700170618', + 'publisher' => 'Maejo University', + 'issn' => '1905-7873', + ), + 168 => + array ( + 'id' => 3169, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Magnesium Research', + 'scopus_source_record_id' => '17190', + 'publisher' => 'John Libbey', + 'issn' => '1952-4021', + ), + 169 => + array ( + 'id' => 3170, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Magnetic Resonance in Chemistry', + 'scopus_source_record_id' => '24070', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-458X', + ), + 170 => + array ( + 'id' => 3171, + 'created_at' => '2024-12-02 17:01:46', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Magnetochemistry', + 'scopus_source_record_id' => '21101024044', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2312-7481', + ), + 171 => + array ( + 'id' => 3172, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Main Group Chemistry', + 'scopus_source_record_id' => '18300156734', + 'publisher' => 'IOS Press', + 'issn' => '1745-1167', + ), + 172 => + array ( + 'id' => 3173, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Main Group Metal Chemistry', + 'scopus_source_record_id' => '27286', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2191-0219', + ), + 173 => + array ( + 'id' => 3174, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Mainzer Geowissenschaftliche Mitteilungen', + 'scopus_source_record_id' => '24509', + 'publisher' => 'Landesamt für Geologie und Bergbau Rheinland-Pfalz', + 'issn' => '0340-4404', + ), + 174 => + array ( + 'id' => 3175, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Makara Journal of Science', + 'scopus_source_record_id' => '21101044729', + 'publisher' => 'Universitas Indonesia', + 'issn' => '2356-0851', + ), + 175 => + array ( + 'id' => 3176, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malacologia', + 'scopus_source_record_id' => '22642', + 'publisher' => 'Institute of Malacology', + 'issn' => '0076-2997', + ), + 176 => + array ( + 'id' => 3177, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malayan Nature Journal', + 'scopus_source_record_id' => '86787', + 'publisher' => 'Malaysian Nature Society', + 'issn' => '0025-1291', + ), + 177 => + array ( + 'id' => 3178, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malaysian Applied Biology', + 'scopus_source_record_id' => '21100223541', + 'publisher' => 'Malaysian Society of Applied Biology', + 'issn' => '0126-8643', + ), + 178 => + array ( + 'id' => 3179, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malaysian Journal of Biochemistry and Molecular Biology', + 'scopus_source_record_id' => '21100820652', + 'publisher' => 'Malaysian Society for Biochemistry and Molecular Biology', + 'issn' => '1511-2616', + ), + 179 => + array ( + 'id' => 3180, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malaysian Journal of Chemistry', + 'scopus_source_record_id' => '21100874945', + 'publisher' => 'Malaysian Institute of Chemistry', + 'issn' => '2550-1658', + ), + 180 => + array ( + 'id' => 3181, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malaysian Journal of Fundamental and Applied Sciences', + 'scopus_source_record_id' => '21101041523', + 'publisher' => 'Penerbit UTM Press', + 'issn' => '2289-599X', + ), + 181 => + array ( + 'id' => 3182, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malaysian Journal of Microbiology', + 'scopus_source_record_id' => '19900193611', + 'publisher' => 'Universiti Sains Malaysia', + 'issn' => '2231-7538', + ), + 182 => + array ( + 'id' => 3183, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malaysian Journal of Microscopy', + 'scopus_source_record_id' => '19700176607', + 'publisher' => 'Universiti Putra Malaysia', + 'issn' => '1823-7010', + ), + 183 => + array ( + 'id' => 3184, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:50', + 'title' => 'Malaysian Journal of Science', + 'scopus_source_record_id' => '5700165166', + 'publisher' => 'Faculty of Science, Universiti Malaya', + 'issn' => '2600-8688', + ), + 184 => + array ( + 'id' => 3185, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Mammal Research', + 'scopus_source_record_id' => '21100454957', + 'publisher' => 'Springer Nature', + 'issn' => '2199-241X', + ), + 185 => + array ( + 'id' => 3186, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Mammal Review', + 'scopus_source_record_id' => '22652', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2907', + ), + 186 => + array ( + 'id' => 3187, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Mammalia', + 'scopus_source_record_id' => '22653', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1864-1547', + ), + 187 => + array ( + 'id' => 3188, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Mammalian Biology', + 'scopus_source_record_id' => '22655', + 'publisher' => 'Springer Nature', + 'issn' => '1618-1476', + ), + 188 => + array ( + 'id' => 3189, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Mammalian Genome', + 'scopus_source_record_id' => '18962', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1777', + ), + 189 => + array ( + 'id' => 3190, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Mammalian Species', + 'scopus_source_record_id' => '19700176301', + 'publisher' => 'Oxford University Press', + 'issn' => '1545-1410', + ), + 190 => + array ( + 'id' => 3191, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Management and Production Engineering Review', + 'scopus_source_record_id' => '21100457058', + 'publisher' => 'Polish Academy of Sciences, Production Engineering Committee', + 'issn' => '2082-1344', + ), + 191 => + array ( + 'id' => 3192, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Management Decision', + 'scopus_source_record_id' => '144656', + 'publisher' => 'Emerald Publishing', + 'issn' => '0025-1747', + ), + 192 => + array ( + 'id' => 3193, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Management Learning', + 'scopus_source_record_id' => '21283', + 'publisher' => 'SAGE', + 'issn' => '1461-7307', + ), + 193 => + array ( + 'id' => 3194, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Management of Biological Invasions', + 'scopus_source_record_id' => '21100790931', + 'publisher' => 'Regional Euro-Asian Biological Invasions Centre', + 'issn' => '1989-8649', + ), + 194 => + array ( + 'id' => 3195, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Management of Environmental Quality', + 'scopus_source_record_id' => '130162', + 'publisher' => 'Emerald Publishing', + 'issn' => '1758-6119', + ), + 195 => + array ( + 'id' => 3196, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Management Science', + 'scopus_source_record_id' => '21307', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '1526-5501', + ), + 196 => + array ( + 'id' => 3197, + 'created_at' => '2024-12-02 17:01:47', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Managerial and Decision Economics', + 'scopus_source_record_id' => '21774', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1468', + ), + 197 => + array ( + 'id' => 3198, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Man-Made Textiles in India', + 'scopus_source_record_id' => '16456', + 'publisher' => 'The Synthetic and Art Silk Mills Research Association', + 'issn' => '0377-7537', + ), + 198 => + array ( + 'id' => 3199, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:51', + 'title' => 'Manufacturing and Service Operations Management', + 'scopus_source_record_id' => '21789', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '1526-5498', + ), + 199 => + array ( + 'id' => 3200, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine and Coastal Fisheries', + 'scopus_source_record_id' => '21100206006', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1942-5120', + ), + 200 => + array ( + 'id' => 3201, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine and Freshwater Behaviour and Physiology', + 'scopus_source_record_id' => '40352', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-0362', + ), + 201 => + array ( + 'id' => 3202, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine and Freshwater Research', + 'scopus_source_record_id' => '27846', + 'publisher' => 'CSIRO', + 'issn' => '1448-6059', + ), + 202 => + array ( + 'id' => 3203, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine and Petroleum Geology', + 'scopus_source_record_id' => '24548', + 'publisher' => 'Elsevier', + 'issn' => '1873-4073', + ), + 203 => + array ( + 'id' => 3204, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Biodiversity', + 'scopus_source_record_id' => '18300156716', + 'publisher' => 'Springer Nature', + 'issn' => '1867-1624', + ), + 204 => + array ( + 'id' => 3205, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Biology', + 'scopus_source_record_id' => '12165', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1793', + ), + 205 => + array ( + 'id' => 3206, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Biology Research', + 'scopus_source_record_id' => '100147333', + 'publisher' => 'Taylor & Francis', + 'issn' => '1745-1019', + ), + 206 => + array ( + 'id' => 3207, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Biotechnology', + 'scopus_source_record_id' => '16099', + 'publisher' => 'Springer Nature', + 'issn' => '1436-2236', + ), + 207 => + array ( + 'id' => 3208, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Chemistry', + 'scopus_source_record_id' => '23255', + 'publisher' => 'Elsevier', + 'issn' => '0304-4203', + ), + 208 => + array ( + 'id' => 3209, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Ecology', + 'scopus_source_record_id' => '12167', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1439-0485', + ), + 209 => + array ( + 'id' => 3210, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Ecology - Progress Series', + 'scopus_source_record_id' => '12169', + 'publisher' => 'Inter-Research', + 'issn' => '1616-1599', + ), + 210 => + array ( + 'id' => 3211, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Environmental Research', + 'scopus_source_record_id' => '24021', + 'publisher' => 'Elsevier', + 'issn' => '1879-0291', + ), + 211 => + array ( + 'id' => 3212, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Fisheries Review', + 'scopus_source_record_id' => '17626', + 'publisher' => 'National Marine Fisheries Service', + 'issn' => '0090-1830', + ), + 212 => + array ( + 'id' => 3213, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Genomics', + 'scopus_source_record_id' => '11700154718', + 'publisher' => 'Elsevier', + 'issn' => '1876-7478', + ), + 213 => + array ( + 'id' => 3214, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Geodesy', + 'scopus_source_record_id' => '29742', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-060X', + ), + 214 => + array ( + 'id' => 3215, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Geology', + 'scopus_source_record_id' => '27847', + 'publisher' => 'Elsevier', + 'issn' => '0025-3227', + ), + 215 => + array ( + 'id' => 3216, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Geophysical Research', + 'scopus_source_record_id' => '27848', + 'publisher' => 'Springer Nature', + 'issn' => '1573-0581', + ), + 216 => + array ( + 'id' => 3217, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Georesources and Geotechnology', + 'scopus_source_record_id' => '27850', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-0618', + ), + 217 => + array ( + 'id' => 3218, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Life Science and Technology', + 'scopus_source_record_id' => '21101055718', + 'publisher' => 'Springer Nature', + 'issn' => '2662-1746', + ), + 218 => + array ( + 'id' => 3219, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Mammal Science', + 'scopus_source_record_id' => '22663', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1748-7692', + ), + 219 => + array ( + 'id' => 3220, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Micropaleontology', + 'scopus_source_record_id' => '13958', + 'publisher' => 'Elsevier', + 'issn' => '0377-8398', + ), + 220 => + array ( + 'id' => 3221, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Ornithology', + 'scopus_source_record_id' => '22070', + 'publisher' => 'Marine Ornithology', + 'issn' => '1018-3337', + ), + 221 => + array ( + 'id' => 3222, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Policy', + 'scopus_source_record_id' => '27851', + 'publisher' => 'Elsevier', + 'issn' => '0308-597X', + ), + 222 => + array ( + 'id' => 3223, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Pollution Bulletin', + 'scopus_source_record_id' => '24024', + 'publisher' => 'Elsevier', + 'issn' => '1879-3363', + ), + 223 => + array ( + 'id' => 3224, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Resource Economics', + 'scopus_source_record_id' => '27852', + 'publisher' => 'University of Chicago Press', + 'issn' => '2334-5985', + ), + 224 => + array ( + 'id' => 3225, + 'created_at' => '2024-12-02 17:01:48', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Marine Technology Society Journal', + 'scopus_source_record_id' => '27862', + 'publisher' => 'Marine Technology Society Inc.', + 'issn' => '0025-3324', + ), + 225 => + array ( + 'id' => 3226, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Mariner\'s Mirror', + 'scopus_source_record_id' => '15976', + 'publisher' => 'Taylor & Francis', + 'issn' => '2049-680X', + ), + 226 => + array ( + 'id' => 3227, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Maritime Affairs', + 'scopus_source_record_id' => '21100456179', + 'publisher' => 'Taylor & Francis', + 'issn' => '1946-6609', + ), + 227 => + array ( + 'id' => 3228, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Maritime Cooperation in East Asia', + 'scopus_source_record_id' => '21101196746', + 'publisher' => 'Brill', + 'issn' => '2405-934X', + ), + 228 => + array ( + 'id' => 3229, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Maritime Policy and Management', + 'scopus_source_record_id' => '26252', + 'publisher' => 'Taylor & Francis', + 'issn' => '0308-8839', + ), + 229 => + array ( + 'id' => 3230, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Maritime Studies', + 'scopus_source_record_id' => '21100228568', + 'publisher' => 'Springer Nature', + 'issn' => '2212-9790', + ), + 230 => + array ( + 'id' => 3231, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:52', + 'title' => 'Maritime Technology and Research', + 'scopus_source_record_id' => '21101200967', + 'publisher' => 'Kasetsart University Faculty of International Maritime Studies', + 'issn' => '2651-205X', + ), + 231 => + array ( + 'id' => 3232, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:53', + 'title' => 'Mass Spectrometry Letters', + 'scopus_source_record_id' => '21100242238', + 'publisher' => 'Korean Society Mass Spectrometry', + 'issn' => '2093-8950', + ), + 232 => + array ( + 'id' => 3233, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:53', + 'title' => 'Mass Spectrometry Reviews', + 'scopus_source_record_id' => '12229', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1098-2787', + ), + 233 => + array ( + 'id' => 3234, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:53', + 'title' => 'Match', + 'scopus_source_record_id' => '24756', + 'publisher' => 'University of Kragujevac, Faculty of Science', + 'issn' => '0340-6253', + ), + 234 => + array ( + 'id' => 3235, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:53', + 'title' => 'Materials Advances', + 'scopus_source_record_id' => '21101041808', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2633-5409', + ), + 235 => + array ( + 'id' => 3236, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:53', + 'title' => 'Materials and Corrosion', + 'scopus_source_record_id' => '35688', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-4176', + ), + 236 => + array ( + 'id' => 3237, + 'created_at' => '2024-12-02 17:01:49', + 'updated_at' => '2024-12-02 17:17:53', + 'title' => 'Materials Horizons: From Nature to Nanomaterials', + 'scopus_source_record_id' => '21101128543', + 'publisher' => 'Springer Nature', + 'issn' => '2524-5392', + ), + 237 => + array ( + 'id' => 3238, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Materials Today Bio', + 'scopus_source_record_id' => '21100943536', + 'publisher' => 'Elsevier', + 'issn' => '2590-0064', + ), + 238 => + array ( + 'id' => 3239, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Materials Today Catalysis', + 'scopus_source_record_id' => '21101205770', + 'publisher' => 'Elsevier', + 'issn' => '2949-754X', + ), + 239 => + array ( + 'id' => 3240, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Materials Today Sustainability', + 'scopus_source_record_id' => '21100943537', + 'publisher' => 'Elsevier', + 'issn' => '2589-2347', + ), + 240 => + array ( + 'id' => 3241, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Mathematica Applicanda', + 'scopus_source_record_id' => '21100943551', + 'publisher' => 'Polish Mathematical Society', + 'issn' => '2299-4009', + ), + 241 => + array ( + 'id' => 3242, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Mathematical Biosciences', + 'scopus_source_record_id' => '24562', + 'publisher' => 'Elsevier', + 'issn' => '1879-3134', + ), + 242 => + array ( + 'id' => 3243, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Mathematical Biosciences and Engineering', + 'scopus_source_record_id' => '5200152802', + 'publisher' => 'American Institute of Mathematical Sciences', + 'issn' => '1551-0018', + ), + 243 => + array ( + 'id' => 3244, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Mathematical Geosciences', + 'scopus_source_record_id' => '12400154723', + 'publisher' => 'Springer Nature', + 'issn' => '1874-8953', + ), + 244 => + array ( + 'id' => 3245, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Mathematical Medicine and Biology', + 'scopus_source_record_id' => '24578', + 'publisher' => 'Oxford University Press', + 'issn' => '1477-8599', + ), + 245 => + array ( + 'id' => 3246, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Mathematical Methods of Operations Research', + 'scopus_source_record_id' => '21805', + 'publisher' => 'Physica-Verlag', + 'issn' => '1432-5217', + ), + 246 => + array ( + 'id' => 3247, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:54', + 'title' => 'Mathematical Population Studies', + 'scopus_source_record_id' => '26891', + 'publisher' => 'Taylor & Francis', + 'issn' => '1547-724X', + ), + 247 => + array ( + 'id' => 3248, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'Mathematics of Operations Research', + 'scopus_source_record_id' => '22140', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '1526-5471', + ), + 248 => + array ( + 'id' => 3249, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'Matrix Biology', + 'scopus_source_record_id' => '17219', + 'publisher' => 'Elsevier', + 'issn' => '1569-1802', + ), + 249 => + array ( + 'id' => 3250, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'Matrix Biology Plus', + 'scopus_source_record_id' => '21100980170', + 'publisher' => 'Elsevier', + 'issn' => '2590-0285', + ), + 250 => + array ( + 'id' => 3251, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'Maturitas', + 'scopus_source_record_id' => '27660', + 'publisher' => 'Elsevier', + 'issn' => '1873-4111', + ), + 251 => + array ( + 'id' => 3252, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'Mausam', + 'scopus_source_record_id' => '13430', + 'publisher' => 'India Meteorological Department', + 'issn' => '0252-9416', + ), + 252 => + array ( + 'id' => 3253, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'Maydica', + 'scopus_source_record_id' => '96929', + 'publisher' => 'Experimental Institute for Cereal Research', + 'issn' => '0025-6153', + ), + 253 => + array ( + 'id' => 3254, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'mBio', + 'scopus_source_record_id' => '19700188403', + 'publisher' => 'American Society for Microbiology', + 'issn' => '2150-7511', + ), + 254 => + array ( + 'id' => 3255, + 'created_at' => '2024-12-02 17:01:50', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'MCB Molecular and Cellular Biomechanics', + 'scopus_source_record_id' => '4600151522', + 'publisher' => 'Sin-Chn Scientific Press', + 'issn' => '1556-5300', + ), + 255 => + array ( + 'id' => 3256, + 'created_at' => '2024-12-02 17:01:51', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'MedComm', + 'scopus_source_record_id' => '21101088425', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2688-2663', + ), + 256 => + array ( + 'id' => 3257, + 'created_at' => '2024-12-02 17:01:51', + 'updated_at' => '2024-12-02 17:17:55', + 'title' => 'MedComm - Oncology', + 'scopus_source_record_id' => '21101248284', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2769-6448', + ), + 257 => + array ( + 'id' => 3258, + 'created_at' => '2024-12-02 17:01:51', + 'updated_at' => '2024-12-02 17:17:56', + 'title' => 'Medecine/Sciences', + 'scopus_source_record_id' => '17758', + 'publisher' => 'EDP Sciences', + 'issn' => '1958-5381', + ), + 258 => + array ( + 'id' => 3259, + 'created_at' => '2024-12-02 17:01:51', + 'updated_at' => '2024-12-02 17:17:56', + 'title' => 'Medical and Veterinary Entomology', + 'scopus_source_record_id' => '17778', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2915', + ), + 259 => + array ( + 'id' => 3260, + 'created_at' => '2024-12-02 17:01:51', + 'updated_at' => '2024-12-02 17:17:56', + 'title' => 'Medical Journal of Chinese People\'s Liberation Army', + 'scopus_source_record_id' => '21100208075', + 'publisher' => 'People\'s Military Medical Press', + 'issn' => '0577-7402', + ), + 260 => + array ( + 'id' => 3261, + 'created_at' => '2024-12-02 17:01:52', + 'updated_at' => '2024-12-02 17:17:56', + 'title' => 'Medical Molecular Morphology', + 'scopus_source_record_id' => '3500148012', + 'publisher' => 'Springer Nature', + 'issn' => '1860-1499', + ), + 261 => + array ( + 'id' => 3262, + 'created_at' => '2024-12-02 17:01:52', + 'updated_at' => '2024-12-02 17:17:56', + 'title' => 'Medical Mycology Case Reports', + 'scopus_source_record_id' => '21100211340', + 'publisher' => 'Elsevier', + 'issn' => '2211-7539', + ), + 262 => + array ( + 'id' => 3263, + 'created_at' => '2024-12-02 17:01:52', + 'updated_at' => '2024-12-02 17:17:56', + 'title' => 'Medical Mycology Journal', + 'scopus_source_record_id' => '21100829282', + 'publisher' => 'Japanese Society for Medical Mycology', + 'issn' => '2186-165X', + ), + 263 => + array ( + 'id' => 3264, + 'created_at' => '2024-12-02 17:01:52', + 'updated_at' => '2024-12-02 17:17:57', + 'title' => 'Medicinal Chemistry Research', + 'scopus_source_record_id' => '18384', + 'publisher' => 'Springer Nature', + 'issn' => '1554-8120', + ), + 264 => + array ( + 'id' => 3265, + 'created_at' => '2024-12-02 17:01:52', + 'updated_at' => '2024-12-02 17:17:57', + 'title' => 'Medicinal Plants - International Journal of Phytomedicines and Related Industries', + 'scopus_source_record_id' => '19800188074', + 'publisher' => 'IOS Press', + 'issn' => '0975-6892', + ), + 265 => + array ( + 'id' => 3266, + 'created_at' => '2024-12-02 17:01:52', + 'updated_at' => '2024-12-02 17:17:58', + 'title' => 'Mediterranean Botany', + 'scopus_source_record_id' => '21100888550', + 'publisher' => 'Universidad Complutense', + 'issn' => '2603-9109', + ), + 266 => + array ( + 'id' => 3267, + 'created_at' => '2024-12-02 17:01:52', + 'updated_at' => '2024-12-02 17:17:58', + 'title' => 'Mediterranean Geoscience Reviews', + 'scopus_source_record_id' => '21101145473', + 'publisher' => 'Springer Nature', + 'issn' => '2661-8648', + ), + 267 => + array ( + 'id' => 3268, + 'created_at' => '2024-12-02 17:01:53', + 'updated_at' => '2024-12-02 17:17:58', + 'title' => 'Mediterranean Marine Science', + 'scopus_source_record_id' => '19800188031', + 'publisher' => 'National Centre for Marine Research', + 'issn' => '1791-6763', + ), + 268 => + array ( + 'id' => 3269, + 'created_at' => '2024-12-02 17:01:53', + 'updated_at' => '2024-12-02 17:17:58', + 'title' => 'Mediterranee', + 'scopus_source_record_id' => '21100230900', + 'publisher' => 'Presses Universitaires de Provence', + 'issn' => '1760-8538', + ), + 269 => + array ( + 'id' => 3270, + 'created_at' => '2024-12-02 17:01:53', + 'updated_at' => '2024-12-02 17:17:58', + 'title' => 'Membrane and Water Treatment', + 'scopus_source_record_id' => '21100265344', + 'publisher' => 'Techno Press', + 'issn' => '2092-7037', + ), + 270 => + array ( + 'id' => 3271, + 'created_at' => '2024-12-02 17:01:53', + 'updated_at' => '2024-12-02 17:17:58', + 'title' => 'Membrane Technology', + 'scopus_source_record_id' => '24771', + 'publisher' => 'MA Healthcare Ltd', + 'issn' => '0958-2118', + ), + 271 => + array ( + 'id' => 3272, + 'created_at' => '2024-12-02 17:01:53', + 'updated_at' => '2024-12-02 17:17:58', + 'title' => 'Membranes and Membrane Technologies', + 'scopus_source_record_id' => '21101062811', + 'publisher' => 'Springer Nature', + 'issn' => '2517-7524', + ), + 272 => + array ( + 'id' => 3273, + 'created_at' => '2024-12-02 17:01:53', + 'updated_at' => '2024-12-02 17:17:58', + 'title' => 'Memoirs of Museum Victoria', + 'scopus_source_record_id' => '19400157530', + 'publisher' => 'Museum Victoria', + 'issn' => '1447-2554', + ), + 273 => + array ( + 'id' => 3274, + 'created_at' => '2024-12-02 17:01:53', + 'updated_at' => '2024-12-02 17:17:59', + 'title' => 'Memoirs of the Queensland Museum', + 'scopus_source_record_id' => '31273', + 'publisher' => 'Queensland Museum', + 'issn' => '0079-8835', + ), + 274 => + array ( + 'id' => 3275, + 'created_at' => '2024-12-02 17:01:53', + 'updated_at' => '2024-12-02 17:17:59', + 'title' => 'Mendeleev Communications', + 'scopus_source_record_id' => '24773', + 'publisher' => 'Elsevier', + 'issn' => '1364-551X', + ), + 275 => + array ( + 'id' => 3276, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:17:59', + 'title' => 'Mesopotamia Journal of Agriculture', + 'scopus_source_record_id' => '21101185947', + 'publisher' => 'University of Mosul College of Agriculture and Forestry', + 'issn' => '2224-9796', + ), + 276 => + array ( + 'id' => 3277, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:17:59', + 'title' => 'Metabarcoding and Metagenomics', + 'scopus_source_record_id' => '21101022488', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2534-9708', + ), + 277 => + array ( + 'id' => 3278, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:17:59', + 'title' => 'Metabolic Brain Disease', + 'scopus_source_record_id' => '19015', + 'publisher' => 'Springer Nature', + 'issn' => '1573-7365', + ), + 278 => + array ( + 'id' => 3279, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:17:59', + 'title' => 'Metabolites', + 'scopus_source_record_id' => '21100403902', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2218-1989', + ), + 279 => + array ( + 'id' => 3280, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:17:59', + 'title' => 'Metabolomics', + 'scopus_source_record_id' => '130171', + 'publisher' => 'Springer Nature', + 'issn' => '1573-3890', + ), + 280 => + array ( + 'id' => 3281, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Metallomics', + 'scopus_source_record_id' => '19700173303', + 'publisher' => 'Oxford University Press', + 'issn' => '1756-591X', + ), + 281 => + array ( + 'id' => 3282, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Meteorologica', + 'scopus_source_record_id' => '21100781512', + 'publisher' => 'Centro Argentino de Meteorologos', + 'issn' => '1850-468X', + ), + 282 => + array ( + 'id' => 3283, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Meteorological Applications', + 'scopus_source_record_id' => '13445', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1469-8080', + ), + 283 => + array ( + 'id' => 3284, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Meteorologische Zeitschrift', + 'scopus_source_record_id' => '13469', + 'publisher' => 'Schweizerbart Science Publishers', + 'issn' => '1610-1227', + ), + 284 => + array ( + 'id' => 3285, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Meteorology and Atmospheric Physics', + 'scopus_source_record_id' => '13471', + 'publisher' => 'Springer Nature', + 'issn' => '1436-5065', + ), + 285 => + array ( + 'id' => 3286, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Methods', + 'scopus_source_record_id' => '14129', + 'publisher' => 'Elsevier', + 'issn' => '1095-9130', + ), + 286 => + array ( + 'id' => 3287, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Methods and Protocols', + 'scopus_source_record_id' => '21101020131', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2409-9279', + ), + 287 => + array ( + 'id' => 3288, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Methods in Ecology and Evolution', + 'scopus_source_record_id' => '21100217611', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2041-210X', + ), + 288 => + array ( + 'id' => 3289, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:00', + 'title' => 'Methods in Enzymology', + 'scopus_source_record_id' => '14131', + 'publisher' => 'Elsevier', + 'issn' => '1557-7988', + ), + 289 => + array ( + 'id' => 3290, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Methods in Microbiology', + 'scopus_source_record_id' => '20262', + 'publisher' => 'Elsevier', + 'issn' => '0580-9517', + ), + 290 => + array ( + 'id' => 3291, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Methods in Molecular Biology', + 'scopus_source_record_id' => '12196', + 'publisher' => 'Springer Nature', + 'issn' => '1940-6029', + ), + 291 => + array ( + 'id' => 3292, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'MethodsX', + 'scopus_source_record_id' => '21100317906', + 'publisher' => 'Elsevier', + 'issn' => '2215-0161', + ), + 292 => + array ( + 'id' => 3293, + 'created_at' => '2024-12-02 17:01:54', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Metode', + 'scopus_source_record_id' => '21100464312', + 'publisher' => 'Research and Science Policy of the University of Valencia', + 'issn' => '2174-9221', + ), + 293 => + array ( + 'id' => 3294, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Mexican Journal of Biotechnology', + 'scopus_source_record_id' => '21101000287', + 'publisher' => 'Universidad Autonoma de Tlaxcala', + 'issn' => '2448-6590', + ), + 294 => + array ( + 'id' => 3295, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Microbes and Environments', + 'scopus_source_record_id' => '19400157007', + 'publisher' => 'Japanese Society of Microbial Ecology', + 'issn' => '1347-4405', + ), + 295 => + array ( + 'id' => 3296, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Microbes and Infection', + 'scopus_source_record_id' => '20264', + 'publisher' => 'Elsevier', + 'issn' => '1769-714X', + ), + 296 => + array ( + 'id' => 3297, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Microbes and Infectious Diseases', + 'scopus_source_record_id' => '21101142602', + 'publisher' => 'Zagazig University', + 'issn' => '2682-4140', + ), + 297 => + array ( + 'id' => 3298, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Microbial Biosystems', + 'scopus_source_record_id' => '21101149424', + 'publisher' => 'Arab Society for Fungal Conservation', + 'issn' => '2357-0334', + ), + 298 => + array ( + 'id' => 3299, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Microbial Biotechnology', + 'scopus_source_record_id' => '19700175206', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1751-7915', + ), + 299 => + array ( + 'id' => 3300, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:01', + 'title' => 'Microbial Cell', + 'scopus_source_record_id' => '21100901579', + 'publisher' => 'Shared Science Publishers OG', + 'issn' => '2311-2638', + ), + 300 => + array ( + 'id' => 3301, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbial Drug Resistance', + 'scopus_source_record_id' => '19034', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1931-8448', + ), + 301 => + array ( + 'id' => 3302, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbial Ecology', + 'scopus_source_record_id' => '20266', + 'publisher' => 'Springer Nature', + 'issn' => '1432-184X', + ), + 302 => + array ( + 'id' => 3303, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbial genomics', + 'scopus_source_record_id' => '21100870279', + 'publisher' => 'Microbiology Society', + 'issn' => '2057-5858', + ), + 303 => + array ( + 'id' => 3304, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbial Pathogenesis', + 'scopus_source_record_id' => '22941', + 'publisher' => 'Elsevier', + 'issn' => '1096-1208', + ), + 304 => + array ( + 'id' => 3305, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbial Physiology', + 'scopus_source_record_id' => '21101039232', + 'publisher' => 'Karger', + 'issn' => '2673-1673', + ), + 305 => + array ( + 'id' => 3306, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiological Research', + 'scopus_source_record_id' => '20267', + 'publisher' => 'Elsevier', + 'issn' => '1618-0623', + ), + 306 => + array ( + 'id' => 3307, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiology (Russian Federation)', + 'scopus_source_record_id' => '20269', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3237', + ), + 307 => + array ( + 'id' => 3308, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiology (United Kingdom)', + 'scopus_source_record_id' => '20268', + 'publisher' => 'Microbiology Society', + 'issn' => '1465-2080', + ), + 308 => + array ( + 'id' => 3309, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiology and Immunology', + 'scopus_source_record_id' => '20270', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1348-0421', + ), + 309 => + array ( + 'id' => 3310, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiology and Molecular Biology Reviews', + 'scopus_source_record_id' => '20278', + 'publisher' => 'American Society for Microbiology', + 'issn' => '1098-5557', + ), + 310 => + array ( + 'id' => 3311, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiology Australia', + 'scopus_source_record_id' => '21100861875', + 'publisher' => 'CSIRO', + 'issn' => '2201-9189', + ), + 311 => + array ( + 'id' => 3312, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiology Research', + 'scopus_source_record_id' => '21100853989', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2036-7481', + ), + 312 => + array ( + 'id' => 3313, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiology Resource Announcements', + 'scopus_source_record_id' => '21100884986', + 'publisher' => 'American Society for Microbiology', + 'issn' => '2576-098X', + ), + 313 => + array ( + 'id' => 3314, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiology spectrum', + 'scopus_source_record_id' => '21100433120', + 'publisher' => 'American Society for Microbiology', + 'issn' => '2165-0497', + ), + 314 => + array ( + 'id' => 3315, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'MicrobiologyOpen', + 'scopus_source_record_id' => '21100258398', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2045-8827', + ), + 315 => + array ( + 'id' => 3316, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiome', + 'scopus_source_record_id' => '21100401152', + 'publisher' => 'Springer Nature', + 'issn' => '2049-2618', + ), + 316 => + array ( + 'id' => 3317, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microbiome Research Reports', + 'scopus_source_record_id' => '21101195678', + 'publisher' => 'OAE Publishing Inc.', + 'issn' => '2771-5965', + ), + 317 => + array ( + 'id' => 3318, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microcirculation', + 'scopus_source_record_id' => '19038', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1549-8719', + ), + 318 => + array ( + 'id' => 3319, + 'created_at' => '2024-12-02 17:01:55', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microorganisms', + 'scopus_source_record_id' => '21100933947', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2076-2607', + ), + 319 => + array ( + 'id' => 3320, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microorganisms for Sustainability', + 'scopus_source_record_id' => '21101223046', + 'publisher' => 'Springer Nature', + 'issn' => '2512-1901', + ), + 320 => + array ( + 'id' => 3321, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:02', + 'title' => 'Microporous and Mesoporous Materials', + 'scopus_source_record_id' => '26989', + 'publisher' => 'Elsevier', + 'issn' => '1387-1811', + ), + 321 => + array ( + 'id' => 3322, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:03', + 'title' => 'Microvascular Research', + 'scopus_source_record_id' => '23948', + 'publisher' => 'Elsevier', + 'issn' => '1095-9319', + ), + 322 => + array ( + 'id' => 3323, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:03', + 'title' => 'Military Operations Research', + 'scopus_source_record_id' => '145594', + 'publisher' => 'Military Operations Research Society', + 'issn' => '0275-5823', + ), + 323 => + array ( + 'id' => 3324, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:03', + 'title' => 'Military Technical Courier/Vojnotehnicki glasnik', + 'scopus_source_record_id' => '21101207440', + 'publisher' => 'University of Defense Belgrad', + 'issn' => '2217-4753', + ), + 324 => + array ( + 'id' => 3325, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:03', + 'title' => 'Mindanao Journal of Science and Technology', + 'scopus_source_record_id' => '21100942865', + 'publisher' => 'University of Science and Technology of Southern Philippines', + 'issn' => '2449-3686', + ), + 325 => + array ( + 'id' => 3326, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:03', + 'title' => 'Mine Water and the Environment', + 'scopus_source_record_id' => '24042', + 'publisher' => 'Springer Nature', + 'issn' => '1616-1068', + ), + 326 => + array ( + 'id' => 3327, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Mineral Processing and Extractive Metallurgy Review', + 'scopus_source_record_id' => '27804', + 'publisher' => 'Taylor & Francis', + 'issn' => '1547-7401', + ), + 327 => + array ( + 'id' => 3328, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Mineral Processing and Extractive Metallurgy: Transactions of the Institute of Mining and Metallurgy', + 'scopus_source_record_id' => '21100872123', + 'publisher' => 'SAGE', + 'issn' => '2572-665X', + ), + 328 => + array ( + 'id' => 3329, + 'created_at' => '2024-12-02 17:01:56', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Mineral Resources of Ukraine', + 'scopus_source_record_id' => '21101197364', + 'publisher' => 'Ukrainian Geological Company', + 'issn' => '2707-8698', + ), + 329 => + array ( + 'id' => 3330, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Minerals Engineering', + 'scopus_source_record_id' => '16936', + 'publisher' => 'Elsevier', + 'issn' => '0892-6875', + ), + 330 => + array ( + 'id' => 3331, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Minerva Biotechnology and Biomolecular Research', + 'scopus_source_record_id' => '21101044942', + 'publisher' => 'Edizioni Minerva Medica', + 'issn' => '2724-5934', + ), + 331 => + array ( + 'id' => 3332, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Mining', + 'scopus_source_record_id' => '21101200282', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-6489', + ), + 332 => + array ( + 'id' => 3333, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Mining Informational and Analytical Bulletin', + 'scopus_source_record_id' => '21100898936', + 'publisher' => 'Publishing house Mining book', + 'issn' => '0236-1493', + ), + 333 => + array ( + 'id' => 3334, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Mining, Metallurgy and Exploration', + 'scopus_source_record_id' => '21100920033', + 'publisher' => 'Springer Nature', + 'issn' => '2524-3470', + ), + 334 => + array ( + 'id' => 3335, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Mini-Reviews in Organic Chemistry', + 'scopus_source_record_id' => '4700152614', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-6298', + ), + 335 => + array ( + 'id' => 3336, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:04', + 'title' => 'Mires and Peat', + 'scopus_source_record_id' => '21100400829', + 'publisher' => 'The International Mire Conservation Group (IMCG)', + 'issn' => '1819-754X', + ), + 336 => + array ( + 'id' => 3337, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'Miscellanea Geographica', + 'scopus_source_record_id' => '39895', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2084-6118', + ), + 337 => + array ( + 'id' => 3338, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'MIT Sloan Management Review', + 'scopus_source_record_id' => '21216', + 'publisher' => 'MIT Press', + 'issn' => '1532-9194', + ), + 338 => + array ( + 'id' => 3339, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'Mitigation and Adaptation Strategies for Global Change', + 'scopus_source_record_id' => '24083', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1596', + ), + 339 => + array ( + 'id' => 3340, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'Mitochondrial DNA Part A: DNA Mapping, Sequencing, and Analysis', + 'scopus_source_record_id' => '21100778656', + 'publisher' => 'Taylor & Francis', + 'issn' => '2470-1408', + ), + 340 => + array ( + 'id' => 3341, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'Mitochondrial DNA Part B: Resources', + 'scopus_source_record_id' => '21100825339', + 'publisher' => 'Taylor & Francis', + 'issn' => '2380-2359', + ), + 341 => + array ( + 'id' => 3342, + 'created_at' => '2024-12-02 17:01:57', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'Mitochondrion', + 'scopus_source_record_id' => '20296', + 'publisher' => 'Elsevier', + 'issn' => '1872-8278', + ), + 342 => + array ( + 'id' => 3343, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'mLife', + 'scopus_source_record_id' => '21101146551', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2770-100X', + ), + 343 => + array ( + 'id' => 3344, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'Mobile DNA', + 'scopus_source_record_id' => '19700177557', + 'publisher' => 'Springer Nature', + 'issn' => '1759-8753', + ), + 344 => + array ( + 'id' => 3345, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'Modeling Earth Systems and Environment', + 'scopus_source_record_id' => '21100981415', + 'publisher' => 'Springer Nature', + 'issn' => '2363-6211', + ), + 345 => + array ( + 'id' => 3346, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:05', + 'title' => 'Modern Cartography Series', + 'scopus_source_record_id' => '19700180817', + 'publisher' => 'Elsevier', + 'issn' => '1363-0814', + ), + 346 => + array ( + 'id' => 3347, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'MolBank', + 'scopus_source_record_id' => '12100155516', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '1422-8599', + ), + 347 => + array ( + 'id' => 3348, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Biochemical Parasitology', + 'scopus_source_record_id' => '14133', + 'publisher' => 'Elsevier', + 'issn' => '1872-9428', + ), + 348 => + array ( + 'id' => 3349, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Cellular Biochemistry', + 'scopus_source_record_id' => '14134', + 'publisher' => 'Springer Nature', + 'issn' => '1573-4919', + ), + 349 => + array ( + 'id' => 3350, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Cellular Biology', + 'scopus_source_record_id' => '14150', + 'publisher' => 'Taylor & Francis', + 'issn' => '1098-5549', + ), + 350 => + array ( + 'id' => 3351, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Cellular Endocrinology', + 'scopus_source_record_id' => '26206', + 'publisher' => 'Elsevier', + 'issn' => '1872-8057', + ), + 351 => + array ( + 'id' => 3352, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Cellular Neuroscience', + 'scopus_source_record_id' => '17379', + 'publisher' => 'Elsevier', + 'issn' => '1095-9327', + ), + 352 => + array ( + 'id' => 3353, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Cellular Pediatrics', + 'scopus_source_record_id' => '21100854161', + 'publisher' => 'Springer Nature', + 'issn' => '2194-7791', + ), + 353 => + array ( + 'id' => 3354, + 'created_at' => '2024-12-02 17:01:58', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Cellular Pharmacology', + 'scopus_source_record_id' => '19700174906', + 'publisher' => 'STEM/CS Media', + 'issn' => '1938-1247', + ), + 354 => + array ( + 'id' => 3355, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Cellular Probes', + 'scopus_source_record_id' => '27256', + 'publisher' => 'Elsevier', + 'issn' => '1096-1194', + ), + 355 => + array ( + 'id' => 3356, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular and Cellular Proteomics', + 'scopus_source_record_id' => '14151', + 'publisher' => 'American Society for Biochemistry and Molecular Biology Inc.', + 'issn' => '1535-9484', + ), + 356 => + array ( + 'id' => 3357, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Aspects of Medicine', + 'scopus_source_record_id' => '19084', + 'publisher' => 'Elsevier', + 'issn' => '1872-9452', + ), + 357 => + array ( + 'id' => 3358, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Autism', + 'scopus_source_record_id' => '19700177555', + 'publisher' => 'Springer Nature', + 'issn' => '2040-2392', + ), + 358 => + array ( + 'id' => 3359, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Biology and Evolution', + 'scopus_source_record_id' => '12216', + 'publisher' => 'Oxford University Press', + 'issn' => '1537-1719', + ), + 359 => + array ( + 'id' => 3360, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Biology of the Cell', + 'scopus_source_record_id' => '18605', + 'publisher' => 'American Society for Cell Biology', + 'issn' => '1939-4586', + ), + 360 => + array ( + 'id' => 3361, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Biology Reports', + 'scopus_source_record_id' => '14154', + 'publisher' => 'Springer Nature', + 'issn' => '1573-4978', + ), + 361 => + array ( + 'id' => 3362, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Biology Research Communications', + 'scopus_source_record_id' => '21100826658', + 'publisher' => 'Shiraz University', + 'issn' => '2345-2005', + ), + 362 => + array ( + 'id' => 3363, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Biomedicine', + 'scopus_source_record_id' => '21101089511', + 'publisher' => 'Springer Nature', + 'issn' => '2662-8651', + ), + 363 => + array ( + 'id' => 3364, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Biotechnology', + 'scopus_source_record_id' => '16104', + 'publisher' => 'Springer Nature', + 'issn' => '1559-0305', + ), + 364 => + array ( + 'id' => 3365, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Brain', + 'scopus_source_record_id' => '17300154987', + 'publisher' => 'Springer Nature', + 'issn' => '1756-6606', + ), + 365 => + array ( + 'id' => 3366, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Breeding', + 'scopus_source_record_id' => '19357', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9788', + ), + 366 => + array ( + 'id' => 3367, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Cancer Research', + 'scopus_source_record_id' => '12430', + 'publisher' => 'American Association for Cancer Research Inc.', + 'issn' => '1557-3125', + ), + 367 => + array ( + 'id' => 3368, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Carcinogenesis', + 'scopus_source_record_id' => '12437', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1098-2744', + ), + 368 => + array ( + 'id' => 3369, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Cell', + 'scopus_source_record_id' => '18606', + 'publisher' => 'Elsevier', + 'issn' => '1097-4164', + ), + 369 => + array ( + 'id' => 3370, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Crystals and Liquid Crystals', + 'scopus_source_record_id' => '24711', + 'publisher' => 'Taylor & Francis', + 'issn' => '1563-5287', + ), + 370 => + array ( + 'id' => 3371, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:06', + 'title' => 'Molecular Cytogenetics', + 'scopus_source_record_id' => '17300154942', + 'publisher' => 'Springer Nature', + 'issn' => '1755-8166', + ), + 371 => + array ( + 'id' => 3372, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Diagnosis and Therapy', + 'scopus_source_record_id' => '4200151509', + 'publisher' => 'Springer Nature', + 'issn' => '1179-2000', + ), + 372 => + array ( + 'id' => 3373, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Diversity', + 'scopus_source_record_id' => '29053', + 'publisher' => 'Springer Nature', + 'issn' => '1573-501X', + ), + 373 => + array ( + 'id' => 3374, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Ecology', + 'scopus_source_record_id' => '20297', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-294X', + ), + 374 => + array ( + 'id' => 3375, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Ecology Resources', + 'scopus_source_record_id' => '11700154306', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1755-0998', + ), + 375 => + array ( + 'id' => 3376, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular genetics & genomic medicine', + 'scopus_source_record_id' => '21100847273', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2324-9269', + ), + 376 => + array ( + 'id' => 3377, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Genetics and Genomics', + 'scopus_source_record_id' => '18964', + 'publisher' => 'Springer Nature', + 'issn' => '1617-4623', + ), + 377 => + array ( + 'id' => 3378, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Genetics and Metabolism', + 'scopus_source_record_id' => '14155', + 'publisher' => 'Elsevier', + 'issn' => '1096-7206', + ), + 378 => + array ( + 'id' => 3379, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Genetics and Metabolism Reports', + 'scopus_source_record_id' => '21100326555', + 'publisher' => 'Elsevier', + 'issn' => '2214-4269', + ), + 379 => + array ( + 'id' => 3380, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Genetics, Microbiology and Virology', + 'scopus_source_record_id' => '18300156730', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1934-841X', + ), + 380 => + array ( + 'id' => 3381, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Horticulture', + 'scopus_source_record_id' => '21101151586', + 'publisher' => 'Springer Nature', + 'issn' => '2730-9401', + ), + 381 => + array ( + 'id' => 3382, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Human Reproduction', + 'scopus_source_record_id' => '28010', + 'publisher' => 'Oxford University Press', + 'issn' => '1460-2407', + ), + 382 => + array ( + 'id' => 3383, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Immunology', + 'scopus_source_record_id' => '14156', + 'publisher' => 'Elsevier', + 'issn' => '1872-9142', + ), + 383 => + array ( + 'id' => 3384, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Informatics', + 'scopus_source_record_id' => '19900192900', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1868-1751', + ), + 384 => + array ( + 'id' => 3385, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Medicine', + 'scopus_source_record_id' => '19961', + 'publisher' => 'Springer Nature', + 'issn' => '1528-3658', + ), + 385 => + array ( + 'id' => 3386, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Medicine Reports', + 'scopus_source_record_id' => '18800156706', + 'publisher' => 'Spandidos Publications', + 'issn' => '1791-3004', + ), + 386 => + array ( + 'id' => 3387, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Metabolism', + 'scopus_source_record_id' => '21100224448', + 'publisher' => 'Elsevier', + 'issn' => '2212-8778', + ), + 387 => + array ( + 'id' => 3388, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Microbiology', + 'scopus_source_record_id' => '20298', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-2958', + ), + 388 => + array ( + 'id' => 3389, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Neurodegeneration', + 'scopus_source_record_id' => '5700191214', + 'publisher' => 'Springer Nature', + 'issn' => '1750-1326', + ), + 389 => + array ( + 'id' => 3390, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Omics', + 'scopus_source_record_id' => '21100889437', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2515-4184', + ), + 390 => + array ( + 'id' => 3391, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Oncology', + 'scopus_source_record_id' => '5800207508', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1878-0261', + ), + 391 => + array ( + 'id' => 3392, + 'created_at' => '2024-12-02 17:01:59', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Oral Microbiology', + 'scopus_source_record_id' => '19600161903', + 'publisher' => 'American Journal of Nursing Company', + 'issn' => '2041-1014', + ), + 392 => + array ( + 'id' => 3393, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Phylogenetics and Evolution', + 'scopus_source_record_id' => '18965', + 'publisher' => 'Elsevier', + 'issn' => '1095-9513', + ), + 393 => + array ( + 'id' => 3394, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Physics', + 'scopus_source_record_id' => '26990', + 'publisher' => 'Taylor & Francis', + 'issn' => '1362-3028', + ), + 394 => + array ( + 'id' => 3395, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Plant', + 'scopus_source_record_id' => '17600155011', + 'publisher' => 'Elsevier', + 'issn' => '1752-9867', + ), + 395 => + array ( + 'id' => 3396, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Plant Pathology', + 'scopus_source_record_id' => '19790', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1364-3703', + ), + 396 => + array ( + 'id' => 3397, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Psychiatry', + 'scopus_source_record_id' => '17382', + 'publisher' => 'Springer Nature', + 'issn' => '1476-5578', + ), + 397 => + array ( + 'id' => 3398, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Reproduction and Development', + 'scopus_source_record_id' => '14163', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1098-2795', + ), + 398 => + array ( + 'id' => 3399, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Simulation', + 'scopus_source_record_id' => '24801', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-0435', + ), + 399 => + array ( + 'id' => 3400, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:07', + 'title' => 'Molecular Syndromology', + 'scopus_source_record_id' => '19700188125', + 'publisher' => 'Karger', + 'issn' => '1661-8777', + ), + 400 => + array ( + 'id' => 3401, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Molecular Systems Biology', + 'scopus_source_record_id' => '4700152228', + 'publisher' => 'Springer Nature', + 'issn' => '1744-4292', + ), + 401 => + array ( + 'id' => 3402, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Molecular Systems Design and Engineering', + 'scopus_source_record_id' => '21100853806', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2058-9689', + ), + 402 => + array ( + 'id' => 3403, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Molecular Therapy', + 'scopus_source_record_id' => '12455', + 'publisher' => 'Elsevier', + 'issn' => '1525-0024', + ), + 403 => + array ( + 'id' => 3404, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Molecular Therapy Methods and Clinical Development', + 'scopus_source_record_id' => '21100451375', + 'publisher' => 'Elsevier', + 'issn' => '2329-0501', + ), + 404 => + array ( + 'id' => 3405, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Molecules', + 'scopus_source_record_id' => '26370', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '1420-3049', + ), + 405 => + array ( + 'id' => 3406, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Molecules and Cells', + 'scopus_source_record_id' => '12217', + 'publisher' => 'Elsevier', + 'issn' => '0219-1032', + ), + 406 => + array ( + 'id' => 3407, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Molekul', + 'scopus_source_record_id' => '21100926576', + 'publisher' => 'Universitas Jenderal Soedirman', + 'issn' => '2503-0310', + ), + 407 => + array ( + 'id' => 3408, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Molluscan Research', + 'scopus_source_record_id' => '7200153144', + 'publisher' => 'Magnolia Press', + 'issn' => '1448-6067', + ), + 408 => + array ( + 'id' => 3409, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Monatshefte fur Chemie', + 'scopus_source_record_id' => '24803', + 'publisher' => 'Springer Nature', + 'issn' => '1434-4475', + ), + 409 => + array ( + 'id' => 3410, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Mongolian Journal of Chemistry', + 'scopus_source_record_id' => '21100941615', + 'publisher' => 'Mongolian Academy of Sciences', + 'issn' => '2414-0082', + ), + 410 => + array ( + 'id' => 3411, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Monographs in Supramolecular Chemistry', + 'scopus_source_record_id' => '21100233406', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2041-7144', + ), + 411 => + array ( + 'id' => 3412, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Monthly Review', + 'scopus_source_record_id' => '21568', + 'publisher' => 'Monthly Review Press', + 'issn' => '0027-0520', + ), + 412 => + array ( + 'id' => 3413, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Monthly Weather Review', + 'scopus_source_record_id' => '13482', + 'publisher' => 'American Meteorological Society', + 'issn' => '1520-0493', + ), + 413 => + array ( + 'id' => 3414, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Moravian Geographical Reports', + 'scopus_source_record_id' => '29791', + 'publisher' => 'Akademie Ved Ceske Republiky', + 'issn' => '1210-8812', + ), + 414 => + array ( + 'id' => 3415, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:08', + 'title' => 'Moroccan Journal of Chemistry', + 'scopus_source_record_id' => '21100878668', + 'publisher' => 'University Mohammed Premier Oujda', + 'issn' => '2351-812X', + ), + 415 => + array ( + 'id' => 3416, + 'created_at' => '2024-12-02 17:02:00', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Moscow University Biological Sciences Bulletin', + 'scopus_source_record_id' => '21100204913', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1934-791X', + ), + 416 => + array ( + 'id' => 3417, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Moscow University Chemistry Bulletin', + 'scopus_source_record_id' => '145347', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1935-0260', + ), + 417 => + array ( + 'id' => 3418, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Moscow University Geology Bulletin', + 'scopus_source_record_id' => '59924', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1934-8436', + ), + 418 => + array ( + 'id' => 3419, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Mountain Research and Development', + 'scopus_source_record_id' => '23259', + 'publisher' => 'International Mountain Society', + 'issn' => '0276-4741', + ), + 419 => + array ( + 'id' => 3420, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Movement and Sports Sciences - Science et Motricite', + 'scopus_source_record_id' => '21100256950', + 'publisher' => 'EDP Sciences', + 'issn' => '2118-5743', + ), + 420 => + array ( + 'id' => 3421, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Movement Ecology', + 'scopus_source_record_id' => '21100469613', + 'publisher' => 'Springer Nature', + 'issn' => '2051-3933', + ), + 421 => + array ( + 'id' => 3422, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'mSphere', + 'scopus_source_record_id' => '21100850718', + 'publisher' => 'American Society for Microbiology', + 'issn' => '2379-5042', + ), + 422 => + array ( + 'id' => 3423, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'MSW Management', + 'scopus_source_record_id' => '5300152536', + 'publisher' => 'Forester Communications Inc.', + 'issn' => '1053-7899', + ), + 423 => + array ( + 'id' => 3424, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'mSystems', + 'scopus_source_record_id' => '21100850723', + 'publisher' => 'American Society for Microbiology', + 'issn' => '2379-5077', + ), + 424 => + array ( + 'id' => 3425, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Multidisciplinary Reviews', + 'scopus_source_record_id' => '21101163455', + 'publisher' => 'Malque Publishing', + 'issn' => '2595-3982', + ), + 425 => + array ( + 'id' => 3426, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Multidisciplinary Science Journal', + 'scopus_source_record_id' => '21101133576', + 'publisher' => 'Malque Publishing', + 'issn' => '2675-1240', + ), + 426 => + array ( + 'id' => 3427, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Multiple Criteria Decision Making', + 'scopus_source_record_id' => '21101111519', + 'publisher' => 'Springer Nature', + 'issn' => '2366-0031', + ), + 427 => + array ( + 'id' => 3428, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:09', + 'title' => 'Multiscale Modeling and Simulation', + 'scopus_source_record_id' => '144980', + 'publisher' => 'Society for Industrial and Applied Mathematics', + 'issn' => '1540-3467', + ), + 428 => + array ( + 'id' => 3429, + 'created_at' => '2024-12-02 17:02:01', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mutagenesis', + 'scopus_source_record_id' => '18966', + 'publisher' => 'Oxford University Press', + 'issn' => '1464-3804', + ), + 429 => + array ( + 'id' => 3430, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mutation Research - Fundamental and Molecular Mechanisms of Mutagenesis', + 'scopus_source_record_id' => '18967', + 'publisher' => 'Elsevier', + 'issn' => '1879-2871', + ), + 430 => + array ( + 'id' => 3431, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mutation Research - Genetic Toxicology and Environmental Mutagenesis', + 'scopus_source_record_id' => '18968', + 'publisher' => 'Elsevier', + 'issn' => '1879-3592', + ), + 431 => + array ( + 'id' => 3432, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mutation Research - Reviews in Mutation Research', + 'scopus_source_record_id' => '18988', + 'publisher' => 'Elsevier', + 'issn' => '1388-2139', + ), + 432 => + array ( + 'id' => 3433, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycobiology', + 'scopus_source_record_id' => '21100197355', + 'publisher' => 'Taylor & Francis', + 'issn' => '2092-9323', + ), + 433 => + array ( + 'id' => 3434, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'MycoKeys', + 'scopus_source_record_id' => '21100414384', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1314-4049', + ), + 434 => + array ( + 'id' => 3435, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycologia', + 'scopus_source_record_id' => '19814', + 'publisher' => 'Taylor & Francis', + 'issn' => '1557-2536', + ), + 435 => + array ( + 'id' => 3436, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycological Progress', + 'scopus_source_record_id' => '5400152649', + 'publisher' => 'Springer Nature', + 'issn' => '1861-8952', + ), + 436 => + array ( + 'id' => 3437, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycology', + 'scopus_source_record_id' => '19700201314', + 'publisher' => 'Taylor & Francis', + 'issn' => '2150-1211', + ), + 437 => + array ( + 'id' => 3438, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycopathologia', + 'scopus_source_record_id' => '19833', + 'publisher' => 'Springer Nature', + 'issn' => '1573-0832', + ), + 438 => + array ( + 'id' => 3439, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycorrhiza', + 'scopus_source_record_id' => '19836', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1890', + ), + 439 => + array ( + 'id' => 3440, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycoscience', + 'scopus_source_record_id' => '19860', + 'publisher' => 'The Mycological Society of Japan', + 'issn' => '1618-2545', + ), + 440 => + array ( + 'id' => 3441, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycosphere', + 'scopus_source_record_id' => '21100447118', + 'publisher' => 'Zhongkai University', + 'issn' => '2077-7019', + ), + 441 => + array ( + 'id' => 3442, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycosystema', + 'scopus_source_record_id' => '21101107981', + 'publisher' => 'Science China Press', + 'issn' => '1672-6472', + ), + 442 => + array ( + 'id' => 3443, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycotaxon', + 'scopus_source_record_id' => '19862', + 'publisher' => 'Mycotaxon Ltd', + 'issn' => '0093-4666', + ), + 443 => + array ( + 'id' => 3444, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Mycotoxin Research', + 'scopus_source_record_id' => '25171', + 'publisher' => 'Springer Nature', + 'issn' => '1867-1632', + ), + 444 => + array ( + 'id' => 3445, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:10', + 'title' => 'Nafta - Gaz', + 'scopus_source_record_id' => '21101062807', + 'publisher' => 'Oil and Gas Institute – National Research Institute', + 'issn' => '0867-8871', + ), + 445 => + array ( + 'id' => 3446, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nakhara: Journal of Environmental Design and Planning', + 'scopus_source_record_id' => '21101039406', + 'publisher' => 'Chulalongkorn University - Faculty of Architecture', + 'issn' => '2651-2416', + ), + 446 => + array ( + 'id' => 3447, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'NAMMCO Scientific Publications', + 'scopus_source_record_id' => '21101183661', + 'publisher' => 'Septentrio Academic Publishing', + 'issn' => '2309-2491', + ), + 447 => + array ( + 'id' => 3448, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nano Futures', + 'scopus_source_record_id' => '21100901949', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '2399-1984', + ), + 448 => + array ( + 'id' => 3449, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nano Letters', + 'scopus_source_record_id' => '17853', + 'publisher' => 'American Chemical Society', + 'issn' => '1530-6992', + ), + 449 => + array ( + 'id' => 3450, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nano Research Energy', + 'scopus_source_record_id' => '21101142543', + 'publisher' => 'Tsinghua University Press', + 'issn' => '2790-8119', + ), + 450 => + array ( + 'id' => 3451, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nanomedicine Research Journal', + 'scopus_source_record_id' => '21100967718', + 'publisher' => 'Tehran University of Medical Sciences', + 'issn' => '2476-7123', + ), + 451 => + array ( + 'id' => 3452, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nanoscale Advances', + 'scopus_source_record_id' => '21100928198', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2516-0230', + ), + 452 => + array ( + 'id' => 3453, + 'created_at' => '2024-12-02 17:02:02', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nanotechnology', + 'scopus_source_record_id' => '110040', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '1361-6528', + ), + 453 => + array ( + 'id' => 3454, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nanotechnology for Environmental Engineering', + 'scopus_source_record_id' => '21100924768', + 'publisher' => 'Springer Nature', + 'issn' => '2365-6387', + ), + 454 => + array ( + 'id' => 3455, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'Nanotechnology in the Life Sciences', + 'scopus_source_record_id' => '21101039093', + 'publisher' => 'Springer Nature', + 'issn' => '2523-8035', + ), + 455 => + array ( + 'id' => 3456, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'NAR Genomics and Bioinformatics', + 'scopus_source_record_id' => '21101072502', + 'publisher' => 'Oxford University Press', + 'issn' => '2631-9268', + ), + 456 => + array ( + 'id' => 3457, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:11', + 'title' => 'National Identities', + 'scopus_source_record_id' => '21597', + 'publisher' => 'Taylor & Francis', + 'issn' => '1469-9907', + ), + 457 => + array ( + 'id' => 3458, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'National Remote Sensing Bulletin', + 'scopus_source_record_id' => '21100248003', + 'publisher' => 'Science China Press', + 'issn' => '1007-4619', + ), + 458 => + array ( + 'id' => 3459, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'National Science Review', + 'scopus_source_record_id' => '21100409368', + 'publisher' => 'Oxford University Press', + 'issn' => '2053-714X', + ), + 459 => + array ( + 'id' => 3460, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Nativa', + 'scopus_source_record_id' => '21101089058', + 'publisher' => 'Federal University of Mato Grosso', + 'issn' => '2318-7670', + ), + 460 => + array ( + 'id' => 3461, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'NATO Science for Peace and Security Series A: Chemistry and Biology', + 'scopus_source_record_id' => '17700156531', + 'publisher' => 'Springer Nature', + 'issn' => '1874-6489', + ), + 461 => + array ( + 'id' => 3462, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'NATO Science for Peace and Security Series C: Environmental Security', + 'scopus_source_record_id' => '19700188432', + 'publisher' => 'Springer Nature', + 'issn' => '1874-6519', + ), + 462 => + array ( + 'id' => 3463, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natura Croatica', + 'scopus_source_record_id' => '21175', + 'publisher' => 'Croatian Natural History Museum', + 'issn' => '1330-0520', + ), + 463 => + array ( + 'id' => 3464, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Naturae', + 'scopus_source_record_id' => '21101230649', + 'publisher' => 'Museum National d\'Histoire Naturelle', + 'issn' => '2553-8756', + ), + 464 => + array ( + 'id' => 3465, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural and Engineering Sciences', + 'scopus_source_record_id' => '21101198721', + 'publisher' => 'Natural and Engineering Science', + 'issn' => '2458-8989', + ), + 465 => + array ( + 'id' => 3466, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural and Life Sciences Communications', + 'scopus_source_record_id' => '21101152863', + 'publisher' => 'Chiang Mai University', + 'issn' => '2822-0838', + ), + 466 => + array ( + 'id' => 3467, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Areas Journal', + 'scopus_source_record_id' => '24125', + 'publisher' => 'Natural Areas Association', + 'issn' => '0885-8608', + ), + 467 => + array ( + 'id' => 3468, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Hazards', + 'scopus_source_record_id' => '23282', + 'publisher' => 'Springer Nature', + 'issn' => '1573-0840', + ), + 468 => + array ( + 'id' => 3469, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Hazards and Earth System Sciences', + 'scopus_source_record_id' => '51166', + 'publisher' => 'Copernicus Publications', + 'issn' => '1684-9981', + ), + 469 => + array ( + 'id' => 3470, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Hazards Research', + 'scopus_source_record_id' => '21101186481', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-5921', + ), + 470 => + array ( + 'id' => 3471, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Hazards Review', + 'scopus_source_record_id' => '24129', + 'publisher' => 'American Society of Civil Engineers', + 'issn' => '1527-6988', + ), + 471 => + array ( + 'id' => 3472, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural History Bulletin of the Siam Society', + 'scopus_source_record_id' => '21100873926', + 'publisher' => 'Siam Society under Royal Patronage', + 'issn' => '0080-9462', + ), + 472 => + array ( + 'id' => 3473, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Product Reports', + 'scopus_source_record_id' => '26371', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1460-4752', + ), + 473 => + array ( + 'id' => 3474, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Product Research', + 'scopus_source_record_id' => '24819', + 'publisher' => 'Taylor & Francis', + 'issn' => '1478-6427', + ), + 474 => + array ( + 'id' => 3475, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Product Sciences', + 'scopus_source_record_id' => '79053', + 'publisher' => 'Korean Society of Pharmacognosy', + 'issn' => '1226-3907', + ), + 475 => + array ( + 'id' => 3476, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Products and Bioprospecting', + 'scopus_source_record_id' => '21100924771', + 'publisher' => 'Springer Nature', + 'issn' => '2192-2209', + ), + 476 => + array ( + 'id' => 3477, + 'created_at' => '2024-12-02 17:02:03', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Resource Management and Policy', + 'scopus_source_record_id' => '21100942882', + 'publisher' => 'Springer Nature', + 'issn' => '2511-8560', + ), + 477 => + array ( + 'id' => 3478, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Resource Modeling', + 'scopus_source_record_id' => '24130', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1939-7445', + ), + 478 => + array ( + 'id' => 3479, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Resources for Human Health', + 'scopus_source_record_id' => '21101166819', + 'publisher' => 'Visagaa Publishing House', + 'issn' => '2583-1194', + ), + 479 => + array ( + 'id' => 3480, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Resources Forum', + 'scopus_source_record_id' => '110123', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1477-8947', + ), + 480 => + array ( + 'id' => 3481, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Resources Journal', + 'scopus_source_record_id' => '19192', + 'publisher' => 'University of New Mexico', + 'issn' => '0028-0739', + ), + 481 => + array ( + 'id' => 3482, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Resources Research', + 'scopus_source_record_id' => '145422', + 'publisher' => 'Springer Nature', + 'issn' => '1520-7439', + ), + 482 => + array ( + 'id' => 3483, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Sciences', + 'scopus_source_record_id' => '21101239953', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2698-6248', + ), + 483 => + array ( + 'id' => 3484, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:12', + 'title' => 'Natural Sciences Education', + 'scopus_source_record_id' => '21101063726', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2168-8281', + ), + 484 => + array ( + 'id' => 3485, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature', + 'scopus_source_record_id' => '21206', + 'publisher' => 'Springer Nature', + 'issn' => '1476-4687', + ), + 485 => + array ( + 'id' => 3486, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Cardiovascular Research', + 'scopus_source_record_id' => '21101163245', + 'publisher' => 'Springer Nature', + 'issn' => '2731-0590', + ), + 486 => + array ( + 'id' => 3487, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Catalysis', + 'scopus_source_record_id' => '21100862548', + 'publisher' => 'Springer Nature', + 'issn' => '2520-1158', + ), + 487 => + array ( + 'id' => 3488, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Chemical Biology', + 'scopus_source_record_id' => '4000148205', + 'publisher' => 'Springer Nature', + 'issn' => '1552-4469', + ), + 488 => + array ( + 'id' => 3489, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Chemistry', + 'scopus_source_record_id' => '18100156701', + 'publisher' => 'Springer Nature', + 'issn' => '1755-4349', + ), + 489 => + array ( + 'id' => 3490, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Climate Change', + 'scopus_source_record_id' => '21100198409', + 'publisher' => 'Springer Nature', + 'issn' => '1758-6798', + ), + 490 => + array ( + 'id' => 3491, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Communications', + 'scopus_source_record_id' => '19700182758', + 'publisher' => 'Springer Nature', + 'issn' => '2041-1723', + ), + 491 => + array ( + 'id' => 3492, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Conservation', + 'scopus_source_record_id' => '21100414365', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1314-3301', + ), + 492 => + array ( + 'id' => 3493, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Conservation Research', + 'scopus_source_record_id' => '21100898952', + 'publisher' => 'Fund for Support and Development of Protected Areas "Bear Land"', + 'issn' => '2500-008X', + ), + 493 => + array ( + 'id' => 3494, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Ecology and Evolution', + 'scopus_source_record_id' => '21100831440', + 'publisher' => 'Springer Nature', + 'issn' => '2397-334X', + ), + 494 => + array ( + 'id' => 3495, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Environment and Pollution Technology', + 'scopus_source_record_id' => '19700186863', + 'publisher' => 'Technoscience Publications', + 'issn' => '2395-3454', + ), + 495 => + array ( + 'id' => 3496, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Genetics', + 'scopus_source_record_id' => '18990', + 'publisher' => 'Springer Nature', + 'issn' => '1546-1718', + ), + 496 => + array ( + 'id' => 3497, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Geoscience', + 'scopus_source_record_id' => '17600155041', + 'publisher' => 'Springer Nature', + 'issn' => '1752-0908', + ), + 497 => + array ( + 'id' => 3498, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Materials', + 'scopus_source_record_id' => '17854', + 'publisher' => 'Springer Nature', + 'issn' => '1476-4660', + ), + 498 => + array ( + 'id' => 3499, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Medicine', + 'scopus_source_record_id' => '15819', + 'publisher' => 'Springer Nature', + 'issn' => '1546-170X', + ), + 499 => + array ( + 'id' => 3500, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Methods', + 'scopus_source_record_id' => '21100778827', + 'publisher' => 'Springer Nature', + 'issn' => '1548-7105', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 3501, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Microbiology', + 'scopus_source_record_id' => '21100773752', + 'publisher' => 'Springer Nature', + 'issn' => '2058-5276', + ), + 1 => + array ( + 'id' => 3502, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Protocols', + 'scopus_source_record_id' => '5800207366', + 'publisher' => 'Springer Nature', + 'issn' => '1750-2799', + ), + 2 => + array ( + 'id' => 3503, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:13', + 'title' => 'Nature Reviews Chemistry', + 'scopus_source_record_id' => '21100826569', + 'publisher' => 'Springer Nature', + 'issn' => '2397-3358', + ), + 3 => + array ( + 'id' => 3504, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nature Reviews Earth and Environment', + 'scopus_source_record_id' => '21101049051', + 'publisher' => 'Springer Nature', + 'issn' => '2662-138X', + ), + 4 => + array ( + 'id' => 3505, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nature Reviews Genetics', + 'scopus_source_record_id' => '18991', + 'publisher' => 'Springer Nature', + 'issn' => '1471-0064', + ), + 5 => + array ( + 'id' => 3506, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nature Reviews Methods Primers', + 'scopus_source_record_id' => '21101089342', + 'publisher' => 'Springer Nature', + 'issn' => '2662-8449', + ), + 6 => + array ( + 'id' => 3507, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nature Reviews Microbiology', + 'scopus_source_record_id' => '20313', + 'publisher' => 'Springer Nature', + 'issn' => '1740-1534', + ), + 7 => + array ( + 'id' => 3508, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nature Reviews Molecular Cell Biology', + 'scopus_source_record_id' => '20315', + 'publisher' => 'Springer Nature', + 'issn' => '1471-0080', + ), + 8 => + array ( + 'id' => 3509, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nature Structural and Molecular Biology', + 'scopus_source_record_id' => '12394', + 'publisher' => 'Springer Nature', + 'issn' => '1545-9985', + ), + 9 => + array ( + 'id' => 3510, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nature Sustainability', + 'scopus_source_record_id' => '21100873499', + 'publisher' => 'Springer Nature', + 'issn' => '2398-9629', + ), + 10 => + array ( + 'id' => 3511, + 'created_at' => '2024-12-02 17:02:04', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nature Synthesis', + 'scopus_source_record_id' => '21101175791', + 'publisher' => 'Springer Nature', + 'issn' => '2731-0582', + ), + 11 => + array ( + 'id' => 3512, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Natures Sciences Societes', + 'scopus_source_record_id' => '23285', + 'publisher' => 'EDP Sciences', + 'issn' => '1765-2979', + ), + 12 => + array ( + 'id' => 3513, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nautilus', + 'scopus_source_record_id' => '23238', + 'publisher' => 'Bailey-Matthews Shell Museum', + 'issn' => '0028-1344', + ), + 13 => + array ( + 'id' => 3514, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Naval Research Logistics', + 'scopus_source_record_id' => '15961', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1520-6750', + ), + 14 => + array ( + 'id' => 3515, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Neilreichia', + 'scopus_source_record_id' => '21101048343', + 'publisher' => 'Austrian Association for Floristic Research', + 'issn' => '1681-5947', + ), + 15 => + array ( + 'id' => 3516, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:14', + 'title' => 'Nematology', + 'scopus_source_record_id' => '23252', + 'publisher' => 'Brill', + 'issn' => '1568-5411', + ), + 16 => + array ( + 'id' => 3517, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:15', + 'title' => 'NeoBiota', + 'scopus_source_record_id' => '21100464918', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1314-2488', + ), + 17 => + array ( + 'id' => 3518, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:15', + 'title' => 'Neotropical Biodiversity', + 'scopus_source_record_id' => '21100915394', + 'publisher' => 'Taylor & Francis', + 'issn' => '2376-6808', + ), + 18 => + array ( + 'id' => 3519, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:15', + 'title' => 'Neotropical Biology and Conservation', + 'scopus_source_record_id' => '21100224446', + 'publisher' => 'Unisinos', + 'issn' => '2236-3777', + ), + 19 => + array ( + 'id' => 3520, + 'created_at' => '2024-12-02 17:02:05', + 'updated_at' => '2024-12-02 17:18:15', + 'title' => 'Neotropical Ichthyology', + 'scopus_source_record_id' => '5200153106', + 'publisher' => 'Sociedade Brasileira de Ictiologia', + 'issn' => '1679-6225', + ), + 20 => + array ( + 'id' => 3521, + 'created_at' => '2024-12-02 17:02:06', + 'updated_at' => '2024-12-02 17:18:15', + 'title' => 'Network Modeling Analysis in Health Informatics and Bioinformatics', + 'scopus_source_record_id' => '21100781975', + 'publisher' => 'Springer Nature', + 'issn' => '2192-6670', + ), + 21 => + array ( + 'id' => 3522, + 'created_at' => '2024-12-02 17:02:06', + 'updated_at' => '2024-12-02 17:18:15', + 'title' => 'Neurobiology of Stress', + 'scopus_source_record_id' => '21100369734', + 'publisher' => 'Elsevier', + 'issn' => '2352-2895', + ), + 22 => + array ( + 'id' => 3523, + 'created_at' => '2024-12-02 17:02:06', + 'updated_at' => '2024-12-02 17:18:16', + 'title' => 'Neurochemical Research', + 'scopus_source_record_id' => '17484', + 'publisher' => 'Springer Nature', + 'issn' => '1573-6903', + ), + 23 => + array ( + 'id' => 3524, + 'created_at' => '2024-12-02 17:02:06', + 'updated_at' => '2024-12-02 17:18:16', + 'title' => 'Neuro-Fuzzy Modeling Techniques in Economics', + 'scopus_source_record_id' => '21101154818', + 'publisher' => 'Vadym Hetman Kyiv National University of Economics', + 'issn' => '2415-3516', + ), + 24 => + array ( + 'id' => 3525, + 'created_at' => '2024-12-02 17:02:06', + 'updated_at' => '2024-12-02 17:18:16', + 'title' => 'Neurogenetics', + 'scopus_source_record_id' => '18992', + 'publisher' => 'Springer Nature', + 'issn' => '1364-6753', + ), + 25 => + array ( + 'id' => 3526, + 'created_at' => '2024-12-02 17:02:07', + 'updated_at' => '2024-12-02 17:18:16', + 'title' => 'Neuromethods', + 'scopus_source_record_id' => '17700156303', + 'publisher' => 'Springer Nature', + 'issn' => '1940-6045', + ), + 26 => + array ( + 'id' => 3527, + 'created_at' => '2024-12-02 17:02:07', + 'updated_at' => '2024-12-02 17:18:17', + 'title' => 'New Biotechnology', + 'scopus_source_record_id' => '11700154315', + 'publisher' => 'Elsevier', + 'issn' => '1876-4347', + ), + 27 => + array ( + 'id' => 3528, + 'created_at' => '2024-12-02 17:02:07', + 'updated_at' => '2024-12-02 17:18:17', + 'title' => 'New Directions for Evaluation', + 'scopus_source_record_id' => '5600155030', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-6736', + ), + 28 => + array ( + 'id' => 3529, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:18', + 'title' => 'New Genetics and Society', + 'scopus_source_record_id' => '18993', + 'publisher' => 'Taylor & Francis', + 'issn' => '1469-9915', + ), + 29 => + array ( + 'id' => 3530, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:18', + 'title' => 'New Journal of Chemistry', + 'scopus_source_record_id' => '24824', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1369-9261', + ), + 30 => + array ( + 'id' => 3531, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:18', + 'title' => 'New Materials, Compounds and Applications', + 'scopus_source_record_id' => '21101061970', + 'publisher' => 'Jomard Publishing', + 'issn' => '2523-4773', + ), + 31 => + array ( + 'id' => 3532, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:18', + 'title' => 'New Medit', + 'scopus_source_record_id' => '19500157111', + 'publisher' => 'Bononia University Press', + 'issn' => '1594-5685', + ), + 32 => + array ( + 'id' => 3533, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:18', + 'title' => 'New Microbes and New Infections', + 'scopus_source_record_id' => '21100369843', + 'publisher' => 'Elsevier', + 'issn' => '2052-2975', + ), + 33 => + array ( + 'id' => 3534, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:19', + 'title' => 'New Scientist', + 'scopus_source_record_id' => '21753', + 'publisher' => 'Elsevier', + 'issn' => '0262-4079', + ), + 34 => + array ( + 'id' => 3535, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:19', + 'title' => 'New Trends in Qualitative Research', + 'scopus_source_record_id' => '21101210511', + 'publisher' => 'Ludomedia EN', + 'issn' => '2184-7770', + ), + 35 => + array ( + 'id' => 3536, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:19', + 'title' => 'New Zealand Geographer', + 'scopus_source_record_id' => '29879', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1745-7939', + ), + 36 => + array ( + 'id' => 3537, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:19', + 'title' => 'New Zealand Journal of Botany', + 'scopus_source_record_id' => '19911', + 'publisher' => 'Taylor & Francis', + 'issn' => '1175-8643', + ), + 37 => + array ( + 'id' => 3538, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:19', + 'title' => 'New Zealand Journal of Ecology', + 'scopus_source_record_id' => '12883', + 'publisher' => 'New Zealand Ecological Society', + 'issn' => '0110-6465', + ), + 38 => + array ( + 'id' => 3539, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:19', + 'title' => 'New Zealand Journal of Forestry Science', + 'scopus_source_record_id' => '23028', + 'publisher' => 'Scion Publishing', + 'issn' => '1179-5395', + ), + 39 => + array ( + 'id' => 3540, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:19', + 'title' => 'New Zealand Journal of Geology, and Geophysics', + 'scopus_source_record_id' => '25160', + 'publisher' => 'Taylor & Francis', + 'issn' => '1175-8791', + ), + 40 => + array ( + 'id' => 3541, + 'created_at' => '2024-12-02 17:02:08', + 'updated_at' => '2024-12-02 17:18:19', + 'title' => 'New Zealand Journal of Marine and Freshwater Research', + 'scopus_source_record_id' => '27910', + 'publisher' => 'Taylor & Francis', + 'issn' => '1175-8805', + ), + 41 => + array ( + 'id' => 3542, + 'created_at' => '2024-12-02 17:02:09', + 'updated_at' => '2024-12-02 17:18:20', + 'title' => 'Nitric Oxide - Biology and Chemistry', + 'scopus_source_record_id' => '14200', + 'publisher' => 'Elsevier', + 'issn' => '1089-8611', + ), + 42 => + array ( + 'id' => 3543, + 'created_at' => '2024-12-02 17:02:09', + 'updated_at' => '2024-12-02 17:18:20', + 'title' => 'Nitrogen (Switzerland)', + 'scopus_source_record_id' => '21101176037', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2504-3129', + ), + 43 => + array ( + 'id' => 3544, + 'created_at' => '2024-12-02 17:02:09', + 'updated_at' => '2024-12-02 17:18:20', + 'title' => 'NIWA Biodiversity Memoirs', + 'scopus_source_record_id' => '12295', + 'publisher' => 'National Institute of Water and Atmospheric Research', + 'issn' => '1174-0043', + ), + 44 => + array ( + 'id' => 3545, + 'created_at' => '2024-12-02 17:02:09', + 'updated_at' => '2024-12-02 17:18:20', + 'title' => 'NJAS: Impact in Agricultural and Life Sciences', + 'scopus_source_record_id' => '21101152766', + 'publisher' => 'Taylor & Francis', + 'issn' => '2768-5241', + ), + 45 => + array ( + 'id' => 3546, + 'created_at' => '2024-12-02 17:02:09', + 'updated_at' => '2024-12-02 17:18:20', + 'title' => 'Noise Mapping', + 'scopus_source_record_id' => '21100861552', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2084-879X', + ), + 46 => + array ( + 'id' => 3547, + 'created_at' => '2024-12-02 17:02:09', + 'updated_at' => '2024-12-02 17:18:20', + 'title' => 'Non-coding RNA', + 'scopus_source_record_id' => '21100861038', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2311-553X', + ), + 47 => + array ( + 'id' => 3548, + 'created_at' => '2024-12-02 17:02:09', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'Non-coding RNA Research', + 'scopus_source_record_id' => '21100823995', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2468-0540', + ), + 48 => + array ( + 'id' => 3549, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'Nordia Geographical Publications', + 'scopus_source_record_id' => '29909', + 'publisher' => 'University of Oulu', + 'issn' => '1238-2086', + ), + 49 => + array ( + 'id' => 3550, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'Nordic Journal of Botany', + 'scopus_source_record_id' => '19937', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1756-1051', + ), + 50 => + array ( + 'id' => 3551, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'Nordic Journal of Media Studies', + 'scopus_source_record_id' => '21101227929', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2003-184X', + ), + 51 => + array ( + 'id' => 3552, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'Norsk Geografisk Tidsskrift', + 'scopus_source_record_id' => '29929', + 'publisher' => 'Taylor & Francis', + 'issn' => '1502-5292', + ), + 52 => + array ( + 'id' => 3553, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'North African Journal of Food and Nutrition Research', + 'scopus_source_record_id' => '21101208677', + 'publisher' => 'Laboratoire de Nutrition, Pathologie, Agro-biotechnologie et Sante (LAB-NUPABS)', + 'issn' => '2588-1582', + ), + 53 => + array ( + 'id' => 3554, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'North American Journal of Aquaculture', + 'scopus_source_record_id' => '17719', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1548-8454', + ), + 54 => + array ( + 'id' => 3555, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'North American Journal of Fisheries Management', + 'scopus_source_record_id' => '17720', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1548-8675', + ), + 55 => + array ( + 'id' => 3556, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:21', + 'title' => 'Northeastern Naturalist', + 'scopus_source_record_id' => '19941', + 'publisher' => 'Humboldt Field Research Institute', + 'issn' => '1092-6194', + ), + 56 => + array ( + 'id' => 3557, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Northwest Science', + 'scopus_source_record_id' => '21794', + 'publisher' => 'Washington State University Press', + 'issn' => '0029-344X', + ), + 57 => + array ( + 'id' => 3558, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Norwegian Journal of Entomology', + 'scopus_source_record_id' => '21100794591', + 'publisher' => 'Norwegian University of Science and Technology', + 'issn' => '1501-8415', + ), + 58 => + array ( + 'id' => 3559, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Norwegian Journal of Geology', + 'scopus_source_record_id' => '21101073720', + 'publisher' => 'Geological Society of Norway', + 'issn' => '2387-5852', + ), + 59 => + array ( + 'id' => 3560, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Nota Lepidopterologica', + 'scopus_source_record_id' => '21057', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2367-5365', + ), + 60 => + array ( + 'id' => 3561, + 'created_at' => '2024-12-02 17:02:10', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Notas Sobre Mamiferos Sudamericanos', + 'scopus_source_record_id' => '21101188207', + 'publisher' => 'SAREM Sociedad Argentina para el Estudio de los Mamiferos', + 'issn' => '2618-4788', + ), + 61 => + array ( + 'id' => 3562, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Notes on Intuitionistic Fuzzy Sets', + 'scopus_source_record_id' => '21101241973', + 'publisher' => 'Prof. Marin Drinov Publishing House of Bulgarian Academy of Sciences', + 'issn' => '2367-8283', + ), + 62 => + array ( + 'id' => 3563, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Notulae Scientia Biologicae', + 'scopus_source_record_id' => '21101047445', + 'publisher' => 'Horticulture and Forestry Society from Transylvania', + 'issn' => '2067-3264', + ), + 63 => + array ( + 'id' => 3564, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Nova Hedwigia', + 'scopus_source_record_id' => '19943', + 'publisher' => 'Schweizerbart Science Publishers', + 'issn' => '1438-9134', + ), + 64 => + array ( + 'id' => 3565, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Novel Research in Microbiology Journal', + 'scopus_source_record_id' => '21101134474', + 'publisher' => 'National Information and Documentation Centre (NIDOC), Academy of Scientific Research and Technology, ASRT the Geological Society of Egypt', + 'issn' => '2537-0294', + ), + 65 => + array ( + 'id' => 3566, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Novon', + 'scopus_source_record_id' => '19944', + 'publisher' => 'Missouri Botanical Garden', + 'issn' => '1055-3177', + ), + 66 => + array ( + 'id' => 3567, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Novos Estudos Juridicos', + 'scopus_source_record_id' => '21101152593', + 'publisher' => 'UNIVALI', + 'issn' => '2175-0491', + ), + 67 => + array ( + 'id' => 3568, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Novosti Sistematiki Nizshikh Rastenii', + 'scopus_source_record_id' => '21100811145', + 'publisher' => 'Komarov Botanical Institute', + 'issn' => '0568-5435', + ), + 68 => + array ( + 'id' => 3569, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'Novosti Sistematiki Vysshikh Rastenii', + 'scopus_source_record_id' => '21101041843', + 'publisher' => 'Komarov Botanical Institute of the Russian Academy of Sciences', + 'issn' => '2687-1564', + ), + 69 => + array ( + 'id' => 3570, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'npj 2D Materials and Applications', + 'scopus_source_record_id' => '21100924713', + 'publisher' => 'Springer Nature', + 'issn' => '2397-7132', + ), + 70 => + array ( + 'id' => 3571, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'npj Biofilms and Microbiomes', + 'scopus_source_record_id' => '21100852120', + 'publisher' => 'Springer Nature', + 'issn' => '2055-5008', + ), + 71 => + array ( + 'id' => 3572, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'npj Clean Water', + 'scopus_source_record_id' => '21100982467', + 'publisher' => 'Springer Nature', + 'issn' => '2059-7037', + ), + 72 => + array ( + 'id' => 3573, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:22', + 'title' => 'npj Climate and Atmospheric Science', + 'scopus_source_record_id' => '21100982468', + 'publisher' => 'Springer Nature', + 'issn' => '2397-3722', + ), + 73 => + array ( + 'id' => 3574, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'npj Genomic Medicine', + 'scopus_source_record_id' => '21100852132', + 'publisher' => 'Springer Nature', + 'issn' => '2056-7944', + ), + 74 => + array ( + 'id' => 3575, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'npj Materials Degradation', + 'scopus_source_record_id' => '21101040668', + 'publisher' => 'Springer Nature', + 'issn' => '2397-2106', + ), + 75 => + array ( + 'id' => 3576, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'npj Microgravity', + 'scopus_source_record_id' => '21100870853', + 'publisher' => 'Springer Nature', + 'issn' => '2373-8065', + ), + 76 => + array ( + 'id' => 3577, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'npj Systems Biology and Applications', + 'scopus_source_record_id' => '21100875801', + 'publisher' => 'Springer Nature', + 'issn' => '2056-7189', + ), + 77 => + array ( + 'id' => 3578, + 'created_at' => '2024-12-02 17:02:11', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'npj Urban Sustainability', + 'scopus_source_record_id' => '21101192674', + 'publisher' => 'Springer Nature', + 'issn' => '2661-8001', + ), + 78 => + array ( + 'id' => 3579, + 'created_at' => '2024-12-02 17:02:12', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'Nucleic Acid Therapeutics', + 'scopus_source_record_id' => '19900193739', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '2159-3345', + ), + 79 => + array ( + 'id' => 3580, + 'created_at' => '2024-12-02 17:02:12', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'Nucleic Acids Research', + 'scopus_source_record_id' => '14204', + 'publisher' => 'Oxford University Press', + 'issn' => '1362-4962', + ), + 80 => + array ( + 'id' => 3581, + 'created_at' => '2024-12-02 17:02:12', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'Nucleosides, Nucleotides and Nucleic Acids', + 'scopus_source_record_id' => '14205', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-2335', + ), + 81 => + array ( + 'id' => 3582, + 'created_at' => '2024-12-02 17:02:12', + 'updated_at' => '2024-12-02 17:18:23', + 'title' => 'Nucleus (India)', + 'scopus_source_record_id' => '21100212125', + 'publisher' => 'Springer Nature', + 'issn' => '0976-7975', + ), + 82 => + array ( + 'id' => 3583, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:24', + 'title' => 'Nutrire', + 'scopus_source_record_id' => '21101058165', + 'publisher' => 'Springer Nature', + 'issn' => '2316-7874', + ), + 83 => + array ( + 'id' => 3584, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:24', + 'title' => 'Nutrition and Health', + 'scopus_source_record_id' => '13310', + 'publisher' => 'SAGE', + 'issn' => '2047-945X', + ), + 84 => + array ( + 'id' => 3585, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:24', + 'title' => 'Nutrition and Healthy Aging', + 'scopus_source_record_id' => '21100856193', + 'publisher' => 'IOS Press', + 'issn' => '2451-9502', + ), + 85 => + array ( + 'id' => 3586, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Obesity Medicine', + 'scopus_source_record_id' => '21100463845', + 'publisher' => 'Elsevier', + 'issn' => '2451-8476', + ), + 86 => + array ( + 'id' => 3587, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'OBM Genetics', + 'scopus_source_record_id' => '21101066572', + 'publisher' => 'LIDSEN Publishing Inc', + 'issn' => '2577-5790', + ), + 87 => + array ( + 'id' => 3588, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean and Coastal Management', + 'scopus_source_record_id' => '28333', + 'publisher' => 'Elsevier', + 'issn' => '0964-5691', + ), + 88 => + array ( + 'id' => 3589, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean and Coastal Research', + 'scopus_source_record_id' => '21101030455', + 'publisher' => 'Universidade De Sao Paulo', + 'issn' => '2675-2824', + ), + 89 => + array ( + 'id' => 3590, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean Development and International Law', + 'scopus_source_record_id' => '28336', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-0642', + ), + 90 => + array ( + 'id' => 3591, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean Dynamics', + 'scopus_source_record_id' => '28338', + 'publisher' => 'Springer Nature', + 'issn' => '1616-7228', + ), + 91 => + array ( + 'id' => 3592, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean Modelling', + 'scopus_source_record_id' => '28352', + 'publisher' => 'Elsevier', + 'issn' => '1463-5011', + ), + 92 => + array ( + 'id' => 3593, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean Science', + 'scopus_source_record_id' => '4400151705', + 'publisher' => 'Copernicus Publications', + 'issn' => '1812-0792', + ), + 93 => + array ( + 'id' => 3594, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean Science Journal', + 'scopus_source_record_id' => '4000151910', + 'publisher' => 'Korea Ocean Research and Development Institute', + 'issn' => '1738-5261', + ), + 94 => + array ( + 'id' => 3595, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean Systems Engineering', + 'scopus_source_record_id' => '21100826258', + 'publisher' => 'Techno Press', + 'issn' => '2093-677X', + ), + 95 => + array ( + 'id' => 3596, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ocean-Land-Atmosphere Research', + 'scopus_source_record_id' => '21101206085', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '2771-0378', + ), + 96 => + array ( + 'id' => 3597, + 'created_at' => '2024-12-02 17:02:13', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Oceanography', + 'scopus_source_record_id' => '28355', + 'publisher' => 'Oceanography Society', + 'issn' => '1042-8275', + ), + 97 => + array ( + 'id' => 3598, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Oceanologia', + 'scopus_source_record_id' => '28374', + 'publisher' => 'Elsevier', + 'issn' => '2300-7370', + ), + 98 => + array ( + 'id' => 3599, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Oceanological and Hydrobiological Studies', + 'scopus_source_record_id' => '145423', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1897-3191', + ), + 99 => + array ( + 'id' => 3600, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Oceanology', + 'scopus_source_record_id' => '28420', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1531-8508', + ), + 100 => + array ( + 'id' => 3601, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Oceans', + 'scopus_source_record_id' => '21101164812', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-1924', + ), + 101 => + array ( + 'id' => 3602, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Oceanus', + 'scopus_source_record_id' => '28377', + 'publisher' => 'Woods Hole Oceanographic Institution', + 'issn' => '0029-8182', + ), + 102 => + array ( + 'id' => 3603, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'Ochrona Srodowiska i Zasobow Naturalnych', + 'scopus_source_record_id' => '21100792089', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2353-8589', + ), + 103 => + array ( + 'id' => 3604, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:25', + 'title' => 'OCL - Oilseeds and fats, Crops and Lipids', + 'scopus_source_record_id' => '21100310032', + 'publisher' => 'EDP Sciences', + 'issn' => '2257-6614', + ), + 104 => + array ( + 'id' => 3605, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Oecologia', + 'scopus_source_record_id' => '12925', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1939', + ), + 105 => + array ( + 'id' => 3606, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Oecologia Australis', + 'scopus_source_record_id' => '21101109916', + 'publisher' => 'Universidade Federal do Rio de Janeiro', + 'issn' => '2177-6199', + ), + 106 => + array ( + 'id' => 3607, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Ohio Journal of Sciences', + 'scopus_source_record_id' => '22176', + 'publisher' => 'Ohio Academy of Science', + 'issn' => '0030-0950', + ), + 107 => + array ( + 'id' => 3608, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Oikos', + 'scopus_source_record_id' => '24674', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1600-0706', + ), + 108 => + array ( + 'id' => 3609, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Oil Crop Science', + 'scopus_source_record_id' => '21101089489', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-626X', + ), + 109 => + array ( + 'id' => 3610, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Oilfield Chemistry', + 'scopus_source_record_id' => '20119', + 'publisher' => 'China International Book Trading Corp. (Guoji Shudian)', + 'issn' => '1000-4092', + ), + 110 => + array ( + 'id' => 3611, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Omega (United Kingdom)', + 'scopus_source_record_id' => '21915', + 'publisher' => 'Elsevier', + 'issn' => '0305-0483', + ), + 111 => + array ( + 'id' => 3612, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'OMICS A Journal of Integrative Biology', + 'scopus_source_record_id' => '19001', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1557-8100', + ), + 112 => + array ( + 'id' => 3613, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Oncogene', + 'scopus_source_record_id' => '12523', + 'publisher' => 'Springer Nature', + 'issn' => '1476-5594', + ), + 113 => + array ( + 'id' => 3614, + 'created_at' => '2024-12-02 17:02:14', + 'updated_at' => '2024-12-02 17:18:26', + 'title' => 'Oncogenesis', + 'scopus_source_record_id' => '21100218533', + 'publisher' => 'Springer Nature', + 'issn' => '2157-9024', + ), + 114 => + array ( + 'id' => 3615, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'One Earth', + 'scopus_source_record_id' => '21101027517', + 'publisher' => 'Elsevier', + 'issn' => '2590-3322', + ), + 115 => + array ( + 'id' => 3616, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'One Ecosystem', + 'scopus_source_record_id' => '21100905834', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2367-8194', + ), + 116 => + array ( + 'id' => 3617, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'Online Journal of Animal and Feed Research', + 'scopus_source_record_id' => '21101021753', + 'publisher' => 'Scienceline Publication', + 'issn' => '2228-7701', + ), + 117 => + array ( + 'id' => 3618, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'OnLine Journal of Biological Sciences', + 'scopus_source_record_id' => '6400153168', + 'publisher' => 'Science Publications', + 'issn' => '1608-4217', + ), + 118 => + array ( + 'id' => 3619, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'Open Agriculture', + 'scopus_source_record_id' => '21100857120', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2391-9531', + ), + 119 => + array ( + 'id' => 3620, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'Open Biochemistry Journal', + 'scopus_source_record_id' => '19700201610', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1874-091X', + ), + 120 => + array ( + 'id' => 3621, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'Open Biology', + 'scopus_source_record_id' => '21100206244', + 'publisher' => 'The Royal Society', + 'issn' => '2046-2441', + ), + 121 => + array ( + 'id' => 3622, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'Open Biotechnology Journal', + 'scopus_source_record_id' => '19700175073', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1874-0707', + ), + 122 => + array ( + 'id' => 3623, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:27', + 'title' => 'Open Chemistry', + 'scopus_source_record_id' => '21100384025', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2391-5420', + ), + 123 => + array ( + 'id' => 3624, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Open Environmental Research Journal', + 'scopus_source_record_id' => '21101197374', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '2590-2776', + ), + 124 => + array ( + 'id' => 3625, + 'created_at' => '2024-12-02 17:02:15', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Open Geosciences', + 'scopus_source_record_id' => '21100369233', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2391-5447', + ), + 125 => + array ( + 'id' => 3626, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Open Journal of Mathematical Optimization', + 'scopus_source_record_id' => '21101123946', + 'publisher' => 'Universite de Montpellier III', + 'issn' => '2777-5860', + ), + 126 => + array ( + 'id' => 3627, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Open Life Sciences', + 'scopus_source_record_id' => '21100371966', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2391-5412', + ), + 127 => + array ( + 'id' => 3628, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Open Quaternary', + 'scopus_source_record_id' => '21100891043', + 'publisher' => 'Ubiquity Press', + 'issn' => '2055-298X', + ), + 128 => + array ( + 'id' => 3629, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Open Research Africa', + 'scopus_source_record_id' => '21101122884', + 'publisher' => 'Taylor & Francis', + 'issn' => '2752-6925', + ), + 129 => + array ( + 'id' => 3630, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Open Research Europe', + 'scopus_source_record_id' => '21101120611', + 'publisher' => 'Taylor & Francis', + 'issn' => '2732-5121', + ), + 130 => + array ( + 'id' => 3631, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Operational Research', + 'scopus_source_record_id' => '14500154733', + 'publisher' => 'Springer Nature', + 'issn' => '1866-1505', + ), + 131 => + array ( + 'id' => 3632, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Operational Research in Engineering Sciences: Theory and Applications', + 'scopus_source_record_id' => '21101039666', + 'publisher' => 'Regional Association for Security and crisis management', + 'issn' => '2620-1747', + ), + 132 => + array ( + 'id' => 3633, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:28', + 'title' => 'Operations and Supply Chain Management', + 'scopus_source_record_id' => '21100886537', + 'publisher' => 'Operations and Supply Chain Management Forum', + 'issn' => '2579-9363', + ), + 133 => + array ( + 'id' => 3634, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Operations Management Education Review', + 'scopus_source_record_id' => '21101043804', + 'publisher' => 'NeilsonJournals Publishing', + 'issn' => '2044-4567', + ), + 134 => + array ( + 'id' => 3635, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Operations Management Research', + 'scopus_source_record_id' => '15700154705', + 'publisher' => 'Springer Nature', + 'issn' => '1936-9743', + ), + 135 => + array ( + 'id' => 3636, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Operations Research', + 'scopus_source_record_id' => '22238', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '1526-5463', + ), + 136 => + array ( + 'id' => 3637, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Operations Research and Decisions', + 'scopus_source_record_id' => '21101021407', + 'publisher' => 'Wroclaw University of Science and Technology', + 'issn' => '2391-6060', + ), + 137 => + array ( + 'id' => 3638, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Operations Research for Health Care', + 'scopus_source_record_id' => '21100202150', + 'publisher' => 'Elsevier', + 'issn' => '2211-6923', + ), + 138 => + array ( + 'id' => 3639, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Operations Research Letters', + 'scopus_source_record_id' => '22202', + 'publisher' => 'Elsevier', + 'issn' => '0167-6377', + ), + 139 => + array ( + 'id' => 3640, + 'created_at' => '2024-12-02 17:02:16', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Operations Research Perspectives', + 'scopus_source_record_id' => '21100379294', + 'publisher' => 'Elsevier', + 'issn' => '2214-7160', + ), + 140 => + array ( + 'id' => 3641, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'OPSEARCH', + 'scopus_source_record_id' => '19700181204', + 'publisher' => 'Springer Nature', + 'issn' => '0975-0320', + ), + 141 => + array ( + 'id' => 3642, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Optical Materials', + 'scopus_source_record_id' => '12318', + 'publisher' => 'Elsevier', + 'issn' => '0925-3467', + ), + 142 => + array ( + 'id' => 3643, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Optical Materials: X', + 'scopus_source_record_id' => '21100894511', + 'publisher' => 'Elsevier', + 'issn' => '2590-1478', + ), + 143 => + array ( + 'id' => 3644, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Optimization', + 'scopus_source_record_id' => '27989', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-4945', + ), + 144 => + array ( + 'id' => 3645, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:29', + 'title' => 'Opuscula Philolichenum', + 'scopus_source_record_id' => '21100244860', + 'publisher' => 'J. Lendemer', + 'issn' => '1941-7527', + ), + 145 => + array ( + 'id' => 3646, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Orbital', + 'scopus_source_record_id' => '21100820675', + 'publisher' => 'Universidade Federal de Mato Grosso do Sul, Departamento de Quimica', + 'issn' => '1984-6428', + ), + 146 => + array ( + 'id' => 3647, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Agriculture', + 'scopus_source_record_id' => '21100248922', + 'publisher' => 'Springer Nature', + 'issn' => '1879-4246', + ), + 147 => + array ( + 'id' => 3648, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic and Biomolecular Chemistry', + 'scopus_source_record_id' => '26388', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1477-0539', + ), + 148 => + array ( + 'id' => 3649, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Chemistry Frontiers', + 'scopus_source_record_id' => '21100403813', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2052-4129', + ), + 149 => + array ( + 'id' => 3650, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Communications', + 'scopus_source_record_id' => '21100199756', + 'publisher' => 'Academy of Chemistry of Globe Publications', + 'issn' => '1307-6175', + ), + 150 => + array ( + 'id' => 3651, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Electronics', + 'scopus_source_record_id' => '18663', + 'publisher' => 'Elsevier', + 'issn' => '1566-1199', + ), + 151 => + array ( + 'id' => 3652, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Letters', + 'scopus_source_record_id' => '26396', + 'publisher' => 'American Chemical Society', + 'issn' => '1523-7052', + ), + 152 => + array ( + 'id' => 3653, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Materials', + 'scopus_source_record_id' => '21101206082', + 'publisher' => 'Thieme', + 'issn' => '2625-1825', + ), + 153 => + array ( + 'id' => 3654, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Preparations and Procedures International', + 'scopus_source_record_id' => '26397', + 'publisher' => 'Taylor & Francis', + 'issn' => '1945-5453', + ), + 154 => + array ( + 'id' => 3655, + 'created_at' => '2024-12-02 17:02:17', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Process Research and Development', + 'scopus_source_record_id' => '26400', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-586X', + ), + 155 => + array ( + 'id' => 3656, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Reactions', + 'scopus_source_record_id' => '21100218381', + 'publisher' => 'John Wiley & Sons', + 'issn' => '0078-6179', + ), + 156 => + array ( + 'id' => 3657, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organic Syntheses', + 'scopus_source_record_id' => '26416', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2333-3553', + ), + 157 => + array ( + 'id' => 3658, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organics', + 'scopus_source_record_id' => '21101202111', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-401X', + ), + 158 => + array ( + 'id' => 3659, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organisms Diversity and Evolution', + 'scopus_source_record_id' => '12956', + 'publisher' => 'Springer Nature', + 'issn' => '1618-1077', + ), + 159 => + array ( + 'id' => 3660, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organization and Environment', + 'scopus_source_record_id' => '29861', + 'publisher' => 'SAGE', + 'issn' => '1552-7417', + ), + 160 => + array ( + 'id' => 3661, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organizational Research Methods', + 'scopus_source_record_id' => '22330', + 'publisher' => 'SAGE', + 'issn' => '1552-7425', + ), + 161 => + array ( + 'id' => 3662, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:30', + 'title' => 'Organometallics', + 'scopus_source_record_id' => '26423', + 'publisher' => 'American Chemical Society', + 'issn' => '1520-6041', + ), + 162 => + array ( + 'id' => 3663, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:31', + 'title' => 'Ornis Hungarica', + 'scopus_source_record_id' => '22133', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2061-9588', + ), + 163 => + array ( + 'id' => 3664, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:31', + 'title' => 'Ornithology', + 'scopus_source_record_id' => '20977', + 'publisher' => 'Ornithological Societies of North America', + 'issn' => '2732-4613', + ), + 164 => + array ( + 'id' => 3665, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:31', + 'title' => 'Ornitologia Neotropical', + 'scopus_source_record_id' => '4700152417', + 'publisher' => 'Neotropical Ornithological Society', + 'issn' => '1075-4377', + ), + 165 => + array ( + 'id' => 3666, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:31', + 'title' => 'Oryx', + 'scopus_source_record_id' => '23287', + 'publisher' => 'Cambridge University Press', + 'issn' => '1365-3008', + ), + 166 => + array ( + 'id' => 3667, + 'created_at' => '2024-12-02 17:02:18', + 'updated_at' => '2024-12-02 17:18:31', + 'title' => 'Ostrich', + 'scopus_source_record_id' => '22635', + 'publisher' => 'Taylor & Francis', + 'issn' => '1727-947X', + ), + 167 => + array ( + 'id' => 3668, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Outlook on Agriculture', + 'scopus_source_record_id' => '33310', + 'publisher' => 'SAGE', + 'issn' => '2043-6866', + ), + 168 => + array ( + 'id' => 3669, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Oxford Medical Case Reports', + 'scopus_source_record_id' => '21100790340', + 'publisher' => 'Oxford University Press', + 'issn' => '2053-8855', + ), + 169 => + array ( + 'id' => 3670, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Oxford Open Climate Change', + 'scopus_source_record_id' => '21101147607', + 'publisher' => 'Oxford University Press', + 'issn' => '2634-4068', + ), + 170 => + array ( + 'id' => 3671, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Oxford Review of Economic Policy', + 'scopus_source_record_id' => '22904', + 'publisher' => 'Oxford University Press', + 'issn' => '1460-2121', + ), + 171 => + array ( + 'id' => 3672, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Oxidation Communications', + 'scopus_source_record_id' => '26426', + 'publisher' => 'Scibulcom Ltd.', + 'issn' => '0209-4541', + ), + 172 => + array ( + 'id' => 3673, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Oxidative Medicine and Cellular Longevity', + 'scopus_source_record_id' => '19700175026', + 'publisher' => 'Hindawi', + 'issn' => '1942-0994', + ), + 173 => + array ( + 'id' => 3674, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Ozone: Science and Engineering', + 'scopus_source_record_id' => '13656', + 'publisher' => 'Taylor & Francis', + 'issn' => '1547-6545', + ), + 174 => + array ( + 'id' => 3675, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Pacific Conservation Biology', + 'scopus_source_record_id' => '19795', + 'publisher' => 'CSIRO', + 'issn' => '2204-4604', + ), + 175 => + array ( + 'id' => 3676, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Pacific Science', + 'scopus_source_record_id' => '22251', + 'publisher' => 'University of Hawaii Press', + 'issn' => '1534-6188', + ), + 176 => + array ( + 'id' => 3677, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Packaging Technology and Science', + 'scopus_source_record_id' => '15834', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1522', + ), + 177 => + array ( + 'id' => 3678, + 'created_at' => '2024-12-02 17:02:19', + 'updated_at' => '2024-12-02 17:18:32', + 'title' => 'Paddy and Water Environment', + 'scopus_source_record_id' => '145383', + 'publisher' => 'Springer Nature', + 'issn' => '1611-2504', + ), + 178 => + array ( + 'id' => 3679, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Pakistan Journal of Agricultural Research', + 'scopus_source_record_id' => '21101051216', + 'publisher' => 'Pakistan Agricultural Research Council', + 'issn' => '2227-8311', + ), + 179 => + array ( + 'id' => 3680, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Pakistan Journal of Analytical and Environmental Chemistry', + 'scopus_source_record_id' => '21100880984', + 'publisher' => 'University of Sindh', + 'issn' => '2221-5255', + ), + 180 => + array ( + 'id' => 3681, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Pakistan Journal of Engineering and Applied Sciences', + 'scopus_source_record_id' => '21100837465', + 'publisher' => 'University of Engineering and Technology, Lahore', + 'issn' => '2415-0584', + ), + 181 => + array ( + 'id' => 3682, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Pakistan Journal of Life and Social Sciences', + 'scopus_source_record_id' => '21100211302', + 'publisher' => 'Elite Scientific Publications', + 'issn' => '2221-7630', + ), + 182 => + array ( + 'id' => 3683, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Pakistan Journal of Nematology', + 'scopus_source_record_id' => '21101066399', + 'publisher' => 'Pakistan Society of Nematologists', + 'issn' => '2313-1942', + ), + 183 => + array ( + 'id' => 3684, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Pakistan Journal of Scientific and Industrial Research Series B: Biological Sciences', + 'scopus_source_record_id' => '21100264818', + 'publisher' => 'PCSIR-Scientific Information Centre', + 'issn' => '2223-2567', + ), + 184 => + array ( + 'id' => 3685, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Pakistan Journal of Statistics and Operation Research', + 'scopus_source_record_id' => '21100200822', + 'publisher' => 'College of Statistical and Actuarial Sciences, University of Punjab', + 'issn' => '2220-5810', + ), + 185 => + array ( + 'id' => 3686, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Palaeobiodiversity and Palaeoenvironments', + 'scopus_source_record_id' => '19600157910', + 'publisher' => 'Springer Nature', + 'issn' => '1867-1608', + ), + 186 => + array ( + 'id' => 3687, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Palaeoentomology', + 'scopus_source_record_id' => '21101244191', + 'publisher' => 'Magnolia Press', + 'issn' => '2624-2834', + ), + 187 => + array ( + 'id' => 3688, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Palaeogeography, Palaeoclimatology, Palaeoecology', + 'scopus_source_record_id' => '13985', + 'publisher' => 'Elsevier', + 'issn' => '0031-0182', + ), + 188 => + array ( + 'id' => 3689, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Palaeontology', + 'scopus_source_record_id' => '14003', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1475-4983', + ), + 189 => + array ( + 'id' => 3690, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Palaeoworld', + 'scopus_source_record_id' => '4700151602', + 'publisher' => 'Elsevier', + 'issn' => '1871-174X', + ), + 190 => + array ( + 'id' => 3691, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Palaios', + 'scopus_source_record_id' => '14004', + 'publisher' => 'SEPM Society for Sedimentary Geology', + 'issn' => '1938-5323', + ), + 191 => + array ( + 'id' => 3692, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Paleobiology', + 'scopus_source_record_id' => '14005', + 'publisher' => 'Cambridge University Press', + 'issn' => '1938-5331', + ), + 192 => + array ( + 'id' => 3693, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Paleoceanography and Paleoclimatology', + 'scopus_source_record_id' => '21100852202', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2572-4525', + ), + 193 => + array ( + 'id' => 3694, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:33', + 'title' => 'Paleontological Research', + 'scopus_source_record_id' => '14023', + 'publisher' => 'Palaeontological Society of Japan', + 'issn' => '1342-8144', + ), + 194 => + array ( + 'id' => 3695, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:34', + 'title' => 'Palgrave Macmillan Animal Ethics Series', + 'scopus_source_record_id' => '21101046231', + 'publisher' => 'Springer Nature', + 'issn' => '2634-6680', + ), + 195 => + array ( + 'id' => 3696, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:34', + 'title' => 'Palgrave Studies in Media and Environmental Communication', + 'scopus_source_record_id' => '21101080466', + 'publisher' => 'Springer Nature', + 'issn' => '2634-646X', + ), + 196 => + array ( + 'id' => 3697, + 'created_at' => '2024-12-02 17:02:20', + 'updated_at' => '2024-12-02 17:18:34', + 'title' => 'Palgrave Studies in Sustainable Business in Association with Future Earth', + 'scopus_source_record_id' => '21101046228', + 'publisher' => 'Springer Nature', + 'issn' => '2662-1339', + ), + 197 => + array ( + 'id' => 3698, + 'created_at' => '2024-12-02 17:02:21', + 'updated_at' => '2024-12-02 17:18:34', + 'title' => 'Pan-American Journal of Aquatic Sciences', + 'scopus_source_record_id' => '11500153501', + 'publisher' => 'Panamjas', + 'issn' => '1809-9009', + ), + 198 => + array ( + 'id' => 3699, + 'created_at' => '2024-12-02 17:02:21', + 'updated_at' => '2024-12-02 17:18:34', + 'title' => 'Papers and Proceedings of the Royal Society of Tasmania', + 'scopus_source_record_id' => '37052', + 'publisher' => 'Royal Society of Tasmania', + 'issn' => '0080-4703', + ), + 199 => + array ( + 'id' => 3700, + 'created_at' => '2024-12-02 17:02:21', + 'updated_at' => '2024-12-02 17:18:34', + 'title' => 'Papers in Applied Geography', + 'scopus_source_record_id' => '21100908514', + 'publisher' => 'Taylor & Francis', + 'issn' => '2375-494X', + ), + 200 => + array ( + 'id' => 3701, + 'created_at' => '2024-12-02 17:02:21', + 'updated_at' => '2024-12-02 17:18:34', + 'title' => 'Papers in Meteorology and Geophysics', + 'scopus_source_record_id' => '14052', + 'publisher' => 'Meteorological Research Institute', + 'issn' => '1880-6643', + ), + 201 => + array ( + 'id' => 3702, + 'created_at' => '2024-12-02 17:02:21', + 'updated_at' => '2024-12-02 17:18:34', + 'title' => 'Papers in Regional Science', + 'scopus_source_record_id' => '25205', + 'publisher' => 'Elsevier', + 'issn' => '1435-5957', + ), + 202 => + array ( + 'id' => 3703, + 'created_at' => '2024-12-02 17:02:22', + 'updated_at' => '2024-12-02 17:18:35', + 'title' => 'Particle and Particle Systems Characterization', + 'scopus_source_record_id' => '29079', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-4117', + ), + 203 => + array ( + 'id' => 3704, + 'created_at' => '2024-12-02 17:02:22', + 'updated_at' => '2024-12-02 17:18:35', + 'title' => 'Passer Journal of Basic and Applied Sciences', + 'scopus_source_record_id' => '21101151576', + 'publisher' => 'University of Garmian', + 'issn' => '2706-5952', + ), + 204 => + array ( + 'id' => 3705, + 'created_at' => '2024-12-02 17:02:22', + 'updated_at' => '2024-12-02 17:18:35', + 'title' => 'Pathobiology', + 'scopus_source_record_id' => '21342', + 'publisher' => 'Karger', + 'issn' => '1423-0291', + ), + 205 => + array ( + 'id' => 3706, + 'created_at' => '2024-12-02 17:02:22', + 'updated_at' => '2024-12-02 17:18:35', + 'title' => 'Pathogens', + 'scopus_source_record_id' => '21100337905', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2076-0817', + ), + 206 => + array ( + 'id' => 3707, + 'created_at' => '2024-12-02 17:02:22', + 'updated_at' => '2024-12-02 17:18:35', + 'title' => 'Pathogens and Global Health', + 'scopus_source_record_id' => '21100205998', + 'publisher' => 'Taylor & Francis', + 'issn' => '2047-7732', + ), + 207 => + array ( + 'id' => 3708, + 'created_at' => '2024-12-02 17:02:22', + 'updated_at' => '2024-12-02 17:18:35', + 'title' => 'Pathogens and Immunity', + 'scopus_source_record_id' => '21101019267', + 'publisher' => 'Case Western Reserve University', + 'issn' => '2469-2964', + ), + 208 => + array ( + 'id' => 3709, + 'created_at' => '2024-12-02 17:02:22', + 'updated_at' => '2024-12-02 17:18:36', + 'title' => 'Patterns', + 'scopus_source_record_id' => '21101028388', + 'publisher' => 'Elsevier', + 'issn' => '2666-3899', + ), + 209 => + array ( + 'id' => 3710, + 'created_at' => '2024-12-02 17:02:22', + 'updated_at' => '2024-12-02 17:18:36', + 'title' => 'Peace Economics, Peace Science and Public Policy', + 'scopus_source_record_id' => '22273', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1554-8597', + ), + 210 => + array ( + 'id' => 3711, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'Pedobiologia', + 'scopus_source_record_id' => '36093', + 'publisher' => 'Elsevier', + 'issn' => '1873-1511', + ), + 211 => + array ( + 'id' => 3712, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'Peer Community Journal', + 'scopus_source_record_id' => '21101230650', + 'publisher' => 'Centre Mersenne', + 'issn' => '2804-3871', + ), + 212 => + array ( + 'id' => 3713, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'PeerJ', + 'scopus_source_record_id' => '21100239256', + 'publisher' => 'PeerJ Inc.', + 'issn' => '2167-8359', + ), + 213 => + array ( + 'id' => 3714, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'Pennsylvania Geographer', + 'scopus_source_record_id' => '29988', + 'publisher' => 'Pennsylvania Geographical Society', + 'issn' => '0553-5980', + ), + 214 => + array ( + 'id' => 3715, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'People and Nature', + 'scopus_source_record_id' => '21101045729', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2575-8314', + ), + 215 => + array ( + 'id' => 3716, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'Peptide Science', + 'scopus_source_record_id' => '21100873487', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2475-8817', + ), + 216 => + array ( + 'id' => 3717, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'Peptides', + 'scopus_source_record_id' => '14222', + 'publisher' => 'Elsevier', + 'issn' => '1873-5169', + ), + 217 => + array ( + 'id' => 3718, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'Periodica Polytechnica Chemical Engineering', + 'scopus_source_record_id' => '13663', + 'publisher' => 'Budapest University of Technology and Economics', + 'issn' => '1587-3765', + ), + 218 => + array ( + 'id' => 3719, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'Periodica Polytechnica, Social and Management Sciences', + 'scopus_source_record_id' => '22363', + 'publisher' => 'Budapest University of Technology and Economics', + 'issn' => '1587-3803', + ), + 219 => + array ( + 'id' => 3720, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:37', + 'title' => 'Periodicum Biologorum', + 'scopus_source_record_id' => '12990', + 'publisher' => 'Croatian Society of Natural Sciences', + 'issn' => '1849-0964', + ), + 220 => + array ( + 'id' => 3721, + 'created_at' => '2024-12-02 17:02:23', + 'updated_at' => '2024-12-02 17:18:38', + 'title' => 'Personal and Ubiquitous Computing', + 'scopus_source_record_id' => '22315', + 'publisher' => 'Springer Nature', + 'issn' => '1617-4917', + ), + 221 => + array ( + 'id' => 3722, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:38', + 'title' => 'Persoonia: Molecular Phylogeny and Evolution of Fungi', + 'scopus_source_record_id' => '19988', + 'publisher' => 'National Herbarium Nederland', + 'issn' => '0031-5850', + ), + 222 => + array ( + 'id' => 3723, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:38', + 'title' => 'Perspectives in Ecology and Conservation', + 'scopus_source_record_id' => '21100817643', + 'publisher' => 'Associacao Brasileira de Ciencia Ecologica e Conservacao', + 'issn' => '2530-0644', + ), + 223 => + array ( + 'id' => 3724, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:38', + 'title' => 'Perspectives in Plant Ecology, Evolution and Systematics', + 'scopus_source_record_id' => '19989', + 'publisher' => 'Elsevier', + 'issn' => '1618-0437', + ), + 224 => + array ( + 'id' => 3725, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:38', + 'title' => 'Perspectives on Science', + 'scopus_source_record_id' => '5600155094', + 'publisher' => 'MIT Press', + 'issn' => '1530-9274', + ), + 225 => + array ( + 'id' => 3726, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:38', + 'title' => 'Pertanika Journal of Science and Technology', + 'scopus_source_record_id' => '19700188314', + 'publisher' => 'Universiti Putra Malaysia', + 'issn' => '0128-7680', + ), + 226 => + array ( + 'id' => 3727, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:38', + 'title' => 'Pesquisa Operacional', + 'scopus_source_record_id' => '5000153602', + 'publisher' => 'Sociedade Brasileira de Pesquisa Operacional', + 'issn' => '0101-7438', + ), + 227 => + array ( + 'id' => 3728, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:38', + 'title' => 'Pesquisas em Geociencias', + 'scopus_source_record_id' => '19600157208', + 'publisher' => 'Universidade Federal do Rio Grande do Sul', + 'issn' => '1807-9806', + ), + 228 => + array ( + 'id' => 3729, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'Pesticide Research Journal', + 'scopus_source_record_id' => '21100922616', + 'publisher' => 'Society of Pesticide Science India', + 'issn' => '2249-524X', + ), + 229 => + array ( + 'id' => 3730, + 'created_at' => '2024-12-02 17:02:24', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'Petroleum Chemistry', + 'scopus_source_record_id' => '18766', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1555-6239', + ), + 230 => + array ( + 'id' => 3731, + 'created_at' => '2024-12-02 17:02:25', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'Petroleum Geoscience', + 'scopus_source_record_id' => '25738', + 'publisher' => 'Geological Society of London', + 'issn' => '1354-0793', + ), + 231 => + array ( + 'id' => 3732, + 'created_at' => '2024-12-02 17:02:25', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'Petroleum Science and Technology', + 'scopus_source_record_id' => '13716', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-2459', + ), + 232 => + array ( + 'id' => 3733, + 'created_at' => '2024-12-02 17:02:25', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'PFG - Journal of Photogrammetry, Remote Sensing and Geoinformation Science', + 'scopus_source_record_id' => '21100870078', + 'publisher' => 'Springer Nature', + 'issn' => '2512-2819', + ), + 233 => + array ( + 'id' => 3734, + 'created_at' => '2024-12-02 17:02:25', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'PHAGE: Therapy, Applications, and Research', + 'scopus_source_record_id' => '21101092524', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '2641-6549', + ), + 234 => + array ( + 'id' => 3735, + 'created_at' => '2024-12-02 17:02:25', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'Pharmaceutical Research', + 'scopus_source_record_id' => '21123', + 'publisher' => 'Springer Nature', + 'issn' => '1573-904X', + ), + 235 => + array ( + 'id' => 3736, + 'created_at' => '2024-12-02 17:02:25', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'Pharmacogenetics and Genomics', + 'scopus_source_record_id' => '130044', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '1744-6880', + ), + 236 => + array ( + 'id' => 3737, + 'created_at' => '2024-12-02 17:02:25', + 'updated_at' => '2024-12-02 17:18:39', + 'title' => 'Pharmacogenomics', + 'scopus_source_record_id' => '21167', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-8042', + ), + 237 => + array ( + 'id' => 3738, + 'created_at' => '2024-12-02 17:02:25', + 'updated_at' => '2024-12-02 17:18:40', + 'title' => 'Pharmacogenomics Journal', + 'scopus_source_record_id' => '21168', + 'publisher' => 'Springer Nature', + 'issn' => '1473-1150', + ), + 238 => + array ( + 'id' => 3739, + 'created_at' => '2024-12-02 17:02:26', + 'updated_at' => '2024-12-02 17:18:40', + 'title' => 'Pharmacology Biochemistry and Behavior', + 'scopus_source_record_id' => '21197', + 'publisher' => 'Elsevier', + 'issn' => '1873-5177', + ), + 239 => + array ( + 'id' => 3740, + 'created_at' => '2024-12-02 17:02:26', + 'updated_at' => '2024-12-02 17:18:40', + 'title' => 'Phenomics', + 'scopus_source_record_id' => '21101225723', + 'publisher' => 'Springer Nature', + 'issn' => '2730-5848', + ), + 240 => + array ( + 'id' => 3741, + 'created_at' => '2024-12-02 17:02:26', + 'updated_at' => '2024-12-02 17:18:40', + 'title' => 'Philippine Journal of Fisheries', + 'scopus_source_record_id' => '21101083493', + 'publisher' => 'National Fisheries Research and Development Institute', + 'issn' => '2672-2836', + ), + 241 => + array ( + 'id' => 3742, + 'created_at' => '2024-12-02 17:02:26', + 'updated_at' => '2024-12-02 17:18:40', + 'title' => 'Philippine Journal of Science', + 'scopus_source_record_id' => '19700175735', + 'publisher' => 'Department of Science and Technology', + 'issn' => '0031-7683', + ), + 242 => + array ( + 'id' => 3743, + 'created_at' => '2024-12-02 17:02:26', + 'updated_at' => '2024-12-02 17:18:40', + 'title' => 'Philippine Journal of Systematic Biology', + 'scopus_source_record_id' => '21100858516', + 'publisher' => 'Association of Systematic Biologists of the Philippines', + 'issn' => '2508-0342', + ), + 243 => + array ( + 'id' => 3744, + 'created_at' => '2024-12-02 17:02:26', + 'updated_at' => '2024-12-02 17:18:40', + 'title' => 'Philosophical Magazine', + 'scopus_source_record_id' => '21101131829', + 'publisher' => 'Taylor & Francis', + 'issn' => '1941-580X', + ), + 244 => + array ( + 'id' => 3745, + 'created_at' => '2024-12-02 17:02:26', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Philosophical Transactions of the Royal Society B: Biological Sciences', + 'scopus_source_record_id' => '13602', + 'publisher' => 'Royal Society Publishing', + 'issn' => '1471-2970', + ), + 245 => + array ( + 'id' => 3746, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Philosophy, Psychiatry and Psychology', + 'scopus_source_record_id' => '21100203112', + 'publisher' => 'Johns Hopkins University Press', + 'issn' => '1086-3303', + ), + 246 => + array ( + 'id' => 3747, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Phosphorus, Sulfur and Silicon and the Related Elements', + 'scopus_source_record_id' => '25288', + 'publisher' => 'Taylor & Francis', + 'issn' => '1563-5325', + ), + 247 => + array ( + 'id' => 3748, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Photochem', + 'scopus_source_record_id' => '21101203736', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-7256', + ), + 248 => + array ( + 'id' => 3749, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Photochemistry', + 'scopus_source_record_id' => '21430', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '0556-3860', + ), + 249 => + array ( + 'id' => 3750, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Photochemistry and Photobiology', + 'scopus_source_record_id' => '27010', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1751-1097', + ), + 250 => + array ( + 'id' => 3751, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Photogrammetric Record', + 'scopus_source_record_id' => '12367', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1477-9730', + ), + 251 => + array ( + 'id' => 3752, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Photosynthesis Research', + 'scopus_source_record_id' => '14223', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5079', + ), + 252 => + array ( + 'id' => 3753, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Phuket Marine Biological Center Research Bulletin', + 'scopus_source_record_id' => '20500195028', + 'publisher' => 'Phuket Marine Biological Center', + 'issn' => '0858-1088', + ), + 253 => + array ( + 'id' => 3754, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Phycologia', + 'scopus_source_record_id' => '16516', + 'publisher' => 'Taylor & Francis', + 'issn' => '2330-2968', + ), + 254 => + array ( + 'id' => 3755, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Phycological Research', + 'scopus_source_record_id' => '21100247800', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1440-1835', + ), + 255 => + array ( + 'id' => 3756, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Phycology', + 'scopus_source_record_id' => '21101215790', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-9410', + ), + 256 => + array ( + 'id' => 3757, + 'created_at' => '2024-12-02 17:02:27', + 'updated_at' => '2024-12-02 17:18:41', + 'title' => 'Physchem', + 'scopus_source_record_id' => '21101203737', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-7167', + ), + 257 => + array ( + 'id' => 3758, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physical Biology', + 'scopus_source_record_id' => '130163', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '1478-3975', + ), + 258 => + array ( + 'id' => 3759, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physical Geography', + 'scopus_source_record_id' => '23314', + 'publisher' => 'Taylor & Francis', + 'issn' => '0272-3646', + ), + 259 => + array ( + 'id' => 3760, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physical Oceanography', + 'scopus_source_record_id' => '64015', + 'publisher' => 'Marine Hydrophysical Institute of RAS', + 'issn' => '1573-160X', + ), + 260 => + array ( + 'id' => 3761, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physical Sciences Reviews', + 'scopus_source_record_id' => '21100940940', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2365-659X', + ), + 261 => + array ( + 'id' => 3762, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physics of Life Reviews', + 'scopus_source_record_id' => '13017', + 'publisher' => 'Elsevier', + 'issn' => '1873-1457', + ), + 262 => + array ( + 'id' => 3763, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physio-Geo', + 'scopus_source_record_id' => '21101185610', + 'publisher' => 'Claude Martin', + 'issn' => '1958-573X', + ), + 263 => + array ( + 'id' => 3764, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physiologia Plantarum', + 'scopus_source_record_id' => '16530', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1399-3054', + ), + 264 => + array ( + 'id' => 3765, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physiological and Biochemical Zoology', + 'scopus_source_record_id' => '23318', + 'publisher' => 'University of Chicago Press', + 'issn' => '1537-5293', + ), + 265 => + array ( + 'id' => 3766, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physiological and Molecular Plant Pathology', + 'scopus_source_record_id' => '16531', + 'publisher' => 'Elsevier', + 'issn' => '1096-1178', + ), + 266 => + array ( + 'id' => 3767, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:42', + 'title' => 'Physiological Entomology', + 'scopus_source_record_id' => '21084', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-3032', + ), + 267 => + array ( + 'id' => 3768, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Physiological Genomics', + 'scopus_source_record_id' => '35934', + 'publisher' => 'American Physiological Society', + 'issn' => '1531-2267', + ), + 268 => + array ( + 'id' => 3769, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Physiological Reviews', + 'scopus_source_record_id' => '24004', + 'publisher' => 'American Physiological Society', + 'issn' => '1522-1210', + ), + 269 => + array ( + 'id' => 3770, + 'created_at' => '2024-12-02 17:02:28', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Physiology and Molecular Biology of Plants', + 'scopus_source_record_id' => '16532', + 'publisher' => 'Springer Nature', + 'issn' => '0974-0430', + ), + 270 => + array ( + 'id' => 3771, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Phytobiomes Journal', + 'scopus_source_record_id' => '21100923620', + 'publisher' => 'American Phytopathological Society', + 'issn' => '2471-2906', + ), + 271 => + array ( + 'id' => 3772, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Phytochemical Analysis', + 'scopus_source_record_id' => '16533', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1565', + ), + 272 => + array ( + 'id' => 3773, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Phytochemistry', + 'scopus_source_record_id' => '16534', + 'publisher' => 'Elsevier', + 'issn' => '1873-3700', + ), + 273 => + array ( + 'id' => 3774, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Phytochemistry Letters', + 'scopus_source_record_id' => '11300153405', + 'publisher' => 'Elsevier', + 'issn' => '1876-7486', + ), + 274 => + array ( + 'id' => 3775, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'PhytoKeys', + 'scopus_source_record_id' => '21100332243', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1314-2003', + ), + 275 => + array ( + 'id' => 3776, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Phyton-International Journal of Experimental Botany', + 'scopus_source_record_id' => '16555', + 'publisher' => 'Tech Science Press', + 'issn' => '1851-5657', + ), + 276 => + array ( + 'id' => 3777, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Phytopathogenic Mollicutes', + 'scopus_source_record_id' => '21100943942', + 'publisher' => 'Technology Society of Basic and Applied Sciences', + 'issn' => '2249-4677', + ), + 277 => + array ( + 'id' => 3778, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Phytopathology Research', + 'scopus_source_record_id' => '21101050345', + 'publisher' => 'Springer Nature', + 'issn' => '2524-4167', + ), + 278 => + array ( + 'id' => 3779, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Phytotaxa', + 'scopus_source_record_id' => '21100209326', + 'publisher' => 'Magnolia Press', + 'issn' => '1179-3163', + ), + 279 => + array ( + 'id' => 3780, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Pigment Cell and Melanoma Research', + 'scopus_source_record_id' => '11200153565', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1755-148X', + ), + 280 => + array ( + 'id' => 3781, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Pirineos', + 'scopus_source_record_id' => '13018', + 'publisher' => 'CSIC Consejo Superior de Investigaciones Cientificas', + 'issn' => '1988-4281', + ), + 281 => + array ( + 'id' => 3782, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Planetary Science Journal', + 'scopus_source_record_id' => '21101057020', + 'publisher' => 'Institute of Physics Publishing', + 'issn' => '2632-3338', + ), + 282 => + array ( + 'id' => 3783, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Plankton and Benthos Research', + 'scopus_source_record_id' => '5800173388', + 'publisher' => 'Plankton Society of Japan', + 'issn' => '1880-8247', + ), + 283 => + array ( + 'id' => 3784, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:43', + 'title' => 'Plant Biology', + 'scopus_source_record_id' => '16575', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1438-8677', + ), + 284 => + array ( + 'id' => 3785, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Biosystems', + 'scopus_source_record_id' => '16578', + 'publisher' => 'Taylor & Francis', + 'issn' => '1724-5575', + ), + 285 => + array ( + 'id' => 3786, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Breeding', + 'scopus_source_record_id' => '16579', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1439-0523', + ), + 286 => + array ( + 'id' => 3787, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Breeding Reviews', + 'scopus_source_record_id' => '64943', + 'publisher' => 'John Wiley & Sons', + 'issn' => '0730-2207', + ), + 287 => + array ( + 'id' => 3788, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Communications', + 'scopus_source_record_id' => '21101027216', + 'publisher' => 'Elsevier', + 'issn' => '2590-3462', + ), + 288 => + array ( + 'id' => 3789, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Direct', + 'scopus_source_record_id' => '21100898763', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2475-4455', + ), + 289 => + array ( + 'id' => 3790, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Diversity', + 'scopus_source_record_id' => '21100871606', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2468-2659', + ), + 290 => + array ( + 'id' => 3791, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Ecology', + 'scopus_source_record_id' => '16599', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5052', + ), + 291 => + array ( + 'id' => 3792, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Ecology and Diversity', + 'scopus_source_record_id' => '19700181302', + 'publisher' => 'Taylor & Francis', + 'issn' => '1755-1668', + ), + 292 => + array ( + 'id' => 3793, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Foods for Human Nutrition', + 'scopus_source_record_id' => '27993', + 'publisher' => 'Springer Nature', + 'issn' => '1573-9104', + ), + 293 => + array ( + 'id' => 3794, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Gene', + 'scopus_source_record_id' => '21100388318', + 'publisher' => 'Elsevier', + 'issn' => '2352-4073', + ), + 294 => + array ( + 'id' => 3795, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Genetic Resources: Characterisation and Utilisation', + 'scopus_source_record_id' => '98120', + 'publisher' => 'Cambridge University Press', + 'issn' => '1479-263X', + ), + 295 => + array ( + 'id' => 3796, + 'created_at' => '2024-12-02 17:02:29', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Genome', + 'scopus_source_record_id' => '21100256980', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1940-3372', + ), + 296 => + array ( + 'id' => 3797, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Journal', + 'scopus_source_record_id' => '16612', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-313X', + ), + 297 => + array ( + 'id' => 3798, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Methods', + 'scopus_source_record_id' => '6400153153', + 'publisher' => 'Springer Nature', + 'issn' => '1746-4811', + ), + 298 => + array ( + 'id' => 3799, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Molecular Biology', + 'scopus_source_record_id' => '13042', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5028', + ), + 299 => + array ( + 'id' => 3800, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Molecular Biology Reporter', + 'scopus_source_record_id' => '14227', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9818', + ), + 300 => + array ( + 'id' => 3801, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Pathology', + 'scopus_source_record_id' => '16614', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-3059', + ), + 301 => + array ( + 'id' => 3802, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Pest Research', + 'scopus_source_record_id' => '21101145678', + 'publisher' => 'University of Guilan', + 'issn' => '2538-6123', + ), + 302 => + array ( + 'id' => 3803, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Physiology', + 'scopus_source_record_id' => '16615', + 'publisher' => 'American Society of Plant Biologists', + 'issn' => '1532-2548', + ), + 303 => + array ( + 'id' => 3804, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Physiology and Biochemistry', + 'scopus_source_record_id' => '16617', + 'publisher' => 'Elsevier', + 'issn' => '1873-2690', + ), + 304 => + array ( + 'id' => 3805, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Physiology Reports', + 'scopus_source_record_id' => '21100945249', + 'publisher' => 'Springer Nature', + 'issn' => '2662-2548', + ), + 305 => + array ( + 'id' => 3806, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Protection Bulletin (Turkey)', + 'scopus_source_record_id' => '21101160716', + 'publisher' => 'Plant Protection Central Research Institute', + 'issn' => '1308-8122', + ), + 306 => + array ( + 'id' => 3807, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Root', + 'scopus_source_record_id' => '10600153327', + 'publisher' => 'Japanese Society for Root Research', + 'issn' => '1881-6754', + ), + 307 => + array ( + 'id' => 3808, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:44', + 'title' => 'Plant Science', + 'scopus_source_record_id' => '16620', + 'publisher' => 'Elsevier', + 'issn' => '1873-2259', + ), + 308 => + array ( + 'id' => 3809, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plant Science Today', + 'scopus_source_record_id' => '21100902612', + 'publisher' => 'Horizon e-Publishing Group', + 'issn' => '2348-1900', + ), + 309 => + array ( + 'id' => 3810, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plant Species Biology', + 'scopus_source_record_id' => '16621', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1442-1984', + ), + 310 => + array ( + 'id' => 3811, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plant Stress', + 'scopus_source_record_id' => '21101067154', + 'publisher' => 'Elsevier', + 'issn' => '2667-064X', + ), + 311 => + array ( + 'id' => 3812, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plant Systematics and Evolution', + 'scopus_source_record_id' => '16638', + 'publisher' => 'Springer Nature', + 'issn' => '1615-6110', + ), + 312 => + array ( + 'id' => 3813, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Planta', + 'scopus_source_record_id' => '16646', + 'publisher' => 'Springer Nature', + 'issn' => '1432-2048', + ), + 313 => + array ( + 'id' => 3814, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Planta Medica', + 'scopus_source_record_id' => '21744', + 'publisher' => 'Thieme', + 'issn' => '1439-0221', + ), + 314 => + array ( + 'id' => 3815, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plant-Environment Interactions', + 'scopus_source_record_id' => '21101087141', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2575-6265', + ), + 315 => + array ( + 'id' => 3816, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plants', + 'scopus_source_record_id' => '21100788294', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2223-7747', + ), + 316 => + array ( + 'id' => 3817, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plants People Planet', + 'scopus_source_record_id' => '21101045748', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2572-2611', + ), + 317 => + array ( + 'id' => 3818, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plasma Chemistry and Plasma Processing', + 'scopus_source_record_id' => '13689', + 'publisher' => 'Springer Nature', + 'issn' => '1572-8986', + ), + 318 => + array ( + 'id' => 3819, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plasmid', + 'scopus_source_record_id' => '13045', + 'publisher' => 'Elsevier', + 'issn' => '1095-9890', + ), + 319 => + array ( + 'id' => 3820, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:45', + 'title' => 'Plasmonics', + 'scopus_source_record_id' => '4700152486', + 'publisher' => 'Springer Nature', + 'issn' => '1557-1963', + ), + 320 => + array ( + 'id' => 3821, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'PLoS Biology', + 'scopus_source_record_id' => '12977', + 'publisher' => 'Public Library of Science', + 'issn' => '1545-7885', + ), + 321 => + array ( + 'id' => 3822, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'PLoS Computational Biology', + 'scopus_source_record_id' => '4000151810', + 'publisher' => 'Public Library of Science', + 'issn' => '1553-7358', + ), + 322 => + array ( + 'id' => 3823, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'PLoS Genetics', + 'scopus_source_record_id' => '4000151808', + 'publisher' => 'Public Library of Science', + 'issn' => '1553-7404', + ), + 323 => + array ( + 'id' => 3824, + 'created_at' => '2024-12-02 17:02:30', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'PLoS ONE', + 'scopus_source_record_id' => '10600153309', + 'publisher' => 'Public Library of Science', + 'issn' => '1932-6203', + ), + 324 => + array ( + 'id' => 3825, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'PLoS Pathogens', + 'scopus_source_record_id' => '4000151809', + 'publisher' => 'Public Library of Science', + 'issn' => '1553-7374', + ), + 325 => + array ( + 'id' => 3826, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'PLOS Water', + 'scopus_source_record_id' => '21101248939', + 'publisher' => 'Public Library of Science', + 'issn' => '2767-3219', + ), + 326 => + array ( + 'id' => 3827, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'PNAS Nexus', + 'scopus_source_record_id' => '21101186976', + 'publisher' => 'National Academy of Sciences', + 'issn' => '2752-6542', + ), + 327 => + array ( + 'id' => 3828, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'Polar Biology', + 'scopus_source_record_id' => '13048', + 'publisher' => 'Springer Nature', + 'issn' => '1432-2056', + ), + 328 => + array ( + 'id' => 3829, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'Polar Geography', + 'scopus_source_record_id' => '12395', + 'publisher' => 'Taylor & Francis', + 'issn' => '1939-0513', + ), + 329 => + array ( + 'id' => 3830, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'Polar Record', + 'scopus_source_record_id' => '12397', + 'publisher' => 'Cambridge University Press', + 'issn' => '1475-3057', + ), + 330 => + array ( + 'id' => 3831, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'Polar Research', + 'scopus_source_record_id' => '22310', + 'publisher' => 'Norwegian Polar Institute', + 'issn' => '1751-8369', + ), + 331 => + array ( + 'id' => 3832, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'Polar Science', + 'scopus_source_record_id' => '8000153140', + 'publisher' => 'Elsevier', + 'issn' => '1873-9652', + ), + 332 => + array ( + 'id' => 3833, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:46', + 'title' => 'Polarforschung', + 'scopus_source_record_id' => '23317', + 'publisher' => 'Copernicus Publications', + 'issn' => '0032-2490', + ), + 333 => + array ( + 'id' => 3834, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Policy and Politics', + 'scopus_source_record_id' => '22762', + 'publisher' => 'Policy Press', + 'issn' => '1470-8442', + ), + 334 => + array ( + 'id' => 3835, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Policy Sciences', + 'scopus_source_record_id' => '22773', + 'publisher' => 'Springer Nature', + 'issn' => '1573-0891', + ), + 335 => + array ( + 'id' => 3836, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Policy Studies Journal', + 'scopus_source_record_id' => '22786', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1541-0072', + ), + 336 => + array ( + 'id' => 3837, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Polish Journal of Chemical Technology', + 'scopus_source_record_id' => '17900156728', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1899-4741', + ), + 337 => + array ( + 'id' => 3838, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Polish Journal of Ecology', + 'scopus_source_record_id' => '24737', + 'publisher' => 'Polish Academy of Sciences', + 'issn' => '1505-2249', + ), + 338 => + array ( + 'id' => 3839, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Polish Journal of Entomology', + 'scopus_source_record_id' => '21100823285', + 'publisher' => 'Index Copernicus International', + 'issn' => '2299-9884', + ), + 339 => + array ( + 'id' => 3840, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Polish Journal of Microbiology', + 'scopus_source_record_id' => '110163', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1733-1331', + ), + 340 => + array ( + 'id' => 3841, + 'created_at' => '2024-12-02 17:02:31', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Polish Journal of Natural Sciences', + 'scopus_source_record_id' => '18200156705', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1643-9953', + ), + 341 => + array ( + 'id' => 3842, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Polish Journal of Soil Science', + 'scopus_source_record_id' => '85449', + 'publisher' => 'Committee of Soil Science and Agricultural Chemistry', + 'issn' => '0079-2985', + ), + 342 => + array ( + 'id' => 3843, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:47', + 'title' => 'Polish Polar Research', + 'scopus_source_record_id' => '23319', + 'publisher' => 'Polish Academy of Sciences, Committee on Polar Research', + 'issn' => '2081-8262', + ), + 343 => + array ( + 'id' => 3844, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Politics, Religion and Ideology', + 'scopus_source_record_id' => '21100208046', + 'publisher' => 'Taylor & Francis', + 'issn' => '2156-7697', + ), + 344 => + array ( + 'id' => 3845, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'PoliTO Springer Series', + 'scopus_source_record_id' => '21100981038', + 'publisher' => 'Springer Nature', + 'issn' => '2509-7024', + ), + 345 => + array ( + 'id' => 3846, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Polityka Energetyczna', + 'scopus_source_record_id' => '21100967540', + 'publisher' => 'Mineral and Energy Economy Research Institute of the Polish Academy of Sciences', + 'issn' => '1429-6675', + ), + 346 => + array ( + 'id' => 3847, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Pollution', + 'scopus_source_record_id' => '21100927979', + 'publisher' => 'University of Tehran', + 'issn' => '2383-4501', + ), + 347 => + array ( + 'id' => 3848, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Polycyclic Aromatic Compounds', + 'scopus_source_record_id' => '26442', + 'publisher' => 'Taylor & Francis', + 'issn' => '1563-5333', + ), + 348 => + array ( + 'id' => 3849, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Polymer', + 'scopus_source_record_id' => '21444', + 'publisher' => 'Elsevier', + 'issn' => '0032-3861', + ), + 349 => + array ( + 'id' => 3850, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Polymer Bulletin', + 'scopus_source_record_id' => '21445', + 'publisher' => 'Springer Nature', + 'issn' => '1436-2449', + ), + 350 => + array ( + 'id' => 3851, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Polymer Chemistry', + 'scopus_source_record_id' => '19700182678', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1759-9962', + ), + 351 => + array ( + 'id' => 3852, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Polymer Composites', + 'scopus_source_record_id' => '14433', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1548-0569', + ), + 352 => + array ( + 'id' => 3853, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Polymer Engineering and Science', + 'scopus_source_record_id' => '13695', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1548-2634', + ), + 353 => + array ( + 'id' => 3854, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:48', + 'title' => 'Polymer International', + 'scopus_source_record_id' => '14456', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-0126', + ), + 354 => + array ( + 'id' => 3855, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Polymer Reviews', + 'scopus_source_record_id' => '9500153997', + 'publisher' => 'Taylor & Francis', + 'issn' => '1558-3716', + ), + 355 => + array ( + 'id' => 3856, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Polymer Science - Series C', + 'scopus_source_record_id' => '93516', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1555-614X', + ), + 356 => + array ( + 'id' => 3857, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Polymer Science - Series D', + 'scopus_source_record_id' => '15600154713', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1995-4220', + ), + 357 => + array ( + 'id' => 3858, + 'created_at' => '2024-12-02 17:02:32', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Polymer Testing', + 'scopus_source_record_id' => '14464', + 'publisher' => 'Elsevier', + 'issn' => '0142-9418', + ), + 358 => + array ( + 'id' => 3859, + 'created_at' => '2024-12-02 17:02:33', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Polymers', + 'scopus_source_record_id' => '54222', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2073-4360', + ), + 359 => + array ( + 'id' => 3860, + 'created_at' => '2024-12-02 17:02:33', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Polyolefins Journal', + 'scopus_source_record_id' => '21100901576', + 'publisher' => 'Iran Polymer and Petrochemical Institute', + 'issn' => '2345-6868', + ), + 360 => + array ( + 'id' => 3861, + 'created_at' => '2024-12-02 17:02:33', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Polysaccharides', + 'scopus_source_record_id' => '21101187716', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-4176', + ), + 361 => + array ( + 'id' => 3862, + 'created_at' => '2024-12-02 17:02:33', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Population and Environment', + 'scopus_source_record_id' => '12828', + 'publisher' => 'Springer Nature', + 'issn' => '1573-7810', + ), + 362 => + array ( + 'id' => 3863, + 'created_at' => '2024-12-02 17:02:33', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Population Ecology', + 'scopus_source_record_id' => '27370', + 'publisher' => 'Springer Nature', + 'issn' => '1438-390X', + ), + 363 => + array ( + 'id' => 3864, + 'created_at' => '2024-12-02 17:02:33', + 'updated_at' => '2024-12-02 17:18:49', + 'title' => 'Population Research and Policy Review', + 'scopus_source_record_id' => '27387', + 'publisher' => 'Springer Nature', + 'issn' => '1573-7829', + ), + 364 => + array ( + 'id' => 3865, + 'created_at' => '2024-12-02 17:02:33', + 'updated_at' => '2024-12-02 17:18:50', + 'title' => 'Poultry', + 'scopus_source_record_id' => '21101248945', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2674-1164', + ), + 365 => + array ( + 'id' => 3866, + 'created_at' => '2024-12-02 17:02:34', + 'updated_at' => '2024-12-02 17:18:51', + 'title' => 'Prague Medical Report', + 'scopus_source_record_id' => '4000148208', + 'publisher' => 'Karolinum - Nakladatelstvi Univerzity Karlovy', + 'issn' => '2336-2936', + ), + 366 => + array ( + 'id' => 3867, + 'created_at' => '2024-12-02 17:02:34', + 'updated_at' => '2024-12-02 17:18:51', + 'title' => 'Precision Agriculture', + 'scopus_source_record_id' => '86245', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1618', + ), + 367 => + array ( + 'id' => 3868, + 'created_at' => '2024-12-02 17:02:34', + 'updated_at' => '2024-12-02 17:18:51', + 'title' => 'Precision Chemistry', + 'scopus_source_record_id' => '21101203232', + 'publisher' => 'American Chemical Society', + 'issn' => '2771-9316', + ), + 368 => + array ( + 'id' => 3869, + 'created_at' => '2024-12-02 17:02:34', + 'updated_at' => '2024-12-02 17:18:51', + 'title' => 'Preparative Biochemistry and Biotechnology', + 'scopus_source_record_id' => '14249', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-2297', + ), + 369 => + array ( + 'id' => 3870, + 'created_at' => '2024-12-02 17:02:34', + 'updated_at' => '2024-12-02 17:18:51', + 'title' => 'Preslia', + 'scopus_source_record_id' => '16658', + 'publisher' => 'Czech Botanical Society', + 'issn' => '2570-950X', + ), + 370 => + array ( + 'id' => 3871, + 'created_at' => '2024-12-02 17:02:34', + 'updated_at' => '2024-12-02 17:18:51', + 'title' => 'Primate Conservation', + 'scopus_source_record_id' => '19700169404', + 'publisher' => 'IUCN/SSC Primate Specialist Group', + 'issn' => '0898-6207', + ), + 371 => + array ( + 'id' => 3872, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:52', + 'title' => 'Prion', + 'scopus_source_record_id' => '17100154713', + 'publisher' => 'Taylor & Francis', + 'issn' => '1933-690X', + ), + 372 => + array ( + 'id' => 3873, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:52', + 'title' => 'Probability in the Engineering and Informational Sciences', + 'scopus_source_record_id' => '15810', + 'publisher' => 'Cambridge University Press', + 'issn' => '1469-8951', + ), + 373 => + array ( + 'id' => 3874, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:52', + 'title' => 'Probiotics and Antimicrobial Proteins', + 'scopus_source_record_id' => '19400158544', + 'publisher' => 'Springer Nature', + 'issn' => '1867-1314', + ), + 374 => + array ( + 'id' => 3875, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:52', + 'title' => 'Problems of Cryobiology and Cryomedicine', + 'scopus_source_record_id' => '21100774702', + 'publisher' => 'National Academy of Sciences of Ukraine', + 'issn' => '2307-6143', + ), + 375 => + array ( + 'id' => 3876, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:52', + 'title' => 'Problems of Infectious and Parasitic Diseases', + 'scopus_source_record_id' => '23020', + 'publisher' => 'National Centre of Infectious and Parasitic Diseases', + 'issn' => '0204-9155', + ), + 376 => + array ( + 'id' => 3877, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:52', + 'title' => 'Problemy Osobo Opasnykh Infektsii', + 'scopus_source_record_id' => '21100920037', + 'publisher' => 'Russian Research Anti-Plague Institute', + 'issn' => '2658-719X', + ), + 377 => + array ( + 'id' => 3878, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:52', + 'title' => 'Procedia Environmental Science, Engineering and Management', + 'scopus_source_record_id' => '21100829181', + 'publisher' => 'National Society of Environmental Science and Engineering (SNSIM)', + 'issn' => '2392-9545', + ), + 378 => + array ( + 'id' => 3879, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:52', + 'title' => 'Proceedings of Engineering and Technology Innovation', + 'scopus_source_record_id' => '21101175788', + 'publisher' => 'Taiwan Association of Engineering and Technology Innovation', + 'issn' => '2518-833X', + ), + 379 => + array ( + 'id' => 3880, + 'created_at' => '2024-12-02 17:02:35', + 'updated_at' => '2024-12-02 17:18:53', + 'title' => 'Proceedings of the Entomological Society of Washington', + 'scopus_source_record_id' => '19840', + 'publisher' => 'Entomological Society of Washington', + 'issn' => '0013-8797', + ), + 380 => + array ( + 'id' => 3881, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:53', + 'title' => 'Proceedings of the Indian National Science Academy', + 'scopus_source_record_id' => '21100391500', + 'publisher' => 'Springer Nature', + 'issn' => '2454-9983', + ), + 381 => + array ( + 'id' => 3882, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:53', + 'title' => 'Proceedings of the Institution of Civil Engineers: Geotechnical Engineering', + 'scopus_source_record_id' => '16158', + 'publisher' => 'ICE Publishing Ltd.', + 'issn' => '1751-8563', + ), + 382 => + array ( + 'id' => 3883, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:53', + 'title' => 'Proceedings of the Institution of Civil Engineers: Water Management', + 'scopus_source_record_id' => '16167', + 'publisher' => 'ICE Publishing Ltd.', + 'issn' => '1751-7729', + ), + 383 => + array ( + 'id' => 3884, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:53', + 'title' => 'Proceedings of the Japan Academy Series B: Physical and Biological Sciences', + 'scopus_source_record_id' => '23100', + 'publisher' => 'Japan Academy', + 'issn' => '1349-2896', + ), + 384 => + array ( + 'id' => 3885, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:53', + 'title' => 'Proceedings of the Latvian Academy of Sciences, Section B: Natural, Exact, and Applied Sciences', + 'scopus_source_record_id' => '19500157417', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2255-890X', + ), + 385 => + array ( + 'id' => 3886, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:53', + 'title' => 'Proceedings of the National Academy of Sciences India Section B - Biological Sciences', + 'scopus_source_record_id' => '19900193617', + 'publisher' => 'Springer Nature', + 'issn' => '2250-1746', + ), + 386 => + array ( + 'id' => 3887, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:53', + 'title' => 'Proceedings of the National Academy of Sciences of the United States of America', + 'scopus_source_record_id' => '21121', + 'publisher' => 'National Academy of Sciences', + 'issn' => '1091-6490', + ), + 387 => + array ( + 'id' => 3888, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Proceedings of the Pakistan Academy of Sciences: Part B', + 'scopus_source_record_id' => '21100902947', + 'publisher' => 'Pakistan Academy of Sciences', + 'issn' => '2518-427X', + ), + 388 => + array ( + 'id' => 3889, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Proceedings of the Royal Society B: Biological Sciences', + 'scopus_source_record_id' => '130030', + 'publisher' => 'Royal Society Publishing', + 'issn' => '1471-2954', + ), + 389 => + array ( + 'id' => 3890, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Proceedings of the Royal Society of Victoria', + 'scopus_source_record_id' => '23033', + 'publisher' => 'Royal Society of Victoria', + 'issn' => '0035-9211', + ), + 390 => + array ( + 'id' => 3891, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Proceedings of the Zoological Institute of the Russian Academy of Sciences', + 'scopus_source_record_id' => '21101040217', + 'publisher' => 'Russian Academy of Sciences, Zoological Institute', + 'issn' => '2221-3996', + ), + 391 => + array ( + 'id' => 3892, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Proceedings of the Zoological Society', + 'scopus_source_record_id' => '21100977379', + 'publisher' => 'Springer Nature', + 'issn' => '0974-6919', + ), + 392 => + array ( + 'id' => 3893, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Process Biochemistry', + 'scopus_source_record_id' => '16134', + 'publisher' => 'Elsevier', + 'issn' => '1873-3298', + ), + 393 => + array ( + 'id' => 3894, + 'created_at' => '2024-12-02 17:02:36', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Process Integration and Optimization for Sustainability', + 'scopus_source_record_id' => '21100972601', + 'publisher' => 'Springer Nature', + 'issn' => '2509-4246', + ), + 394 => + array ( + 'id' => 3895, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Process Safety and Environmental Protection', + 'scopus_source_record_id' => '13754', + 'publisher' => 'Institution of Chemical Engineers', + 'issn' => '1744-3598', + ), + 395 => + array ( + 'id' => 3896, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Production', + 'scopus_source_record_id' => '7900153109', + 'publisher' => 'Associacao Brasileira de Engenharia de Producao', + 'issn' => '1980-5411', + ), + 396 => + array ( + 'id' => 3897, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Production and Operations Management', + 'scopus_source_record_id' => '22405', + 'publisher' => 'SAGE', + 'issn' => '1937-5956', + ), + 397 => + array ( + 'id' => 3898, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:54', + 'title' => 'Production Planning and Control', + 'scopus_source_record_id' => '18658', + 'publisher' => 'Taylor & Francis', + 'issn' => '1366-5871', + ), + 398 => + array ( + 'id' => 3899, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Agricultural Engineering Sciences', + 'scopus_source_record_id' => '9500154150', + 'publisher' => 'Akademiai Kiado', + 'issn' => '1786-335X', + ), + 399 => + array ( + 'id' => 3900, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Biochemistry and Biophysics', + 'scopus_source_record_id' => '14348', + 'publisher' => 'Science China Press', + 'issn' => '1000-3282', + ), + 400 => + array ( + 'id' => 3901, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Biophysics and Molecular Biology', + 'scopus_source_record_id' => '14906', + 'publisher' => 'Elsevier', + 'issn' => '1873-1732', + ), + 401 => + array ( + 'id' => 3902, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Disaster Science', + 'scopus_source_record_id' => '21101021580', + 'publisher' => 'Elsevier', + 'issn' => '2590-0617', + ), + 402 => + array ( + 'id' => 3903, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Earth and Planetary Science', + 'scopus_source_record_id' => '21100843270', + 'publisher' => 'Springer Nature', + 'issn' => '2197-4284', + ), + 403 => + array ( + 'id' => 3904, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Heterocyclic Chemistry', + 'scopus_source_record_id' => '11400153304', + 'publisher' => 'Elsevier', + 'issn' => '0959-6380', + ), + 404 => + array ( + 'id' => 3905, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Industrial Ecology', + 'scopus_source_record_id' => '4700152709', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1478-8764', + ), + 405 => + array ( + 'id' => 3906, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Lipid Research', + 'scopus_source_record_id' => '26463', + 'publisher' => 'Elsevier', + 'issn' => '1873-2194', + ), + 406 => + array ( + 'id' => 3907, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Microbes and Molecular Biology', + 'scopus_source_record_id' => '21101094440', + 'publisher' => 'HH Publisher', + 'issn' => '2637-1049', + ), + 407 => + array ( + 'id' => 3908, + 'created_at' => '2024-12-02 17:02:37', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in molecular and subcellular biology', + 'scopus_source_record_id' => '19033', + 'publisher' => 'Springer Nature', + 'issn' => '0079-6484', + ), + 408 => + array ( + 'id' => 3909, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Molecular Biology and Translational Science', + 'scopus_source_record_id' => '17500154901', + 'publisher' => 'Elsevier', + 'issn' => '1878-0814', + ), + 409 => + array ( + 'id' => 3910, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Nuclear Magnetic Resonance Spectroscopy', + 'scopus_source_record_id' => '24085', + 'publisher' => 'Elsevier', + 'issn' => '1873-3301', + ), + 410 => + array ( + 'id' => 3911, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Oceanography', + 'scopus_source_record_id' => '28409', + 'publisher' => 'Elsevier', + 'issn' => '0079-6611', + ), + 411 => + array ( + 'id' => 3912, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Organic Coatings', + 'scopus_source_record_id' => '13261', + 'publisher' => 'Elsevier', + 'issn' => '0300-9440', + ), + 412 => + array ( + 'id' => 3913, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:55', + 'title' => 'Progress in Physical Geography', + 'scopus_source_record_id' => '12457', + 'publisher' => 'SAGE', + 'issn' => '1477-0296', + ), + 413 => + array ( + 'id' => 3914, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Progress in Plant Protection', + 'scopus_source_record_id' => '21101019778', + 'publisher' => 'Institute of Plant Protection - National Research Institute', + 'issn' => '2084-4883', + ), + 414 => + array ( + 'id' => 3915, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Progress in Polymer Science', + 'scopus_source_record_id' => '26465', + 'publisher' => 'Elsevier', + 'issn' => '0079-6700', + ), + 415 => + array ( + 'id' => 3916, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Progress in Rubber, Plastics and Recycling Technology', + 'scopus_source_record_id' => '14228', + 'publisher' => 'RAPRA Technology Ltd.', + 'issn' => '1478-2413', + ), + 416 => + array ( + 'id' => 3917, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Progress in the Chemistry of Organic Natural Products', + 'scopus_source_record_id' => '21100242623', + 'publisher' => 'Springer Nature', + 'issn' => '2192-4309', + ), + 417 => + array ( + 'id' => 3918, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Progress in Theoretical Chemistry and Physics', + 'scopus_source_record_id' => '21101087770', + 'publisher' => 'Springer Nature', + 'issn' => '2215-0129', + ), + 418 => + array ( + 'id' => 3919, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Progress on Chemistry and Application of Chitin and its Derivatives', + 'scopus_source_record_id' => '21100218382', + 'publisher' => 'Polish Chitin Society', + 'issn' => '1896-5644', + ), + 419 => + array ( + 'id' => 3920, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Propellants, Explosives, Pyrotechnics', + 'scopus_source_record_id' => '14232', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-4087', + ), + 420 => + array ( + 'id' => 3921, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Prostaglandins and Other Lipid Mediators', + 'scopus_source_record_id' => '110174', + 'publisher' => 'Elsevier', + 'issn' => '1098-8823', + ), + 421 => + array ( + 'id' => 3922, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Protection of Metals and Physical Chemistry of Surfaces', + 'scopus_source_record_id' => '21100409900', + 'publisher' => 'Pleiades Publishing', + 'issn' => '2070-206X', + ), + 422 => + array ( + 'id' => 3923, + 'created_at' => '2024-12-02 17:02:38', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Protein and Cell', + 'scopus_source_record_id' => '19600166320', + 'publisher' => 'Oxford University Press', + 'issn' => '1674-8018', + ), + 423 => + array ( + 'id' => 3924, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Protein and Peptide Letters', + 'scopus_source_record_id' => '14256', + 'publisher' => 'Bentham Science Publishers', + 'issn' => '1875-5305', + ), + 424 => + array ( + 'id' => 3925, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Protein Engineering, Design and Selection', + 'scopus_source_record_id' => '14257', + 'publisher' => 'Oxford University Press', + 'issn' => '1741-0134', + ), + 425 => + array ( + 'id' => 3926, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Protein Journal', + 'scopus_source_record_id' => '144932', + 'publisher' => 'Springer Nature', + 'issn' => '1875-8355', + ), + 426 => + array ( + 'id' => 3927, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Protein Science', + 'scopus_source_record_id' => '14280', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1469-896X', + ), + 427 => + array ( + 'id' => 3928, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Proteins: Structure, Function and Bioinformatics', + 'scopus_source_record_id' => '14283', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-0134', + ), + 428 => + array ( + 'id' => 3929, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Proteome Science', + 'scopus_source_record_id' => '14284', + 'publisher' => 'Springer Nature', + 'issn' => '1477-5956', + ), + 429 => + array ( + 'id' => 3930, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Proteomes', + 'scopus_source_record_id' => '21100836322', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2227-7382', + ), + 430 => + array ( + 'id' => 3931, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:56', + 'title' => 'Proteomics', + 'scopus_source_record_id' => '14286', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1615-9861', + ), + 431 => + array ( + 'id' => 3932, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:57', + 'title' => 'Protist', + 'scopus_source_record_id' => '13076', + 'publisher' => 'Elsevier', + 'issn' => '1618-0941', + ), + 432 => + array ( + 'id' => 3933, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:57', + 'title' => 'Protistology', + 'scopus_source_record_id' => '21100843025', + 'publisher' => 'Protozoological Society Affiliated With The Russian Academy Of Sciences', + 'issn' => '1680-0826', + ), + 433 => + array ( + 'id' => 3934, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:57', + 'title' => 'Psyche: Journal of Entomology', + 'scopus_source_record_id' => '21100203931', + 'publisher' => 'Hindawi', + 'issn' => '1687-7438', + ), + 434 => + array ( + 'id' => 3935, + 'created_at' => '2024-12-02 17:02:39', + 'updated_at' => '2024-12-02 17:18:57', + 'title' => 'Psychiatric Genetics', + 'scopus_source_record_id' => '19006', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '1473-5873', + ), + 435 => + array ( + 'id' => 3936, + 'created_at' => '2024-12-02 17:02:40', + 'updated_at' => '2024-12-02 17:18:58', + 'title' => 'Psyecology', + 'scopus_source_record_id' => '21100197358', + 'publisher' => 'SAGE', + 'issn' => '1989-9386', + ), + 436 => + array ( + 'id' => 3937, + 'created_at' => '2024-12-02 17:02:40', + 'updated_at' => '2024-12-02 17:18:58', + 'title' => 'Pteridines', + 'scopus_source_record_id' => '24086', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2195-4720', + ), + 437 => + array ( + 'id' => 3938, + 'created_at' => '2024-12-02 17:02:40', + 'updated_at' => '2024-12-02 17:18:59', + 'title' => 'Public Health Challenges', + 'scopus_source_record_id' => '21101226575', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2769-2450', + ), + 438 => + array ( + 'id' => 3939, + 'created_at' => '2024-12-02 17:02:41', + 'updated_at' => '2024-12-02 17:18:59', + 'title' => 'Public Transport', + 'scopus_source_record_id' => '19600161828', + 'publisher' => 'Springer Nature', + 'issn' => '1613-7159', + ), + 439 => + array ( + 'id' => 3940, + 'created_at' => '2024-12-02 17:02:41', + 'updated_at' => '2024-12-02 17:18:59', + 'title' => 'Publications on Ocean Development', + 'scopus_source_record_id' => '21100405645', + 'publisher' => 'Brill', + 'issn' => '0924-1922', + ), + 440 => + array ( + 'id' => 3941, + 'created_at' => '2024-12-02 17:02:41', + 'updated_at' => '2024-12-02 17:18:59', + 'title' => 'Pure and Applied Chemistry', + 'scopus_source_record_id' => '21458', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1365-3075', + ), + 441 => + array ( + 'id' => 3942, + 'created_at' => '2024-12-02 17:02:41', + 'updated_at' => '2024-12-02 17:19:00', + 'title' => 'Purinergic Signalling', + 'scopus_source_record_id' => '130009', + 'publisher' => 'Springer Nature', + 'issn' => '1573-9546', + ), + 442 => + array ( + 'id' => 3943, + 'created_at' => '2024-12-02 17:02:41', + 'updated_at' => '2024-12-02 17:19:00', + 'title' => 'Q Open', + 'scopus_source_record_id' => '21101120350', + 'publisher' => 'Oxford University Press', + 'issn' => '2633-9048', + ), + 443 => + array ( + 'id' => 3944, + 'created_at' => '2024-12-02 17:02:41', + 'updated_at' => '2024-12-02 17:19:00', + 'title' => 'Quaestiones Geographicae', + 'scopus_source_record_id' => '12465', + 'publisher' => 'Adam Mickiewicz University', + 'issn' => '2081-6383', + ), + 444 => + array ( + 'id' => 3945, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:00', + 'title' => 'Quaker Studies', + 'scopus_source_record_id' => '21100927905', + 'publisher' => 'Liverpool University Press', + 'issn' => '2397-1770', + ), + 445 => + array ( + 'id' => 3946, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:00', + 'title' => 'Quality and Reliability Engineering International', + 'scopus_source_record_id' => '19123', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1099-1638', + ), + 446 => + array ( + 'id' => 3947, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:00', + 'title' => 'Quality Technology and Quantitative Management', + 'scopus_source_record_id' => '21100198497', + 'publisher' => 'Taylor & Francis', + 'issn' => '1684-3703', + ), + 447 => + array ( + 'id' => 3948, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:00', + 'title' => 'Quantitative Biology', + 'scopus_source_record_id' => '21100853805', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2095-4697', + ), + 448 => + array ( + 'id' => 3949, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Quarterly Journal of Engineering Geology and Hydrogeology', + 'scopus_source_record_id' => '16912', + 'publisher' => 'Geological Society of London', + 'issn' => '1470-9236', + ), + 449 => + array ( + 'id' => 3950, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Quarterly Journal of the Royal Meteorological Society', + 'scopus_source_record_id' => '14082', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1477-870X', + ), + 450 => + array ( + 'id' => 3951, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Quarterly Review of Biology', + 'scopus_source_record_id' => '13093', + 'publisher' => 'University of Chicago Press', + 'issn' => '1539-7718', + ), + 451 => + array ( + 'id' => 3952, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Quaternary', + 'scopus_source_record_id' => '21101043278', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2571-550X', + ), + 452 => + array ( + 'id' => 3953, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Quaternary Geochronology', + 'scopus_source_record_id' => '7200153173', + 'publisher' => 'Elsevier', + 'issn' => '1871-1014', + ), + 453 => + array ( + 'id' => 3954, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Quaternary Research', + 'scopus_source_record_id' => '25793', + 'publisher' => 'Cambridge University Press', + 'issn' => '0033-5894', + ), + 454 => + array ( + 'id' => 3955, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Quaternary Science Advances', + 'scopus_source_record_id' => '21101067621', + 'publisher' => 'Elsevier', + 'issn' => '2666-0334', + ), + 455 => + array ( + 'id' => 3956, + 'created_at' => '2024-12-02 17:02:42', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Quaternary Science Reviews', + 'scopus_source_record_id' => '26239', + 'publisher' => 'Elsevier', + 'issn' => '0277-3791', + ), + 456 => + array ( + 'id' => 3957, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:01', + 'title' => 'Queueing Models and Service Management', + 'scopus_source_record_id' => '21101133222', + 'publisher' => 'Kaoyian Press', + 'issn' => '2616-2687', + ), + 457 => + array ( + 'id' => 3958, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:02', + 'title' => 'Queueing Systems', + 'scopus_source_record_id' => '19124', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9443', + ), + 458 => + array ( + 'id' => 3959, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:02', + 'title' => 'Quimica Nova', + 'scopus_source_record_id' => '21479', + 'publisher' => 'Sociedade Brasileira de Quimica', + 'issn' => '1678-7064', + ), + 459 => + array ( + 'id' => 3960, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:02', + 'title' => 'Radiation and Environmental Biophysics', + 'scopus_source_record_id' => '14917', + 'publisher' => 'Springer Nature', + 'issn' => '1432-2099', + ), + 460 => + array ( + 'id' => 3961, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:02', + 'title' => 'Radio Science', + 'scopus_source_record_id' => '28580', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1944-799X', + ), + 461 => + array ( + 'id' => 3962, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:02', + 'title' => 'Radiocarbon', + 'scopus_source_record_id' => '22845', + 'publisher' => 'Cambridge University Press', + 'issn' => '0033-8222', + ), + 462 => + array ( + 'id' => 3963, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'RAE Revista de Administracao de Empresas', + 'scopus_source_record_id' => '21100212700', + 'publisher' => 'Fundacao Getulio Vargas', + 'issn' => '2178-938X', + ), + 463 => + array ( + 'id' => 3964, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'Raffles Bulletin of Zoology', + 'scopus_source_record_id' => '23362', + 'publisher' => 'National University of Singapore', + 'issn' => '0217-2445', + ), + 464 => + array ( + 'id' => 3965, + 'created_at' => '2024-12-02 17:02:43', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'RAIRO - Operations Research', + 'scopus_source_record_id' => '12991', + 'publisher' => 'EDP Sciences', + 'issn' => '1290-3868', + ), + 465 => + array ( + 'id' => 3966, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'Rangeland Ecology and Management', + 'scopus_source_record_id' => '144785', + 'publisher' => 'Elsevier', + 'issn' => '1550-7424', + ), + 466 => + array ( + 'id' => 3967, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'Rangeland Journal', + 'scopus_source_record_id' => '19847', + 'publisher' => 'CSIRO', + 'issn' => '1834-7541', + ), + 467 => + array ( + 'id' => 3968, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'Rangelands', + 'scopus_source_record_id' => '68956', + 'publisher' => 'Society for Range Management', + 'issn' => '1551-501X', + ), + 468 => + array ( + 'id' => 3969, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'Rapid Communications in Mass Spectrometry', + 'scopus_source_record_id' => '24088', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-0231', + ), + 469 => + array ( + 'id' => 3970, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'RAS Techniques and Instruments', + 'scopus_source_record_id' => '21101224040', + 'publisher' => 'Oxford University Press', + 'issn' => '2752-8200', + ), + 470 => + array ( + 'id' => 3971, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'Rasayan Journal of Chemistry', + 'scopus_source_record_id' => '19400157518', + 'publisher' => 'Rasayan Journal of Chemistry, c/o Dr. Pratima Sharma', + 'issn' => '0976-0083', + ), + 471 => + array ( + 'id' => 3972, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:03', + 'title' => 'Ratarstvo i Povrtarstvo', + 'scopus_source_record_id' => '21101046168', + 'publisher' => 'Institute of Field and Vegetable Crops', + 'issn' => '2217-8392', + ), + 472 => + array ( + 'id' => 3973, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:04', + 'title' => 'Reaction Chemistry and Engineering', + 'scopus_source_record_id' => '21100842871', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2058-9883', + ), + 473 => + array ( + 'id' => 3974, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:04', + 'title' => 'Reactions', + 'scopus_source_record_id' => '21101184420', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2624-781X', + ), + 474 => + array ( + 'id' => 3975, + 'created_at' => '2024-12-02 17:02:44', + 'updated_at' => '2024-12-02 17:19:04', + 'title' => 'Reactive and Functional Polymers', + 'scopus_source_record_id' => '14240', + 'publisher' => 'Elsevier', + 'issn' => '1381-5148', + ), + 475 => + array ( + 'id' => 3976, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:04', + 'title' => 'Recoletos Multidisciplinary Research Journal', + 'scopus_source_record_id' => '21101105288', + 'publisher' => 'University of San Jose-Recoletos', + 'issn' => '2408-3755', + ), + 476 => + array ( + 'id' => 3977, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:04', + 'title' => 'Records of Natural Products', + 'scopus_source_record_id' => '17500155003', + 'publisher' => 'ACG Publications', + 'issn' => '1307-6167', + ), + 477 => + array ( + 'id' => 3978, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:04', + 'title' => 'Records of the Australian Museum', + 'scopus_source_record_id' => '85143', + 'publisher' => 'Scientific Publications', + 'issn' => '0067-1975', + ), + 478 => + array ( + 'id' => 3979, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:04', + 'title' => 'Recycling', + 'scopus_source_record_id' => '21100934090', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2313-4321', + ), + 479 => + array ( + 'id' => 3980, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Redox Biology', + 'scopus_source_record_id' => '21100242403', + 'publisher' => 'Elsevier', + 'issn' => '2213-2317', + ), + 480 => + array ( + 'id' => 3981, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Redox Report', + 'scopus_source_record_id' => '21801', + 'publisher' => 'Taylor & Francis', + 'issn' => '1743-2928', + ), + 481 => + array ( + 'id' => 3982, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Reference Series in Phytochemistry', + 'scopus_source_record_id' => '21101038672', + 'publisher' => 'Springer Nature', + 'issn' => '2511-8358', + ), + 482 => + array ( + 'id' => 3983, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Regional Environmental Change', + 'scopus_source_record_id' => '144969', + 'publisher' => 'Springer Nature', + 'issn' => '1436-378X', + ), + 483 => + array ( + 'id' => 3984, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Regional Research of Russia', + 'scopus_source_record_id' => '21100370022', + 'publisher' => 'Pleiades Publishing', + 'issn' => '2079-9713', + ), + 484 => + array ( + 'id' => 3985, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Regional Science Policy and Practice', + 'scopus_source_record_id' => '21100435556', + 'publisher' => 'Elsevier', + 'issn' => '1757-7802', + ), + 485 => + array ( + 'id' => 3986, + 'created_at' => '2024-12-02 17:02:45', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Regional Studies', + 'scopus_source_record_id' => '15143', + 'publisher' => 'Taylor & Francis', + 'issn' => '1360-0591', + ), + 486 => + array ( + 'id' => 3987, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Regional Studies in Marine Science', + 'scopus_source_record_id' => '21100390177', + 'publisher' => 'Elsevier', + 'issn' => '2352-4855', + ), + 487 => + array ( + 'id' => 3988, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Regions and Cohesion', + 'scopus_source_record_id' => '21100448230', + 'publisher' => 'Berghahn', + 'issn' => '2152-9078', + ), + 488 => + array ( + 'id' => 3989, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Register: Jurnal Ilmiah Teknologi Sistem Informasi', + 'scopus_source_record_id' => '21101037310', + 'publisher' => 'Universitas Pesantren Tinggi Darul Ulum', + 'issn' => '2502-3357', + ), + 489 => + array ( + 'id' => 3990, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:05', + 'title' => 'Regulatory Mechanisms in Biosystems', + 'scopus_source_record_id' => '21101097081', + 'publisher' => 'Oles Honchar Dnipro National University', + 'issn' => '2520-2588', + ), + 490 => + array ( + 'id' => 3991, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Reinwardtia', + 'scopus_source_record_id' => '21101018943', + 'publisher' => 'Herbarium Bogoriense, Botany Division, Research Center For Biology', + 'issn' => '2337-8824', + ), + 491 => + array ( + 'id' => 3992, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Relations. Beyond Anthropocentrism', + 'scopus_source_record_id' => '21100825858', + 'publisher' => 'LED Edizioni Universitarie', + 'issn' => '2280-9643', + ), + 492 => + array ( + 'id' => 3993, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Remediation', + 'scopus_source_record_id' => '21100220158', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1520-6831', + ), + 493 => + array ( + 'id' => 3994, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Remote Sensing', + 'scopus_source_record_id' => '86430', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2072-4292', + ), + 494 => + array ( + 'id' => 3995, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Remote Sensing and Digital Image Processing', + 'scopus_source_record_id' => '21100469658', + 'publisher' => 'Springer Nature', + 'issn' => '2215-1842', + ), + 495 => + array ( + 'id' => 3996, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Remote Sensing in Earth Systems Sciences', + 'scopus_source_record_id' => '21101107953', + 'publisher' => 'Springer Nature', + 'issn' => '2520-8209', + ), + 496 => + array ( + 'id' => 3997, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Remote Sensing in Ecology and Conservation', + 'scopus_source_record_id' => '21100820782', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2056-3485', + ), + 497 => + array ( + 'id' => 3998, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Remote Sensing Letters', + 'scopus_source_record_id' => '19700201680', + 'publisher' => 'Taylor & Francis', + 'issn' => '2150-7058', + ), + 498 => + array ( + 'id' => 3999, + 'created_at' => '2024-12-02 17:02:46', + 'updated_at' => '2024-12-02 17:19:06', + 'title' => 'Renewable Resources Journal', + 'scopus_source_record_id' => '25243', + 'publisher' => 'Renewable Natural Resources Foundation', + 'issn' => '0738-6532', + ), + 499 => + array ( + 'id' => 4000, + 'created_at' => '2024-12-02 17:02:47', + 'updated_at' => '2024-12-02 17:19:07', + 'title' => 'Reports of Biochemistry and Molecular Biology', + 'scopus_source_record_id' => '21100823603', + 'publisher' => 'Varastegan Institute for Medical Sciences', + 'issn' => '2322-3480', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 4001, + 'created_at' => '2024-12-02 17:02:47', + 'updated_at' => '2024-12-02 17:19:07', + 'title' => 'Reproduction and Breeding', + 'scopus_source_record_id' => '21101089493', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2667-0712', + ), + 1 => + array ( + 'id' => 4002, + 'created_at' => '2024-12-02 17:02:47', + 'updated_at' => '2024-12-02 17:19:07', + 'title' => 'Reproduction, Fertility and Development', + 'scopus_source_record_id' => '13544', + 'publisher' => 'CSIRO', + 'issn' => '1448-5990', + ), + 2 => + array ( + 'id' => 4003, + 'created_at' => '2024-12-02 17:02:47', + 'updated_at' => '2024-12-02 17:19:07', + 'title' => 'Research', + 'scopus_source_record_id' => '21100943285', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '2639-5274', + ), + 3 => + array ( + 'id' => 4004, + 'created_at' => '2024-12-02 17:02:47', + 'updated_at' => '2024-12-02 17:19:07', + 'title' => 'Research in Cold and Arid Regions', + 'scopus_source_record_id' => '21101175298', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2949-7302', + ), + 4 => + array ( + 'id' => 4005, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:08', + 'title' => 'Research in Globalization', + 'scopus_source_record_id' => '21101060166', + 'publisher' => 'Elsevier', + 'issn' => '2590-051X', + ), + 5 => + array ( + 'id' => 4006, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:08', + 'title' => 'Research in Microbiology', + 'scopus_source_record_id' => '20354', + 'publisher' => 'Elsevier', + 'issn' => '1769-7123', + ), + 6 => + array ( + 'id' => 4007, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:08', + 'title' => 'Research in Transportation Business and Management', + 'scopus_source_record_id' => '20500195043', + 'publisher' => 'Elsevier', + 'issn' => '2210-5395', + ), + 7 => + array ( + 'id' => 4008, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:08', + 'title' => 'Research Journal of Chemistry and Environment', + 'scopus_source_record_id' => '5300152224', + 'publisher' => 'World Researchers Associations', + 'issn' => '2278-4527', + ), + 8 => + array ( + 'id' => 4009, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Research Journal of Pharmacognosy', + 'scopus_source_record_id' => '21101041508', + 'publisher' => 'Iranian Society of Pharmacognosy', + 'issn' => '2345-5977', + ), + 9 => + array ( + 'id' => 4010, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Research on Chemical Intermediates', + 'scopus_source_record_id' => '21492', + 'publisher' => 'Springer Nature', + 'issn' => '1568-5675', + ), + 10 => + array ( + 'id' => 4011, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Research on World Agricultural Economy', + 'scopus_source_record_id' => '21101164843', + 'publisher' => 'Nan Yang Academy of Sciences Pte. Ltd', + 'issn' => '2737-4785', + ), + 11 => + array ( + 'id' => 4012, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Research Policy', + 'scopus_source_record_id' => '22900', + 'publisher' => 'Elsevier', + 'issn' => '0048-7333', + ), + 12 => + array ( + 'id' => 4013, + 'created_at' => '2024-12-02 17:02:48', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Research Results in Biomedicine', + 'scopus_source_record_id' => '21101061920', + 'publisher' => 'Belgorod State National Research University', + 'issn' => '2658-6533', + ), + 13 => + array ( + 'id' => 4014, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Resource Recovery and Reuse', + 'scopus_source_record_id' => '21100933895', + 'publisher' => 'International Water Management Institute', + 'issn' => '2478-0529', + ), + 14 => + array ( + 'id' => 4015, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Resource Recycling', + 'scopus_source_record_id' => '4000151911', + 'publisher' => 'Resource Recycling', + 'issn' => '0744-4710', + ), + 15 => + array ( + 'id' => 4016, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Resource: Engineering and Technology for Sustainable World', + 'scopus_source_record_id' => '96239', + 'publisher' => 'American Society of Agricultural and Biological Engineers', + 'issn' => '2330-0442', + ), + 16 => + array ( + 'id' => 4017, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Resources', + 'scopus_source_record_id' => '21100808642', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2079-9276', + ), + 17 => + array ( + 'id' => 4018, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Resources and Environment in the Yangtze Basin', + 'scopus_source_record_id' => '23472', + 'publisher' => 'Editorial office of Resources and Environment in the Yangtze Basin', + 'issn' => '1004-8227', + ), + 18 => + array ( + 'id' => 4019, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:09', + 'title' => 'Resources Policy', + 'scopus_source_record_id' => '110031', + 'publisher' => 'Elsevier', + 'issn' => '0301-4207', + ), + 19 => + array ( + 'id' => 4020, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:10', + 'title' => 'Resources, Environment and Sustainability', + 'scopus_source_record_id' => '21101055861', + 'publisher' => 'Elsevier', + 'issn' => '2666-9161', + ), + 20 => + array ( + 'id' => 4021, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:10', + 'title' => 'Restoration Ecology', + 'scopus_source_record_id' => '25259', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1526-100X', + ), + 21 => + array ( + 'id' => 4022, + 'created_at' => '2024-12-02 17:02:49', + 'updated_at' => '2024-12-02 17:19:10', + 'title' => 'Results in Chemistry', + 'scopus_source_record_id' => '21101024415', + 'publisher' => 'Elsevier', + 'issn' => '2211-7156', + ), + 22 => + array ( + 'id' => 4023, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Review of Environmental Economics and Policy', + 'scopus_source_record_id' => '11600153422', + 'publisher' => 'University of Chicago Press', + 'issn' => '1750-6824', + ), + 23 => + array ( + 'id' => 4024, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Review of European, Comparative and International Environmental Law', + 'scopus_source_record_id' => '21100236217', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2050-0394', + ), + 24 => + array ( + 'id' => 4025, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Review of High Pressure Science and Technology/Koatsuryoku No Kagaku To Gijutsu', + 'scopus_source_record_id' => '12579', + 'publisher' => 'Japan Society of High Pressure Science and Technology', + 'issn' => '1348-1940', + ), + 25 => + array ( + 'id' => 4026, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Review of Palaeobotany and Palynology', + 'scopus_source_record_id' => '14600', + 'publisher' => 'Elsevier', + 'issn' => '0034-6667', + ), + 26 => + array ( + 'id' => 4027, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Review of Policy Research', + 'scopus_source_record_id' => '50039', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1541-1338', + ), + 27 => + array ( + 'id' => 4028, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Reviews in Agricultural Science', + 'scopus_source_record_id' => '21100891177', + 'publisher' => 'Gifu University - United Graduate School of Agricultural Science', + 'issn' => '2187-090X', + ), + 28 => + array ( + 'id' => 4029, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Reviews in Aquaculture', + 'scopus_source_record_id' => '19900191716', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1753-5131', + ), + 29 => + array ( + 'id' => 4030, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Reviews in Environmental Science and Biotechnology', + 'scopus_source_record_id' => '16136', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9826', + ), + 30 => + array ( + 'id' => 4031, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Reviews in Fish Biology and Fisheries', + 'scopus_source_record_id' => '23366', + 'publisher' => 'Springer Nature', + 'issn' => '1573-5184', + ), + 31 => + array ( + 'id' => 4032, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Reviews in Fisheries Science and Aquaculture', + 'scopus_source_record_id' => '21100322090', + 'publisher' => 'Taylor & Francis', + 'issn' => '2330-8257', + ), + 32 => + array ( + 'id' => 4033, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:11', + 'title' => 'Reviews of Environmental Contamination and Toxicology', + 'scopus_source_record_id' => '25192', + 'publisher' => 'Springer Nature', + 'issn' => '0179-5953', + ), + 33 => + array ( + 'id' => 4034, + 'created_at' => '2024-12-02 17:02:50', + 'updated_at' => '2024-12-02 17:19:12', + 'title' => 'Reviews on Environmental Health', + 'scopus_source_record_id' => '25263', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2191-0308', + ), + 34 => + array ( + 'id' => 4035, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:12', + 'title' => 'Revista Ambiente e Agua', + 'scopus_source_record_id' => '21100239409', + 'publisher' => 'Instituto de Pesquisas Ambientais em Bacias Hidrograficas (IPABHi)', + 'issn' => '1980-993X', + ), + 35 => + array ( + 'id' => 4036, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:12', + 'title' => 'Revista Argentina de Antropologia Biologica', + 'scopus_source_record_id' => '21101034121', + 'publisher' => 'Asociacion de Antropologia Biologica Argentina', + 'issn' => '1853-6387', + ), + 36 => + array ( + 'id' => 4037, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:12', + 'title' => 'Revista Argentina de Microbiologia', + 'scopus_source_record_id' => '20365', + 'publisher' => 'Asociacion Argentina de Microbiologia', + 'issn' => '0325-7541', + ), + 37 => + array ( + 'id' => 4038, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:12', + 'title' => 'Revista Brasileira de Cartografia', + 'scopus_source_record_id' => '21101034436', + 'publisher' => 'Sociedade Brasileira de Cartografia, Geodesia, Fotogrametria e Sensoriamento Remoto', + 'issn' => '1808-0936', + ), + 38 => + array ( + 'id' => 4039, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:12', + 'title' => 'Revista Brasileira de Engenharia Agricola e Ambiental', + 'scopus_source_record_id' => '4800156203', + 'publisher' => 'Departamento de Engenharia Agricola - UFCG/Cnpq', + 'issn' => '1807-1929', + ), + 39 => + array ( + 'id' => 4040, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:12', + 'title' => 'Revista Brasileira de Meio Ambiente', + 'scopus_source_record_id' => '21101147597', + 'publisher' => 'Reativar Ambiental', + 'issn' => '2595-4431', + ), + 40 => + array ( + 'id' => 4041, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:12', + 'title' => 'Revista Brasileira de Meteorologia', + 'scopus_source_record_id' => '21100242263', + 'publisher' => 'Sociedade Brasileira de Meteorologia', + 'issn' => '1982-4351', + ), + 41 => + array ( + 'id' => 4042, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:13', + 'title' => 'Revista Brasileira de Recursos Hidricos', + 'scopus_source_record_id' => '21100810419', + 'publisher' => 'Brazilian Journal of Water Resources', + 'issn' => '2318-0331', + ), + 42 => + array ( + 'id' => 4043, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:13', + 'title' => 'Revista Brasileirade Ciencias Agrarias', + 'scopus_source_record_id' => '19900193854', + 'publisher' => 'Universidade Federal Rural de Pernambuco', + 'issn' => '1981-0997', + ), + 43 => + array ( + 'id' => 4044, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:13', + 'title' => 'Revista Caatinga', + 'scopus_source_record_id' => '19700181006', + 'publisher' => 'Universidade Federal Rural do Semi-Arid', + 'issn' => '1983-2125', + ), + 44 => + array ( + 'id' => 4045, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:13', + 'title' => 'Revista Cartografica', + 'scopus_source_record_id' => '12534', + 'publisher' => 'Pan-American Institute of Geography and History', + 'issn' => '2663-3981', + ), + 45 => + array ( + 'id' => 4046, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:13', + 'title' => 'Revista Catalana d\'Ornitologia', + 'scopus_source_record_id' => '21100197731', + 'publisher' => 'Institut Catala d\'Ornitologia', + 'issn' => '2340-3764', + ), + 46 => + array ( + 'id' => 4047, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:13', + 'title' => 'Revista Ceres', + 'scopus_source_record_id' => '82230', + 'publisher' => 'Universidade Federal de Vicosa', + 'issn' => '2177-3491', + ), + 47 => + array ( + 'id' => 4048, + 'created_at' => '2024-12-02 17:02:51', + 'updated_at' => '2024-12-02 17:19:13', + 'title' => 'Revista Ciencias Marinas y Costeras', + 'scopus_source_record_id' => '21101149189', + 'publisher' => 'Universidad Nacional', + 'issn' => '1659-407X', + ), + 48 => + array ( + 'id' => 4049, + 'created_at' => '2024-12-02 17:02:52', + 'updated_at' => '2024-12-02 17:19:13', + 'title' => 'Revista Colombiana de Ciencias Horticolas', + 'scopus_source_record_id' => '21101125516', + 'publisher' => 'Universidad Pedagogica y Tecnologica de Colombia', + 'issn' => '2422-3719', + ), + 49 => + array ( + 'id' => 4050, + 'created_at' => '2024-12-02 17:02:52', + 'updated_at' => '2024-12-02 17:19:14', + 'title' => 'Revista de Administracao Contemporanea', + 'scopus_source_record_id' => '21101089574', + 'publisher' => 'Associacao Nacional de Pos-Graduacao e Pesquisa em Administracao', + 'issn' => '1982-7849', + ), + 50 => + array ( + 'id' => 4051, + 'created_at' => '2024-12-02 17:02:52', + 'updated_at' => '2024-12-02 17:19:14', + 'title' => 'Revista de Biologia Marina y Oceanografia', + 'scopus_source_record_id' => '13565', + 'publisher' => 'Universidad de Valparaiso', + 'issn' => '0717-3326', + ), + 51 => + array ( + 'id' => 4052, + 'created_at' => '2024-12-02 17:02:52', + 'updated_at' => '2024-12-02 17:19:14', + 'title' => 'Revista de Biologia Neotropical / Journal of Neotropical Biology', + 'scopus_source_record_id' => '21101056821', + 'publisher' => 'Universidade Federal De Goias (UFG)', + 'issn' => '2178-0579', + ), + 52 => + array ( + 'id' => 4053, + 'created_at' => '2024-12-02 17:02:52', + 'updated_at' => '2024-12-02 17:19:14', + 'title' => 'Revista de Biologia Tropical', + 'scopus_source_record_id' => '13567', + 'publisher' => 'Universidad de Costa Rica', + 'issn' => '2215-2075', + ), + 53 => + array ( + 'id' => 4054, + 'created_at' => '2024-12-02 17:02:52', + 'updated_at' => '2024-12-02 17:19:14', + 'title' => 'Revista de Estudios Latinoamericanos sobre Reduccion del Riesgo de Desastres', + 'scopus_source_record_id' => '21101078229', + 'publisher' => 'Corporation for the Management and Reduction of Disaster Risk in Chile (GRID-Chile)', + 'issn' => '0719-8477', + ), + 54 => + array ( + 'id' => 4055, + 'created_at' => '2024-12-02 17:02:53', + 'updated_at' => '2024-12-02 17:19:15', + 'title' => 'Revista de Geomorfologie', + 'scopus_source_record_id' => '21101046689', + 'publisher' => 'Romanian Association of Geomorphologists', + 'issn' => '2285-6773', + ), + 55 => + array ( + 'id' => 4056, + 'created_at' => '2024-12-02 17:02:53', + 'updated_at' => '2024-12-02 17:19:15', + 'title' => 'Revista de la Academia Colombiana de Ciencias Exactas, Fisicas y Naturales', + 'scopus_source_record_id' => '21100903449', + 'publisher' => 'Colombian Academy of Exact, Physical and Natural Sciences', + 'issn' => '2382-4980', + ), + 56 => + array ( + 'id' => 4057, + 'created_at' => '2024-12-02 17:02:53', + 'updated_at' => '2024-12-02 17:19:15', + 'title' => 'Revista de la Facultad de Ciencias', + 'scopus_source_record_id' => '21101105025', + 'publisher' => 'Universidad Nacional de Colombia', + 'issn' => '2357-5549', + ), + 57 => + array ( + 'id' => 4058, + 'created_at' => '2024-12-02 17:02:53', + 'updated_at' => '2024-12-02 17:19:15', + 'title' => 'Revista de la Sociedad Entomologica Argentina', + 'scopus_source_record_id' => '21101017497', + 'publisher' => 'Sociedad Entomologica Argentina', + 'issn' => '1851-7471', + ), + 58 => + array ( + 'id' => 4059, + 'created_at' => '2024-12-02 17:02:53', + 'updated_at' => '2024-12-02 17:19:16', + 'title' => 'Revista del Jardin Botanico Nacional', + 'scopus_source_record_id' => '21100930958', + 'publisher' => 'Universidad de La Habana', + 'issn' => '2410-5546', + ), + 59 => + array ( + 'id' => 4060, + 'created_at' => '2024-12-02 17:02:54', + 'updated_at' => '2024-12-02 17:19:16', + 'title' => 'Revista Facultad Nacional de Agronomia Medellin', + 'scopus_source_record_id' => '21100798596', + 'publisher' => 'Universidad Nacional de Colombia', + 'issn' => '2248-7026', + ), + 60 => + array ( + 'id' => 4061, + 'created_at' => '2024-12-02 17:02:54', + 'updated_at' => '2024-12-02 17:19:17', + 'title' => 'Revista Iberoamericana de Micologia', + 'scopus_source_record_id' => '18256', + 'publisher' => 'Asociacion Espanola de Micologia', + 'issn' => '2173-9188', + ), + 61 => + array ( + 'id' => 4062, + 'created_at' => '2024-12-02 17:02:54', + 'updated_at' => '2024-12-02 17:19:17', + 'title' => 'Revista Interdisciplinar de Ciencia Aplicada', + 'scopus_source_record_id' => '21101178120', + 'publisher' => 'University of Caxias do Sul', + 'issn' => '2525-3824', + ), + 62 => + array ( + 'id' => 4063, + 'created_at' => '2024-12-02 17:02:54', + 'updated_at' => '2024-12-02 17:19:17', + 'title' => 'Revista Kawsaypacha: Sociedad y Medio Ambiente', + 'scopus_source_record_id' => '21101152859', + 'publisher' => 'Pontificia Universidad Catolica del Peru', + 'issn' => '2709-3689', + ), + 63 => + array ( + 'id' => 4064, + 'created_at' => '2024-12-02 17:02:54', + 'updated_at' => '2024-12-02 17:19:17', + 'title' => 'Revista Latinoamericana de Quimica', + 'scopus_source_record_id' => '21100223518', + 'publisher' => 'Laboratorios Mixim S.A. de C.V.', + 'issn' => '0370-5943', + ), + 64 => + array ( + 'id' => 4065, + 'created_at' => '2024-12-02 17:02:54', + 'updated_at' => '2024-12-02 17:19:17', + 'title' => 'Revista Materia', + 'scopus_source_record_id' => '17700155039', + 'publisher' => 'Universidade Federal do Rio de Janeiro - UFRJ', + 'issn' => '1517-7076', + ), + 65 => + array ( + 'id' => 4066, + 'created_at' => '2024-12-02 17:02:55', + 'updated_at' => '2024-12-02 17:19:17', + 'title' => 'Revista Mexicana de Ciencias Forestales', + 'scopus_source_record_id' => '21101067148', + 'publisher' => 'Instituto Nacional de Investigaciones Forestales, Agricolas y Pecuarias', + 'issn' => '2448-6671', + ), + 66 => + array ( + 'id' => 4067, + 'created_at' => '2024-12-02 17:02:55', + 'updated_at' => '2024-12-02 17:19:18', + 'title' => 'Revista Politecnica', + 'scopus_source_record_id' => '21101066985', + 'publisher' => 'Escuela Politecnica Nacional', + 'issn' => '2477-8990', + ), + 67 => + array ( + 'id' => 4068, + 'created_at' => '2024-12-02 17:02:55', + 'updated_at' => '2024-12-02 17:19:18', + 'title' => 'Revue de Paleobiologie', + 'scopus_source_record_id' => '26262', + 'publisher' => 'Museum National d\'Histoire Naturelle', + 'issn' => '0253-6730', + ), + 68 => + array ( + 'id' => 4069, + 'created_at' => '2024-12-02 17:02:56', + 'updated_at' => '2024-12-02 17:19:19', + 'title' => 'Revue d\'Elevage et de Medecine Veterinaire des Pays Tropicaux (France)', + 'scopus_source_record_id' => '18866', + 'publisher' => 'CIRAD', + 'issn' => '1951-6711', + ), + 69 => + array ( + 'id' => 4070, + 'created_at' => '2024-12-02 17:02:56', + 'updated_at' => '2024-12-02 17:19:19', + 'title' => 'Revue Europeenne d\' Economie et Management des Services', + 'scopus_source_record_id' => '21100936539', + 'publisher' => 'Editions Classiques Garnier', + 'issn' => '2555-0284', + ), + 70 => + array ( + 'id' => 4071, + 'created_at' => '2024-12-02 17:02:56', + 'updated_at' => '2024-12-02 17:19:20', + 'title' => 'Revue Roumaine de Chimie', + 'scopus_source_record_id' => '21508', + 'publisher' => 'Editions de l\'Academie Republique Populaire', + 'issn' => '0035-3930', + ), + 71 => + array ( + 'id' => 4072, + 'created_at' => '2024-12-02 17:02:56', + 'updated_at' => '2024-12-02 17:19:20', + 'title' => 'Revue Suisse de Zoologie', + 'scopus_source_record_id' => '23857', + 'publisher' => 'Museum d\'Histoire Naturelle de Geneve', + 'issn' => '0035-418X', + ), + 72 => + array ( + 'id' => 4073, + 'created_at' => '2024-12-02 17:02:57', + 'updated_at' => '2024-12-02 17:19:20', + 'title' => 'Rheedea', + 'scopus_source_record_id' => '14000156200', + 'publisher' => 'Indian Association for Angiosperm Taxonomy', + 'issn' => '0971-2313', + ), + 73 => + array ( + 'id' => 4074, + 'created_at' => '2024-12-02 17:02:57', + 'updated_at' => '2024-12-02 17:19:20', + 'title' => 'Ribarstvo, Croatian Journal of Fisheries', + 'scopus_source_record_id' => '21100297819', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1848-0586', + ), + 74 => + array ( + 'id' => 4075, + 'created_at' => '2024-12-02 17:02:57', + 'updated_at' => '2024-12-02 17:19:21', + 'title' => 'River', + 'scopus_source_record_id' => '21101196402', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2750-4867', + ), + 75 => + array ( + 'id' => 4076, + 'created_at' => '2024-12-02 17:02:57', + 'updated_at' => '2024-12-02 17:19:21', + 'title' => 'River Research and Applications', + 'scopus_source_record_id' => '18132', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1535-1467', + ), + 76 => + array ( + 'id' => 4077, + 'created_at' => '2024-12-02 17:02:57', + 'updated_at' => '2024-12-02 17:19:21', + 'title' => 'Ri-Vista', + 'scopus_source_record_id' => '21100935004', + 'publisher' => 'Firenze University Press', + 'issn' => '1724-6768', + ), + 77 => + array ( + 'id' => 4078, + 'created_at' => '2024-12-02 17:02:58', + 'updated_at' => '2024-12-02 17:19:21', + 'title' => 'Rivista Italiana delle Sostanze Grasse', + 'scopus_source_record_id' => '7700153229', + 'publisher' => 'Stazione Sperimentale per le Industrie', + 'issn' => '0035-6808', + ), + 78 => + array ( + 'id' => 4079, + 'created_at' => '2024-12-02 17:02:58', + 'updated_at' => '2024-12-02 17:19:22', + 'title' => 'Rivista Italiana di Ornitologia', + 'scopus_source_record_id' => '21101174377', + 'publisher' => 'PagePress', + 'issn' => '2385-0833', + ), + 79 => + array ( + 'id' => 4080, + 'created_at' => '2024-12-02 17:02:58', + 'updated_at' => '2024-12-02 17:19:22', + 'title' => 'RNA', + 'scopus_source_record_id' => '19017', + 'publisher' => 'Cold Spring Harbor Laboratory Press', + 'issn' => '1469-9001', + ), + 80 => + array ( + 'id' => 4081, + 'created_at' => '2024-12-02 17:02:58', + 'updated_at' => '2024-12-02 17:19:22', + 'title' => 'RNA Biology', + 'scopus_source_record_id' => '130023', + 'publisher' => 'Taylor & Francis', + 'issn' => '1555-8584', + ), + 81 => + array ( + 'id' => 4082, + 'created_at' => '2024-12-02 17:02:58', + 'updated_at' => '2024-12-02 17:19:22', + 'title' => 'RNA Technologies', + 'scopus_source_record_id' => '21101054742', + 'publisher' => 'Springer Nature', + 'issn' => '2197-9758', + ), + 82 => + array ( + 'id' => 4083, + 'created_at' => '2024-12-02 17:02:58', + 'updated_at' => '2024-12-02 17:19:22', + 'title' => 'Rock Mechanics Bulletin', + 'scopus_source_record_id' => '21101185961', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2773-2304', + ), + 83 => + array ( + 'id' => 4084, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'Rostaniha', + 'scopus_source_record_id' => '21100935005', + 'publisher' => 'Iranian Research Institute of Plant Protection', + 'issn' => '2423-6608', + ), + 84 => + array ( + 'id' => 4085, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'Royal Society Open Science', + 'scopus_source_record_id' => '21100446014', + 'publisher' => 'The Royal Society', + 'issn' => '2054-5703', + ), + 85 => + array ( + 'id' => 4086, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'RSC Advances', + 'scopus_source_record_id' => '21100199840', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2046-2069', + ), + 86 => + array ( + 'id' => 4087, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'RSC Chemical Biology', + 'scopus_source_record_id' => '21101041901', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2633-0679', + ), + 87 => + array ( + 'id' => 4088, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'RSC Energy and Environment Series', + 'scopus_source_record_id' => '21100241789', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2044-0782', + ), + 88 => + array ( + 'id' => 4089, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'RSC Green Chemistry', + 'scopus_source_record_id' => '21100298656', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1757-7047', + ), + 89 => + array ( + 'id' => 4090, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'RSC Medicinal Chemistry', + 'scopus_source_record_id' => '21100977423', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2632-8682', + ), + 90 => + array ( + 'id' => 4091, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'RSC Nanoscience and Nanotechnology', + 'scopus_source_record_id' => '21100224436', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1757-7144', + ), + 91 => + array ( + 'id' => 4092, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'RSC Sustainability', + 'scopus_source_record_id' => '21101176795', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2753-8125', + ), + 92 => + array ( + 'id' => 4093, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:23', + 'title' => 'RSC Theoretical and Computational Chemistry Series', + 'scopus_source_record_id' => '21100225807', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2041-319X', + ), + 93 => + array ( + 'id' => 4094, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Rudarsko Geolosko Naftni Zbornik', + 'scopus_source_record_id' => '101730', + 'publisher' => 'Faculty of Mining, Geology and Petroleum Engineering University of Zagreb', + 'issn' => '1849-0409', + ), + 94 => + array ( + 'id' => 4095, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Rural Sustainability Research', + 'scopus_source_record_id' => '21101032776', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2256-0939', + ), + 95 => + array ( + 'id' => 4096, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Chemical Bulletin', + 'scopus_source_record_id' => '21510', + 'publisher' => 'Springer Nature', + 'issn' => '1573-9171', + ), + 96 => + array ( + 'id' => 4097, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Chemical Reviews', + 'scopus_source_record_id' => '21511', + 'publisher' => 'Editorial Board of the Journal Uspekhi Khimii (Russian Chemical Reviews)', + 'issn' => '1468-4837', + ), + 97 => + array ( + 'id' => 4098, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Entomological Journal', + 'scopus_source_record_id' => '21100431830', + 'publisher' => 'KMK Scientific Press Ltd.', + 'issn' => '0132-8069', + ), + 98 => + array ( + 'id' => 4099, + 'created_at' => '2024-12-02 17:02:59', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Geology and Geophysics', + 'scopus_source_record_id' => '6400153109', + 'publisher' => 'Publishing House of Siberian Branch of the Russian Academy of Sciences', + 'issn' => '1068-7971', + ), + 99 => + array ( + 'id' => 4100, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Applied Chemistry', + 'scopus_source_record_id' => '14266', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3296', + ), + 100 => + array ( + 'id' => 4101, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Biological Invasions', + 'scopus_source_record_id' => '21100237215', + 'publisher' => 'Pleiades Publishing', + 'issn' => '2075-1125', + ), + 101 => + array ( + 'id' => 4102, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Bioorganic Chemistry', + 'scopus_source_record_id' => '26483', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-330X', + ), + 102 => + array ( + 'id' => 4103, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Coordination Chemistry/Koordinatsionnaya Khimiya', + 'scopus_source_record_id' => '21523', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3318', + ), + 103 => + array ( + 'id' => 4104, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Earth Sciences', + 'scopus_source_record_id' => '21100872374', + 'publisher' => 'Geophysical Center of the Russian Academy of Sciences', + 'issn' => '1681-1208', + ), + 104 => + array ( + 'id' => 4105, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Ecology', + 'scopus_source_record_id' => '25304', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3334', + ), + 105 => + array ( + 'id' => 4106, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Forest Science', + 'scopus_source_record_id' => '21100848431', + 'publisher' => 'Izdatel\'stvo Nauka', + 'issn' => '0024-1148', + ), + 106 => + array ( + 'id' => 4107, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of General Chemistry', + 'scopus_source_record_id' => '21525', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3350', + ), + 107 => + array ( + 'id' => 4108, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Genetics', + 'scopus_source_record_id' => '19021', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3369', + ), + 108 => + array ( + 'id' => 4109, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Herpetology', + 'scopus_source_record_id' => '21100316007', + 'publisher' => 'Folium Ltd', + 'issn' => '1026-2296', + ), + 109 => + array ( + 'id' => 4110, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Marine Biology', + 'scopus_source_record_id' => '13617', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3377', + ), + 110 => + array ( + 'id' => 4111, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Nematology', + 'scopus_source_record_id' => '20375', + 'publisher' => 'The Russian Society of Nematologists', + 'issn' => '0869-6918', + ), + 111 => + array ( + 'id' => 4112, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Organic Chemistry', + 'scopus_source_record_id' => '26485', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3393', + ), + 112 => + array ( + 'id' => 4113, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:24', + 'title' => 'Russian Journal of Pacific Geology', + 'scopus_source_record_id' => '6600153106', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1819-7159', + ), + 113 => + array ( + 'id' => 4114, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:25', + 'title' => 'Russian Journal of Theriology', + 'scopus_source_record_id' => '21100199833', + 'publisher' => 'KMK Scientific Press Ltd.', + 'issn' => '1682-3559', + ), + 114 => + array ( + 'id' => 4115, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:25', + 'title' => 'Russian Meteorology and Hydrology', + 'scopus_source_record_id' => '35423', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1934-8096', + ), + 115 => + array ( + 'id' => 4116, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:25', + 'title' => 'Russian Peasant Studies', + 'scopus_source_record_id' => '21101059922', + 'publisher' => 'Russian Presidental Academy of National Economy and Public Administration', + 'issn' => '2949-2564', + ), + 116 => + array ( + 'id' => 4117, + 'created_at' => '2024-12-02 17:03:00', + 'updated_at' => '2024-12-02 17:19:25', + 'title' => 'Ruthenica', + 'scopus_source_record_id' => '21100439341', + 'publisher' => 'A.N.Severtsov Institute of Ecology and Evolution of RAS', + 'issn' => '2307-7336', + ), + 117 => + array ( + 'id' => 4118, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:25', + 'title' => 'Sabrao Journal of Breeding and Genetics', + 'scopus_source_record_id' => '19800188010', + 'publisher' => 'Society for the Advancement of Breeding Researches in Asia and Oceania (SABRAO)', + 'issn' => '1029-7073', + ), + 118 => + array ( + 'id' => 4119, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:25', + 'title' => 'Sadhana - Academy Proceedings in Engineering Sciences', + 'scopus_source_record_id' => '23531', + 'publisher' => 'Springer Nature', + 'issn' => '0973-7677', + ), + 119 => + array ( + 'id' => 4120, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:25', + 'title' => 'SAE International Journal of Fuels and Lubricants', + 'scopus_source_record_id' => '19700174712', + 'publisher' => 'SAE', + 'issn' => '1946-3960', + ), + 120 => + array ( + 'id' => 4121, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:25', + 'title' => 'Safety in Extreme Environments', + 'scopus_source_record_id' => '21101226105', + 'publisher' => 'Springer Nature', + 'issn' => '2524-8189', + ), + 121 => + array ( + 'id' => 4122, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'Sains Malaysiana', + 'scopus_source_record_id' => '7700153224', + 'publisher' => 'Penerbit Universiti Kebangsaan Malaysia', + 'issn' => '0126-6039', + ), + 122 => + array ( + 'id' => 4123, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'Sains Tanah', + 'scopus_source_record_id' => '21101016524', + 'publisher' => 'Sebelas Maret University - Department of Soil Science, Faculty of Agriculture', + 'issn' => '2356-1424', + ), + 123 => + array ( + 'id' => 4124, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'Salamandra', + 'scopus_source_record_id' => '11700154610', + 'publisher' => 'Deutsche Gesellschaft fur Herpetologie, Und Terrarienkunde', + 'issn' => '0036-3375', + ), + 124 => + array ( + 'id' => 4125, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'Salud, Ciencia y Tecnologia', + 'scopus_source_record_id' => '21101131037', + 'publisher' => 'AG Editor (Argentina)', + 'issn' => '2796-9711', + ), + 125 => + array ( + 'id' => 4126, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'Salud, Ciencia y Tecnologia - Serie de Conferencias', + 'scopus_source_record_id' => '21101199899', + 'publisher' => 'Editorial Salud, Ciencia y Tecnologia', + 'issn' => '2953-4860', + ), + 126 => + array ( + 'id' => 4127, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'San Francisco Estuary and Watershed Science', + 'scopus_source_record_id' => '21100239854', + 'publisher' => 'Information Center for the Environment, University of California Davis', + 'issn' => '1546-2366', + ), + 127 => + array ( + 'id' => 4128, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'Sapienza', + 'scopus_source_record_id' => '21101215098', + 'publisher' => 'Sapienza Grupo Editorial', + 'issn' => '2675-9780', + ), + 128 => + array ( + 'id' => 4129, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'Sarhad Journal of Agriculture', + 'scopus_source_record_id' => '21100877193', + 'publisher' => 'ResearchersLinks Ltd', + 'issn' => '2224-5383', + ), + 129 => + array ( + 'id' => 4130, + 'created_at' => '2024-12-02 17:03:01', + 'updated_at' => '2024-12-02 17:19:26', + 'title' => 'Saudi Journal of Biological Sciences', + 'scopus_source_record_id' => '19400158383', + 'publisher' => 'Elsevier', + 'issn' => '1319-562X', + ), + 130 => + array ( + 'id' => 4131, + 'created_at' => '2024-12-02 17:03:02', + 'updated_at' => '2024-12-02 17:19:27', + 'title' => 'Scandinavian Journal of Laboratory Animal Science', + 'scopus_source_record_id' => '27281', + 'publisher' => 'Scandinavian Society for Laboratory Animal Science', + 'issn' => '2002-0112', + ), + 131 => + array ( + 'id' => 4132, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Sci', + 'scopus_source_record_id' => '21101126971', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2413-4155', + ), + 132 => + array ( + 'id' => 4133, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science', + 'scopus_source_record_id' => '23571', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '1095-9203', + ), + 133 => + array ( + 'id' => 4134, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science advances', + 'scopus_source_record_id' => '21100457028', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '2375-2548', + ), + 134 => + array ( + 'id' => 4135, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science and Public Policy', + 'scopus_source_record_id' => '20960', + 'publisher' => 'Oxford University Press', + 'issn' => '1471-5430', + ), + 135 => + array ( + 'id' => 4136, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science and Technologies: Oil and Oil Products Pipeline Transportation', + 'scopus_source_record_id' => '21101055860', + 'publisher' => 'Pipeline Transport Institute, LLC', + 'issn' => '2541-9595', + ), + 136 => + array ( + 'id' => 4137, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science and Technology Asia', + 'scopus_source_record_id' => '21100902543', + 'publisher' => 'Thammasat University', + 'issn' => '2586-9027', + ), + 137 => + array ( + 'id' => 4138, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science and Technology Indonesia', + 'scopus_source_record_id' => '21101040666', + 'publisher' => 'Magister Program of Material Sciences, Graduate School of Sriwijaya University', + 'issn' => '2580-4391', + ), + 138 => + array ( + 'id' => 4139, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science Bulletin', + 'scopus_source_record_id' => '21100405003', + 'publisher' => 'Elsevier', + 'issn' => '2095-9281', + ), + 139 => + array ( + 'id' => 4140, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science China Chemistry', + 'scopus_source_record_id' => '19600162011', + 'publisher' => 'Science China Press', + 'issn' => '1869-1870', + ), + 140 => + array ( + 'id' => 4141, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science China Earth Sciences', + 'scopus_source_record_id' => '19600161901', + 'publisher' => 'Science China Press', + 'issn' => '1869-1897', + ), + 141 => + array ( + 'id' => 4142, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:28', + 'title' => 'Science China Life Sciences', + 'scopus_source_record_id' => '19600162144', + 'publisher' => 'Science China Press', + 'issn' => '1869-1889', + ), + 142 => + array ( + 'id' => 4143, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science for Conservation', + 'scopus_source_record_id' => '20331', + 'publisher' => 'Department of Conservation', + 'issn' => '1173-2946', + ), + 143 => + array ( + 'id' => 4144, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science in One Health', + 'scopus_source_record_id' => '21101220778', + 'publisher' => 'Elsevier', + 'issn' => '2949-7043', + ), + 144 => + array ( + 'id' => 4145, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science of Nature', + 'scopus_source_record_id' => '21662', + 'publisher' => 'Springer Nature', + 'issn' => '1432-1904', + ), + 145 => + array ( + 'id' => 4146, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science of Remote Sensing', + 'scopus_source_record_id' => '21101170018', + 'publisher' => 'Elsevier', + 'issn' => '2666-0172', + ), + 146 => + array ( + 'id' => 4147, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science of Soil and Water Conservation', + 'scopus_source_record_id' => '21101037289', + 'publisher' => 'Editorial Board of Science of Soil and Water Conservation', + 'issn' => '2096-2673', + ), + 147 => + array ( + 'id' => 4148, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science of Synthesis', + 'scopus_source_record_id' => '21100909463', + 'publisher' => 'Thieme', + 'issn' => '2566-7297', + ), + 148 => + array ( + 'id' => 4149, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science of the Total Environment', + 'scopus_source_record_id' => '25349', + 'publisher' => 'Elsevier', + 'issn' => '1879-1026', + ), + 149 => + array ( + 'id' => 4150, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science of Tsunami Hazards', + 'scopus_source_record_id' => '12100156741', + 'publisher' => 'Tsunami Society', + 'issn' => '8755-6839', + ), + 150 => + array ( + 'id' => 4151, + 'created_at' => '2024-12-02 17:03:03', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science Progress', + 'scopus_source_record_id' => '23697', + 'publisher' => 'SAGE', + 'issn' => '2047-7163', + ), + 151 => + array ( + 'id' => 4152, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science Signaling', + 'scopus_source_record_id' => '11300153721', + 'publisher' => 'American Association for the Advancement of Science', + 'issn' => '1937-9145', + ), + 152 => + array ( + 'id' => 4153, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science, Engineering and Health Studies', + 'scopus_source_record_id' => '21100934560', + 'publisher' => 'Silpakorn University', + 'issn' => '2630-0087', + ), + 153 => + array ( + 'id' => 4154, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Science, Technology and Society', + 'scopus_source_record_id' => '23716', + 'publisher' => 'SAGE', + 'issn' => '0973-0796', + ), + 154 => + array ( + 'id' => 4155, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'ScienceAsia', + 'scopus_source_record_id' => '4000151817', + 'publisher' => 'Science Society of Thailand under Royal Patronage', + 'issn' => '1513-1874', + ), + 155 => + array ( + 'id' => 4156, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'SciEnggJ', + 'scopus_source_record_id' => '21101121572', + 'publisher' => 'Philippine-American Academy of Science and Engineering', + 'issn' => '2799-189X', + ), + 156 => + array ( + 'id' => 4157, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Scientia Agriculturae Bohemica', + 'scopus_source_record_id' => '21100201998', + 'publisher' => 'Czech University of Life Sciences Prague', + 'issn' => '1805-9430', + ), + 157 => + array ( + 'id' => 4158, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Scientia Iranica', + 'scopus_source_record_id' => '24196', + 'publisher' => 'Sharif University of Technology', + 'issn' => '2345-3605', + ), + 158 => + array ( + 'id' => 4159, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:29', + 'title' => 'Scientia Marina', + 'scopus_source_record_id' => '28430', + 'publisher' => 'CSIC Consejo Superior de Investigaciones Cientificas', + 'issn' => '1886-8134', + ), + 159 => + array ( + 'id' => 4160, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scientific African', + 'scopus_source_record_id' => '21100904987', + 'publisher' => 'Elsevier', + 'issn' => '2468-2276', + ), + 160 => + array ( + 'id' => 4161, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scientific American', + 'scopus_source_record_id' => '24197', + 'publisher' => 'Scientific American Inc.', + 'issn' => '1946-7087', + ), + 161 => + array ( + 'id' => 4162, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scientific Culture', + 'scopus_source_record_id' => '21101061822', + 'publisher' => 'Henan University', + 'issn' => '2407-9529', + ), + 162 => + array ( + 'id' => 4163, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scientific Journal of King Faisal University Basic and Applied Sciences', + 'scopus_source_record_id' => '19700187504', + 'publisher' => 'King Faisal University', + 'issn' => '1658-0311', + ), + 163 => + array ( + 'id' => 4164, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scientific Online Letters on the Atmosphere', + 'scopus_source_record_id' => '5600152714', + 'publisher' => 'Meteorological Society of Japan', + 'issn' => '1349-6476', + ), + 164 => + array ( + 'id' => 4165, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scientific Reports', + 'scopus_source_record_id' => '21100200805', + 'publisher' => 'Springer Nature', + 'issn' => '2045-2322', + ), + 165 => + array ( + 'id' => 4166, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scientific World Journal', + 'scopus_source_record_id' => '24219', + 'publisher' => 'Hindawi', + 'issn' => '1537-744X', + ), + 166 => + array ( + 'id' => 4167, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scientifica', + 'scopus_source_record_id' => '21100812104', + 'publisher' => 'Hindawi', + 'issn' => '2090-908X', + ), + 167 => + array ( + 'id' => 4168, + 'created_at' => '2024-12-02 17:03:04', + 'updated_at' => '2024-12-02 17:19:30', + 'title' => 'Scopus: Journal of East African Ornithology', + 'scopus_source_record_id' => '21100206210', + 'publisher' => 'Nature Kenya: The East Africa Natural History Society', + 'issn' => '2313-1799', + ), + 168 => + array ( + 'id' => 4169, + 'created_at' => '2024-12-02 17:03:05', + 'updated_at' => '2024-12-02 17:19:31', + 'title' => 'Seeds', + 'scopus_source_record_id' => '21101245201', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2674-1024', + ), + 169 => + array ( + 'id' => 4170, + 'created_at' => '2024-12-02 17:03:05', + 'updated_at' => '2024-12-02 17:19:31', + 'title' => 'Sel\'skokhozyaistvennaya Biologiya', + 'scopus_source_record_id' => '21100415616', + 'publisher' => 'Russian Academy of Agricultural Sciences', + 'issn' => '2313-4836', + ), + 170 => + array ( + 'id' => 4171, + 'created_at' => '2024-12-02 17:03:05', + 'updated_at' => '2024-12-02 17:19:32', + 'title' => 'SEMA SIMAI Springer Series', + 'scopus_source_record_id' => '21100834919', + 'publisher' => 'Springer Nature', + 'issn' => '2199-305X', + ), + 171 => + array ( + 'id' => 4172, + 'created_at' => '2024-12-02 17:03:05', + 'updated_at' => '2024-12-02 17:19:32', + 'title' => 'Semina:Ciencias Agrarias', + 'scopus_source_record_id' => '19900191941', + 'publisher' => 'Universidade Estadual de Londrina', + 'issn' => '1679-0359', + ), + 172 => + array ( + 'id' => 4173, + 'created_at' => '2024-12-02 17:03:06', + 'updated_at' => '2024-12-02 17:19:33', + 'title' => 'Sensors', + 'scopus_source_record_id' => '130124', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '1424-8220', + ), + 173 => + array ( + 'id' => 4174, + 'created_at' => '2024-12-02 17:03:06', + 'updated_at' => '2024-12-02 17:19:33', + 'title' => 'Sensors and Diagnostics', + 'scopus_source_record_id' => '21101173029', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '2635-0998', + ), + 174 => + array ( + 'id' => 4175, + 'created_at' => '2024-12-02 17:03:06', + 'updated_at' => '2024-12-02 17:19:33', + 'title' => 'Sensors International', + 'scopus_source_record_id' => '21101081676', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-3511', + ), + 175 => + array ( + 'id' => 4176, + 'created_at' => '2024-12-02 17:03:06', + 'updated_at' => '2024-12-02 17:19:33', + 'title' => 'Separation Science and Technology', + 'scopus_source_record_id' => '24515', + 'publisher' => 'Taylor & Francis', + 'issn' => '1520-5754', + ), + 176 => + array ( + 'id' => 4177, + 'created_at' => '2024-12-02 17:03:06', + 'updated_at' => '2024-12-02 17:19:33', + 'title' => 'Serangga', + 'scopus_source_record_id' => '21100850512', + 'publisher' => 'Penerbit Universiti Kebangsaan Malaysia', + 'issn' => '1394-5130', + ), + 177 => + array ( + 'id' => 4178, + 'created_at' => '2024-12-02 17:03:06', + 'updated_at' => '2024-12-02 17:19:33', + 'title' => 'Series on Concrete and Applicable Mathematics', + 'scopus_source_record_id' => '21100823806', + 'publisher' => 'World Scientific', + 'issn' => '1793-1142', + ), + 178 => + array ( + 'id' => 4179, + 'created_at' => '2024-12-02 17:03:06', + 'updated_at' => '2024-12-02 17:19:33', + 'title' => 'Service Science', + 'scopus_source_record_id' => '21100830431', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '2164-3970', + ), + 179 => + array ( + 'id' => 4180, + 'created_at' => '2024-12-02 17:03:07', + 'updated_at' => '2024-12-02 17:19:34', + 'title' => 'SHILAP Revista de lepidopterologia', + 'scopus_source_record_id' => '19400157212', + 'publisher' => 'Sociedad Hispano-Luso-Americana Lepidopterologia-Shilap', + 'issn' => '0300-5267', + ), + 180 => + array ( + 'id' => 4181, + 'created_at' => '2024-12-02 17:03:07', + 'updated_at' => '2024-12-02 17:19:34', + 'title' => 'Siberian Journal of Life Sciences and Agriculture', + 'scopus_source_record_id' => '21101038707', + 'publisher' => 'Science and Innovation Center Publishing House', + 'issn' => '2658-6657', + ), + 181 => + array ( + 'id' => 4182, + 'created_at' => '2024-12-02 17:03:07', + 'updated_at' => '2024-12-02 17:19:35', + 'title' => 'Sibirskij Nauchnyj Medicinskij Zhurnal', + 'scopus_source_record_id' => '21101126135', + 'publisher' => 'Institute of Cytology and Genetics of Siberian Branch of the Russian Academy of Sciences', + 'issn' => '2410-2520', + ), + 182 => + array ( + 'id' => 4183, + 'created_at' => '2024-12-02 17:03:08', + 'updated_at' => '2024-12-02 17:19:35', + 'title' => 'Signal Transduction and Targeted Therapy', + 'scopus_source_record_id' => '21100888816', + 'publisher' => 'Springer Nature', + 'issn' => '2059-3635', + ), + 183 => + array ( + 'id' => 4184, + 'created_at' => '2024-12-02 17:03:08', + 'updated_at' => '2024-12-02 17:19:35', + 'title' => 'Silva Fennica', + 'scopus_source_record_id' => '23655', + 'publisher' => 'Finnish Society of Forest Science', + 'issn' => '2242-4075', + ), + 184 => + array ( + 'id' => 4185, + 'created_at' => '2024-12-02 17:03:08', + 'updated_at' => '2024-12-02 17:19:35', + 'title' => 'Silva Gabreta', + 'scopus_source_record_id' => '21100981177', + 'publisher' => 'Sprava Narodniho parku sumava', + 'issn' => '1211-7420', + ), + 185 => + array ( + 'id' => 4186, + 'created_at' => '2024-12-02 17:03:08', + 'updated_at' => '2024-12-02 17:19:35', + 'title' => 'Silvae Genetica', + 'scopus_source_record_id' => '17232', + 'publisher' => 'J.D. Sauerlander Verlag', + 'issn' => '0037-5349', + ), + 186 => + array ( + 'id' => 4187, + 'created_at' => '2024-12-02 17:03:08', + 'updated_at' => '2024-12-02 17:19:35', + 'title' => 'Skeletal Muscle', + 'scopus_source_record_id' => '21100203714', + 'publisher' => 'Springer Nature', + 'issn' => '2044-5040', + ), + 187 => + array ( + 'id' => 4188, + 'created_at' => '2024-12-02 17:03:08', + 'updated_at' => '2024-12-02 17:19:36', + 'title' => 'SLAS Discovery', + 'scopus_source_record_id' => '21100814023', + 'publisher' => 'Society for Laboratory Automation and Screening (SLAS)', + 'issn' => '2472-5560', + ), + 188 => + array ( + 'id' => 4189, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:36', + 'title' => 'Small', + 'scopus_source_record_id' => '3200147828', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1613-6829', + ), + 189 => + array ( + 'id' => 4190, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:36', + 'title' => 'Small GTPases', + 'scopus_source_record_id' => '19700188345', + 'publisher' => 'Taylor & Francis', + 'issn' => '2154-1256', + ), + 190 => + array ( + 'id' => 4191, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'Small Methods', + 'scopus_source_record_id' => '21100924211', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2366-9608', + ), + 191 => + array ( + 'id' => 4192, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'Small Structures', + 'scopus_source_record_id' => '21101185512', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2688-4062', + ), + 192 => + array ( + 'id' => 4193, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'Smart Agricultural Technology', + 'scopus_source_record_id' => '21101111783', + 'publisher' => 'Elsevier', + 'issn' => '2772-3755', + ), + 193 => + array ( + 'id' => 4194, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'Smart Agriculture', + 'scopus_source_record_id' => '21101061461', + 'publisher' => 'Chinese Academy of Agricultural Sciences', + 'issn' => '2096-8094', + ), + 194 => + array ( + 'id' => 4195, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'Smart Energy', + 'scopus_source_record_id' => '21101074923', + 'publisher' => 'Elsevier', + 'issn' => '2666-9552', + ), + 195 => + array ( + 'id' => 4196, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'Smart Innovation, Systems and Technologies', + 'scopus_source_record_id' => '21100204111', + 'publisher' => 'Springer Nature', + 'issn' => '2190-3026', + ), + 196 => + array ( + 'id' => 4197, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'Smart Science', + 'scopus_source_record_id' => '21100824682', + 'publisher' => 'Taylor & Francis', + 'issn' => '2308-0477', + ), + 197 => + array ( + 'id' => 4198, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'SmartMat', + 'scopus_source_record_id' => '21101172088', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2688-819X', + ), + 198 => + array ( + 'id' => 4199, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'SOCAR Proceedings', + 'scopus_source_record_id' => '5800184384', + 'publisher' => 'Oil Gas Scientific Research Project Institute', + 'issn' => '2218-8622', + ), + 199 => + array ( + 'id' => 4200, + 'created_at' => '2024-12-02 17:03:09', + 'updated_at' => '2024-12-02 17:19:37', + 'title' => 'Social Enterprise Journal', + 'scopus_source_record_id' => '21100898050', + 'publisher' => 'Emerald Publishing', + 'issn' => '1750-8533', + ), + 200 => + array ( + 'id' => 4201, + 'created_at' => '2024-12-02 17:03:10', + 'updated_at' => '2024-12-02 17:19:38', + 'title' => 'Social Sciences and Humanities Open', + 'scopus_source_record_id' => '21101142603', + 'publisher' => 'Elsevier', + 'issn' => '2590-2911', + ), + 201 => + array ( + 'id' => 4202, + 'created_at' => '2024-12-02 17:03:10', + 'updated_at' => '2024-12-02 17:19:38', + 'title' => 'Society and Natural Resources', + 'scopus_source_record_id' => '25822', + 'publisher' => 'Taylor & Francis', + 'issn' => '1521-0723', + ), + 202 => + array ( + 'id' => 4203, + 'created_at' => '2024-12-02 17:03:10', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Socio-Economic Planning Sciences', + 'scopus_source_record_id' => '18291', + 'publisher' => 'Elsevier', + 'issn' => '0038-0121', + ), + 203 => + array ( + 'id' => 4204, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soft Materials', + 'scopus_source_record_id' => '24865', + 'publisher' => 'Taylor & Francis', + 'issn' => '1539-4468', + ), + 204 => + array ( + 'id' => 4205, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soft Matter', + 'scopus_source_record_id' => '145691', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1744-6848', + ), + 205 => + array ( + 'id' => 4206, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil and Environment', + 'scopus_source_record_id' => '19700188209', + 'publisher' => 'Soil Science Society of Pakistan', + 'issn' => '2075-1141', + ), + 206 => + array ( + 'id' => 4207, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil and Environmental Health', + 'scopus_source_record_id' => '21101196047', + 'publisher' => 'Elsevier', + 'issn' => '2949-9194', + ), + 207 => + array ( + 'id' => 4208, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil and Sediment Contamination', + 'scopus_source_record_id' => '24512', + 'publisher' => 'Taylor & Francis', + 'issn' => '1549-7887', + ), + 208 => + array ( + 'id' => 4209, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil and Water Research', + 'scopus_source_record_id' => '5300152718', + 'publisher' => 'Czech Academy of Agricultural Sciences', + 'issn' => '1805-9384', + ), + 209 => + array ( + 'id' => 4210, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil Biology and Biochemistry', + 'scopus_source_record_id' => '14802', + 'publisher' => 'Elsevier', + 'issn' => '0038-0717', + ), + 210 => + array ( + 'id' => 4211, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil Ecology Letters', + 'scopus_source_record_id' => '21101046232', + 'publisher' => 'Higher Education Press', + 'issn' => '2662-2297', + ), + 211 => + array ( + 'id' => 4212, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil Mechanics and Foundation Engineering', + 'scopus_source_record_id' => '17390', + 'publisher' => 'Springer Nature', + 'issn' => '1573-9279', + ), + 212 => + array ( + 'id' => 4213, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil Research', + 'scopus_source_record_id' => '19700201636', + 'publisher' => 'CSIRO', + 'issn' => '1838-6768', + ), + 213 => + array ( + 'id' => 4214, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil Science Annual', + 'scopus_source_record_id' => '21100782674', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2300-4975', + ), + 214 => + array ( + 'id' => 4215, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:39', + 'title' => 'Soil Use and Management', + 'scopus_source_record_id' => '36538', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1475-2743', + ), + 215 => + array ( + 'id' => 4216, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solar Energy Advances', + 'scopus_source_record_id' => '21101170020', + 'publisher' => 'Elsevier', + 'issn' => '2667-1131', + ), + 216 => + array ( + 'id' => 4217, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solar-Terrestrial Physics', + 'scopus_source_record_id' => '21100944559', + 'publisher' => 'Academic Publishing Center INFRA - M', + 'issn' => '2500-0535', + ), + 217 => + array ( + 'id' => 4218, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solid Fuel Chemistry', + 'scopus_source_record_id' => '14295', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1934-8029', + ), + 218 => + array ( + 'id' => 4219, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solid State Communications', + 'scopus_source_record_id' => '29886', + 'publisher' => 'Elsevier', + 'issn' => '0038-1098', + ), + 219 => + array ( + 'id' => 4220, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solid State Ionics', + 'scopus_source_record_id' => '29887', + 'publisher' => 'Elsevier', + 'issn' => '0167-2738', + ), + 220 => + array ( + 'id' => 4221, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solid State Nuclear Magnetic Resonance', + 'scopus_source_record_id' => '24517', + 'publisher' => 'Elsevier', + 'issn' => '1527-3326', + ), + 221 => + array ( + 'id' => 4222, + 'created_at' => '2024-12-02 17:03:11', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solid State Sciences', + 'scopus_source_record_id' => '25326', + 'publisher' => 'Elsevier', + 'issn' => '1293-2558', + ), + 222 => + array ( + 'id' => 4223, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solids', + 'scopus_source_record_id' => '21101184423', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-6497', + ), + 223 => + array ( + 'id' => 4224, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solvent Extraction and Ion Exchange', + 'scopus_source_record_id' => '24528', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-2262', + ), + 224 => + array ( + 'id' => 4225, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Solvent Extraction Research and Development, Japan', + 'scopus_source_record_id' => '21101184779', + 'publisher' => 'Japan Association of Solvent Extraction', + 'issn' => '2188-4765', + ), + 225 => + array ( + 'id' => 4226, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'Songklanakarin Journal of Science and Technology', + 'scopus_source_record_id' => '3900148502', + 'publisher' => 'Prince of Songkla University', + 'issn' => '0125-3395', + ), + 226 => + array ( + 'id' => 4227, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'SORT', + 'scopus_source_record_id' => '14054', + 'publisher' => 'Institut d\'Estadistica de Catalunya', + 'issn' => '2013-8830', + ), + 227 => + array ( + 'id' => 4228, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'South African Journal of Agricultural Extension', + 'scopus_source_record_id' => '21101121576', + 'publisher' => 'South African Society for Agricultural Extension (SASAE)', + 'issn' => '2413-3221', + ), + 228 => + array ( + 'id' => 4229, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'South African Journal of Chemistry', + 'scopus_source_record_id' => '21544', + 'publisher' => 'Bureau for Scientific Publications', + 'issn' => '0379-4350', + ), + 229 => + array ( + 'id' => 4230, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:40', + 'title' => 'South African Journal of Plant and Soil', + 'scopus_source_record_id' => '37775', + 'publisher' => 'Taylor & Francis', + 'issn' => '0257-1862', + ), + 230 => + array ( + 'id' => 4231, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:41', + 'title' => 'South American Journal of Herpetology', + 'scopus_source_record_id' => '21100332432', + 'publisher' => 'Sociedade Brasileira de Herpetologia', + 'issn' => '1982-355X', + ), + 231 => + array ( + 'id' => 4232, + 'created_at' => '2024-12-02 17:03:12', + 'updated_at' => '2024-12-02 17:19:41', + 'title' => 'South of Russia: Ecology, Development', + 'scopus_source_record_id' => '21100869498', + 'publisher' => 'Kamerton', + 'issn' => '2413-0958', + ), + 232 => + array ( + 'id' => 4233, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:41', + 'title' => 'Southeastern Geographer', + 'scopus_source_record_id' => '13104', + 'publisher' => 'University of North Carolina Press', + 'issn' => '1549-6929', + ), + 233 => + array ( + 'id' => 4234, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:41', + 'title' => 'Southeastern Naturalist', + 'scopus_source_record_id' => '130187', + 'publisher' => 'Humboldt Field Research Institute', + 'issn' => '1528-7092', + ), + 234 => + array ( + 'id' => 4235, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:41', + 'title' => 'Southeastern Philippines Journal of Research and Development', + 'scopus_source_record_id' => '21101183723', + 'publisher' => 'University of Southeastern Philippines', + 'issn' => '2718-9201', + ), + 235 => + array ( + 'id' => 4236, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:41', + 'title' => 'Southern African Geographical Journal', + 'scopus_source_record_id' => '13097', + 'publisher' => 'Taylor & Francis', + 'issn' => '2151-2418', + ), + 236 => + array ( + 'id' => 4237, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:41', + 'title' => 'Southern African Journal of Environmental Education', + 'scopus_source_record_id' => '21101213851', + 'publisher' => 'EEASA, Environmental Learning Research Centre, Department of Education, Rhodes University', + 'issn' => '2411-5959', + ), + 237 => + array ( + 'id' => 4238, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:41', + 'title' => 'Southwestern Entomologist', + 'scopus_source_record_id' => '21584', + 'publisher' => 'Southwestern Entomological Society', + 'issn' => '0147-1724', + ), + 238 => + array ( + 'id' => 4239, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:42', + 'title' => 'South-Western Journal of Horticulture, Biology and Environment', + 'scopus_source_record_id' => '21100790117', + 'publisher' => 'Editura Universitaria Craiova', + 'issn' => '2068-7958', + ), + 239 => + array ( + 'id' => 4240, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:42', + 'title' => 'Southwestern Naturalist', + 'scopus_source_record_id' => '24895', + 'publisher' => 'Southwestern Association of Naturalists', + 'issn' => '1943-6262', + ), + 240 => + array ( + 'id' => 4241, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:42', + 'title' => 'Sovremennye Tehnologii v Medicine', + 'scopus_source_record_id' => '21100226998', + 'publisher' => 'Privolzhsky Research Medical University', + 'issn' => '2309-995X', + ), + 241 => + array ( + 'id' => 4242, + 'created_at' => '2024-12-02 17:03:13', + 'updated_at' => '2024-12-02 17:19:42', + 'title' => 'Space Weather', + 'scopus_source_record_id' => '4000151603', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1542-7390', + ), + 242 => + array ( + 'id' => 4243, + 'created_at' => '2024-12-02 17:03:14', + 'updated_at' => '2024-12-02 17:19:42', + 'title' => 'Spatial Economic Analysis', + 'scopus_source_record_id' => '7100153133', + 'publisher' => 'Taylor & Francis', + 'issn' => '1742-1780', + ), + 243 => + array ( + 'id' => 4244, + 'created_at' => '2024-12-02 17:03:14', + 'updated_at' => '2024-12-02 17:19:42', + 'title' => 'Spatial Statistics', + 'scopus_source_record_id' => '21100206605', + 'publisher' => 'Elsevier', + 'issn' => '2211-6753', + ), + 244 => + array ( + 'id' => 4245, + 'created_at' => '2024-12-02 17:03:14', + 'updated_at' => '2024-12-02 17:19:43', + 'title' => 'Speciality Petrochemicals', + 'scopus_source_record_id' => '144795', + 'publisher' => 'SINOPEC', + 'issn' => '1003-9384', + ), + 245 => + array ( + 'id' => 4246, + 'created_at' => '2024-12-02 17:03:14', + 'updated_at' => '2024-12-02 17:19:43', + 'title' => 'Species Diversity', + 'scopus_source_record_id' => '21100814513', + 'publisher' => 'Japanese Society of Systematic Zoology', + 'issn' => '1342-1670', + ), + 246 => + array ( + 'id' => 4247, + 'created_at' => '2024-12-02 17:03:14', + 'updated_at' => '2024-12-02 17:19:43', + 'title' => 'Sport Management Review', + 'scopus_source_record_id' => '12100156754', + 'publisher' => 'Taylor & Francis', + 'issn' => '1441-3523', + ), + 247 => + array ( + 'id' => 4248, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:43', + 'title' => 'Springer Climate', + 'scopus_source_record_id' => '21100913594', + 'publisher' => 'Springer Nature', + 'issn' => '2352-0701', + ), + 248 => + array ( + 'id' => 4249, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:43', + 'title' => 'Springer Geography', + 'scopus_source_record_id' => '21100874742', + 'publisher' => 'Springer Nature', + 'issn' => '2194-3168', + ), + 249 => + array ( + 'id' => 4250, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:43', + 'title' => 'Springer Geology', + 'scopus_source_record_id' => '21100913580', + 'publisher' => 'Springer Nature', + 'issn' => '2197-9553', + ), + 250 => + array ( + 'id' => 4251, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Springer Handbooks', + 'scopus_source_record_id' => '21100936616', + 'publisher' => 'Springer Nature', + 'issn' => '2522-8706', + ), + 251 => + array ( + 'id' => 4252, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Springer Polar Sciences', + 'scopus_source_record_id' => '21101151842', + 'publisher' => 'Springer Nature', + 'issn' => '2510-0483', + ), + 252 => + array ( + 'id' => 4253, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Springer Proceedings in Earth and Environmental Sciences', + 'scopus_source_record_id' => '21101077472', + 'publisher' => 'Springer Nature', + 'issn' => '2524-3438', + ), + 253 => + array ( + 'id' => 4254, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Springer Series in Operations Research and Financial Engineering', + 'scopus_source_record_id' => '21101032632', + 'publisher' => 'Springer Nature', + 'issn' => '2197-1773', + ), + 254 => + array ( + 'id' => 4255, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Springer Series in Supply Chain Management', + 'scopus_source_record_id' => '21101065164', + 'publisher' => 'Springer Nature', + 'issn' => '2365-6409', + ), + 255 => + array ( + 'id' => 4256, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Springer Water', + 'scopus_source_record_id' => '21101065517', + 'publisher' => 'Springer Nature', + 'issn' => '2364-8198', + ), + 256 => + array ( + 'id' => 4257, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'SpringerBriefs in Materials', + 'scopus_source_record_id' => '21101083780', + 'publisher' => 'Springer Nature', + 'issn' => '2192-1105', + ), + 257 => + array ( + 'id' => 4258, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Squalen Bulletin of Marine and Fisheries Postharvest and Biotechnology', + 'scopus_source_record_id' => '21100945961', + 'publisher' => 'Research and Development Center for Marine and Fisheries Product Processing and Biotechnology', + 'issn' => '2406-9272', + ), + 258 => + array ( + 'id' => 4259, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Staps', + 'scopus_source_record_id' => '17600155045', + 'publisher' => 'De Boeck', + 'issn' => '1782-1568', + ), + 259 => + array ( + 'id' => 4260, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'STAR Protocols', + 'scopus_source_record_id' => '21101038828', + 'publisher' => 'Elsevier', + 'issn' => '2666-1667', + ), + 260 => + array ( + 'id' => 4261, + 'created_at' => '2024-12-02 17:03:15', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'Starch/Staerke', + 'scopus_source_record_id' => '26489', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1521-379X', + ), + 261 => + array ( + 'id' => 4262, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:44', + 'title' => 'State Crime Journal', + 'scopus_source_record_id' => '21100894876', + 'publisher' => 'Pluto Journals', + 'issn' => '2046-6056', + ), + 262 => + array ( + 'id' => 4263, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:45', + 'title' => 'Statistical Applications in Genetics and Molecular Biology', + 'scopus_source_record_id' => '19039', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1544-6115', + ), + 263 => + array ( + 'id' => 4264, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:45', + 'title' => 'Statistics in Biosciences', + 'scopus_source_record_id' => '19400158517', + 'publisher' => 'Springer Nature', + 'issn' => '1867-1772', + ), + 264 => + array ( + 'id' => 4265, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:45', + 'title' => 'STEAM-H: Science, Technology, Engineering, Agriculture, Mathematics and Health', + 'scopus_source_record_id' => '21101041995', + 'publisher' => 'Springer Nature', + 'issn' => '2520-1948', + ), + 265 => + array ( + 'id' => 4266, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:46', + 'title' => 'Stem Cell Investigation', + 'scopus_source_record_id' => '21100784450', + 'publisher' => 'AME Publishing Company', + 'issn' => '2306-9759', + ), + 266 => + array ( + 'id' => 4267, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:46', + 'title' => 'Stem Cell Reports', + 'scopus_source_record_id' => '21100248838', + 'publisher' => 'Elsevier', + 'issn' => '2213-6711', + ), + 267 => + array ( + 'id' => 4268, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:46', + 'title' => 'Stem Cell Research and Therapy', + 'scopus_source_record_id' => '19700201524', + 'publisher' => 'Springer Nature', + 'issn' => '1757-6512', + ), + 268 => + array ( + 'id' => 4269, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:46', + 'title' => 'Stem Cells International', + 'scopus_source_record_id' => '19900191989', + 'publisher' => 'Hindawi', + 'issn' => '1687-9678', + ), + 269 => + array ( + 'id' => 4270, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:46', + 'title' => 'Steroids', + 'scopus_source_record_id' => '14805', + 'publisher' => 'Elsevier', + 'issn' => '1878-5867', + ), + 270 => + array ( + 'id' => 4271, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:46', + 'title' => 'Stilt', + 'scopus_source_record_id' => '21100208016', + 'publisher' => 'Australasian Wader Studies Group', + 'issn' => '0726-1888', + ), + 271 => + array ( + 'id' => 4272, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:46', + 'title' => 'Stochastic Environmental Research and Risk Assessment', + 'scopus_source_record_id' => '19010', + 'publisher' => 'Springer Nature', + 'issn' => '1436-3259', + ), + 272 => + array ( + 'id' => 4273, + 'created_at' => '2024-12-02 17:03:16', + 'updated_at' => '2024-12-02 17:19:46', + 'title' => 'Stochastic Systems', + 'scopus_source_record_id' => '21101021638', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '1946-5238', + ), + 273 => + array ( + 'id' => 4274, + 'created_at' => '2024-12-02 17:03:17', + 'updated_at' => '2024-12-02 17:19:47', + 'title' => 'Strategic Planning for Energy and the Environment', + 'scopus_source_record_id' => '27652', + 'publisher' => 'Taylor & Francis', + 'issn' => '1546-0126', + ), + 274 => + array ( + 'id' => 4275, + 'created_at' => '2024-12-02 17:03:17', + 'updated_at' => '2024-12-02 17:19:47', + 'title' => 'Strategies and Tactics in Organic Synthesis', + 'scopus_source_record_id' => '19700180781', + 'publisher' => 'Elsevier', + 'issn' => '1874-6004', + ), + 275 => + array ( + 'id' => 4276, + 'created_at' => '2024-12-02 17:03:17', + 'updated_at' => '2024-12-02 17:19:47', + 'title' => 'Strategy Science', + 'scopus_source_record_id' => '21101041823', + 'publisher' => 'INFORMS Institute for Operations Research and the Management Sciences', + 'issn' => '2333-2077', + ), + 276 => + array ( + 'id' => 4277, + 'created_at' => '2024-12-02 17:03:17', + 'updated_at' => '2024-12-02 17:19:47', + 'title' => 'Stress Biology', + 'scopus_source_record_id' => '21101151574', + 'publisher' => 'Springer Nature', + 'issn' => '2731-0450', + ), + 277 => + array ( + 'id' => 4278, + 'created_at' => '2024-12-02 17:03:17', + 'updated_at' => '2024-12-02 17:19:47', + 'title' => 'Stresses', + 'scopus_source_record_id' => '21101198454', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-7140', + ), + 278 => + array ( + 'id' => 4279, + 'created_at' => '2024-12-02 17:03:17', + 'updated_at' => '2024-12-02 17:19:47', + 'title' => 'Structural Equation Modeling', + 'scopus_source_record_id' => '15298', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '1532-8007', + ), + 279 => + array ( + 'id' => 4280, + 'created_at' => '2024-12-02 17:03:17', + 'updated_at' => '2024-12-02 17:19:48', + 'title' => 'Structure', + 'scopus_source_record_id' => '14274', + 'publisher' => 'Elsevier', + 'issn' => '1878-4186', + ), + 280 => + array ( + 'id' => 4281, + 'created_at' => '2024-12-02 17:03:18', + 'updated_at' => '2024-12-02 17:19:48', + 'title' => 'Studia Ecologiae et Bioethicae', + 'scopus_source_record_id' => '21101151938', + 'publisher' => 'Scientific Publishing House of the Cardinal Stefan Wyszynski University', + 'issn' => '2719-826X', + ), + 281 => + array ( + 'id' => 4282, + 'created_at' => '2024-12-02 17:03:18', + 'updated_at' => '2024-12-02 17:19:49', + 'title' => 'Studia Universitatis Babes-Bolyai Biologia', + 'scopus_source_record_id' => '21101042007', + 'publisher' => 'Studia Universitatis Babes-Bolyai and Cluj University Press', + 'issn' => '2065-9512', + ), + 282 => + array ( + 'id' => 4283, + 'created_at' => '2024-12-02 17:03:18', + 'updated_at' => '2024-12-02 17:19:49', + 'title' => 'Studia Universitatis Babes-Bolyai Chemia', + 'scopus_source_record_id' => '19200157109', + 'publisher' => 'Babes-Bolyai University', + 'issn' => '2065-9520', + ), + 283 => + array ( + 'id' => 4284, + 'created_at' => '2024-12-02 17:03:18', + 'updated_at' => '2024-12-02 17:19:49', + 'title' => 'Studia Universitatis Vasile Goldis Arad, Seria Stiintele Vietii', + 'scopus_source_record_id' => '19600157204', + 'publisher' => 'Universitatea de Vest Vasile Goldis din Arad', + 'issn' => '1842-7863', + ), + 284 => + array ( + 'id' => 4285, + 'created_at' => '2024-12-02 17:03:19', + 'updated_at' => '2024-12-02 17:19:49', + 'title' => 'Studies in Agricultural Economics', + 'scopus_source_record_id' => '21101019741', + 'publisher' => 'NAIK Research Institute of Agricultural Economics', + 'issn' => '2063-0476', + ), + 285 => + array ( + 'id' => 4286, + 'created_at' => '2024-12-02 17:03:19', + 'updated_at' => '2024-12-02 17:19:49', + 'title' => 'Studies in Fungi', + 'scopus_source_record_id' => '21101041838', + 'publisher' => 'Maximum Academic Press', + 'issn' => '2465-4973', + ), + 286 => + array ( + 'id' => 4287, + 'created_at' => '2024-12-02 17:03:20', + 'updated_at' => '2024-12-02 17:19:50', + 'title' => 'Studies in Mycology', + 'scopus_source_record_id' => '17269', + 'publisher' => 'Westerdijk Fungal Biodiversity Institute', + 'issn' => '0166-0616', + ), + 287 => + array ( + 'id' => 4288, + 'created_at' => '2024-12-02 17:03:20', + 'updated_at' => '2024-12-02 17:19:50', + 'title' => 'Studies in Natural Products Chemistry', + 'scopus_source_record_id' => '19700180785', + 'publisher' => 'Elsevier', + 'issn' => '1572-5995', + ), + 288 => + array ( + 'id' => 4289, + 'created_at' => '2024-12-02 17:03:20', + 'updated_at' => '2024-12-02 17:19:50', + 'title' => 'Studies in Regional Science', + 'scopus_source_record_id' => '21100220342', + 'publisher' => 'Japan Section of the Regional Science Association International', + 'issn' => '1880-6465', + ), + 289 => + array ( + 'id' => 4290, + 'created_at' => '2024-12-02 17:03:20', + 'updated_at' => '2024-12-02 17:19:50', + 'title' => 'Studies in Systems, Decision and Control', + 'scopus_source_record_id' => '21100828949', + 'publisher' => 'Springer Nature', + 'issn' => '2198-4190', + ), + 290 => + array ( + 'id' => 4291, + 'created_at' => '2024-12-02 17:03:20', + 'updated_at' => '2024-12-02 17:19:50', + 'title' => 'Studies in Territorial and Cultural Diversity Governance', + 'scopus_source_record_id' => '21100457062', + 'publisher' => 'Brill', + 'issn' => '2213-2570', + ), + 291 => + array ( + 'id' => 4292, + 'created_at' => '2024-12-02 17:03:20', + 'updated_at' => '2024-12-02 17:19:50', + 'title' => 'Studies on Neotropical Fauna and Environment', + 'scopus_source_record_id' => '23986', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-5140', + ), + 292 => + array ( + 'id' => 4293, + 'created_at' => '2024-12-02 17:03:20', + 'updated_at' => '2024-12-02 17:19:51', + 'title' => 'Sub-cellular Biochemistry', + 'scopus_source_record_id' => '38020', + 'publisher' => 'Springer Nature', + 'issn' => '2542-8810', + ), + 293 => + array ( + 'id' => 4294, + 'created_at' => '2024-12-02 17:03:21', + 'updated_at' => '2024-12-02 17:19:51', + 'title' => 'Substantia', + 'scopus_source_record_id' => '21101064948', + 'publisher' => 'Firenze University Press', + 'issn' => '2532-3997', + ), + 294 => + array ( + 'id' => 4295, + 'created_at' => '2024-12-02 17:03:21', + 'updated_at' => '2024-12-02 17:19:51', + 'title' => 'Suo', + 'scopus_source_record_id' => '23730', + 'publisher' => 'Suoseura - Finnish Peatland Society', + 'issn' => '0039-5471', + ), + 295 => + array ( + 'id' => 4296, + 'created_at' => '2024-12-02 17:03:21', + 'updated_at' => '2024-12-02 17:19:52', + 'title' => 'Supply Chain Forum', + 'scopus_source_record_id' => '21100299408', + 'publisher' => 'Taylor & Francis', + 'issn' => '1624-6039', + ), + 296 => + array ( + 'id' => 4297, + 'created_at' => '2024-12-02 17:03:21', + 'updated_at' => '2024-12-02 17:19:52', + 'title' => 'Supramolecular Chemistry', + 'scopus_source_record_id' => '21960', + 'publisher' => 'Taylor & Francis', + 'issn' => '1029-0478', + ), + 297 => + array ( + 'id' => 4298, + 'created_at' => '2024-12-02 17:03:21', + 'updated_at' => '2024-12-02 17:19:52', + 'title' => 'Supramolecular Materials', + 'scopus_source_record_id' => '21101157250', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2667-2405', + ), + 298 => + array ( + 'id' => 4299, + 'created_at' => '2024-12-02 17:03:21', + 'updated_at' => '2024-12-02 17:19:52', + 'title' => 'Surface and Coatings Technology', + 'scopus_source_record_id' => '24537', + 'publisher' => 'Elsevier', + 'issn' => '0257-8972', + ), + 299 => + array ( + 'id' => 4300, + 'created_at' => '2024-12-02 17:03:21', + 'updated_at' => '2024-12-02 17:19:52', + 'title' => 'Surface and Interface Analysis', + 'scopus_source_record_id' => '24511', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1096-9918', + ), + 300 => + array ( + 'id' => 4301, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:52', + 'title' => 'Surfaces', + 'scopus_source_record_id' => '21101171781', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2571-9637', + ), + 301 => + array ( + 'id' => 4302, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Survey Review', + 'scopus_source_record_id' => '17473', + 'publisher' => 'Taylor & Francis', + 'issn' => '1752-2706', + ), + 302 => + array ( + 'id' => 4303, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainability (Switzerland)', + 'scopus_source_record_id' => '21100240100', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2071-1050', + ), + 303 => + array ( + 'id' => 4304, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainability and climate change', + 'scopus_source_record_id' => '21101050033', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '2692-2932', + ), + 304 => + array ( + 'id' => 4305, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainability in Debate', + 'scopus_source_record_id' => '21100824458', + 'publisher' => 'Universidade de Brasilia', + 'issn' => '2179-9067', + ), + 305 => + array ( + 'id' => 4306, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainability Science', + 'scopus_source_record_id' => '5400152621', + 'publisher' => 'Springer Nature', + 'issn' => '1862-4057', + ), + 306 => + array ( + 'id' => 4307, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainability: Science, Practice, and Policy', + 'scopus_source_record_id' => '5700168527', + 'publisher' => 'Taylor & Francis', + 'issn' => '1548-7733', + ), + 307 => + array ( + 'id' => 4308, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Chemistry and Pharmacy', + 'scopus_source_record_id' => '21100444313', + 'publisher' => 'Elsevier', + 'issn' => '2352-5541', + ), + 308 => + array ( + 'id' => 4309, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Chemistry for Climate Action', + 'scopus_source_record_id' => '21101167236', + 'publisher' => 'Elsevier', + 'issn' => '2772-8269', + ), + 309 => + array ( + 'id' => 4310, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Chemistry for the Environment', + 'scopus_source_record_id' => '21101204432', + 'publisher' => 'Elsevier', + 'issn' => '2949-8392', + ), + 310 => + array ( + 'id' => 4311, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Development Goals Series', + 'scopus_source_record_id' => '21101200281', + 'publisher' => 'Springer Nature', + 'issn' => '2523-3092', + ), + 311 => + array ( + 'id' => 4312, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Engineering and Innovation', + 'scopus_source_record_id' => '21101181972', + 'publisher' => 'Research and Development Academy', + 'issn' => '2712-0562', + ), + 312 => + array ( + 'id' => 4313, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Environment', + 'scopus_source_record_id' => '21101107569', + 'publisher' => 'Taylor & Francis', + 'issn' => '2765-8511', + ), + 313 => + array ( + 'id' => 4314, + 'created_at' => '2024-12-02 17:03:22', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Environment Research', + 'scopus_source_record_id' => '21100287109', + 'publisher' => 'Springer Nature', + 'issn' => '2468-2039', + ), + 314 => + array ( + 'id' => 4315, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Futures', + 'scopus_source_record_id' => '21101065044', + 'publisher' => 'Elsevier', + 'issn' => '2666-1888', + ), + 315 => + array ( + 'id' => 4316, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Horizons', + 'scopus_source_record_id' => '21101163253', + 'publisher' => 'Elsevier', + 'issn' => '2772-7378', + ), + 316 => + array ( + 'id' => 4317, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Operations and Computers', + 'scopus_source_record_id' => '21101107945', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-4127', + ), + 317 => + array ( + 'id' => 4318, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Production and Consumption', + 'scopus_source_record_id' => '21100416081', + 'publisher' => 'Elsevier', + 'issn' => '2352-5509', + ), + 318 => + array ( + 'id' => 4319, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Production, Life Cycle Engineering and Management', + 'scopus_source_record_id' => '21100901475', + 'publisher' => 'Springer Nature', + 'issn' => '2194-055X', + ), + 319 => + array ( + 'id' => 4320, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:53', + 'title' => 'Sustainable Water Resources Management', + 'scopus_source_record_id' => '21101017383', + 'publisher' => 'Springer Nature', + 'issn' => '2363-5045', + ), + 320 => + array ( + 'id' => 4321, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:54', + 'title' => 'Swiss Bulletin for Applied Geology', + 'scopus_source_record_id' => '21100827831', + 'publisher' => 'Ver. Schweizerischer Petroleum Geol. und Ing.', + 'issn' => '1664-1884', + ), + 321 => + array ( + 'id' => 4322, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:54', + 'title' => 'Sydowia', + 'scopus_source_record_id' => '17288', + 'publisher' => 'Verlag Ferdinand Berger und Sohne GmbH', + 'issn' => '0082-0598', + ), + 322 => + array ( + 'id' => 4323, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:54', + 'title' => 'Sylvia', + 'scopus_source_record_id' => '19700201460', + 'publisher' => 'Czech Society of Ornithology', + 'issn' => '0231-7796', + ), + 323 => + array ( + 'id' => 4324, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:54', + 'title' => 'Symbiosis', + 'scopus_source_record_id' => '14301', + 'publisher' => 'Springer Nature', + 'issn' => '1878-7665', + ), + 324 => + array ( + 'id' => 4325, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:54', + 'title' => 'Symmetry', + 'scopus_source_record_id' => '21100201542', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2073-8994', + ), + 325 => + array ( + 'id' => 4326, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Synlett', + 'scopus_source_record_id' => '26491', + 'publisher' => 'Thieme', + 'issn' => '1437-2096', + ), + 326 => + array ( + 'id' => 4327, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'SynOpen', + 'scopus_source_record_id' => '21101038537', + 'publisher' => 'Thieme', + 'issn' => '2509-9396', + ), + 327 => + array ( + 'id' => 4328, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Synthesis (Germany)', + 'scopus_source_record_id' => '26508', + 'publisher' => 'Thieme', + 'issn' => '1437-210X', + ), + 328 => + array ( + 'id' => 4329, + 'created_at' => '2024-12-02 17:03:23', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Synthesis Lectures on Biomedical Engineering', + 'scopus_source_record_id' => '5000158712', + 'publisher' => 'Springer Nature', + 'issn' => '1930-0328', + ), + 329 => + array ( + 'id' => 4330, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Synthetic and Systems Biotechnology', + 'scopus_source_record_id' => '21100832688', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2405-805X', + ), + 330 => + array ( + 'id' => 4331, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Synthetic Biology', + 'scopus_source_record_id' => '21100915392', + 'publisher' => 'Oxford University Press', + 'issn' => '2397-7000', + ), + 331 => + array ( + 'id' => 4332, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Synthetic Communications', + 'scopus_source_record_id' => '26509', + 'publisher' => 'Taylor & Francis', + 'issn' => '1532-2432', + ), + 332 => + array ( + 'id' => 4333, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Systematic and Applied Acarology', + 'scopus_source_record_id' => '21100205763', + 'publisher' => 'Systematic and Applied Acarology Society', + 'issn' => '1362-1971', + ), + 333 => + array ( + 'id' => 4334, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Systematic and Applied Microbiology', + 'scopus_source_record_id' => '20861', + 'publisher' => 'Elsevier', + 'issn' => '1618-0984', + ), + 334 => + array ( + 'id' => 4335, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Systematic Biology', + 'scopus_source_record_id' => '14305', + 'publisher' => 'Oxford University Press', + 'issn' => '1076-836X', + ), + 335 => + array ( + 'id' => 4336, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Systematic Botany', + 'scopus_source_record_id' => '17291', + 'publisher' => 'American Society of Plant Taxonomists Inc.', + 'issn' => '1548-2324', + ), + 336 => + array ( + 'id' => 4337, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Systematic Entomology', + 'scopus_source_record_id' => '21594', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-3113', + ), + 337 => + array ( + 'id' => 4338, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:55', + 'title' => 'Systematics and Biodiversity', + 'scopus_source_record_id' => '130184', + 'publisher' => 'Taylor & Francis', + 'issn' => '1478-0933', + ), + 338 => + array ( + 'id' => 4339, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Systems Microbiology and Biomanufacturing', + 'scopus_source_record_id' => '21101101858', + 'publisher' => 'Springer Nature', + 'issn' => '2662-7663', + ), + 339 => + array ( + 'id' => 4340, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Taiwan Review', + 'scopus_source_record_id' => '23467', + 'publisher' => 'Kwang Hwa Publishing Co.', + 'issn' => '1727-5199', + ), + 340 => + array ( + 'id' => 4341, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Taiwania', + 'scopus_source_record_id' => '7200153192', + 'publisher' => 'National Taiwan University (IEEB)', + 'issn' => '0372-333X', + ), + 341 => + array ( + 'id' => 4342, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Tappi Journal', + 'scopus_source_record_id' => '32694', + 'publisher' => 'Technical Assoc. of the Pulp and Paper Industry Press', + 'issn' => '0734-1415', + ), + 342 => + array ( + 'id' => 4343, + 'created_at' => '2024-12-02 17:03:24', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Taprobanica', + 'scopus_source_record_id' => '21101170036', + 'publisher' => 'Research Center for Climate Change (RCCC), University of Indonesia', + 'issn' => '1800-427X', + ), + 343 => + array ( + 'id' => 4344, + 'created_at' => '2024-12-02 17:03:25', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Tapuya: Latin American Science, Technology and Society', + 'scopus_source_record_id' => '21100908534', + 'publisher' => 'Taylor & Francis', + 'issn' => '2572-9861', + ), + 344 => + array ( + 'id' => 4345, + 'created_at' => '2024-12-02 17:03:25', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Targets in Heterocyclic Systems', + 'scopus_source_record_id' => '21100821485', + 'publisher' => 'Societa Chimica Italiana', + 'issn' => '1724-9449', + ), + 345 => + array ( + 'id' => 4346, + 'created_at' => '2024-12-02 17:03:25', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Taxon', + 'scopus_source_record_id' => '17307', + 'publisher' => 'International Association for Plant Taxonomy', + 'issn' => '1996-8175', + ), + 346 => + array ( + 'id' => 4347, + 'created_at' => '2024-12-02 17:03:25', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Taxonomy', + 'scopus_source_record_id' => '21101167599', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2673-6500', + ), + 347 => + array ( + 'id' => 4348, + 'created_at' => '2024-12-02 17:03:25', + 'updated_at' => '2024-12-02 17:19:56', + 'title' => 'Taxonomy and Biosystematics', + 'scopus_source_record_id' => '21101215780', + 'publisher' => 'University of Isfahan', + 'issn' => '2322-2190', + ), + 348 => + array ( + 'id' => 4349, + 'created_at' => '2024-12-02 17:03:25', + 'updated_at' => '2024-12-02 17:19:57', + 'title' => 'Techniques - Sciences - Methodes', + 'scopus_source_record_id' => '25880', + 'publisher' => 'Assoc. Generale des Hygienistes et Techniciens Municipaux', + 'issn' => '0299-7258', + ), + 349 => + array ( + 'id' => 4350, + 'created_at' => '2024-12-02 17:03:25', + 'updated_at' => '2024-12-02 17:19:57', + 'title' => 'Technology Analysis and Strategic Management', + 'scopus_source_record_id' => '14715', + 'publisher' => 'Taylor & Francis', + 'issn' => '1465-3990', + ), + 350 => + array ( + 'id' => 4351, + 'created_at' => '2024-12-02 17:03:26', + 'updated_at' => '2024-12-02 17:19:58', + 'title' => 'Telecommunications Policy', + 'scopus_source_record_id' => '20870', + 'publisher' => 'Elsevier', + 'issn' => '0308-5961', + ), + 351 => + array ( + 'id' => 4352, + 'created_at' => '2024-12-02 17:03:26', + 'updated_at' => '2024-12-02 17:19:58', + 'title' => 'Tellus, Series A: Dynamic Meteorology and Oceanography', + 'scopus_source_record_id' => '70792', + 'publisher' => 'Stockholm University Press', + 'issn' => '1600-0870', + ), + 352 => + array ( + 'id' => 4353, + 'created_at' => '2024-12-02 17:03:26', + 'updated_at' => '2024-12-02 17:19:58', + 'title' => 'Tellus, Series B: Chemical and Physical Meteorology', + 'scopus_source_record_id' => '32805', + 'publisher' => 'Stockholm University Press', + 'issn' => '0280-6509', + ), + 353 => + array ( + 'id' => 4354, + 'created_at' => '2024-12-02 17:03:26', + 'updated_at' => '2024-12-02 17:19:58', + 'title' => 'Telopea', + 'scopus_source_record_id' => '17308', + 'publisher' => 'Royal Botanic Gardens', + 'issn' => '2200-4025', + ), + 354 => + array ( + 'id' => 4355, + 'created_at' => '2024-12-02 17:03:26', + 'updated_at' => '2024-12-02 17:19:58', + 'title' => 'TeMA Journal of Land Use, Mobility and Environment', + 'scopus_source_record_id' => '21101185191', + 'publisher' => 'FeDOA - Federico II University Press', + 'issn' => '1970-9870', + ), + 355 => + array ( + 'id' => 4356, + 'created_at' => '2024-12-02 17:03:26', + 'updated_at' => '2024-12-02 17:19:58', + 'title' => 'Tenside, Surfactants, Detergents', + 'scopus_source_record_id' => '27081', + 'publisher' => 'Walter de Gruyter', + 'issn' => '2195-8564', + ), + 356 => + array ( + 'id' => 4357, + 'created_at' => '2024-12-02 17:03:26', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Terrestrial, Atmospheric and Oceanic Sciences', + 'scopus_source_record_id' => '23885', + 'publisher' => 'Springer Nature', + 'issn' => '2311-7680', + ), + 357 => + array ( + 'id' => 4358, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Tethys', + 'scopus_source_record_id' => '21100212331', + 'publisher' => 'Associacio Catalana de Meteorologia (ACAM)', + 'issn' => '1139-3394', + ), + 358 => + array ( + 'id' => 4359, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Tetrahedron', + 'scopus_source_record_id' => '26512', + 'publisher' => 'Elsevier', + 'issn' => '1464-5416', + ), + 359 => + array ( + 'id' => 4360, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Tetrahedron Chem', + 'scopus_source_record_id' => '21101170021', + 'publisher' => 'Elsevier', + 'issn' => '2666-951X', + ), + 360 => + array ( + 'id' => 4361, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Tetrahedron Green Chem', + 'scopus_source_record_id' => '21101220772', + 'publisher' => 'Elsevier', + 'issn' => '2773-2231', + ), + 361 => + array ( + 'id' => 4362, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Tetrahedron Letters', + 'scopus_source_record_id' => '26514', + 'publisher' => 'Elsevier', + 'issn' => '1873-3581', + ), + 362 => + array ( + 'id' => 4363, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Texas Journal of Science', + 'scopus_source_record_id' => '25445', + 'publisher' => 'Texas Academy of Science', + 'issn' => '0040-4403', + ), + 363 => + array ( + 'id' => 4364, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Texas Water Journal', + 'scopus_source_record_id' => '21101079618', + 'publisher' => 'Texas A&M University Texas Water Resources Institute', + 'issn' => '2160-5319', + ), + 364 => + array ( + 'id' => 4365, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:19:59', + 'title' => 'Textile and Leather Review', + 'scopus_source_record_id' => '21101060318', + 'publisher' => 'idd3', + 'issn' => '2623-6281', + ), + 365 => + array ( + 'id' => 4366, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:20:00', + 'title' => 'Textiles Eastern Europe', + 'scopus_source_record_id' => '17173', + 'publisher' => 'Textile Media Services Ltd', + 'issn' => '1354-5981', + ), + 366 => + array ( + 'id' => 4367, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:20:00', + 'title' => 'Thai Forest Bulletin (Botany)', + 'scopus_source_record_id' => '21100432543', + 'publisher' => 'Forest Herbarium', + 'issn' => '0495-3843', + ), + 367 => + array ( + 'id' => 4368, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:20:00', + 'title' => 'Thai Journal of Agricultural Science', + 'scopus_source_record_id' => '54639', + 'publisher' => 'Faculty of Agriculture, Kasetsart University Chatuchak', + 'issn' => '0049-3589', + ), + 368 => + array ( + 'id' => 4369, + 'created_at' => '2024-12-02 17:03:27', + 'updated_at' => '2024-12-02 17:20:00', + 'title' => 'Thalassas', + 'scopus_source_record_id' => '19400157218', + 'publisher' => 'Springer Nature', + 'issn' => '0212-5919', + ), + 369 => + array ( + 'id' => 4370, + 'created_at' => '2024-12-02 17:03:28', + 'updated_at' => '2024-12-02 17:20:00', + 'title' => 'The Analyst', + 'scopus_source_record_id' => '23909', + 'publisher' => 'Royal Society of Chemistry', + 'issn' => '1364-5528', + ), + 370 => + array ( + 'id' => 4371, + 'created_at' => '2024-12-02 17:03:28', + 'updated_at' => '2024-12-02 17:20:01', + 'title' => 'The Cell Surface', + 'scopus_source_record_id' => '21100970312', + 'publisher' => 'Elsevier', + 'issn' => '2468-2330', + ), + 371 => + array ( + 'id' => 4372, + 'created_at' => '2024-12-02 17:03:29', + 'updated_at' => '2024-12-02 17:20:02', + 'title' => 'The Lancet Digital Health', + 'scopus_source_record_id' => '21100922606', + 'publisher' => 'Elsevier', + 'issn' => '2589-7500', + ), + 372 => + array ( + 'id' => 4373, + 'created_at' => '2024-12-02 17:03:29', + 'updated_at' => '2024-12-02 17:20:02', + 'title' => 'The Lancet Microbe', + 'scopus_source_record_id' => '21101041613', + 'publisher' => 'Elsevier', + 'issn' => '2666-5247', + ), + 373 => + array ( + 'id' => 4374, + 'created_at' => '2024-12-02 17:03:30', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theoretical and Applied Climatology', + 'scopus_source_record_id' => '14171', + 'publisher' => 'Springer Nature', + 'issn' => '1434-4483', + ), + 374 => + array ( + 'id' => 4375, + 'created_at' => '2024-12-02 17:03:30', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theoretical and Applied Genetics', + 'scopus_source_record_id' => '19046', + 'publisher' => 'Springer Nature', + 'issn' => '1432-2242', + ), + 375 => + array ( + 'id' => 4376, + 'created_at' => '2024-12-02 17:03:30', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theoretical and Experimental Chemistry', + 'scopus_source_record_id' => '21969', + 'publisher' => 'Springer Nature', + 'issn' => '1573-935X', + ), + 376 => + array ( + 'id' => 4377, + 'created_at' => '2024-12-02 17:03:31', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theoretical Biology Forum', + 'scopus_source_record_id' => '13592', + 'publisher' => 'Fabrizio Serra Editore srl', + 'issn' => '2283-7175', + ), + 377 => + array ( + 'id' => 4378, + 'created_at' => '2024-12-02 17:03:31', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theoretical Ecology', + 'scopus_source_record_id' => '11200153506', + 'publisher' => 'Springer Nature', + 'issn' => '1874-1746', + ), + 378 => + array ( + 'id' => 4379, + 'created_at' => '2024-12-02 17:03:31', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theoretical Foundations of Chemical Engineering', + 'scopus_source_record_id' => '14357', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-3431', + ), + 379 => + array ( + 'id' => 4380, + 'created_at' => '2024-12-02 17:03:31', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theoretical Population Biology', + 'scopus_source_record_id' => '14343', + 'publisher' => 'Elsevier', + 'issn' => '1096-0325', + ), + 380 => + array ( + 'id' => 4381, + 'created_at' => '2024-12-02 17:03:31', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theory and Decision', + 'scopus_source_record_id' => '26941', + 'publisher' => 'Springer Nature', + 'issn' => '1573-7187', + ), + 381 => + array ( + 'id' => 4382, + 'created_at' => '2024-12-02 17:03:31', + 'updated_at' => '2024-12-02 17:20:04', + 'title' => 'Theory in Biosciences', + 'scopus_source_record_id' => '14345', + 'publisher' => 'Springer Nature', + 'issn' => '1611-7530', + ), + 382 => + array ( + 'id' => 4383, + 'created_at' => '2024-12-02 17:03:32', + 'updated_at' => '2024-12-02 17:20:05', + 'title' => 'Ticks and Tick-borne Diseases', + 'scopus_source_record_id' => '19700166804', + 'publisher' => 'Elsevier', + 'issn' => '1877-9603', + ), + 383 => + array ( + 'id' => 4384, + 'created_at' => '2024-12-02 17:03:32', + 'updated_at' => '2024-12-02 17:20:05', + 'title' => 'Tijdschrift voor Entomologie', + 'scopus_source_record_id' => '21100790817', + 'publisher' => 'Brill', + 'issn' => '2211-9434', + ), + 384 => + array ( + 'id' => 4385, + 'created_at' => '2024-12-02 17:03:32', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Tikrit Journal for Agricultural Sciences', + 'scopus_source_record_id' => '21101183651', + 'publisher' => 'Tikrit University', + 'issn' => '2664-0597', + ), + 385 => + array ( + 'id' => 4386, + 'created_at' => '2024-12-02 17:03:32', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Tikrit Journal of Engineering Sciences', + 'scopus_source_record_id' => '21101118628', + 'publisher' => 'Tikrit University', + 'issn' => '2312-7589', + ), + 386 => + array ( + 'id' => 4387, + 'created_at' => '2024-12-02 17:03:32', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Tissue Barriers', + 'scopus_source_record_id' => '21100467801', + 'publisher' => 'Taylor & Francis', + 'issn' => '2168-8370', + ), + 387 => + array ( + 'id' => 4388, + 'created_at' => '2024-12-02 17:03:32', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Tissue Engineering - Part A.', + 'scopus_source_record_id' => '11400153316', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1937-335X', + ), + 388 => + array ( + 'id' => 4389, + 'created_at' => '2024-12-02 17:03:32', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Tissue Engineering - Part B: Reviews', + 'scopus_source_record_id' => '11700154648', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1937-3376', + ), + 389 => + array ( + 'id' => 4390, + 'created_at' => '2024-12-02 17:03:32', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Tohoku Journal of Experimental Medicine', + 'scopus_source_record_id' => '27703', + 'publisher' => 'Tohoku University Medical Press', + 'issn' => '1349-3329', + ), + 390 => + array ( + 'id' => 4391, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Tonkie Khimicheskie Tekhnologii', + 'scopus_source_record_id' => '21101062488', + 'publisher' => 'MIREA - Russian Technological University', + 'issn' => '2686-7575', + ), + 391 => + array ( + 'id' => 4392, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'TOP', + 'scopus_source_record_id' => '11700154400', + 'publisher' => 'Springer Nature', + 'issn' => '1863-8279', + ), + 392 => + array ( + 'id' => 4393, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Topics in Catalysis', + 'scopus_source_record_id' => '21971', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9028', + ), + 393 => + array ( + 'id' => 4394, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:06', + 'title' => 'Topics in Current Chemistry', + 'scopus_source_record_id' => '21972', + 'publisher' => 'Springer Nature', + 'issn' => '2364-8961', + ), + 394 => + array ( + 'id' => 4395, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:07', + 'title' => 'Topics in Organometallic Chemistry', + 'scopus_source_record_id' => '4900153219', + 'publisher' => 'Springer Nature', + 'issn' => '1616-8534', + ), + 395 => + array ( + 'id' => 4396, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:07', + 'title' => 'Total Environment Research Themes', + 'scopus_source_record_id' => '21101175796', + 'publisher' => 'Elsevier', + 'issn' => '2772-8099', + ), + 396 => + array ( + 'id' => 4397, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:07', + 'title' => 'Tourism Recreation Research', + 'scopus_source_record_id' => '16563', + 'publisher' => 'Taylor & Francis', + 'issn' => '2320-0308', + ), + 397 => + array ( + 'id' => 4398, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:07', + 'title' => 'Tourism, Hospitality and Event Management', + 'scopus_source_record_id' => '21101078110', + 'publisher' => 'Springer Nature', + 'issn' => '2510-5000', + ), + 398 => + array ( + 'id' => 4399, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:07', + 'title' => 'Town and Regional Planning', + 'scopus_source_record_id' => '21101123414', + 'publisher' => '', + 'issn' => '2415-0495', + ), + 399 => + array ( + 'id' => 4400, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:07', + 'title' => 'Toxicologic Pathology', + 'scopus_source_record_id' => '25214', + 'publisher' => 'SAGE', + 'issn' => '1533-1601', + ), + 400 => + array ( + 'id' => 4401, + 'created_at' => '2024-12-02 17:03:33', + 'updated_at' => '2024-12-02 17:20:07', + 'title' => 'Toxicological and Environmental Chemistry', + 'scopus_source_record_id' => '25217', + 'publisher' => 'Taylor & Francis', + 'issn' => '0277-2248', + ), + 401 => + array ( + 'id' => 4402, + 'created_at' => '2024-12-02 17:03:34', + 'updated_at' => '2024-12-02 17:20:08', + 'title' => 'TQM Journal', + 'scopus_source_record_id' => '11600154157', + 'publisher' => 'Emerald Publishing', + 'issn' => '1754-2731', + ), + 402 => + array ( + 'id' => 4403, + 'created_at' => '2024-12-02 17:03:34', + 'updated_at' => '2024-12-02 17:20:08', + 'title' => 'Traffic', + 'scopus_source_record_id' => '19065', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1600-0854', + ), + 403 => + array ( + 'id' => 4404, + 'created_at' => '2024-12-02 17:03:34', + 'updated_at' => '2024-12-02 17:20:08', + 'title' => 'Transactional Analysis Journal', + 'scopus_source_record_id' => '21100899503', + 'publisher' => 'Taylor & Francis', + 'issn' => '2329-5244', + ), + 404 => + array ( + 'id' => 4405, + 'created_at' => '2024-12-02 17:03:34', + 'updated_at' => '2024-12-02 17:20:08', + 'title' => 'Transactions in GIS', + 'scopus_source_record_id' => '13178', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1467-9671', + ), + 405 => + array ( + 'id' => 4406, + 'created_at' => '2024-12-02 17:03:34', + 'updated_at' => '2024-12-02 17:20:08', + 'title' => 'Transactions of Atmospheric Sciences', + 'scopus_source_record_id' => '21101162689', + 'publisher' => 'Editorial Department of Transactions of Atmospheric Sciences', + 'issn' => '1674-7097', + ), + 406 => + array ( + 'id' => 4407, + 'created_at' => '2024-12-02 17:03:34', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transactions of the American Entomological Society', + 'scopus_source_record_id' => '19118', + 'publisher' => 'American Entomological Society', + 'issn' => '0002-8320', + ), + 407 => + array ( + 'id' => 4408, + 'created_at' => '2024-12-02 17:03:34', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transactions of the American Fisheries Society', + 'scopus_source_record_id' => '29411', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1548-8659', + ), + 408 => + array ( + 'id' => 4409, + 'created_at' => '2024-12-02 17:03:34', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transactions of the Institute of Indian Geographers', + 'scopus_source_record_id' => '29215', + 'publisher' => 'Institute of Indian Geographers', + 'issn' => '0970-9851', + ), + 409 => + array ( + 'id' => 4410, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transactions of the Royal Society of South Africa', + 'scopus_source_record_id' => '5000157301', + 'publisher' => 'Taylor & Francis', + 'issn' => '2154-0098', + ), + 410 => + array ( + 'id' => 4411, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transactions of the Royal Society of South Australia', + 'scopus_source_record_id' => '23032', + 'publisher' => 'Taylor & Francis', + 'issn' => '2204-0293', + ), + 411 => + array ( + 'id' => 4412, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transactions of Tianjin University', + 'scopus_source_record_id' => '25451', + 'publisher' => 'Tianjin Daxue/Tianjin University', + 'issn' => '1995-8196', + ), + 412 => + array ( + 'id' => 4413, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transactions on Maritime Science', + 'scopus_source_record_id' => '21100840720', + 'publisher' => 'Faculty of Maritime Studies', + 'issn' => '1848-3313', + ), + 413 => + array ( + 'id' => 4414, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transactions on Transport Sciences', + 'scopus_source_record_id' => '21100935803', + 'publisher' => 'Palacky University in Olomouc', + 'issn' => '1802-9876', + ), + 414 => + array ( + 'id' => 4415, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:09', + 'title' => 'Transcription', + 'scopus_source_record_id' => '19700188453', + 'publisher' => 'Taylor & Francis', + 'issn' => '2154-1272', + ), + 415 => + array ( + 'id' => 4416, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:10', + 'title' => 'Transdisciplinary Journal of Engineering and Science', + 'scopus_source_record_id' => '21101076082', + 'publisher' => 'ATLAS', + 'issn' => '1949-0569', + ), + 416 => + array ( + 'id' => 4417, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:10', + 'title' => 'Transgenic Research', + 'scopus_source_record_id' => '15300154802', + 'publisher' => 'Springer Nature', + 'issn' => '1573-9368', + ), + 417 => + array ( + 'id' => 4418, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:10', + 'title' => 'Translational Research in Biomedicine', + 'scopus_source_record_id' => '21100248935', + 'publisher' => 'Karger', + 'issn' => '1662-4068', + ), + 418 => + array ( + 'id' => 4419, + 'created_at' => '2024-12-02 17:03:35', + 'updated_at' => '2024-12-02 17:20:10', + 'title' => 'Transnational Environmental Law', + 'scopus_source_record_id' => '21100269613', + 'publisher' => 'Cambridge University Press', + 'issn' => '2047-1033', + ), + 419 => + array ( + 'id' => 4420, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:10', + 'title' => 'TransNav', + 'scopus_source_record_id' => '21100914186', + 'publisher' => 'Faculty of Navigation, Gdynia Maritime University', + 'issn' => '2083-6481', + ), + 420 => + array ( + 'id' => 4421, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Transport and Sustainability', + 'scopus_source_record_id' => '21100390382', + 'publisher' => 'Emerald Publishing', + 'issn' => '2044-995X', + ), + 421 => + array ( + 'id' => 4422, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Transportation Research Interdisciplinary Perspectives', + 'scopus_source_record_id' => '21100943534', + 'publisher' => 'Elsevier', + 'issn' => '2590-1982', + ), + 422 => + array ( + 'id' => 4423, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Transportation Research Part A: Policy and Practice', + 'scopus_source_record_id' => '20891', + 'publisher' => 'Elsevier', + 'issn' => '0965-8564', + ), + 423 => + array ( + 'id' => 4424, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Transportation Research Part C: Emerging Technologies', + 'scopus_source_record_id' => '20893', + 'publisher' => 'Elsevier', + 'issn' => '0968-090X', + ), + 424 => + array ( + 'id' => 4425, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Transportation Research Part D: Transport and Environment', + 'scopus_source_record_id' => '20894', + 'publisher' => 'Elsevier', + 'issn' => '1361-9209', + ), + 425 => + array ( + 'id' => 4426, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Travaux du Museum National d\'Histoire Naturelle Grigore Antipa', + 'scopus_source_record_id' => '21100857119', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2247-0735', + ), + 426 => + array ( + 'id' => 4427, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Tree Genetics and Genomes', + 'scopus_source_record_id' => '145623', + 'publisher' => 'Springer Nature', + 'issn' => '1614-2950', + ), + 427 => + array ( + 'id' => 4428, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Tree-Ring Research', + 'scopus_source_record_id' => '4400151611', + 'publisher' => 'Tree Ring Society', + 'issn' => '1536-1098', + ), + 428 => + array ( + 'id' => 4429, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Trees - Structure and Function', + 'scopus_source_record_id' => '17808', + 'publisher' => 'Springer Nature', + 'issn' => '1432-2285', + ), + 429 => + array ( + 'id' => 4430, + 'created_at' => '2024-12-02 17:03:36', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Trees, Forests and People', + 'scopus_source_record_id' => '21101038829', + 'publisher' => 'Elsevier', + 'issn' => '2666-7193', + ), + 430 => + array ( + 'id' => 4431, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:11', + 'title' => 'Trends in Biochemical Sciences', + 'scopus_source_record_id' => '14816', + 'publisher' => 'Elsevier', + 'issn' => '1362-4326', + ), + 431 => + array ( + 'id' => 4432, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Carbohydrate Research', + 'scopus_source_record_id' => '21100202726', + 'publisher' => 'Association of Carbohydrate Chemists and Technologists', + 'issn' => '0975-0304', + ), + 432 => + array ( + 'id' => 4433, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Chemistry', + 'scopus_source_record_id' => '21100904988', + 'publisher' => 'Elsevier', + 'issn' => '2589-5974', + ), + 433 => + array ( + 'id' => 4434, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Ecology and Evolution', + 'scopus_source_record_id' => '14365', + 'publisher' => 'Elsevier', + 'issn' => '1872-8383', + ), + 434 => + array ( + 'id' => 4435, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Environmental Analytical Chemistry', + 'scopus_source_record_id' => '21100316072', + 'publisher' => 'Elsevier', + 'issn' => '2214-1588', + ), + 435 => + array ( + 'id' => 4436, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Genetics', + 'scopus_source_record_id' => '19049', + 'publisher' => 'Elsevier', + 'issn' => '1362-4555', + ), + 436 => + array ( + 'id' => 4437, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Glycoscience and Glycotechnology', + 'scopus_source_record_id' => '26528', + 'publisher' => 'Gakushin Publishing Company', + 'issn' => '1883-2113', + ), + 437 => + array ( + 'id' => 4438, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Microbiology', + 'scopus_source_record_id' => '20862', + 'publisher' => 'Elsevier', + 'issn' => '1878-4380', + ), + 438 => + array ( + 'id' => 4439, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Molecular Medicine', + 'scopus_source_record_id' => '20205', + 'publisher' => 'Elsevier', + 'issn' => '1471-499X', + ), + 439 => + array ( + 'id' => 4440, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Phytochemical Research', + 'scopus_source_record_id' => '21101053560', + 'publisher' => 'Islamic Azad University', + 'issn' => '2588-3631', + ), + 440 => + array ( + 'id' => 4441, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Trends in Sciences', + 'scopus_source_record_id' => '21101068817', + 'publisher' => 'Walailak University', + 'issn' => '2774-0226', + ), + 441 => + array ( + 'id' => 4442, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Tropical and Subtropical Agroecosystems', + 'scopus_source_record_id' => '21100200406', + 'publisher' => 'Universidad Autonoma de Yucatan', + 'issn' => '1870-0462', + ), + 442 => + array ( + 'id' => 4443, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Tropical Conservation Science', + 'scopus_source_record_id' => '19700188155', + 'publisher' => 'Mongabay.com', + 'issn' => '1940-0829', + ), + 443 => + array ( + 'id' => 4444, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Tropical Cyclone Research and Review', + 'scopus_source_record_id' => '21101141512', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2589-3025', + ), + 444 => + array ( + 'id' => 4445, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Tropical Ecology', + 'scopus_source_record_id' => '17819', + 'publisher' => 'Springer Nature', + 'issn' => '2661-8982', + ), + 445 => + array ( + 'id' => 4446, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Tropical Grasslands - Forrajes Tropicales', + 'scopus_source_record_id' => '21100820898', + 'publisher' => 'Centro Internacional de Agricultura Tropical (CIAT)', + 'issn' => '2346-3775', + ), + 446 => + array ( + 'id' => 4447, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Tropical Journal of Natural Product Research', + 'scopus_source_record_id' => '21100933230', + 'publisher' => 'Faculty of Pharmacy, University of Benin', + 'issn' => '2616-0692', + ), + 447 => + array ( + 'id' => 4448, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:12', + 'title' => 'Tropical Life Sciences Research', + 'scopus_source_record_id' => '19200157039', + 'publisher' => 'Penerbit Universiti Sains Malaysia', + 'issn' => '2180-4249', + ), + 448 => + array ( + 'id' => 4449, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tropical Natural History', + 'scopus_source_record_id' => '21100847303', + 'publisher' => 'Department of Biology, Faculty of Science, Chulalongkorn University', + 'issn' => '1513-9700', + ), + 449 => + array ( + 'id' => 4450, + 'created_at' => '2024-12-02 17:03:37', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tropical Parasitology', + 'scopus_source_record_id' => '21100780677', + 'publisher' => 'Wolters Kluwer Health', + 'issn' => '2229-7758', + ), + 450 => + array ( + 'id' => 4451, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tropical Plant Biology', + 'scopus_source_record_id' => '14500154715', + 'publisher' => 'Springer Nature', + 'issn' => '1935-9764', + ), + 451 => + array ( + 'id' => 4452, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tropical Zoology', + 'scopus_source_record_id' => '24011', + 'publisher' => 'PagePress', + 'issn' => '1970-9528', + ), + 452 => + array ( + 'id' => 4453, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tropics', + 'scopus_source_record_id' => '57563', + 'publisher' => 'Japan Society of Tropical Ecology', + 'issn' => '1882-5729', + ), + 453 => + array ( + 'id' => 4454, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tropicultura', + 'scopus_source_record_id' => '21100808405', + 'publisher' => 'Agri Overseas', + 'issn' => '2295-8010', + ), + 454 => + array ( + 'id' => 4455, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tsinghua Science and Technology', + 'scopus_source_record_id' => '25522', + 'publisher' => 'Tsinghua University', + 'issn' => '1007-0214', + ), + 455 => + array ( + 'id' => 4456, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tuberculosis', + 'scopus_source_record_id' => '19108', + 'publisher' => 'Elsevier', + 'issn' => '1873-281X', + ), + 456 => + array ( + 'id' => 4457, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Tuexenia', + 'scopus_source_record_id' => '20441', + 'publisher' => 'The Floristisch-soziologische Arbeitsgemeinschaft', + 'issn' => '0722-494X', + ), + 457 => + array ( + 'id' => 4458, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Turkish Computational and Theoretical Chemistry', + 'scopus_source_record_id' => '21101041506', + 'publisher' => 'DergiPark', + 'issn' => '2602-3237', + ), + 458 => + array ( + 'id' => 4459, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Turkish Journal of Agricultural Economics', + 'scopus_source_record_id' => '21101216645', + 'publisher' => 'Turkish Journal of Agricultural Economics', + 'issn' => '1303-0183', + ), + 459 => + array ( + 'id' => 4460, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:13', + 'title' => 'Turkish Journal of Agriculture and Forestry', + 'scopus_source_record_id' => '34696', + 'publisher' => 'TUBITAK', + 'issn' => '1303-6173', + ), + 460 => + array ( + 'id' => 4461, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:14', + 'title' => 'Turkish Journal of Biochemistry', + 'scopus_source_record_id' => '17600155132', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1303-829X', + ), + 461 => + array ( + 'id' => 4462, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:14', + 'title' => 'Turkish Journal of Biology', + 'scopus_source_record_id' => '4700152284', + 'publisher' => 'TUBITAK', + 'issn' => '1300-0152', + ), + 462 => + array ( + 'id' => 4463, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:14', + 'title' => 'Turkish Journal of Chemistry', + 'scopus_source_record_id' => '21986', + 'publisher' => 'TUBITAK', + 'issn' => '1303-6130', + ), + 463 => + array ( + 'id' => 4464, + 'created_at' => '2024-12-02 17:03:38', + 'updated_at' => '2024-12-02 17:20:14', + 'title' => 'Turkish Journal of Earth Sciences', + 'scopus_source_record_id' => '23906', + 'publisher' => 'TUBITAK', + 'issn' => '1303-619X', + ), + 464 => + array ( + 'id' => 4465, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:14', + 'title' => 'Turkish Journal of Fisheries and Aquatic Sciences', + 'scopus_source_record_id' => '19200157113', + 'publisher' => 'Central Fisheries Research Inst', + 'issn' => '1303-2712', + ), + 465 => + array ( + 'id' => 4466, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:14', + 'title' => 'U.S. Geological Survey Fact Sheet', + 'scopus_source_record_id' => '21101023659', + 'publisher' => 'US Geological Survey', + 'issn' => '2327-6932', + ), + 466 => + array ( + 'id' => 4467, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'U.S. Geological Survey Techniques and Methods', + 'scopus_source_record_id' => '21101023769', + 'publisher' => 'US Geological Survey', + 'issn' => '2328-7055', + ), + 467 => + array ( + 'id' => 4468, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Ukrainian Antarctic Journal', + 'scopus_source_record_id' => '21101076303', + 'publisher' => 'State Institution National Antarctic Scientific Center of the Ministry of Education and Science of Ukraine', + 'issn' => '2415-3087', + ), + 468 => + array ( + 'id' => 4469, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Ukrainian Biochemical Journal', + 'scopus_source_record_id' => '21100395051', + 'publisher' => 'Palladin Institute of Biochemistry of the National Academy of Sciences of Ukraine (NASU)', + 'issn' => '2413-5003', + ), + 469 => + array ( + 'id' => 4470, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Ukrainian Botanical Journal', + 'scopus_source_record_id' => '12700154752', + 'publisher' => 'Publishing House Akademperiodyka', + 'issn' => '2415-8860', + ), + 470 => + array ( + 'id' => 4471, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Ukrainian Food Journal', + 'scopus_source_record_id' => '21101089145', + 'publisher' => 'National University of Food Technologies', + 'issn' => '2313-5891', + ), + 471 => + array ( + 'id' => 4472, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Ukrainian Geographical Journal', + 'scopus_source_record_id' => '21100905026', + 'publisher' => 'National Academy of Sciences of Ukraine', + 'issn' => '1561-4980', + ), + 472 => + array ( + 'id' => 4473, + 'created_at' => '2024-12-02 17:03:39', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Ukrainian Journal of Forest and Wood Science', + 'scopus_source_record_id' => '21101176846', + 'publisher' => 'National University of Life and Environmental Sciences of Ukraine', + 'issn' => '2664-4460', + ), + 473 => + array ( + 'id' => 4474, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Ultrasonics Sonochemistry', + 'scopus_source_record_id' => '13517', + 'publisher' => 'Elsevier', + 'issn' => '1873-2828', + ), + 474 => + array ( + 'id' => 4475, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Uludag Aricilik Dergisi', + 'scopus_source_record_id' => '21100967042', + 'publisher' => 'Bursa Uludag University', + 'issn' => '2687-5594', + ), + 475 => + array ( + 'id' => 4476, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Unasylva', + 'scopus_source_record_id' => '24302', + 'publisher' => 'Food and Agriculture Organization of the United Nations', + 'issn' => '0041-6436', + ), + 476 => + array ( + 'id' => 4477, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Uncertainty and Operations Research', + 'scopus_source_record_id' => '21101079442', + 'publisher' => 'Springer Nature', + 'issn' => '2195-9978', + ), + 477 => + array ( + 'id' => 4478, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Unconventional Resources', + 'scopus_source_record_id' => '21101150408', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-5190', + ), + 478 => + array ( + 'id' => 4479, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:15', + 'title' => 'Undergraduate Research in Natural and Clinical Science and Technology Journal', + 'scopus_source_record_id' => '21101180044', + 'publisher' => 'Undergraduate Research in Natural and Clinical Sciences and Technology (URNCST) Journal', + 'issn' => '2561-5637', + ), + 479 => + array ( + 'id' => 4480, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:16', + 'title' => 'Uniciencia', + 'scopus_source_record_id' => '21100931880', + 'publisher' => 'Universidad Nacional', + 'issn' => '2215-3470', + ), + 480 => + array ( + 'id' => 4481, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:16', + 'title' => 'UPB Scientific Bulletin, Series B: Chemistry and Materials Science', + 'scopus_source_record_id' => '21454', + 'publisher' => 'Politechnica University of Bucharest', + 'issn' => '1454-2331', + ), + 481 => + array ( + 'id' => 4482, + 'created_at' => '2024-12-02 17:03:40', + 'updated_at' => '2024-12-02 17:20:16', + 'title' => 'Urban Climate', + 'scopus_source_record_id' => '21100220478', + 'publisher' => 'Elsevier', + 'issn' => '2212-0955', + ), + 482 => + array ( + 'id' => 4483, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:16', + 'title' => 'Urban Ecosystems', + 'scopus_source_record_id' => '145570', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1642', + ), + 483 => + array ( + 'id' => 4484, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:16', + 'title' => 'Urban Forestry and Urban Greening', + 'scopus_source_record_id' => '145301', + 'publisher' => 'Elsevier', + 'issn' => '1610-8167', + ), + 484 => + array ( + 'id' => 4485, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:16', + 'title' => 'Urban Governance', + 'scopus_source_record_id' => '21101177606', + 'publisher' => 'Elsevier', + 'issn' => '2664-3286', + ), + 485 => + array ( + 'id' => 4486, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:17', + 'title' => 'Urban Science', + 'scopus_source_record_id' => '21101141748', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2413-8851', + ), + 486 => + array ( + 'id' => 4487, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:17', + 'title' => 'Urban Studies', + 'scopus_source_record_id' => '29684', + 'publisher' => 'SAGE', + 'issn' => '1360-063X', + ), + 487 => + array ( + 'id' => 4488, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:17', + 'title' => 'Urban Water Journal', + 'scopus_source_record_id' => '4500151528', + 'publisher' => 'Taylor & Francis', + 'issn' => '1744-9006', + ), + 488 => + array ( + 'id' => 4489, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:17', + 'title' => 'Ursus', + 'scopus_source_record_id' => '24055', + 'publisher' => 'International Association for Bear Research and Management', + 'issn' => '1537-6176', + ), + 489 => + array ( + 'id' => 4490, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:17', + 'title' => 'US Geological Survey Circular', + 'scopus_source_record_id' => '21100361500', + 'publisher' => 'US Geological Survey', + 'issn' => '2330-5703', + ), + 490 => + array ( + 'id' => 4491, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:17', + 'title' => 'US Geological Survey Data Report', + 'scopus_source_record_id' => '21101171934', + 'publisher' => 'US Geological Survey', + 'issn' => '2771-9448', + ), + 491 => + array ( + 'id' => 4492, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:17', + 'title' => 'US Geological Survey Profesional Paper', + 'scopus_source_record_id' => '26852', + 'publisher' => 'US Geological Survey', + 'issn' => '2330-7102', + ), + 492 => + array ( + 'id' => 4493, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:17', + 'title' => 'USDA Forest Service - General Technical Report PNW-GTR', + 'scopus_source_record_id' => '22332', + 'publisher' => 'USDA Forest Service', + 'issn' => '0887-4840', + ), + 493 => + array ( + 'id' => 4494, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:18', + 'title' => 'USDA Forest Service - Research Note RMRS-RN', + 'scopus_source_record_id' => '5600152811', + 'publisher' => 'USDA Forest Service', + 'issn' => '0502-4994', + ), + 494 => + array ( + 'id' => 4495, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:18', + 'title' => 'USDA Forest Service - Resource Bulletin PNW-RB', + 'scopus_source_record_id' => '5000160304', + 'publisher' => 'USDA Forest Service', + 'issn' => '0748-1284', + ), + 495 => + array ( + 'id' => 4496, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:18', + 'title' => 'USDA Forest Service - Resource Bulletin RMRS-RB', + 'scopus_source_record_id' => '24266', + 'publisher' => 'USDA Forest Service', + 'issn' => '0888-9708', + ), + 496 => + array ( + 'id' => 4497, + 'created_at' => '2024-12-02 17:03:41', + 'updated_at' => '2024-12-02 17:20:18', + 'title' => 'USGS Scientific Investigations Report', + 'scopus_source_record_id' => '21101046175', + 'publisher' => 'US Geological Survey', + 'issn' => '2328-0328', + ), + 497 => + array ( + 'id' => 4498, + 'created_at' => '2024-12-02 17:03:42', + 'updated_at' => '2024-12-02 17:20:19', + 'title' => 'Vector-Borne and Zoonotic Diseases', + 'scopus_source_record_id' => '20802', + 'publisher' => 'Mary Ann Liebert', + 'issn' => '1557-7759', + ), + 498 => + array ( + 'id' => 4499, + 'created_at' => '2024-12-02 17:03:42', + 'updated_at' => '2024-12-02 17:20:19', + 'title' => 'Vegetation Classification and Survey', + 'scopus_source_record_id' => '21101083451', + 'publisher' => 'Pensoft Publishers', + 'issn' => '2683-0671', + ), + 499 => + array ( + 'id' => 4500, + 'created_at' => '2024-12-02 17:03:42', + 'updated_at' => '2024-12-02 17:20:20', + 'title' => 'Vertebrate Paleobiology and Paleoanthropology', + 'scopus_source_record_id' => '21100856606', + 'publisher' => 'Springer Nature', + 'issn' => '1877-9077', + ), + )); + \DB::table('journals')->insert(array ( + 0 => + array ( + 'id' => 4501, + 'created_at' => '2024-12-02 17:03:42', + 'updated_at' => '2024-12-02 17:20:20', + 'title' => 'Vertebrate Zoology', + 'scopus_source_record_id' => '21100332453', + 'publisher' => 'Senckenbergische Naturforschende Gesellschaft', + 'issn' => '1864-5755', + ), + 1 => + array ( + 'id' => 4502, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:20', + 'title' => 'Veterinary Integrative Sciences', + 'scopus_source_record_id' => '21101021174', + 'publisher' => 'Chiang Mai University - Faculty of Veterinary Medicine', + 'issn' => '2629-9968', + ), + 2 => + array ( + 'id' => 4503, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:21', + 'title' => 'Veterinary Microbiology', + 'scopus_source_record_id' => '20882', + 'publisher' => 'Elsevier', + 'issn' => '1873-2542', + ), + 3 => + array ( + 'id' => 4504, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:21', + 'title' => 'Victorian Naturalist', + 'scopus_source_record_id' => '20494', + 'publisher' => 'Field Naturalists Club of Victoria', + 'issn' => '0042-5184', + ), + 4 => + array ( + 'id' => 4505, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:21', + 'title' => 'Vie et Milieu', + 'scopus_source_record_id' => '14520', + 'publisher' => 'Universite de Paris VI (Pierre et Marie Curie)', + 'issn' => '0240-8759', + ), + 5 => + array ( + 'id' => 4506, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:21', + 'title' => 'Vietnam Journal of Chemistry', + 'scopus_source_record_id' => '21101043786', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2572-8288', + ), + 6 => + array ( + 'id' => 4507, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:21', + 'title' => 'Vietnam Journal of Earth Sciences', + 'scopus_source_record_id' => '21101039869', + 'publisher' => 'Publishing House of Natural Science and Technology, VAST', + 'issn' => '2815-5890', + ), + 7 => + array ( + 'id' => 4508, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:21', + 'title' => 'Vietnam Journal of Science and Technology', + 'scopus_source_record_id' => '21101101853', + 'publisher' => 'Publishing House of Natural Science and Technology, VAST', + 'issn' => '2815-5874', + ), + 8 => + array ( + 'id' => 4509, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:21', + 'title' => 'Vikalpa', + 'scopus_source_record_id' => '23830', + 'publisher' => 'SAGE', + 'issn' => '2395-3799', + ), + 9 => + array ( + 'id' => 4510, + 'created_at' => '2024-12-02 17:03:43', + 'updated_at' => '2024-12-02 17:20:21', + 'title' => 'Virchows Archiv', + 'scopus_source_record_id' => '14522', + 'publisher' => 'Springer Nature', + 'issn' => '1432-2307', + ), + 10 => + array ( + 'id' => 4511, + 'created_at' => '2024-12-02 17:03:44', + 'updated_at' => '2024-12-02 17:20:22', + 'title' => 'Virulence', + 'scopus_source_record_id' => '19700176023', + 'publisher' => 'Taylor & Francis', + 'issn' => '2150-5608', + ), + 11 => + array ( + 'id' => 4512, + 'created_at' => '2024-12-02 17:03:44', + 'updated_at' => '2024-12-02 17:20:22', + 'title' => 'Virus Evolution', + 'scopus_source_record_id' => '21100823143', + 'publisher' => 'Oxford University Press', + 'issn' => '2057-1577', + ), + 12 => + array ( + 'id' => 4513, + 'created_at' => '2024-12-02 17:03:44', + 'updated_at' => '2024-12-02 17:20:22', + 'title' => 'Virus Genes', + 'scopus_source_record_id' => '20887', + 'publisher' => 'Springer Nature', + 'issn' => '1572-994X', + ), + 13 => + array ( + 'id' => 4514, + 'created_at' => '2024-12-02 17:03:44', + 'updated_at' => '2024-12-02 17:20:22', + 'title' => 'Visions for Sustainability', + 'scopus_source_record_id' => '21101021144', + 'publisher' => 'University of Torino', + 'issn' => '2384-8677', + ), + 14 => + array ( + 'id' => 4515, + 'created_at' => '2024-12-02 17:03:44', + 'updated_at' => '2024-12-02 17:20:22', + 'title' => 'Vitis - Journal of Grapevine Research', + 'scopus_source_record_id' => '38175', + 'publisher' => 'Julius Kuhn-Institut Federal Research Center for Cultivated Plants', + 'issn' => '2367-4156', + ), + 15 => + array ( + 'id' => 4516, + 'created_at' => '2024-12-02 17:03:44', + 'updated_at' => '2024-12-02 17:20:22', + 'title' => 'Volcanica', + 'scopus_source_record_id' => '21101041526', + 'publisher' => 'Volcanica', + 'issn' => '2610-3540', + ), + 16 => + array ( + 'id' => 4517, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Wader Study', + 'scopus_source_record_id' => '21100817420', + 'publisher' => 'International Wader Study Group', + 'issn' => '2058-8410', + ), + 17 => + array ( + 'id' => 4518, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Waste Disposal and Sustainable Energy', + 'scopus_source_record_id' => '21101062813', + 'publisher' => 'Springer Nature', + 'issn' => '2524-7891', + ), + 18 => + array ( + 'id' => 4519, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Waste Forum', + 'scopus_source_record_id' => '21100834311', + 'publisher' => 'Czech Environment Management Center', + 'issn' => '1804-0195', + ), + 19 => + array ( + 'id' => 4520, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Waste Management and Research', + 'scopus_source_record_id' => '26492', + 'publisher' => 'SAGE', + 'issn' => '1096-3669', + ), + 20 => + array ( + 'id' => 4521, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Water (Switzerland)', + 'scopus_source_record_id' => '21100255400', + 'publisher' => 'Multidisciplinary Digital Publishing Institute (MDPI)', + 'issn' => '2073-4441', + ), + 21 => + array ( + 'id' => 4522, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Water Alternatives', + 'scopus_source_record_id' => '16800154727', + 'publisher' => 'Water Alternatives Association', + 'issn' => '1965-0175', + ), + 22 => + array ( + 'id' => 4523, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Water and Energy International', + 'scopus_source_record_id' => '21100920050', + 'publisher' => 'Central Board of Irrigation and Power', + 'issn' => '0974-4711', + ), + 23 => + array ( + 'id' => 4524, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Water and Environment Journal', + 'scopus_source_record_id' => '5800173373', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1747-6585', + ), + 24 => + array ( + 'id' => 4525, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Water Biology and Security', + 'scopus_source_record_id' => '21101097037', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2772-7351', + ), + 25 => + array ( + 'id' => 4526, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Water Conservation and Management', + 'scopus_source_record_id' => '21101021863', + 'publisher' => 'Zibeline International Publishing Sdn. Bhd.', + 'issn' => '2523-5672', + ), + 26 => + array ( + 'id' => 4527, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:23', + 'title' => 'Water Conservation Science and Engineering', + 'scopus_source_record_id' => '21101155861', + 'publisher' => 'Springer Nature', + 'issn' => '2364-5687', + ), + 27 => + array ( + 'id' => 4528, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Cycle', + 'scopus_source_record_id' => '21101060459', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2666-4453', + ), + 28 => + array ( + 'id' => 4529, + 'created_at' => '2024-12-02 17:03:45', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Economics and Policy', + 'scopus_source_record_id' => '21100907367', + 'publisher' => 'World Scientific', + 'issn' => '2382-6258', + ), + 29 => + array ( + 'id' => 4530, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Environment Research', + 'scopus_source_record_id' => '24563', + 'publisher' => 'Water Environment Federation', + 'issn' => '1554-7531', + ), + 30 => + array ( + 'id' => 4531, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water International', + 'scopus_source_record_id' => '18773', + 'publisher' => 'Taylor & Francis', + 'issn' => '0250-8060', + ), + 31 => + array ( + 'id' => 4532, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Policy', + 'scopus_source_record_id' => '18783', + 'publisher' => 'IWA Publishing', + 'issn' => '1366-7017', + ), + 32 => + array ( + 'id' => 4533, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Practice and Technology', + 'scopus_source_record_id' => '20000195075', + 'publisher' => 'IWA Publishing', + 'issn' => '1751-231X', + ), + 33 => + array ( + 'id' => 4534, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Quality Research Journal', + 'scopus_source_record_id' => '21101055135', + 'publisher' => 'IWA Publishing', + 'issn' => '2709-8052', + ), + 34 => + array ( + 'id' => 4535, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Research', + 'scopus_source_record_id' => '18795', + 'publisher' => 'Elsevier', + 'issn' => '1879-2448', + ), + 35 => + array ( + 'id' => 4536, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Research X', + 'scopus_source_record_id' => '21100897159', + 'publisher' => 'Elsevier', + 'issn' => '2589-9147', + ), + 36 => + array ( + 'id' => 4537, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Resources', + 'scopus_source_record_id' => '18796', + 'publisher' => 'Pleiades Publishing', + 'issn' => '1608-344X', + ), + 37 => + array ( + 'id' => 4538, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Resources and Economics', + 'scopus_source_record_id' => '21100256972', + 'publisher' => 'Elsevier', + 'issn' => '2212-4284', + ), + 38 => + array ( + 'id' => 4539, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Resources and Industry', + 'scopus_source_record_id' => '21100254652', + 'publisher' => 'Elsevier', + 'issn' => '2212-3717', + ), + 39 => + array ( + 'id' => 4540, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Resources Development and Management', + 'scopus_source_record_id' => '21100925888', + 'publisher' => 'Springer Nature', + 'issn' => '2198-316X', + ), + 40 => + array ( + 'id' => 4541, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Resources Management', + 'scopus_source_record_id' => '18853', + 'publisher' => 'Springer Nature', + 'issn' => '1573-1650', + ), + 41 => + array ( + 'id' => 4542, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Resources Research', + 'scopus_source_record_id' => '18854', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1944-7973', + ), + 42 => + array ( + 'id' => 4543, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Reuse', + 'scopus_source_record_id' => '21101055130', + 'publisher' => 'IWA Publishing', + 'issn' => '2709-6106', + ), + 43 => + array ( + 'id' => 4544, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water S.A.', + 'scopus_source_record_id' => '19375', + 'publisher' => 'South African Water Research Commission', + 'issn' => '1816-7950', + ), + 44 => + array ( + 'id' => 4545, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Science', + 'scopus_source_record_id' => '21101057953', + 'publisher' => 'Taylor & Francis', + 'issn' => '2357-0008', + ), + 45 => + array ( + 'id' => 4546, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Science and Technology', + 'scopus_source_record_id' => '19376', + 'publisher' => 'IWA Publishing', + 'issn' => '1996-9732', + ), + 46 => + array ( + 'id' => 4547, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water Security', + 'scopus_source_record_id' => '21100868097', + 'publisher' => 'Elsevier', + 'issn' => '2468-3124', + ), + 47 => + array ( + 'id' => 4548, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Water, Air, and Soil Pollution', + 'scopus_source_record_id' => '24554', + 'publisher' => 'Springer Nature', + 'issn' => '1573-2932', + ), + 48 => + array ( + 'id' => 4549, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Waterlines', + 'scopus_source_record_id' => '19406', + 'publisher' => 'Practical Action Publishing', + 'issn' => '1756-3488', + ), + 49 => + array ( + 'id' => 4550, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Watershed Ecology and the Environment', + 'scopus_source_record_id' => '21101158942', + 'publisher' => 'KeAi Communications Co.', + 'issn' => '2589-4714', + ), + 50 => + array ( + 'id' => 4551, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Weather', + 'scopus_source_record_id' => '14762', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1477-8696', + ), + 51 => + array ( + 'id' => 4552, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Weather and Climate Dynamics', + 'scopus_source_record_id' => '21101089403', + 'publisher' => 'Copernicus Publications', + 'issn' => '2698-4016', + ), + 52 => + array ( + 'id' => 4553, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Weather and Climate Extremes', + 'scopus_source_record_id' => '21100265617', + 'publisher' => 'Elsevier', + 'issn' => '2212-0947', + ), + 53 => + array ( + 'id' => 4554, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Weather and Forecasting', + 'scopus_source_record_id' => '14764', + 'publisher' => 'American Meteorological Society', + 'issn' => '1520-0434', + ), + 54 => + array ( + 'id' => 4555, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Weather, Climate, and Society', + 'scopus_source_record_id' => '21100215718', + 'publisher' => 'American Meteorological Society', + 'issn' => '1948-8335', + ), + 55 => + array ( + 'id' => 4556, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Web Ecology', + 'scopus_source_record_id' => '22550', + 'publisher' => 'Copernicus Publications', + 'issn' => '1399-1183', + ), + 56 => + array ( + 'id' => 4557, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:24', + 'title' => 'Webbia', + 'scopus_source_record_id' => '17865', + 'publisher' => 'Firenze University Press', + 'issn' => '0083-7792', + ), + 57 => + array ( + 'id' => 4558, + 'created_at' => '2024-12-02 17:03:46', + 'updated_at' => '2024-12-02 17:20:25', + 'title' => 'Weed Research', + 'scopus_source_record_id' => '94353', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1365-3180', + ), + 58 => + array ( + 'id' => 4559, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:25', + 'title' => 'Wellcome Open Research', + 'scopus_source_record_id' => '21100842667', + 'publisher' => 'Taylor & Francis', + 'issn' => '2398-502X', + ), + 59 => + array ( + 'id' => 4560, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:25', + 'title' => 'West African Journal of Applied Ecology', + 'scopus_source_record_id' => '19400157034', + 'publisher' => 'Ecological Laboratory, University of Ghana', + 'issn' => '0855-4307', + ), + 60 => + array ( + 'id' => 4561, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:25', + 'title' => 'Western Indian Ocean Journal of Marine Science', + 'scopus_source_record_id' => '21101152596', + 'publisher' => 'Western Indian Ocean Marine Science Association', + 'issn' => '2683-6416', + ), + 61 => + array ( + 'id' => 4562, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:25', + 'title' => 'Western North American Naturalist', + 'scopus_source_record_id' => '24493', + 'publisher' => 'Brigham Young University', + 'issn' => '1527-0904', + ), + 62 => + array ( + 'id' => 4563, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:25', + 'title' => 'Wetlands', + 'scopus_source_record_id' => '19429', + 'publisher' => 'Springer Nature', + 'issn' => '1943-6246', + ), + 63 => + array ( + 'id' => 4564, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:25', + 'title' => 'Wetlands Ecology and Management', + 'scopus_source_record_id' => '19431', + 'publisher' => 'Springer Nature', + 'issn' => '1572-9834', + ), + 64 => + array ( + 'id' => 4565, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'WikiJournal of Science', + 'scopus_source_record_id' => '21101087358', + 'publisher' => 'WikiJournal User Group', + 'issn' => '2470-6345', + ), + 65 => + array ( + 'id' => 4566, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wildfowl', + 'scopus_source_record_id' => '22758', + 'publisher' => 'Wildfowl and Wetlands Trust', + 'issn' => '0954-6324', + ), + 66 => + array ( + 'id' => 4567, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wildlife Biology', + 'scopus_source_record_id' => '24495', + 'publisher' => 'John Wiley & Sons', + 'issn' => '0909-6396', + ), + 67 => + array ( + 'id' => 4568, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wildlife Monographs', + 'scopus_source_record_id' => '24497', + 'publisher' => 'John Wiley & Sons', + 'issn' => '0084-0173', + ), + 68 => + array ( + 'id' => 4569, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wildlife Research', + 'scopus_source_record_id' => '24499', + 'publisher' => 'CSIRO', + 'issn' => '1448-5494', + ), + 69 => + array ( + 'id' => 4570, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wiley interdisciplinary reviews. RNA', + 'scopus_source_record_id' => '21100198522', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1757-7012', + ), + 70 => + array ( + 'id' => 4571, + 'created_at' => '2024-12-02 17:03:47', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wiley Interdisciplinary Reviews: Climate Change', + 'scopus_source_record_id' => '19900191605', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1757-7799', + ), + 71 => + array ( + 'id' => 4572, + 'created_at' => '2024-12-02 17:03:48', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wiley Interdisciplinary Reviews: Computational Molecular Science', + 'scopus_source_record_id' => '21100200203', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1759-0884', + ), + 72 => + array ( + 'id' => 4573, + 'created_at' => '2024-12-02 17:03:48', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wiley Interdisciplinary Reviews: Energy and Environment', + 'scopus_source_record_id' => '21100239615', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2041-840X', + ), + 73 => + array ( + 'id' => 4574, + 'created_at' => '2024-12-02 17:03:48', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wiley Interdisciplinary Reviews: Water', + 'scopus_source_record_id' => '21100981277', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2049-1948', + ), + 74 => + array ( + 'id' => 4575, + 'created_at' => '2024-12-02 17:03:48', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Willdenowia', + 'scopus_source_record_id' => '17878', + 'publisher' => 'Botanischer Garten und Botanisches Museum Berlin-Dahlem', + 'issn' => '0511-9618', + ), + 75 => + array ( + 'id' => 4576, + 'created_at' => '2024-12-02 17:03:48', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'Wilson Journal of Ornithology', + 'scopus_source_record_id' => '4400151710', + 'publisher' => 'Wilson Ornithological Society', + 'issn' => '1559-4491', + ), + 76 => + array ( + 'id' => 4577, + 'created_at' => '2024-12-02 17:03:48', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'WIT Transactions on Ecology and the Environment', + 'scopus_source_record_id' => '5700191202', + 'publisher' => 'WIT Press', + 'issn' => '1743-3541', + ), + 77 => + array ( + 'id' => 4578, + 'created_at' => '2024-12-02 17:03:48', + 'updated_at' => '2024-12-02 17:20:26', + 'title' => 'WMU Journal of Maritime Affairs', + 'scopus_source_record_id' => '19700182315', + 'publisher' => 'Springer Nature', + 'issn' => '1654-1642', + ), + 78 => + array ( + 'id' => 4579, + 'created_at' => '2024-12-02 17:03:49', + 'updated_at' => '2024-12-02 17:20:27', + 'title' => 'World Academy of Sciences Journal', + 'scopus_source_record_id' => '21101046250', + 'publisher' => 'Spandidos Publications', + 'issn' => '2632-2919', + ), + 79 => + array ( + 'id' => 4580, + 'created_at' => '2024-12-02 17:03:49', + 'updated_at' => '2024-12-02 17:20:27', + 'title' => 'World Archaeology', + 'scopus_source_record_id' => '91941', + 'publisher' => 'Taylor & Francis', + 'issn' => '1470-1375', + ), + 80 => + array ( + 'id' => 4581, + 'created_at' => '2024-12-02 17:03:49', + 'updated_at' => '2024-12-02 17:20:27', + 'title' => 'World Dredging, Mining and Construction', + 'scopus_source_record_id' => '18033', + 'publisher' => 'Placer Management Corp.', + 'issn' => '1045-0343', + ), + 81 => + array ( + 'id' => 4582, + 'created_at' => '2024-12-02 17:03:49', + 'updated_at' => '2024-12-02 17:20:27', + 'title' => 'World Food Policy', + 'scopus_source_record_id' => '21101232819', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2372-8639', + ), + 82 => + array ( + 'id' => 4583, + 'created_at' => '2024-12-02 17:03:49', + 'updated_at' => '2024-12-02 17:20:28', + 'title' => 'World Journal of Chemical Education', + 'scopus_source_record_id' => '21101080474', + 'publisher' => 'Science and Education Publishing', + 'issn' => '2375-1657', + ), + 83 => + array ( + 'id' => 4584, + 'created_at' => '2024-12-02 17:03:49', + 'updated_at' => '2024-12-02 17:20:28', + 'title' => 'World Journal of Stem Cells', + 'scopus_source_record_id' => '21100851290', + 'publisher' => 'Baishideng Publishing Group', + 'issn' => '1948-0210', + ), + 84 => + array ( + 'id' => 4585, + 'created_at' => '2024-12-02 17:03:49', + 'updated_at' => '2024-12-02 17:20:28', + 'title' => 'World of Metallurgy - ERZMETALL', + 'scopus_source_record_id' => '70012', + 'publisher' => 'GDMB Gesellschaft fur Bergbau, Metallurgie, Rohstoff- und Umwelttechnik e.V.', + 'issn' => '1613-2394', + ), + 85 => + array ( + 'id' => 4586, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:28', + 'title' => 'World Regional Geography Book Series', + 'scopus_source_record_id' => '21101229997', + 'publisher' => 'Springer Nature', + 'issn' => '2363-9091', + ), + 86 => + array ( + 'id' => 4587, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:28', + 'title' => 'World Review of Science, Technology and Sustainable Development', + 'scopus_source_record_id' => '5700165172', + 'publisher' => 'Inderscience Publishers', + 'issn' => '1741-2234', + ), + 87 => + array ( + 'id' => 4588, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:28', + 'title' => 'World Scientific Series in Nanoscience and Nanotechnology', + 'scopus_source_record_id' => '21101141805', + 'publisher' => 'World Scientific', + 'issn' => '2335-6693', + ), + 88 => + array ( + 'id' => 4589, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:28', + 'title' => 'World Sustainability Series', + 'scopus_source_record_id' => '21100925886', + 'publisher' => 'Springer Nature', + 'issn' => '2199-7381', + ), + 89 => + array ( + 'id' => 4590, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'World Water Policy', + 'scopus_source_record_id' => '21101075645', + 'publisher' => 'John Wiley & Sons', + 'issn' => '2639-541X', + ), + 90 => + array ( + 'id' => 4591, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'Worldviews: Environment, Culture, Religion', + 'scopus_source_record_id' => '17300154814', + 'publisher' => 'Brill', + 'issn' => '1568-5357', + ), + 91 => + array ( + 'id' => 4592, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'Worldwide Hospitality and Tourism Themes', + 'scopus_source_record_id' => '21100262313', + 'publisher' => 'Emerald Publishing', + 'issn' => '1755-4225', + ), + 92 => + array ( + 'id' => 4593, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'WSEAS Transactions on Biology and Biomedicine', + 'scopus_source_record_id' => '19600157349', + 'publisher' => 'WSEAS Press', + 'issn' => '2224-2902', + ), + 93 => + array ( + 'id' => 4594, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'WSEAS Transactions on Environment and Development', + 'scopus_source_record_id' => '10300153374', + 'publisher' => 'WSEAS Press', + 'issn' => '2224-3496', + ), + 94 => + array ( + 'id' => 4595, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'WSEAS Transactions on Mathematics', + 'scopus_source_record_id' => '144884', + 'publisher' => 'WSEAS Press', + 'issn' => '1109-2769', + ), + 95 => + array ( + 'id' => 4596, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'Wuhan University Journal of Natural Sciences', + 'scopus_source_record_id' => '26195', + 'publisher' => 'EDP Sciences', + 'issn' => '1993-4998', + ), + 96 => + array ( + 'id' => 4597, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'Wulfenia', + 'scopus_source_record_id' => '9300153115', + 'publisher' => 'Landesmuseum Karnten', + 'issn' => '1561-882X', + ), + 97 => + array ( + 'id' => 4598, + 'created_at' => '2024-12-02 17:03:50', + 'updated_at' => '2024-12-02 17:20:29', + 'title' => 'Xenobiotica', + 'scopus_source_record_id' => '14822', + 'publisher' => 'Taylor & Francis', + 'issn' => '1366-5928', + ), + 98 => + array ( + 'id' => 4599, + 'created_at' => '2024-12-02 17:03:51', + 'updated_at' => '2024-12-02 17:20:30', + 'title' => 'Yale Journal of Biology and Medicine', + 'scopus_source_record_id' => '20927', + 'publisher' => 'Yale Journal of Biology and Medicine Inc.', + 'issn' => '1551-4056', + ), + 99 => + array ( + 'id' => 4600, + 'created_at' => '2024-12-02 17:03:51', + 'updated_at' => '2024-12-02 17:20:30', + 'title' => 'Yankuang Ceshi', + 'scopus_source_record_id' => '21101136888', + 'publisher' => 'Science China Press', + 'issn' => '0254-5357', + ), + 100 => + array ( + 'id' => 4601, + 'created_at' => '2024-12-02 17:03:51', + 'updated_at' => '2024-12-02 17:20:30', + 'title' => 'Yearbook International Tribunal for the Law of the Sea/Annuaire Tribunal international du droit de la mer', + 'scopus_source_record_id' => '21101147416', + 'publisher' => 'Brill', + 'issn' => '1389-6288', + ), + 101 => + array ( + 'id' => 4602, + 'created_at' => '2024-12-02 17:03:51', + 'updated_at' => '2024-12-02 17:20:30', + 'title' => 'Yearbook of Polar Law', + 'scopus_source_record_id' => '21101176861', + 'publisher' => 'Brill', + 'issn' => '1876-8814', + ), + 102 => + array ( + 'id' => 4603, + 'created_at' => '2024-12-02 17:03:51', + 'updated_at' => '2024-12-02 17:20:30', + 'title' => 'Yeast', + 'scopus_source_record_id' => '17905', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1097-0061', + ), + 103 => + array ( + 'id' => 4604, + 'created_at' => '2024-12-02 17:03:51', + 'updated_at' => '2024-12-02 17:20:30', + 'title' => 'Yugoslav Journal of Operations Research', + 'scopus_source_record_id' => '23492', + 'publisher' => 'Faculty of Organizational Sciences, University of Belgrade', + 'issn' => '2334-6043', + ), + 104 => + array ( + 'id' => 4605, + 'created_at' => '2024-12-02 17:03:51', + 'updated_at' => '2024-12-02 17:20:30', + 'title' => 'Yustisia', + 'scopus_source_record_id' => '21101181970', + 'publisher' => 'Sebelas Maret University Faculty of Law', + 'issn' => '2549-0907', + ), + 105 => + array ( + 'id' => 4606, + 'created_at' => '2024-12-02 17:03:51', + 'updated_at' => '2024-12-02 17:20:30', + 'title' => 'Yuzuncu Yil University Journal of Agricultural Sciences', + 'scopus_source_record_id' => '21100794584', + 'publisher' => 'University of Yuzuncu Yil', + 'issn' => '1308-7584', + ), + 106 => + array ( + 'id' => 4607, + 'created_at' => '2024-12-02 17:03:52', + 'updated_at' => '2024-12-02 17:20:31', + 'title' => 'Zanco Journal of Pure and Applied Sciences', + 'scopus_source_record_id' => '21101239744', + 'publisher' => 'Salahaddin University - Erbil', + 'issn' => '2412-3986', + ), + 107 => + array ( + 'id' => 4608, + 'created_at' => '2024-12-02 17:03:52', + 'updated_at' => '2024-12-02 17:20:31', + 'title' => 'Zeitschrift der Deutschen Gesellschaft fur Geowissenschaften', + 'scopus_source_record_id' => '19900192002', + 'publisher' => 'Schweizerbart Science Publishers', + 'issn' => '1860-1804', + ), + 108 => + array ( + 'id' => 4609, + 'created_at' => '2024-12-02 17:03:52', + 'updated_at' => '2024-12-02 17:20:31', + 'title' => 'Zeitschrift fur Geomorphologie', + 'scopus_source_record_id' => '27398', + 'publisher' => 'Schweizerbart Science Publishers', + 'issn' => '1864-1687', + ), + 109 => + array ( + 'id' => 4610, + 'created_at' => '2024-12-02 17:03:53', + 'updated_at' => '2024-12-02 17:20:32', + 'title' => 'Zeitschrift fur Naturforschung - Section B Journal of Chemical Sciences', + 'scopus_source_record_id' => '25756', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1865-7117', + ), + 110 => + array ( + 'id' => 4611, + 'created_at' => '2024-12-02 17:03:53', + 'updated_at' => '2024-12-02 17:20:32', + 'title' => 'Zeitschrift fur Naturforschung - Section C Journal of Biosciences', + 'scopus_source_record_id' => '14954', + 'publisher' => 'Walter de Gruyter', + 'issn' => '1865-7125', + ), + 111 => + array ( + 'id' => 4612, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:34', + 'title' => 'Zoodiversity', + 'scopus_source_record_id' => '21101023406', + 'publisher' => 'National Academy of Sciences of Ukraine', + 'issn' => '2707-7268', + ), + 112 => + array ( + 'id' => 4613, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:34', + 'title' => 'ZooKeys', + 'scopus_source_record_id' => '19700170477', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1313-2970', + ), + 113 => + array ( + 'id' => 4614, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:34', + 'title' => 'Zoologica Scripta', + 'scopus_source_record_id' => '24546', + 'publisher' => 'John Wiley & Sons', + 'issn' => '1463-6409', + ), + 114 => + array ( + 'id' => 4615, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:34', + 'title' => 'Zoological Journal of the Linnean Society', + 'scopus_source_record_id' => '22631', + 'publisher' => 'Oxford University Press', + 'issn' => '1096-3642', + ), + 115 => + array ( + 'id' => 4616, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:34', + 'title' => 'Zoological Research', + 'scopus_source_record_id' => '19700173308', + 'publisher' => 'Science China Press', + 'issn' => '2095-8137', + ), + 116 => + array ( + 'id' => 4617, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:34', + 'title' => 'Zoological Systematics', + 'scopus_source_record_id' => '21101061452', + 'publisher' => 'Institute of Zoology Chinese Academy of Sciences.', + 'issn' => '2095-6827', + ), + 117 => + array ( + 'id' => 4618, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:34', + 'title' => 'Zoology and Ecology', + 'scopus_source_record_id' => '21100239825', + 'publisher' => 'Nature Research Centre', + 'issn' => '2165-8013', + ), + 118 => + array ( + 'id' => 4619, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:35', + 'title' => 'ZooNotes', + 'scopus_source_record_id' => '21101197366', + 'publisher' => 'Plovdiv University Press', + 'issn' => '1313-9916', + ), + 119 => + array ( + 'id' => 4620, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:35', + 'title' => 'Zoosystema', + 'scopus_source_record_id' => '23211', + 'publisher' => 'Museum National d\'Histoire Naturelle', + 'issn' => '1638-9387', + ), + 120 => + array ( + 'id' => 4621, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:35', + 'title' => 'Zoosystematica Rossica', + 'scopus_source_record_id' => '21100411349', + 'publisher' => 'Zoological Institute, Russian Academy of Sciences', + 'issn' => '2410-0226', + ), + 121 => + array ( + 'id' => 4622, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:35', + 'title' => 'Zoosystematics and Evolution', + 'scopus_source_record_id' => '21100200405', + 'publisher' => 'Pensoft Publishers', + 'issn' => '1860-0743', + ), + 122 => + array ( + 'id' => 4623, + 'created_at' => '2024-12-02 17:03:55', + 'updated_at' => '2024-12-02 17:20:35', + 'title' => 'Zootaxa', + 'scopus_source_record_id' => '4700151916', + 'publisher' => 'Magnolia Press', + 'issn' => '1175-5334', + ), + )); + + + } +} \ No newline at end of file diff --git a/tests/Feature/Models/JournalTest.php b/tests/Feature/Models/JournalTest.php index e4fe2313..731861d6 100644 --- a/tests/Feature/Models/JournalTest.php +++ b/tests/Feature/Models/JournalTest.php @@ -28,7 +28,7 @@ Journal::factory()->count(5)->create(); // authenticated user can get a list of journals - $response = $this->actingAs($user)->getJson('/api/journals?filter[dfo_series]=1')->assertOk(); + $response = $this->actingAs($user)->getJson('/api/journals?filter[dfo_series]=1&limit=20')->assertOk(); expect($response->json('data'))->toHaveCount(6); }); @@ -56,7 +56,7 @@ $this->seed(JournalsTableSeeder::class); // make sure that title is in the database - $this->assertDatabaseHas('journals', ['title_en' => $title]); + $this->assertDatabaseHas('journals', ['title' => $title]); // create a user $user = User::factory()->create(); @@ -64,7 +64,7 @@ // search for a journal by title $response = $this->actingAs($user)->getJson('/api/journals?filter[search]='.$title.'&sort=title-length')->assertOk(); - $returnedTitles = collect($response->json('data'))->pluck('data.title_en'); + $returnedTitles = collect($response->json('data'))->pluck('data.title'); expect($returnedTitles)->toContain($title);