-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrawler.log
744 lines (744 loc) · 234 KB
/
crawler.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
2025-01-07 21:09:30,016 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "60b9781a225e51b3", "timestamp": "2025-01-07T21:09:21.853135"}
2025-01-07 21:09:30,016 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:09:30,017 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '60b9781a225e51b3', 'timestamp': '2025-01-07T21:09:21.853135'}
2025-01-07 21:09:30,017 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:09:33,111 - ERROR - Request failed with proxy http://beelnxub:[email protected]:6540: HTTPSConnectionPool(host='scholar.google.com', port=443): Read timed out. (read timeout=10)
2025-01-07 21:09:33,112 - ERROR - Task error for Geoffrey Hinton: Request failed: HTTPSConnectionPool(host='scholar.google.com', port=443): Read timed out. (read timeout=10)
2025-01-07 21:09:33,115 - ERROR - Task details: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:18.321895'}
2025-01-07 21:09:33,117 - INFO - Published result for Geoffrey Hinton
2025-01-07 21:09:33,345 - INFO - Found 0 authors to crawl: []
2025-01-07 21:09:33,351 - INFO - Current queue length: 8
2025-01-07 21:09:33,352 - WARNING - No tasks generated in this iteration.
2025-01-07 21:09:33,355 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'cba8d4e28b30a455', 'timestamp': '2025-01-07T21:09:21.853489'}
2025-01-07 21:09:33,355 - INFO - Heartbeat received from cba8d4e28b30a455
2025-01-07 21:09:33,356 - INFO - Coordinator: Acknowledged message: 4
2025-01-07 21:09:34,023 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:09:22.974094"}
2025-01-07 21:09:34,024 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:09:34,024 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:09:22.974094'}
2025-01-07 21:09:34,025 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:09:36,021 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:09:24.008850"}
2025-01-07 21:09:36,022 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:09:36,022 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:09:24.008850'}
2025-01-07 21:09:36,022 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:09:38,357 - INFO - Found 0 authors to crawl: []
2025-01-07 21:09:38,359 - INFO - Current queue length: 7
2025-01-07 21:09:38,360 - WARNING - No tasks generated in this iteration.
2025-01-07 21:09:38,361 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:09:28.006479'}
2025-01-07 21:09:38,361 - INFO - Heartbeat received from a614212f12063822
2025-01-07 21:09:38,361 - INFO - Coordinator: Acknowledged message: 5
2025-01-07 21:09:39,123 - INFO - Crawler 86b71ed20025beac: Received message: {"author_id": 1, "url": "https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian", "author": "Ciprian Dobre", "source": "dblp", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:09:28.333672"}
2025-01-07 21:09:39,123 - INFO - Crawler 86b71ed20025beac: Received task: Ciprian Dobre
2025-01-07 21:09:39,124 - INFO - Crawler 86b71ed20025beac: Received task: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:28.333672'}
2025-01-07 21:09:39,124 - INFO - Processing task for Ciprian Dobre from dblp
2025-01-07 21:09:39,124 - INFO - Crawler 86b71ed20025beac: Fetching URL: https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:09:40,039 - INFO - Crawler a614212f12063822: Received message: {"author_id": 2, "url": "https://scholar.google.ro/citations?user=_44USrIAAAAJ", "author": "Ciprian Dobre", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:09:28.339579"}
2025-01-07 21:09:40,039 - INFO - Crawler a614212f12063822: Received task: Ciprian Dobre
2025-01-07 21:09:40,040 - INFO - Crawler a614212f12063822: Received task: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:28.339579'}
2025-01-07 21:09:40,040 - INFO - Processing task for Ciprian Dobre from google
2025-01-07 21:09:40,040 - INFO - Crawler a614212f12063822: Fetching URL: https://scholar.google.ro/citations?user=_44USrIAAAAJ with proxy: http://beelnxub:[email protected]:6712
2025-01-07 21:09:41,610 - INFO - Crawler a614212f12063822: Fetched content for google: 176044 bytes, Status Code: 200
2025-01-07 21:09:41,624 - INFO - Crawler a614212f12063822: Found 20 articles on Google Scholar page
2025-01-07 21:09:41,625 - INFO - Crawler a614212f12063822: Found title: Intelligent services for big data science, year: 2014
2025-01-07 21:09:41,625 - INFO - Crawler a614212f12063822: Found title: Big data and internet of things: a roadmap for smart environments, year: 2014
2025-01-07 21:09:41,626 - INFO - Crawler a614212f12063822: Found title: Internet of Things (IoT) in 5G mobile technologies, year: 2016
2025-01-07 21:09:41,626 - INFO - Crawler a614212f12063822: Found title: Human physical activity recognition using smartphone sensors, year: 2019
2025-01-07 21:09:41,626 - INFO - Crawler a614212f12063822: Found title: MonALISA: An agent based, dynamic service system to monitor, control and optimize grid based applications, year: 2005
2025-01-07 21:09:41,626 - INFO - Crawler a614212f12063822: Found title: Parallel programming paradigms and frameworks in big data era, year: 2014
2025-01-07 21:09:41,627 - INFO - Crawler a614212f12063822: Found title: MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems, year: 2009
2025-01-07 21:09:41,627 - INFO - Crawler a614212f12063822: Found title: Blockchain-based reputation for intelligent transportation systems, year: 2020
2025-01-07 21:09:41,627 - INFO - Crawler a614212f12063822: Found title: Big data and cloud computing: a survey of the state-of-the-art and research challenges, year: 2017
2025-01-07 21:09:41,628 - INFO - Crawler a614212f12063822: Found title: SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks, year: 2014
2025-01-07 21:09:41,628 - INFO - Crawler a614212f12063822: Found title: Internet traffic classification based on flows' statistical properties with machine learning, year: 2017
2025-01-07 21:09:41,628 - INFO - Crawler a614212f12063822: Found title: A fog-based emergency system for smart enhanced living environments, year: 2016
2025-01-07 21:09:41,628 - INFO - Crawler a614212f12063822: Found title: A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems, year: 2012
2025-01-07 21:09:41,629 - INFO - Crawler a614212f12063822: Found title: Blockchain-based approach for e-health data access management with privacy protection, year: 2019
2025-01-07 21:09:41,629 - INFO - Crawler a614212f12063822: Found title: Drop computing: Ad-hoc dynamic collaborative computing, year: 2019
2025-01-07 21:09:41,630 - INFO - Crawler a614212f12063822: Found title: Genetic algorithm for DAG scheduling in grid environments, year: 2009
2025-01-07 21:09:41,631 - INFO - Crawler a614212f12063822: Found title: SPRINT: Social prediction-based opportunistic routing, year: 2013
2025-01-07 21:09:41,631 - INFO - Crawler a614212f12063822: Found title: Monarc simulation framework, year: 2011
2025-01-07 21:09:41,631 - INFO - Crawler a614212f12063822: Found title: A realistic mobility model based on social networks for the simulation of VANETs, year: 2009
2025-01-07 21:09:41,631 - INFO - Crawler a614212f12063822: Found title: Onside: Socially-aware and interest-based dissemination in opportunistic networks, year: 2014
2025-01-07 21:09:41,632 - INFO - Parsed publications: [{'title': 'Intelligent services for big data science', 'year': 2014, 'source': 'google'}, {'title': 'Big data and internet of things: a roadmap for smart environments', 'year': 2014, 'source': 'google'}, {'title': 'Internet of Things (IoT) in 5G mobile technologies', 'year': 2016, 'source': 'google'}, {'title': 'Human physical activity recognition using smartphone sensors', 'year': 2019, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize grid based applications', 'year': 2005, 'source': 'google'}, {'title': 'Parallel programming paradigms and frameworks in big data era', 'year': 2014, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems', 'year': 2009, 'source': 'google'}, {'title': 'Blockchain-based reputation for intelligent transportation systems', 'year': 2020, 'source': 'google'}, {'title': 'Big data and cloud computing: a survey of the state-of-the-art and research challenges', 'year': 2017, 'source': 'google'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks', 'year': 2014, 'source': 'google'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning", 'year': 2017, 'source': 'google'}, {'title': 'A fog-based emergency system for smart enhanced living environments', 'year': 2016, 'source': 'google'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems', 'year': 2012, 'source': 'google'}, {'title': 'Blockchain-based approach for e-health data access management with privacy protection', 'year': 2019, 'source': 'google'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing', 'year': 2019, 'source': 'google'}, {'title': 'Genetic algorithm for DAG scheduling in grid environments', 'year': 2009, 'source': 'google'}, {'title': 'SPRINT: Social prediction-based opportunistic routing', 'year': 2013, 'source': 'google'}, {'title': 'Monarc simulation framework', 'year': 2011, 'source': 'google'}, {'title': 'A realistic mobility model based on social networks for the simulation of VANETs', 'year': 2009, 'source': 'google'}, {'title': 'Onside: Socially-aware and interest-based dissemination in opportunistic networks', 'year': 2014, 'source': 'google'}]
2025-01-07 21:09:41,632 - INFO - Successfully crawled 20 publications for Ciprian Dobre
2025-01-07 21:09:41,632 - INFO - Published result for Ciprian Dobre
2025-01-07 21:09:41,704 - INFO - Crawler 86b71ed20025beac: Fetched content for dblp: 2845245 bytes, Status Code: 200
2025-01-07 21:09:42,030 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:09:30.013255"}
2025-01-07 21:09:42,030 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:09:42,031 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:09:30.013255'}
2025-01-07 21:09:42,031 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:09:42,453 - INFO - Found articles: 88
2025-01-07 21:09:42,510 - INFO - Parsed publications: [{'title': 'Blockchain Support for a FAIR Research Data Marketplace.', 'year': 2024, 'source': 'dblp'}, {'title': 'BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks.', 'year': 2024, 'source': 'dblp'}, {'title': 'Privacy-friendly statistical counting for pedestrian dynamics.', 'year': 2023, 'source': 'dblp'}, {'title': 'Editorial: Wearable and mobile data analysis methodologies for personalized medicine.', 'year': 2023, 'source': 'dblp'}, {'title': 'Clinically-validated technologies for assisted living.', 'year': 2095, 'source': 'dblp'}, {'title': 'Sustainable Health-Related Quality of Life in Older Adults as Supported by the vINCI Technology.', 'year': 2023, 'source': 'dblp'}, {'title': 'IoT and AI-Based Application for Automatic Interpretation of the Affective State of Children Diagnosed with Autism.', 'year': 2022, 'source': 'dblp'}, {'title': 'Upper and Lower Leaf Side Detection with Machine Learning Methods.', 'year': 2022, 'source': 'dblp'}, {'title': 'A multi-objective distance vector-hop localization algorithm based on differential evolution quantum particle swarm optimization.', 'year': 2021, 'source': 'dblp'}, {'title': 'Opportunistic Network Algorithms for Internet Traffic Offloading in Music Festival Scenarios.', 'year': 2021, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Blockchain-based Reputation for Intelligent Transportation Systems.', 'year': 2020, 'source': 'dblp'}, {'title': 'Gait Recognition as an Authentication Method for Mobile Devices.', 'year': 2020, 'source': 'dblp'}, {'title': 'Vehicle Detection in Overhead Satellite Images Using a One-Stage Object Detection Model.', 'year': 2020, 'source': 'dblp'}, {'title': 'Machine learning-Based traffic offloading in fog networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Avoiding Data Corruption in Drop Computing Mobile Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data and Task Offloading in Collaborative Mobile Fog-Based Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data fusion technique in SPIDER Peer-to-Peer networks in smart cities for security enhancements.', 'year': 2019, 'source': 'dblp'}, {'title': 'Human Physical Activity Recognition Using Smartphone Sensors.', 'year': 2019, 'source': 'dblp'}, {'title': 'Using Socio-Spatial Context in Mobile Cloud Process Offloading for Energy Conservation in Wireless Devices.', 'year': 2019, 'source': 'dblp'}, {'title': 'Context-adaptive forwarding in mobile opportunistic networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Controlling and filtering users data in Intelligent Transportation System.', 'year': 2018, 'source': 'dblp'}, {'title': 'Expert system for nutrition care process of older adults.', 'year': 2018, 'source': 'dblp'}, {'title': 'Event-based sensor data exchange and fusion in the Internet of Things environments.', 'year': 2018, 'source': 'dblp'}, {'title': 'Identifying Stops and Moves in WiFi Tracking Data.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Advances in Network Services Chain: Part 1.', 'year': 2017, 'source': 'dblp'}, {'title': 'Improving Opportunistic Networks by Leveraging Device-to-Device Communication.', 'year': 2017, 'source': 'dblp'}, {'title': 'Network Services Chaining in the 5G Vision.', 'year': 2017, 'source': 'dblp'}, {'title': 'A context-aware collaborative model for smartphone energy efficiency over 5G wireless networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'A simulator for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Total order in opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning.", 'year': 2017, 'source': 'dblp'}, {'title': 'Special Issue on "High Performance and Parallelism for Large Data Sets".', 'year': 2017, 'source': 'dblp'}, {'title': 'Interest spaces: A unified interest-based dissemination framework for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'An integrated architecture for future studies in data processing for smart cities.', 'year': 2017, 'source': 'dblp'}, {'title': 'Trust and reputation management for opportunistic dissemination.', 'year': 2017, 'source': 'dblp'}, {'title': 'Resource Usage Prediction Models for Optimal Multimedia Content Provision.', 'year': 2017, 'source': 'dblp'}, {'title': 'AutoCompBD: Autonomic Computing and Big Data platforms.', 'year': 2017, 'source': 'dblp'}, {'title': 'Guest Editorial: Special Issue on Algorithms and Computational Models for Sustainable Computing in Cloud and Data Centers.', 'year': 2017, 'source': 'dblp'}, {'title': 'A Fog-Based Emergency System for Smart Enhanced Living Environments.', 'year': 2016, 'source': 'dblp'}, {'title': 'Multi-criteria optimization of wireless connectivity over sparse networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Adaptive scheduling algorithm for media-optimized traffic management in software defined networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Trust models for efficient communication in Mobile Cloud Computing and their applications to e-Commerce.', 'year': 2016, 'source': 'dblp'}, {'title': 'A multi-objective optimization of data dissemination in delay tolerant networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'A Survey on the Application of Evolutionary Algorithms for Mobile Multihop Ad Hoc Network Optimization Problems.', 'year': 2016, 'source': 'dblp'}, {'title': 'Computational Intelligence in Wireless Sensor and Ad Hoc Networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Enabling Mobile Cloud Wide Spread Through an Evolutionary Market-Based Approach.', 'year': 2016, 'source': 'dblp'}, {'title': 'Interest-awareness in data dissemination for opportunistic networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'MOMTH: multi-objective scheduling algorithm of many tasks in Hadoop.', 'year': 2015, 'source': 'dblp'}, {'title': 'Adaptive method to support social-based mobile networks using a pagerank approach.', 'year': 1900, 'source': 'dblp'}, {'title': 'Reputation-guided evolutionary scheduling algorithm for independent tasks in inter-clouds environments.', 'year': 2015, 'source': 'dblp'}, {'title': 'SPRINT-SELF: Social-Based Routing and Selfish Node Detection in Opportunistic Networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'Enabling Vehicular Data with Distributed Machine Learning.', 'year': 2015, 'source': 'dblp'}, {'title': 'Deadline scheduling for aperiodic tasks in inter-Cloud environments: a new approach to resource management.', 'year': 2015, 'source': 'dblp'}, {'title': 'A methodology for assessing the predictable behaviour of mobile users in wireless networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Interaction predictability of opportunistic networks in academic environments.', 'year': 2014, 'source': 'dblp'}, {'title': 'Intelligent services for Big Data science.', 'year': 2014, 'source': 'dblp'}, {'title': 'Social-based routing algorithm for energy preservation in mobile opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Parallel Programming Paradigms and Frameworks in Big Data Era.', 'year': 2014, 'source': 'dblp'}, {'title': 'JDER: A history-based forwarding scheme for delay tolerant networks using Jaccard distance and encountered ration.', 'year': 2014, 'source': 'dblp'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'The EU-Services Directive: An eFramework to Optimize Public Administration.', 'year': 2013, 'source': 'dblp'}, {'title': 'Social-awareness in opportunistic networking.', 'year': 2013, 'source': 'dblp'}, {'title': 'Opportunistic Networks: A Taxonomy of Data Dissemination Techniques.', 'year': 2013, 'source': 'dblp'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Monalisa: a Monitoring Framework for Large Scale Computing Systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Simulation analysis of data processing activities in Compact Muon Solenoid physics.', 'year': 2012, 'source': 'dblp'}, {'title': 'A Failure Detection System for Large Scale Distributed Systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A dependability layer for large-scale distributed systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A keyword search algorithm for structured peer-to-peer networks.', 'year': 2011, 'source': 'dblp'}, {'title': 'Middleware and architectures for space-based and situated computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Automatic Data Migration e-System for Public Administration e-Services.', 'year': 2011, 'source': 'dblp'}, {'title': 'A Virtualization-based Approach to Dependable Service Computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Load-Balancing Metric for Service Dependability in Large Scale Distributed Environments.', 'year': 2011, 'source': 'dblp'}, {'title': 'Dynamic meta-scheduling architecture based on monitoring in distributed systems.', 'year': 2010, 'source': 'dblp'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems.', 'year': 2009, 'source': 'dblp'}, {'title': 'Simulation Framework for the Evaluation of Dependable Distributed Systems.', 'year': 2009, 'source': 'dblp'}]
2025-01-07 21:09:42,512 - INFO - Successfully crawled 88 publications for Ciprian Dobre
2025-01-07 21:09:42,516 - INFO - Published result for Ciprian Dobre
2025-01-07 21:09:43,363 - INFO - Found 0 authors to crawl: []
2025-01-07 21:09:43,368 - INFO - Current queue length: 8
2025-01-07 21:09:43,368 - WARNING - No tasks generated in this iteration.
2025-01-07 21:09:43,370 - INFO - Coordinator: Received result: {'status': 'error', 'task_data': {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:18.321895'}, 'error': "Request failed: HTTPSConnectionPool(host='scholar.google.com', port=443): Read timed out. (read timeout=10)", 'node_id': '86b71ed20025beac'}
2025-01-07 21:09:43,370 - INFO - Task published: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 1, 'created_at': '2025-01-07T21:09:18.321895'}
2025-01-07 21:09:43,371 - INFO - Retrying task for Geoffrey Hinton, attempt 1
2025-01-07 21:09:43,371 - INFO - Updated last_crawl for author 3
2025-01-07 21:09:43,374 - INFO - Coordinator: Acknowledged message: 6
2025-01-07 21:09:47,637 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:09:34.021087"}
2025-01-07 21:09:47,638 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:09:47,638 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:09:34.021087'}
2025-01-07 21:09:47,638 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:09:48,039 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:09:36.020302"}
2025-01-07 21:09:48,040 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:09:48,040 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:09:36.020302'}
2025-01-07 21:09:48,040 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:09:48,376 - INFO - Found 1 authors to crawl: ['Yann LeCun']
2025-01-07 21:09:48,377 - INFO - Current queue length: 8
2025-01-07 21:09:48,377 - INFO - Generated task for Yann LeCun
2025-01-07 21:09:48,379 - INFO - Updated last_crawl for author 4
2025-01-07 21:09:48,380 - INFO - Task published: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:48.377961'}
2025-01-07 21:09:48,380 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:09:39.122295'}
2025-01-07 21:09:48,381 - INFO - Heartbeat received from 86b71ed20025beac
2025-01-07 21:09:48,381 - INFO - Coordinator: Acknowledged message: 7
2025-01-07 21:09:48,524 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:09:40.038318"}
2025-01-07 21:09:48,524 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:09:48,524 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:09:40.038318'}
2025-01-07 21:09:48,524 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:09:53,389 - INFO - Found 0 authors to crawl: []
2025-01-07 21:09:53,406 - INFO - Current queue length: 8
2025-01-07 21:09:53,535 - WARNING - No tasks generated in this iteration.
2025-01-07 21:09:53,538 - INFO - Coordinator: Received result: {'status': 'success', 'task_data': {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:28.339579'}, 'publications': [{'title': 'Intelligent services for big data science', 'year': 2014, 'source': 'google'}, {'title': 'Big data and internet of things: a roadmap for smart environments', 'year': 2014, 'source': 'google'}, {'title': 'Internet of Things (IoT) in 5G mobile technologies', 'year': 2016, 'source': 'google'}, {'title': 'Human physical activity recognition using smartphone sensors', 'year': 2019, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize grid based applications', 'year': 2005, 'source': 'google'}, {'title': 'Parallel programming paradigms and frameworks in big data era', 'year': 2014, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems', 'year': 2009, 'source': 'google'}, {'title': 'Blockchain-based reputation for intelligent transportation systems', 'year': 2020, 'source': 'google'}, {'title': 'Big data and cloud computing: a survey of the state-of-the-art and research challenges', 'year': 2017, 'source': 'google'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks', 'year': 2014, 'source': 'google'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning", 'year': 2017, 'source': 'google'}, {'title': 'A fog-based emergency system for smart enhanced living environments', 'year': 2016, 'source': 'google'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems', 'year': 2012, 'source': 'google'}, {'title': 'Blockchain-based approach for e-health data access management with privacy protection', 'year': 2019, 'source': 'google'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing', 'year': 2019, 'source': 'google'}, {'title': 'Genetic algorithm for DAG scheduling in grid environments', 'year': 2009, 'source': 'google'}, {'title': 'SPRINT: Social prediction-based opportunistic routing', 'year': 2013, 'source': 'google'}, {'title': 'Monarc simulation framework', 'year': 2011, 'source': 'google'}, {'title': 'A realistic mobility model based on social networks for the simulation of VANETs', 'year': 2009, 'source': 'google'}, {'title': 'Onside: Socially-aware and interest-based dissemination in opportunistic networks', 'year': 2014, 'source': 'google'}], 'node_id': 'a614212f12063822'}
2025-01-07 21:09:53,604 - INFO - Coordinator: Processing successful result for author ID: 2
2025-01-07 21:09:53,605 - INFO - Coordinator: Publications found: [{'title': 'Intelligent services for big data science', 'year': 2014, 'source': 'google'}, {'title': 'Big data and internet of things: a roadmap for smart environments', 'year': 2014, 'source': 'google'}, {'title': 'Internet of Things (IoT) in 5G mobile technologies', 'year': 2016, 'source': 'google'}, {'title': 'Human physical activity recognition using smartphone sensors', 'year': 2019, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize grid based applications', 'year': 2005, 'source': 'google'}, {'title': 'Parallel programming paradigms and frameworks in big data era', 'year': 2014, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems', 'year': 2009, 'source': 'google'}, {'title': 'Blockchain-based reputation for intelligent transportation systems', 'year': 2020, 'source': 'google'}, {'title': 'Big data and cloud computing: a survey of the state-of-the-art and research challenges', 'year': 2017, 'source': 'google'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks', 'year': 2014, 'source': 'google'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning", 'year': 2017, 'source': 'google'}, {'title': 'A fog-based emergency system for smart enhanced living environments', 'year': 2016, 'source': 'google'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems', 'year': 2012, 'source': 'google'}, {'title': 'Blockchain-based approach for e-health data access management with privacy protection', 'year': 2019, 'source': 'google'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing', 'year': 2019, 'source': 'google'}, {'title': 'Genetic algorithm for DAG scheduling in grid environments', 'year': 2009, 'source': 'google'}, {'title': 'SPRINT: Social prediction-based opportunistic routing', 'year': 2013, 'source': 'google'}, {'title': 'Monarc simulation framework', 'year': 2011, 'source': 'google'}, {'title': 'A realistic mobility model based on social networks for the simulation of VANETs', 'year': 2009, 'source': 'google'}, {'title': 'Onside: Socially-aware and interest-based dissemination in opportunistic networks', 'year': 2014, 'source': 'google'}]
2025-01-07 21:09:53,607 - INFO - DBManager: Attempting to update publications for author ID: 2
2025-01-07 21:09:53,607 - INFO - DBManager: Received publications: [{'title': 'Intelligent services for big data science', 'year': 2014, 'source': 'google'}, {'title': 'Big data and internet of things: a roadmap for smart environments', 'year': 2014, 'source': 'google'}, {'title': 'Internet of Things (IoT) in 5G mobile technologies', 'year': 2016, 'source': 'google'}, {'title': 'Human physical activity recognition using smartphone sensors', 'year': 2019, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize grid based applications', 'year': 2005, 'source': 'google'}, {'title': 'Parallel programming paradigms and frameworks in big data era', 'year': 2014, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems', 'year': 2009, 'source': 'google'}, {'title': 'Blockchain-based reputation for intelligent transportation systems', 'year': 2020, 'source': 'google'}, {'title': 'Big data and cloud computing: a survey of the state-of-the-art and research challenges', 'year': 2017, 'source': 'google'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks', 'year': 2014, 'source': 'google'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning", 'year': 2017, 'source': 'google'}, {'title': 'A fog-based emergency system for smart enhanced living environments', 'year': 2016, 'source': 'google'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems', 'year': 2012, 'source': 'google'}, {'title': 'Blockchain-based approach for e-health data access management with privacy protection', 'year': 2019, 'source': 'google'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing', 'year': 2019, 'source': 'google'}, {'title': 'Genetic algorithm for DAG scheduling in grid environments', 'year': 2009, 'source': 'google'}, {'title': 'SPRINT: Social prediction-based opportunistic routing', 'year': 2013, 'source': 'google'}, {'title': 'Monarc simulation framework', 'year': 2011, 'source': 'google'}, {'title': 'A realistic mobility model based on social networks for the simulation of VANETs', 'year': 2009, 'source': 'google'}, {'title': 'Onside: Socially-aware and interest-based dissemination in opportunistic networks', 'year': 2014, 'source': 'google'}]
2025-01-07 21:09:53,732 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:09:42.029260"}
2025-01-07 21:09:53,737 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:09:53,737 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:09:42.029260'}
2025-01-07 21:09:53,737 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:09:54,013 - INFO - Updated last_crawl for author 2
2025-01-07 21:09:54,027 - INFO - Inserting publications for author 2: [{'title': 'Intelligent services for big data science', 'year': 2014, 'source': 'google'}, {'title': 'Big data and internet of things: a roadmap for smart environments', 'year': 2014, 'source': 'google'}, {'title': 'Internet of Things (IoT) in 5G mobile technologies', 'year': 2016, 'source': 'google'}, {'title': 'Human physical activity recognition using smartphone sensors', 'year': 2019, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize grid based applications', 'year': 2005, 'source': 'google'}, {'title': 'Parallel programming paradigms and frameworks in big data era', 'year': 2014, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems', 'year': 2009, 'source': 'google'}, {'title': 'Blockchain-based reputation for intelligent transportation systems', 'year': 2020, 'source': 'google'}, {'title': 'Big data and cloud computing: a survey of the state-of-the-art and research challenges', 'year': 2017, 'source': 'google'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks', 'year': 2014, 'source': 'google'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning", 'year': 2017, 'source': 'google'}, {'title': 'A fog-based emergency system for smart enhanced living environments', 'year': 2016, 'source': 'google'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems', 'year': 2012, 'source': 'google'}, {'title': 'Blockchain-based approach for e-health data access management with privacy protection', 'year': 2019, 'source': 'google'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing', 'year': 2019, 'source': 'google'}, {'title': 'Genetic algorithm for DAG scheduling in grid environments', 'year': 2009, 'source': 'google'}, {'title': 'SPRINT: Social prediction-based opportunistic routing', 'year': 2013, 'source': 'google'}, {'title': 'Monarc simulation framework', 'year': 2011, 'source': 'google'}, {'title': 'A realistic mobility model based on social networks for the simulation of VANETs', 'year': 2009, 'source': 'google'}, {'title': 'Onside: Socially-aware and interest-based dissemination in opportunistic networks', 'year': 2014, 'source': 'google'}]
2025-01-07 21:09:54,061 - INFO - Successfully processed publications for Ciprian Dobre
2025-01-07 21:09:54,065 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"status": "success", "task_data": {"author_id": 1, "url": "https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian", "author": "Ciprian Dobre", "source": "dblp", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:09:28.333672"}, "publications": [{"title": "Blockchain Support for a FAIR Research Data Marketplace.", "year": 2024, "source": "dblp"}, {"title": "BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks.", "year": 2024, "source": "dblp"}, {"title": "Privacy-friendly statistical counting for pedestrian dynamics.", "year": 2023, "source": "dblp"}, {"title": "Editorial: Wearable and mobile data analysis methodologies for personalized medicine.", "year": 2023, "source": "dblp"}, {"title": "Clinically-validated technologies for assisted living.", "year": 2095, "source": "dblp"}, {"title": "Sustainable Health-Related Quality of Life in Older Adults as Supported by the vINCI Technology.", "year": 2023, "source": "dblp"}, {"title": "IoT and AI-Based Application for Automatic Interpretation of the Affective State of Children Diagnosed with Autism.", "year": 2022, "source": "dblp"}, {"title": "Upper and Lower Leaf Side Detection with Machine Learning Methods.", "year": 2022, "source": "dblp"}, {"title": "A multi-objective distance vector-hop localization algorithm based on differential evolution quantum particle swarm optimization.", "year": 2021, "source": "dblp"}, {"title": "Opportunistic Network Algorithms for Internet Traffic Offloading in Music Festival Scenarios.", "year": 2021, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2020, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2020, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2020, "source": "dblp"}, {"title": "Blockchain-based Reputation for Intelligent Transportation Systems.", "year": 2020, "source": "dblp"}, {"title": "Gait Recognition as an Authentication Method for Mobile Devices.", "year": 2020, "source": "dblp"}, {"title": "Vehicle Detection in Overhead Satellite Images Using a One-Stage Object Detection Model.", "year": 2020, "source": "dblp"}, {"title": "Machine learning-Based traffic offloading in fog networks.", "year": 2020, "source": "dblp"}, {"title": "Avoiding Data Corruption in Drop Computing Mobile Networks.", "year": 2019, "source": "dblp"}, {"title": "Data and Task Offloading in Collaborative Mobile Fog-Based Networks.", "year": 2019, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2019, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2019, "source": "dblp"}, {"title": "The Internet of Things and Sensor Networks.", "year": 2019, "source": "dblp"}, {"title": "The Internet of Things and Sensor Networks.", "year": 2019, "source": "dblp"}, {"title": "Drop computing: Ad-hoc dynamic collaborative computing.", "year": 2019, "source": "dblp"}, {"title": "Data fusion technique in SPIDER Peer-to-Peer networks in smart cities for security enhancements.", "year": 2019, "source": "dblp"}, {"title": "Human Physical Activity Recognition Using Smartphone Sensors.", "year": 2019, "source": "dblp"}, {"title": "Using Socio-Spatial Context in Mobile Cloud Process Offloading for Energy Conservation in Wireless Devices.", "year": 2019, "source": "dblp"}, {"title": "Context-adaptive forwarding in mobile opportunistic networks.", "year": 2018, "source": "dblp"}, {"title": "Ad Hoc and Sensor Networks.", "year": 2018, "source": "dblp"}, {"title": "Ad Hoc and Sensor Networks.", "year": 2018, "source": "dblp"}, {"title": "Controlling and filtering users data in Intelligent Transportation System.", "year": 2018, "source": "dblp"}, {"title": "Expert system for nutrition care process of older adults.", "year": 2018, "source": "dblp"}, {"title": "Event-based sensor data exchange and fusion in the Internet of Things environments.", "year": 2018, "source": "dblp"}, {"title": "Identifying Stops and Moves in WiFi Tracking Data.", "year": 2018, "source": "dblp"}, {"title": "Ad Hoc and Sensor Networks.", "year": 2017, "source": "dblp"}, {"title": "Ad Hoc and Sensor Networks.", "year": 2017, "source": "dblp"}, {"title": "Advances in Network Services Chain: Part 1.", "year": 2017, "source": "dblp"}, {"title": "Improving Opportunistic Networks by Leveraging Device-to-Device Communication.", "year": 2017, "source": "dblp"}, {"title": "Network Services Chaining in the 5G Vision.", "year": 2017, "source": "dblp"}, {"title": "A context-aware collaborative model for smartphone energy efficiency over 5G wireless networks.", "year": 2017, "source": "dblp"}, {"title": "A simulator for opportunistic networks.", "year": 2017, "source": "dblp"}, {"title": "Total order in opportunistic networks.", "year": 2017, "source": "dblp"}, {"title": "Internet traffic classification based on flows' statistical properties with machine learning.", "year": 2017, "source": "dblp"}, {"title": "Special Issue on \"High Performance and Parallelism for Large Data Sets\".", "year": 2017, "source": "dblp"}, {"title": "Interest spaces: A unified interest-based dissemination framework for opportunistic networks.", "year": 2017, "source": "dblp"}, {"title": "An integrated architecture for future studies in data processing for smart cities.", "year": 2017, "source": "dblp"}, {"title": "Trust and reputation management for opportunistic dissemination.", "year": 2017, "source": "dblp"}, {"title": "Resource Usage Prediction Models for Optimal Multimedia Content Provision.", "year": 2017, "source": "dblp"}, {"title": "AutoCompBD: Autonomic Computing and Big Data platforms.", "year": 2017, "source": "dblp"}, {"title": "Guest Editorial: Special Issue on Algorithms and Computational Models for Sustainable Computing in Cloud and Data Centers.", "year": 2017, "source": "dblp"}, {"title": "A Fog-Based Emergency System for Smart Enhanced Living Environments.", "year": 2016, "source": "dblp"}, {"title": "Multi-criteria optimization of wireless connectivity over sparse networks.", "year": 2016, "source": "dblp"}, {"title": "Adaptive scheduling algorithm for media-optimized traffic management in software defined networks.", "year": 2016, "source": "dblp"}, {"title": "Trust models for efficient communication in Mobile Cloud Computing and their applications to e-Commerce.", "year": 2016, "source": "dblp"}, {"title": "A multi-objective optimization of data dissemination in delay tolerant networks.", "year": 2016, "source": "dblp"}, {"title": "A Survey on the Application of Evolutionary Algorithms for Mobile Multihop Ad Hoc Network Optimization Problems.", "year": 2016, "source": "dblp"}, {"title": "Computational Intelligence in Wireless Sensor and Ad Hoc Networks.", "year": 2016, "source": "dblp"}, {"title": "Enabling Mobile Cloud Wide Spread Through an Evolutionary Market-Based Approach.", "year": 2016, "source": "dblp"}, {"title": "Interest-awareness in data dissemination for opportunistic networks.", "year": 2015, "source": "dblp"}, {"title": "MOMTH: multi-objective scheduling algorithm of many tasks in Hadoop.", "year": 2015, "source": "dblp"}, {"title": "Adaptive method to support social-based mobile networks using a pagerank approach.", "year": 1900, "source": "dblp"}, {"title": "Reputation-guided evolutionary scheduling algorithm for independent tasks in inter-clouds environments.", "year": 2015, "source": "dblp"}, {"title": "SPRINT-SELF: Social-Based Routing and Selfish Node Detection in Opportunistic Networks.", "year": 2015, "source": "dblp"}, {"title": "Enabling Vehicular Data with Distributed Machine Learning.", "year": 2015, "source": "dblp"}, {"title": "Deadline scheduling for aperiodic tasks in inter-Cloud environments: a new approach to resource management.", "year": 2015, "source": "dblp"}, {"title": "A methodology for assessing the predictable behaviour of mobile users in wireless networks.", "year": 2014, "source": "dblp"}, {"title": "Interaction predictability of opportunistic networks in academic environments.", "year": 2014, "source": "dblp"}, {"title": "Intelligent services for Big Data science.", "year": 2014, "source": "dblp"}, {"title": "Social-based routing algorithm for energy preservation in mobile opportunistic networks.", "year": 2014, "source": "dblp"}, {"title": "Parallel Programming Paradigms and Frameworks in Big Data Era.", "year": 2014, "source": "dblp"}, {"title": "JDER: A history-based forwarding scheme for delay tolerant networks using Jaccard distance and encountered ration.", "year": 2014, "source": "dblp"}, {"title": "SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks.", "year": 2014, "source": "dblp"}, {"title": "The EU-Services Directive: An eFramework to Optimize Public Administration.", "year": 2013, "source": "dblp"}, {"title": "Social-awareness in opportunistic networking.", "year": 2013, "source": "dblp"}, {"title": "Opportunistic Networks: A Taxonomy of Data Dissemination Techniques.", "year": 2013, "source": "dblp"}, {"title": "A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems.", "year": 2012, "source": "dblp"}, {"title": "Monalisa: a Monitoring Framework for Large Scale Computing Systems.", "year": 2012, "source": "dblp"}, {"title": "Simulation analysis of data processing activities in Compact Muon Solenoid physics.", "year": 2012, "source": "dblp"}, {"title": "A Failure Detection System for Large Scale Distributed Systems.", "year": 2011, "source": "dblp"}, {"title": "A dependability layer for large-scale distributed systems.", "year": 2011, "source": "dblp"}, {"title": "A keyword search algorithm for structured peer-to-peer networks.", "year": 2011, "source": "dblp"}, {"title": "Middleware and architectures for space-based and situated computing.", "year": 2011, "source": "dblp"}, {"title": "Automatic Data Migration e-System for Public Administration e-Services.", "year": 2011, "source": "dblp"}, {"title": "A Virtualization-based Approach to Dependable Service Computing.", "year": 2011, "source": "dblp"}, {"title": "Load-Balancing Metric for Service Dependability in Large Scale Distributed Environments.", "year": 2011, "source": "dblp"}, {"title": "Dynamic meta-scheduling architecture based on monitoring in distributed systems.", "year": 2010, "source": "dblp"}, {"title": "MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems.", "year": 2009, "source": "dblp"}, {"title": "Simulation Framework for the Evaluation of Dependable Distributed Systems.", "year": 2009, "source": "dblp"}], "node_id": "86b71ed20025beac"}
2025-01-07 21:09:54,066 - INFO - Coordinator: Acknowledged message: 8
2025-01-07 21:09:54,173 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:09:54,173 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'status': 'success', 'task_data': {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:28.333672'}, 'publications': [{'title': 'Blockchain Support for a FAIR Research Data Marketplace.', 'year': 2024, 'source': 'dblp'}, {'title': 'BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks.', 'year': 2024, 'source': 'dblp'}, {'title': 'Privacy-friendly statistical counting for pedestrian dynamics.', 'year': 2023, 'source': 'dblp'}, {'title': 'Editorial: Wearable and mobile data analysis methodologies for personalized medicine.', 'year': 2023, 'source': 'dblp'}, {'title': 'Clinically-validated technologies for assisted living.', 'year': 2095, 'source': 'dblp'}, {'title': 'Sustainable Health-Related Quality of Life in Older Adults as Supported by the vINCI Technology.', 'year': 2023, 'source': 'dblp'}, {'title': 'IoT and AI-Based Application for Automatic Interpretation of the Affective State of Children Diagnosed with Autism.', 'year': 2022, 'source': 'dblp'}, {'title': 'Upper and Lower Leaf Side Detection with Machine Learning Methods.', 'year': 2022, 'source': 'dblp'}, {'title': 'A multi-objective distance vector-hop localization algorithm based on differential evolution quantum particle swarm optimization.', 'year': 2021, 'source': 'dblp'}, {'title': 'Opportunistic Network Algorithms for Internet Traffic Offloading in Music Festival Scenarios.', 'year': 2021, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Blockchain-based Reputation for Intelligent Transportation Systems.', 'year': 2020, 'source': 'dblp'}, {'title': 'Gait Recognition as an Authentication Method for Mobile Devices.', 'year': 2020, 'source': 'dblp'}, {'title': 'Vehicle Detection in Overhead Satellite Images Using a One-Stage Object Detection Model.', 'year': 2020, 'source': 'dblp'}, {'title': 'Machine learning-Based traffic offloading in fog networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Avoiding Data Corruption in Drop Computing Mobile Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data and Task Offloading in Collaborative Mobile Fog-Based Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data fusion technique in SPIDER Peer-to-Peer networks in smart cities for security enhancements.', 'year': 2019, 'source': 'dblp'}, {'title': 'Human Physical Activity Recognition Using Smartphone Sensors.', 'year': 2019, 'source': 'dblp'}, {'title': 'Using Socio-Spatial Context in Mobile Cloud Process Offloading for Energy Conservation in Wireless Devices.', 'year': 2019, 'source': 'dblp'}, {'title': 'Context-adaptive forwarding in mobile opportunistic networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Controlling and filtering users data in Intelligent Transportation System.', 'year': 2018, 'source': 'dblp'}, {'title': 'Expert system for nutrition care process of older adults.', 'year': 2018, 'source': 'dblp'}, {'title': 'Event-based sensor data exchange and fusion in the Internet of Things environments.', 'year': 2018, 'source': 'dblp'}, {'title': 'Identifying Stops and Moves in WiFi Tracking Data.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Advances in Network Services Chain: Part 1.', 'year': 2017, 'source': 'dblp'}, {'title': 'Improving Opportunistic Networks by Leveraging Device-to-Device Communication.', 'year': 2017, 'source': 'dblp'}, {'title': 'Network Services Chaining in the 5G Vision.', 'year': 2017, 'source': 'dblp'}, {'title': 'A context-aware collaborative model for smartphone energy efficiency over 5G wireless networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'A simulator for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Total order in opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning.", 'year': 2017, 'source': 'dblp'}, {'title': 'Special Issue on "High Performance and Parallelism for Large Data Sets".', 'year': 2017, 'source': 'dblp'}, {'title': 'Interest spaces: A unified interest-based dissemination framework for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'An integrated architecture for future studies in data processing for smart cities.', 'year': 2017, 'source': 'dblp'}, {'title': 'Trust and reputation management for opportunistic dissemination.', 'year': 2017, 'source': 'dblp'}, {'title': 'Resource Usage Prediction Models for Optimal Multimedia Content Provision.', 'year': 2017, 'source': 'dblp'}, {'title': 'AutoCompBD: Autonomic Computing and Big Data platforms.', 'year': 2017, 'source': 'dblp'}, {'title': 'Guest Editorial: Special Issue on Algorithms and Computational Models for Sustainable Computing in Cloud and Data Centers.', 'year': 2017, 'source': 'dblp'}, {'title': 'A Fog-Based Emergency System for Smart Enhanced Living Environments.', 'year': 2016, 'source': 'dblp'}, {'title': 'Multi-criteria optimization of wireless connectivity over sparse networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Adaptive scheduling algorithm for media-optimized traffic management in software defined networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Trust models for efficient communication in Mobile Cloud Computing and their applications to e-Commerce.', 'year': 2016, 'source': 'dblp'}, {'title': 'A multi-objective optimization of data dissemination in delay tolerant networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'A Survey on the Application of Evolutionary Algorithms for Mobile Multihop Ad Hoc Network Optimization Problems.', 'year': 2016, 'source': 'dblp'}, {'title': 'Computational Intelligence in Wireless Sensor and Ad Hoc Networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Enabling Mobile Cloud Wide Spread Through an Evolutionary Market-Based Approach.', 'year': 2016, 'source': 'dblp'}, {'title': 'Interest-awareness in data dissemination for opportunistic networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'MOMTH: multi-objective scheduling algorithm of many tasks in Hadoop.', 'year': 2015, 'source': 'dblp'}, {'title': 'Adaptive method to support social-based mobile networks using a pagerank approach.', 'year': 1900, 'source': 'dblp'}, {'title': 'Reputation-guided evolutionary scheduling algorithm for independent tasks in inter-clouds environments.', 'year': 2015, 'source': 'dblp'}, {'title': 'SPRINT-SELF: Social-Based Routing and Selfish Node Detection in Opportunistic Networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'Enabling Vehicular Data with Distributed Machine Learning.', 'year': 2015, 'source': 'dblp'}, {'title': 'Deadline scheduling for aperiodic tasks in inter-Cloud environments: a new approach to resource management.', 'year': 2015, 'source': 'dblp'}, {'title': 'A methodology for assessing the predictable behaviour of mobile users in wireless networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Interaction predictability of opportunistic networks in academic environments.', 'year': 2014, 'source': 'dblp'}, {'title': 'Intelligent services for Big Data science.', 'year': 2014, 'source': 'dblp'}, {'title': 'Social-based routing algorithm for energy preservation in mobile opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Parallel Programming Paradigms and Frameworks in Big Data Era.', 'year': 2014, 'source': 'dblp'}, {'title': 'JDER: A history-based forwarding scheme for delay tolerant networks using Jaccard distance and encountered ration.', 'year': 2014, 'source': 'dblp'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'The EU-Services Directive: An eFramework to Optimize Public Administration.', 'year': 2013, 'source': 'dblp'}, {'title': 'Social-awareness in opportunistic networking.', 'year': 2013, 'source': 'dblp'}, {'title': 'Opportunistic Networks: A Taxonomy of Data Dissemination Techniques.', 'year': 2013, 'source': 'dblp'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Monalisa: a Monitoring Framework for Large Scale Computing Systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Simulation analysis of data processing activities in Compact Muon Solenoid physics.', 'year': 2012, 'source': 'dblp'}, {'title': 'A Failure Detection System for Large Scale Distributed Systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A dependability layer for large-scale distributed systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A keyword search algorithm for structured peer-to-peer networks.', 'year': 2011, 'source': 'dblp'}, {'title': 'Middleware and architectures for space-based and situated computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Automatic Data Migration e-System for Public Administration e-Services.', 'year': 2011, 'source': 'dblp'}, {'title': 'A Virtualization-based Approach to Dependable Service Computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Load-Balancing Metric for Service Dependability in Large Scale Distributed Environments.', 'year': 2011, 'source': 'dblp'}, {'title': 'Dynamic meta-scheduling architecture based on monitoring in distributed systems.', 'year': 2010, 'source': 'dblp'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems.', 'year': 2009, 'source': 'dblp'}, {'title': 'Simulation Framework for the Evaluation of Dependable Distributed Systems.', 'year': 2009, 'source': 'dblp'}], 'node_id': '86b71ed20025beac'}
2025-01-07 21:09:54,175 - ERROR - Crawler fa1e4ae4b2172a2a: Received malformed task: {'status': 'success', 'task_data': {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:28.333672'}, 'publications': [{'title': 'Blockchain Support for a FAIR Research Data Marketplace.', 'year': 2024, 'source': 'dblp'}, {'title': 'BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks.', 'year': 2024, 'source': 'dblp'}, {'title': 'Privacy-friendly statistical counting for pedestrian dynamics.', 'year': 2023, 'source': 'dblp'}, {'title': 'Editorial: Wearable and mobile data analysis methodologies for personalized medicine.', 'year': 2023, 'source': 'dblp'}, {'title': 'Clinically-validated technologies for assisted living.', 'year': 2095, 'source': 'dblp'}, {'title': 'Sustainable Health-Related Quality of Life in Older Adults as Supported by the vINCI Technology.', 'year': 2023, 'source': 'dblp'}, {'title': 'IoT and AI-Based Application for Automatic Interpretation of the Affective State of Children Diagnosed with Autism.', 'year': 2022, 'source': 'dblp'}, {'title': 'Upper and Lower Leaf Side Detection with Machine Learning Methods.', 'year': 2022, 'source': 'dblp'}, {'title': 'A multi-objective distance vector-hop localization algorithm based on differential evolution quantum particle swarm optimization.', 'year': 2021, 'source': 'dblp'}, {'title': 'Opportunistic Network Algorithms for Internet Traffic Offloading in Music Festival Scenarios.', 'year': 2021, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Blockchain-based Reputation for Intelligent Transportation Systems.', 'year': 2020, 'source': 'dblp'}, {'title': 'Gait Recognition as an Authentication Method for Mobile Devices.', 'year': 2020, 'source': 'dblp'}, {'title': 'Vehicle Detection in Overhead Satellite Images Using a One-Stage Object Detection Model.', 'year': 2020, 'source': 'dblp'}, {'title': 'Machine learning-Based traffic offloading in fog networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Avoiding Data Corruption in Drop Computing Mobile Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data and Task Offloading in Collaborative Mobile Fog-Based Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data fusion technique in SPIDER Peer-to-Peer networks in smart cities for security enhancements.', 'year': 2019, 'source': 'dblp'}, {'title': 'Human Physical Activity Recognition Using Smartphone Sensors.', 'year': 2019, 'source': 'dblp'}, {'title': 'Using Socio-Spatial Context in Mobile Cloud Process Offloading for Energy Conservation in Wireless Devices.', 'year': 2019, 'source': 'dblp'}, {'title': 'Context-adaptive forwarding in mobile opportunistic networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Controlling and filtering users data in Intelligent Transportation System.', 'year': 2018, 'source': 'dblp'}, {'title': 'Expert system for nutrition care process of older adults.', 'year': 2018, 'source': 'dblp'}, {'title': 'Event-based sensor data exchange and fusion in the Internet of Things environments.', 'year': 2018, 'source': 'dblp'}, {'title': 'Identifying Stops and Moves in WiFi Tracking Data.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Advances in Network Services Chain: Part 1.', 'year': 2017, 'source': 'dblp'}, {'title': 'Improving Opportunistic Networks by Leveraging Device-to-Device Communication.', 'year': 2017, 'source': 'dblp'}, {'title': 'Network Services Chaining in the 5G Vision.', 'year': 2017, 'source': 'dblp'}, {'title': 'A context-aware collaborative model for smartphone energy efficiency over 5G wireless networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'A simulator for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Total order in opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning.", 'year': 2017, 'source': 'dblp'}, {'title': 'Special Issue on "High Performance and Parallelism for Large Data Sets".', 'year': 2017, 'source': 'dblp'}, {'title': 'Interest spaces: A unified interest-based dissemination framework for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'An integrated architecture for future studies in data processing for smart cities.', 'year': 2017, 'source': 'dblp'}, {'title': 'Trust and reputation management for opportunistic dissemination.', 'year': 2017, 'source': 'dblp'}, {'title': 'Resource Usage Prediction Models for Optimal Multimedia Content Provision.', 'year': 2017, 'source': 'dblp'}, {'title': 'AutoCompBD: Autonomic Computing and Big Data platforms.', 'year': 2017, 'source': 'dblp'}, {'title': 'Guest Editorial: Special Issue on Algorithms and Computational Models for Sustainable Computing in Cloud and Data Centers.', 'year': 2017, 'source': 'dblp'}, {'title': 'A Fog-Based Emergency System for Smart Enhanced Living Environments.', 'year': 2016, 'source': 'dblp'}, {'title': 'Multi-criteria optimization of wireless connectivity over sparse networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Adaptive scheduling algorithm for media-optimized traffic management in software defined networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Trust models for efficient communication in Mobile Cloud Computing and their applications to e-Commerce.', 'year': 2016, 'source': 'dblp'}, {'title': 'A multi-objective optimization of data dissemination in delay tolerant networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'A Survey on the Application of Evolutionary Algorithms for Mobile Multihop Ad Hoc Network Optimization Problems.', 'year': 2016, 'source': 'dblp'}, {'title': 'Computational Intelligence in Wireless Sensor and Ad Hoc Networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Enabling Mobile Cloud Wide Spread Through an Evolutionary Market-Based Approach.', 'year': 2016, 'source': 'dblp'}, {'title': 'Interest-awareness in data dissemination for opportunistic networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'MOMTH: multi-objective scheduling algorithm of many tasks in Hadoop.', 'year': 2015, 'source': 'dblp'}, {'title': 'Adaptive method to support social-based mobile networks using a pagerank approach.', 'year': 1900, 'source': 'dblp'}, {'title': 'Reputation-guided evolutionary scheduling algorithm for independent tasks in inter-clouds environments.', 'year': 2015, 'source': 'dblp'}, {'title': 'SPRINT-SELF: Social-Based Routing and Selfish Node Detection in Opportunistic Networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'Enabling Vehicular Data with Distributed Machine Learning.', 'year': 2015, 'source': 'dblp'}, {'title': 'Deadline scheduling for aperiodic tasks in inter-Cloud environments: a new approach to resource management.', 'year': 2015, 'source': 'dblp'}, {'title': 'A methodology for assessing the predictable behaviour of mobile users in wireless networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Interaction predictability of opportunistic networks in academic environments.', 'year': 2014, 'source': 'dblp'}, {'title': 'Intelligent services for Big Data science.', 'year': 2014, 'source': 'dblp'}, {'title': 'Social-based routing algorithm for energy preservation in mobile opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Parallel Programming Paradigms and Frameworks in Big Data Era.', 'year': 2014, 'source': 'dblp'}, {'title': 'JDER: A history-based forwarding scheme for delay tolerant networks using Jaccard distance and encountered ration.', 'year': 2014, 'source': 'dblp'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'The EU-Services Directive: An eFramework to Optimize Public Administration.', 'year': 2013, 'source': 'dblp'}, {'title': 'Social-awareness in opportunistic networking.', 'year': 2013, 'source': 'dblp'}, {'title': 'Opportunistic Networks: A Taxonomy of Data Dissemination Techniques.', 'year': 2013, 'source': 'dblp'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Monalisa: a Monitoring Framework for Large Scale Computing Systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Simulation analysis of data processing activities in Compact Muon Solenoid physics.', 'year': 2012, 'source': 'dblp'}, {'title': 'A Failure Detection System for Large Scale Distributed Systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A dependability layer for large-scale distributed systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A keyword search algorithm for structured peer-to-peer networks.', 'year': 2011, 'source': 'dblp'}, {'title': 'Middleware and architectures for space-based and situated computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Automatic Data Migration e-System for Public Administration e-Services.', 'year': 2011, 'source': 'dblp'}, {'title': 'A Virtualization-based Approach to Dependable Service Computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Load-Balancing Metric for Service Dependability in Large Scale Distributed Environments.', 'year': 2011, 'source': 'dblp'}, {'title': 'Dynamic meta-scheduling architecture based on monitoring in distributed systems.', 'year': 2010, 'source': 'dblp'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems.', 'year': 2009, 'source': 'dblp'}, {'title': 'Simulation Framework for the Evaluation of Dependable Distributed Systems.', 'year': 2009, 'source': 'dblp'}], 'node_id': '86b71ed20025beac'}
2025-01-07 21:09:54,543 - INFO - Crawler 86b71ed20025beac: Received message: {"author_id": 3, "url": "https://scholar.google.com/citations?user=JicYPdAAAAAJ", "author": "Geoffrey Hinton", "source": "google", "status": "pending", "retry_count": 1, "created_at": "2025-01-07T21:09:18.321895"}
2025-01-07 21:09:54,543 - INFO - Crawler 86b71ed20025beac: Received task: Geoffrey Hinton
2025-01-07 21:09:54,543 - INFO - Crawler 86b71ed20025beac: Received task: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 1, 'created_at': '2025-01-07T21:09:18.321895'}
2025-01-07 21:09:54,544 - INFO - Processing task for Geoffrey Hinton from google
2025-01-07 21:09:54,544 - INFO - Crawler 86b71ed20025beac: Fetching URL: https://scholar.google.com/citations?user=JicYPdAAAAAJ with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:09:55,702 - INFO - Crawler 86b71ed20025beac: Fetched content for google: 167740 bytes, Status Code: 200
2025-01-07 21:09:55,732 - INFO - Crawler 86b71ed20025beac: Found 20 articles on Google Scholar page
2025-01-07 21:09:55,733 - INFO - Crawler 86b71ed20025beac: Found title: Imagenet classification with deep convolutional neural networks, year: 2012
2025-01-07 21:09:55,733 - INFO - Crawler 86b71ed20025beac: Found title: Deep learning, year: 2015
2025-01-07 21:09:55,734 - INFO - Crawler 86b71ed20025beac: Found title: Learning internal representations by error-propagation, year: 1986
2025-01-07 21:09:55,734 - INFO - Crawler 86b71ed20025beac: Found title: Dropout: a simple way to prevent neural networks from overfitting, year: 2014
2025-01-07 21:09:55,735 - INFO - Crawler 86b71ed20025beac: Found title: Visualizing data using t-SNE, year: 2008
2025-01-07 21:09:55,735 - INFO - Crawler 86b71ed20025beac: Found title: Learning representations by back-propagating errors, year: 1986
2025-01-07 21:09:55,736 - INFO - Crawler 86b71ed20025beac: Found title: Learning multiple layers of features from tiny images, year: 2009
2025-01-07 21:09:55,736 - INFO - Crawler 86b71ed20025beac: Found title: Rectified linear units improve restricted boltzmann machines, year: 2010
2025-01-07 21:09:55,737 - INFO - Crawler 86b71ed20025beac: Found title: Reducing the dimensionality of data with neural networks, year: 2006
2025-01-07 21:09:55,737 - INFO - Crawler 86b71ed20025beac: Found title: Distilling the Knowledge in a Neural Network, year: 2015
2025-01-07 21:09:55,738 - INFO - Crawler 86b71ed20025beac: Found title: A Fast Learning Algorithm for Deep Belief Nets, year: 2006
2025-01-07 21:09:55,738 - INFO - Crawler 86b71ed20025beac: Found title: A simple framework for contrastive learning of visual representations, year: 2020
2025-01-07 21:09:55,739 - INFO - Crawler 86b71ed20025beac: Found title: Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups, year: 2012
2025-01-07 21:09:55,739 - INFO - Crawler 86b71ed20025beac: Found title: Layer normalization, year: 2016
2025-01-07 21:09:55,740 - INFO - Crawler 86b71ed20025beac: Found title: Speech recognition with deep recurrent neural networks, year: 2013
2025-01-07 21:09:55,740 - INFO - Crawler 86b71ed20025beac: Found title: Improving neural networks by preventing co-adaptation of feature detectors, year: 2012
2025-01-07 21:09:55,740 - INFO - Crawler 86b71ed20025beac: Found title: Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude, year: 2012
2025-01-07 21:09:55,741 - INFO - Crawler 86b71ed20025beac: Found title: Schemata and sequential thought processes in PDP models., year: 1986
2025-01-07 21:09:55,741 - INFO - Crawler 86b71ed20025beac: Found title: Training products of experts by minimizing contrastive divergence, year: 2002
2025-01-07 21:09:55,742 - INFO - Crawler 86b71ed20025beac: Found title: On the importance of initialization and momentum in deep learning, year: 2013
2025-01-07 21:09:55,742 - INFO - Parsed publications: [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}]
2025-01-07 21:09:55,743 - INFO - Successfully crawled 20 publications for Geoffrey Hinton
2025-01-07 21:09:55,743 - INFO - Published result for Geoffrey Hinton
2025-01-07 21:09:59,175 - INFO - Found 1 authors to crawl: ['Ciprian Dobre']
2025-01-07 21:09:59,176 - INFO - Current queue length: 8
2025-01-07 21:09:59,177 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:09:59,178 - INFO - Updated last_crawl for author 1
2025-01-07 21:09:59,181 - INFO - Task published: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:59.177129'}
2025-01-07 21:09:59,187 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:09:47.635659'}
2025-01-07 21:09:59,187 - INFO - Heartbeat received from a614212f12063822
2025-01-07 21:09:59,188 - INFO - Coordinator: Acknowledged message: 9
2025-01-07 21:09:59,752 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:09:48.038344"}
2025-01-07 21:09:59,753 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:09:59,753 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:09:48.038344'}
2025-01-07 21:09:59,753 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:00,187 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"author_id": 4, "url": "https://scholar.google.com/citations?user=WLN3QrAAAAAJ", "author": "Yann LeCun", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:09:48.377961"}
2025-01-07 21:10:00,187 - INFO - Crawler fa1e4ae4b2172a2a: Received task: Yann LeCun
2025-01-07 21:10:00,187 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:48.377961'}
2025-01-07 21:10:00,187 - INFO - Processing task for Yann LeCun from google
2025-01-07 21:10:00,187 - INFO - Crawler fa1e4ae4b2172a2a: Fetching URL: https://scholar.google.com/citations?user=WLN3QrAAAAAJ with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:10:01,644 - INFO - Crawler fa1e4ae4b2172a2a: Fetched content for google: 174476 bytes, Status Code: 200
2025-01-07 21:10:01,668 - INFO - Crawler fa1e4ae4b2172a2a: Found 20 articles on Google Scholar page
2025-01-07 21:10:01,669 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Deep learning, year: 2015
2025-01-07 21:10:01,669 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Gradient-based learning applied to document recognition, year: 1998
2025-01-07 21:10:01,670 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Backpropagation applied to handwritten zip code recognition, year: 1989
2025-01-07 21:10:01,670 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Convolutional networks for images, speech, and time series, year: 1995
2025-01-07 21:10:01,670 - INFO - Crawler fa1e4ae4b2172a2a: Found title: The MNIST database of handwritten digits, year: 1998
2025-01-07 21:10:01,670 - INFO - Crawler fa1e4ae4b2172a2a: Found title: OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks, year: 2014
2025-01-07 21:10:01,671 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Efficient backprop, year: 2002
2025-01-07 21:10:01,671 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Character-level convolutional networks for text classification, year: 2015
2025-01-07 21:10:01,672 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Handwritten digit recognition with a back-propagation network, year: 1990
2025-01-07 21:10:01,672 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Dimensionality reduction by learning an invariant mapping, year: 2006
2025-01-07 21:10:01,673 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Spectral Networks and Locally Connected Networks on Graphs, year: 2014
2025-01-07 21:10:01,675 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Optimal Brain Damage, year: 1990
2025-01-07 21:10:01,675 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Learning a similarity metric discriminatively, with application to face verification, year: 2005
2025-01-07 21:10:01,676 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Signature verification using a" siamese" time delay neural network, year: 1993
2025-01-07 21:10:01,678 - INFO - Crawler fa1e4ae4b2172a2a: Found title: MNIST handwritten digit database, year: 2010
2025-01-07 21:10:01,681 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Geometric deep learning: going beyond euclidean data, year: 2017
2025-01-07 21:10:01,682 - INFO - Crawler fa1e4ae4b2172a2a: Found title: A Closer Look at Spatiotemporal Convolutions for Action Recognition, year: 2017
2025-01-07 21:10:01,682 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Learning Hierarchical Features for Scene Labeling, year: 2013
2025-01-07 21:10:01,683 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Regularization of neural networks using dropconnect, year: 2013
2025-01-07 21:10:01,683 - INFO - Crawler fa1e4ae4b2172a2a: Found title: What is the best multi-stage architecture for object recognition?, year: 2009
2025-01-07 21:10:01,683 - INFO - Parsed publications: [{'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Gradient-based learning applied to document recognition', 'year': 1998, 'source': 'google'}, {'title': 'Backpropagation applied to handwritten zip code recognition', 'year': 1989, 'source': 'google'}, {'title': 'Convolutional networks for images, speech, and time series', 'year': 1995, 'source': 'google'}, {'title': 'The MNIST database of handwritten digits', 'year': 1998, 'source': 'google'}, {'title': 'OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks', 'year': 2014, 'source': 'google'}, {'title': 'Efficient backprop', 'year': 2002, 'source': 'google'}, {'title': 'Character-level convolutional networks for text classification', 'year': 2015, 'source': 'google'}, {'title': 'Handwritten digit recognition with a back-propagation network', 'year': 1990, 'source': 'google'}, {'title': 'Dimensionality reduction by learning an invariant mapping', 'year': 2006, 'source': 'google'}, {'title': 'Spectral Networks and Locally Connected Networks on Graphs', 'year': 2014, 'source': 'google'}, {'title': 'Optimal Brain Damage', 'year': 1990, 'source': 'google'}, {'title': 'Learning a similarity metric discriminatively, with application to face verification', 'year': 2005, 'source': 'google'}, {'title': 'Signature verification using a" siamese" time delay neural network', 'year': 1993, 'source': 'google'}, {'title': 'MNIST handwritten digit database', 'year': 2010, 'source': 'google'}, {'title': 'Geometric deep learning: going beyond euclidean data', 'year': 2017, 'source': 'google'}, {'title': 'A Closer Look at Spatiotemporal Convolutions for Action Recognition', 'year': 2017, 'source': 'google'}, {'title': 'Learning Hierarchical Features for Scene Labeling', 'year': 2013, 'source': 'google'}, {'title': 'Regularization of neural networks using dropconnect', 'year': 2013, 'source': 'google'}, {'title': 'What is the best multi-stage architecture for object recognition?', 'year': 2009, 'source': 'google'}]
2025-01-07 21:10:01,684 - INFO - Successfully crawled 20 publications for Yann LeCun
2025-01-07 21:10:01,685 - INFO - Published result for Yann LeCun
2025-01-07 21:10:01,757 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:09:48.523085"}
2025-01-07 21:10:01,757 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:10:01,757 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:09:48.523085'}
2025-01-07 21:10:01,758 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:10:04,189 - INFO - Found 0 authors to crawl: []
2025-01-07 21:10:04,202 - INFO - Current queue length: 9
2025-01-07 21:10:04,203 - WARNING - No tasks generated in this iteration.
2025-01-07 21:10:04,204 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:09:53.723799'}
2025-01-07 21:10:04,205 - INFO - Heartbeat received from a614212f12063822
2025-01-07 21:10:04,205 - INFO - Coordinator: Acknowledged message: 10
2025-01-07 21:10:05,769 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:09:54.062027"}
2025-01-07 21:10:05,769 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:05,769 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:09:54.062027'}
2025-01-07 21:10:05,769 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:07,688 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:09:54.540800"}
2025-01-07 21:10:07,688 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:10:07,688 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:09:54.540800'}
2025-01-07 21:10:07,689 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:10:07,767 - INFO - Crawler 86b71ed20025beac: Received message: {"status": "success", "task_data": {"author_id": 3, "url": "https://scholar.google.com/citations?user=JicYPdAAAAAJ", "author": "Geoffrey Hinton", "source": "google", "status": "pending", "retry_count": 1, "created_at": "2025-01-07T21:09:18.321895"}, "publications": [{"title": "Imagenet classification with deep convolutional neural networks", "year": 2012, "source": "google"}, {"title": "Deep learning", "year": 2015, "source": "google"}, {"title": "Learning internal representations by error-propagation", "year": 1986, "source": "google"}, {"title": "Dropout: a simple way to prevent neural networks from overfitting", "year": 2014, "source": "google"}, {"title": "Visualizing data using t-SNE", "year": 2008, "source": "google"}, {"title": "Learning representations by back-propagating errors", "year": 1986, "source": "google"}, {"title": "Learning multiple layers of features from tiny images", "year": 2009, "source": "google"}, {"title": "Rectified linear units improve restricted boltzmann machines", "year": 2010, "source": "google"}, {"title": "Reducing the dimensionality of data with neural networks", "year": 2006, "source": "google"}, {"title": "Distilling the Knowledge in a Neural Network", "year": 2015, "source": "google"}, {"title": "A Fast Learning Algorithm for Deep Belief Nets", "year": 2006, "source": "google"}, {"title": "A simple framework for contrastive learning of visual representations", "year": 2020, "source": "google"}, {"title": "Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups", "year": 2012, "source": "google"}, {"title": "Layer normalization", "year": 2016, "source": "google"}, {"title": "Speech recognition with deep recurrent neural networks", "year": 2013, "source": "google"}, {"title": "Improving neural networks by preventing co-adaptation of feature detectors", "year": 2012, "source": "google"}, {"title": "Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude", "year": 2012, "source": "google"}, {"title": "Schemata and sequential thought processes in PDP models.", "year": 1986, "source": "google"}, {"title": "Training products of experts by minimizing contrastive divergence", "year": 2002, "source": "google"}, {"title": "On the importance of initialization and momentum in deep learning", "year": 2013, "source": "google"}], "node_id": "86b71ed20025beac"}
2025-01-07 21:10:07,768 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:10:07,768 - INFO - Crawler 86b71ed20025beac: Received task: {'status': 'success', 'task_data': {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 1, 'created_at': '2025-01-07T21:09:18.321895'}, 'publications': [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}], 'node_id': '86b71ed20025beac'}
2025-01-07 21:10:07,769 - ERROR - Crawler 86b71ed20025beac: Received malformed task: {'status': 'success', 'task_data': {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 1, 'created_at': '2025-01-07T21:09:18.321895'}, 'publications': [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}], 'node_id': '86b71ed20025beac'}
2025-01-07 21:10:09,207 - INFO - Found 0 authors to crawl: []
2025-01-07 21:10:09,212 - INFO - Current queue length: 8
2025-01-07 21:10:09,212 - WARNING - No tasks generated in this iteration.
2025-01-07 21:10:09,215 - INFO - Coordinator: Received result: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:59.177129'}
2025-01-07 21:10:09,216 - INFO - Coordinator: Acknowledged message: 11
2025-01-07 21:10:11,780 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:09:59.751078"}
2025-01-07 21:10:11,780 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:11,781 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:09:59.751078'}
2025-01-07 21:10:11,781 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:13,692 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:10:00.185681"}
2025-01-07 21:10:13,692 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:10:13,693 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:00.185681'}
2025-01-07 21:10:13,693 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:10:13,784 - INFO - Crawler 86b71ed20025beac: Received message: {"status": "success", "task_data": {"author_id": 4, "url": "https://scholar.google.com/citations?user=WLN3QrAAAAAJ", "author": "Yann LeCun", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:09:48.377961"}, "publications": [{"title": "Deep learning", "year": 2015, "source": "google"}, {"title": "Gradient-based learning applied to document recognition", "year": 1998, "source": "google"}, {"title": "Backpropagation applied to handwritten zip code recognition", "year": 1989, "source": "google"}, {"title": "Convolutional networks for images, speech, and time series", "year": 1995, "source": "google"}, {"title": "The MNIST database of handwritten digits", "year": 1998, "source": "google"}, {"title": "OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks", "year": 2014, "source": "google"}, {"title": "Efficient backprop", "year": 2002, "source": "google"}, {"title": "Character-level convolutional networks for text classification", "year": 2015, "source": "google"}, {"title": "Handwritten digit recognition with a back-propagation network", "year": 1990, "source": "google"}, {"title": "Dimensionality reduction by learning an invariant mapping", "year": 2006, "source": "google"}, {"title": "Spectral Networks and Locally Connected Networks on Graphs", "year": 2014, "source": "google"}, {"title": "Optimal Brain Damage", "year": 1990, "source": "google"}, {"title": "Learning a similarity metric discriminatively, with application to face verification", "year": 2005, "source": "google"}, {"title": "Signature verification using a\" siamese\" time delay neural network", "year": 1993, "source": "google"}, {"title": "MNIST handwritten digit database", "year": 2010, "source": "google"}, {"title": "Geometric deep learning: going beyond euclidean data", "year": 2017, "source": "google"}, {"title": "A Closer Look at Spatiotemporal Convolutions for Action Recognition", "year": 2017, "source": "google"}, {"title": "Learning Hierarchical Features for Scene Labeling", "year": 2013, "source": "google"}, {"title": "Regularization of neural networks using dropconnect", "year": 2013, "source": "google"}, {"title": "What is the best multi-stage architecture for object recognition?", "year": 2009, "source": "google"}], "node_id": "fa1e4ae4b2172a2a"}
2025-01-07 21:10:13,785 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:10:13,785 - INFO - Crawler 86b71ed20025beac: Received task: {'status': 'success', 'task_data': {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:48.377961'}, 'publications': [{'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Gradient-based learning applied to document recognition', 'year': 1998, 'source': 'google'}, {'title': 'Backpropagation applied to handwritten zip code recognition', 'year': 1989, 'source': 'google'}, {'title': 'Convolutional networks for images, speech, and time series', 'year': 1995, 'source': 'google'}, {'title': 'The MNIST database of handwritten digits', 'year': 1998, 'source': 'google'}, {'title': 'OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks', 'year': 2014, 'source': 'google'}, {'title': 'Efficient backprop', 'year': 2002, 'source': 'google'}, {'title': 'Character-level convolutional networks for text classification', 'year': 2015, 'source': 'google'}, {'title': 'Handwritten digit recognition with a back-propagation network', 'year': 1990, 'source': 'google'}, {'title': 'Dimensionality reduction by learning an invariant mapping', 'year': 2006, 'source': 'google'}, {'title': 'Spectral Networks and Locally Connected Networks on Graphs', 'year': 2014, 'source': 'google'}, {'title': 'Optimal Brain Damage', 'year': 1990, 'source': 'google'}, {'title': 'Learning a similarity metric discriminatively, with application to face verification', 'year': 2005, 'source': 'google'}, {'title': 'Signature verification using a" siamese" time delay neural network', 'year': 1993, 'source': 'google'}, {'title': 'MNIST handwritten digit database', 'year': 2010, 'source': 'google'}, {'title': 'Geometric deep learning: going beyond euclidean data', 'year': 2017, 'source': 'google'}, {'title': 'A Closer Look at Spatiotemporal Convolutions for Action Recognition', 'year': 2017, 'source': 'google'}, {'title': 'Learning Hierarchical Features for Scene Labeling', 'year': 2013, 'source': 'google'}, {'title': 'Regularization of neural networks using dropconnect', 'year': 2013, 'source': 'google'}, {'title': 'What is the best multi-stage architecture for object recognition?', 'year': 2009, 'source': 'google'}], 'node_id': 'fa1e4ae4b2172a2a'}
2025-01-07 21:10:13,785 - ERROR - Crawler 86b71ed20025beac: Received malformed task: {'status': 'success', 'task_data': {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:09:48.377961'}, 'publications': [{'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Gradient-based learning applied to document recognition', 'year': 1998, 'source': 'google'}, {'title': 'Backpropagation applied to handwritten zip code recognition', 'year': 1989, 'source': 'google'}, {'title': 'Convolutional networks for images, speech, and time series', 'year': 1995, 'source': 'google'}, {'title': 'The MNIST database of handwritten digits', 'year': 1998, 'source': 'google'}, {'title': 'OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks', 'year': 2014, 'source': 'google'}, {'title': 'Efficient backprop', 'year': 2002, 'source': 'google'}, {'title': 'Character-level convolutional networks for text classification', 'year': 2015, 'source': 'google'}, {'title': 'Handwritten digit recognition with a back-propagation network', 'year': 1990, 'source': 'google'}, {'title': 'Dimensionality reduction by learning an invariant mapping', 'year': 2006, 'source': 'google'}, {'title': 'Spectral Networks and Locally Connected Networks on Graphs', 'year': 2014, 'source': 'google'}, {'title': 'Optimal Brain Damage', 'year': 1990, 'source': 'google'}, {'title': 'Learning a similarity metric discriminatively, with application to face verification', 'year': 2005, 'source': 'google'}, {'title': 'Signature verification using a" siamese" time delay neural network', 'year': 1993, 'source': 'google'}, {'title': 'MNIST handwritten digit database', 'year': 2010, 'source': 'google'}, {'title': 'Geometric deep learning: going beyond euclidean data', 'year': 2017, 'source': 'google'}, {'title': 'A Closer Look at Spatiotemporal Convolutions for Action Recognition', 'year': 2017, 'source': 'google'}, {'title': 'Learning Hierarchical Features for Scene Labeling', 'year': 2013, 'source': 'google'}, {'title': 'Regularization of neural networks using dropconnect', 'year': 2013, 'source': 'google'}, {'title': 'What is the best multi-stage architecture for object recognition?', 'year': 2009, 'source': 'google'}], 'node_id': 'fa1e4ae4b2172a2a'}
2025-01-07 21:10:14,218 - INFO - Found 1 authors to crawl: ['Geoffrey Hinton']
2025-01-07 21:10:14,219 - INFO - Current queue length: 7
2025-01-07 21:10:14,219 - INFO - Generated task for Geoffrey Hinton
2025-01-07 21:10:14,220 - INFO - Updated last_crawl for author 3
2025-01-07 21:10:14,223 - INFO - Task published: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:14.219657'}
2025-01-07 21:10:14,224 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:10:01.756034'}
2025-01-07 21:10:14,224 - INFO - Heartbeat received from 86b71ed20025beac
2025-01-07 21:10:14,224 - INFO - Coordinator: Acknowledged message: 12
2025-01-07 21:10:17,787 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:05.768115"}
2025-01-07 21:10:17,788 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:17,790 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:05.768115'}
2025-01-07 21:10:17,791 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:19,226 - INFO - Found 1 authors to crawl: ['Yann LeCun']
2025-01-07 21:10:19,227 - INFO - Current queue length: 7
2025-01-07 21:10:19,228 - INFO - Generated task for Yann LeCun
2025-01-07 21:10:19,228 - INFO - Updated last_crawl for author 4
2025-01-07 21:10:19,232 - INFO - Task published: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:19.228085'}
2025-01-07 21:10:19,233 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:07.687389'}
2025-01-07 21:10:19,233 - INFO - Heartbeat received from fa1e4ae4b2172a2a
2025-01-07 21:10:19,233 - INFO - Coordinator: Acknowledged message: 13
2025-01-07 21:10:19,700 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:10:07.765864"}
2025-01-07 21:10:19,701 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:10:19,702 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:10:07.765864'}
2025-01-07 21:10:19,702 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:10:19,792 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:11.779250"}
2025-01-07 21:10:19,795 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:10:19,808 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:11.779250'}
2025-01-07 21:10:19,809 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:10:23,801 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:10:13.691565"}
2025-01-07 21:10:23,803 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:23,804 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:13.691565'}
2025-01-07 21:10:23,804 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:24,239 - INFO - Found 1 authors to crawl: ['Ciprian Dobre']
2025-01-07 21:10:24,255 - INFO - Current queue length: 13
2025-01-07 21:10:24,273 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:10:24,293 - INFO - Updated last_crawl for author 2
2025-01-07 21:10:24,298 - INFO - Task published: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:24.273287'}
2025-01-07 21:10:24,304 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:10:13.783978'}
2025-01-07 21:10:24,310 - INFO - Heartbeat received from 86b71ed20025beac
2025-01-07 21:10:24,350 - INFO - Coordinator: Acknowledged message: 14
2025-01-07 21:10:25,713 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"author_id": 3, "url": "https://scholar.google.com/citations?user=JicYPdAAAAAJ", "author": "Geoffrey Hinton", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:14.219657"}
2025-01-07 21:10:25,713 - INFO - Crawler fa1e4ae4b2172a2a: Received task: Geoffrey Hinton
2025-01-07 21:10:25,714 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:14.219657'}
2025-01-07 21:10:25,714 - INFO - Processing task for Geoffrey Hinton from google
2025-01-07 21:10:25,714 - INFO - Crawler fa1e4ae4b2172a2a: Fetching URL: https://scholar.google.com/citations?user=JicYPdAAAAAJ with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:10:25,822 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:17.784651"}
2025-01-07 21:10:25,823 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:10:25,823 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:17.784651'}
2025-01-07 21:10:25,823 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:10:26,004 - INFO - Crawler fa1e4ae4b2172a2a: Fetched content for google: 168612 bytes, Status Code: 200
2025-01-07 21:10:26,036 - INFO - Crawler fa1e4ae4b2172a2a: Found 20 articles on Google Scholar page
2025-01-07 21:10:26,041 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Imagenet classification with deep convolutional neural networks, year: 2012
2025-01-07 21:10:26,043 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Deep learning, year: 2015
2025-01-07 21:10:26,043 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Learning internal representations by error-propagation, year: 1986
2025-01-07 21:10:26,044 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Dropout: a simple way to prevent neural networks from overfitting, year: 2014
2025-01-07 21:10:26,044 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Visualizing data using t-SNE, year: 2008
2025-01-07 21:10:26,044 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Learning representations by back-propagating errors, year: 1986
2025-01-07 21:10:26,045 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Learning multiple layers of features from tiny images, year: 2009
2025-01-07 21:10:26,045 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Rectified linear units improve restricted boltzmann machines, year: 2010
2025-01-07 21:10:26,046 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Reducing the dimensionality of data with neural networks, year: 2006
2025-01-07 21:10:26,049 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Distilling the Knowledge in a Neural Network, year: 2015
2025-01-07 21:10:26,050 - INFO - Crawler fa1e4ae4b2172a2a: Found title: A Fast Learning Algorithm for Deep Belief Nets, year: 2006
2025-01-07 21:10:26,052 - INFO - Crawler fa1e4ae4b2172a2a: Found title: A simple framework for contrastive learning of visual representations, year: 2020
2025-01-07 21:10:26,053 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups, year: 2012
2025-01-07 21:10:26,053 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Layer normalization, year: 2016
2025-01-07 21:10:26,054 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Speech recognition with deep recurrent neural networks, year: 2013
2025-01-07 21:10:26,058 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Improving neural networks by preventing co-adaptation of feature detectors, year: 2012
2025-01-07 21:10:26,066 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude, year: 2012
2025-01-07 21:10:26,068 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Schemata and sequential thought processes in PDP models., year: 1986
2025-01-07 21:10:26,070 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Training products of experts by minimizing contrastive divergence, year: 2002
2025-01-07 21:10:26,070 - INFO - Crawler fa1e4ae4b2172a2a: Found title: On the importance of initialization and momentum in deep learning, year: 2013
2025-01-07 21:10:26,074 - INFO - Parsed publications: [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}]
2025-01-07 21:10:26,076 - INFO - Successfully crawled 20 publications for Geoffrey Hinton
2025-01-07 21:10:26,077 - INFO - Published result for Geoffrey Hinton
2025-01-07 21:10:29,360 - INFO - Found 1 authors to crawl: ['Ciprian Dobre']
2025-01-07 21:10:29,361 - INFO - Current queue length: 14
2025-01-07 21:10:29,362 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:10:29,363 - INFO - Updated last_crawl for author 1
2025-01-07 21:10:29,364 - INFO - Task published: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:29.362022'}
2025-01-07 21:10:29,370 - INFO - Coordinator: Received result: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:19.228085'}
2025-01-07 21:10:29,370 - INFO - Coordinator: Acknowledged message: 15
2025-01-07 21:10:29,824 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:10:19.697512"}
2025-01-07 21:10:29,824 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:29,825 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:19.697512'}
2025-01-07 21:10:29,825 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:31,839 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:10:19.790031"}
2025-01-07 21:10:31,840 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:10:31,840 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:10:19.790031'}
2025-01-07 21:10:31,842 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:10:32,090 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "97e3997a7f434153", "timestamp": "2025-01-07T21:10:21.504837"}
2025-01-07 21:10:32,092 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:10:32,093 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '97e3997a7f434153', 'timestamp': '2025-01-07T21:10:21.504837'}
2025-01-07 21:10:32,093 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:10:34,373 - INFO - Found 0 authors to crawl: []
2025-01-07 21:10:34,375 - INFO - Current queue length: 14
2025-01-07 21:10:34,375 - WARNING - No tasks generated in this iteration.
2025-01-07 21:10:34,377 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'cfaf26de4f280551', 'timestamp': '2025-01-07T21:10:21.614466'}
2025-01-07 21:10:34,377 - INFO - Heartbeat received from cfaf26de4f280551
2025-01-07 21:10:34,378 - INFO - Coordinator: Acknowledged message: 16
2025-01-07 21:10:35,832 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "9ab77beb5e25a647", "timestamp": "2025-01-07T21:10:21.646886"}
2025-01-07 21:10:35,832 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:35,832 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '9ab77beb5e25a647', 'timestamp': '2025-01-07T21:10:21.646886'}
2025-01-07 21:10:35,833 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:37,845 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "cba8d4e28b30a455", "timestamp": "2025-01-07T21:10:21.866271"}
2025-01-07 21:10:37,845 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:10:37,845 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'cba8d4e28b30a455', 'timestamp': '2025-01-07T21:10:21.866271'}
2025-01-07 21:10:37,846 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:10:38,110 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "60b9781a225e51b3", "timestamp": "2025-01-07T21:10:21.867304"}
2025-01-07 21:10:38,110 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:10:38,110 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '60b9781a225e51b3', 'timestamp': '2025-01-07T21:10:21.867304'}
2025-01-07 21:10:38,110 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:10:39,379 - INFO - Found 0 authors to crawl: []
2025-01-07 21:10:39,383 - INFO - Current queue length: 13
2025-01-07 21:10:39,383 - WARNING - No tasks generated in this iteration.
2025-01-07 21:10:39,385 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': '9efdf519518093ac', 'timestamp': '2025-01-07T21:10:21.861589'}
2025-01-07 21:10:39,385 - INFO - Heartbeat received from 9efdf519518093ac
2025-01-07 21:10:39,385 - INFO - Coordinator: Acknowledged message: 17
2025-01-07 21:10:41,839 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:23.800288"}
2025-01-07 21:10:41,839 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:41,840 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:23.800288'}
2025-01-07 21:10:41,840 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:43,859 - INFO - Crawler 86b71ed20025beac: Received message: {"author_id": 2, "url": "https://scholar.google.ro/citations?user=_44USrIAAAAJ", "author": "Ciprian Dobre", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:24.273287"}
2025-01-07 21:10:43,860 - INFO - Crawler 86b71ed20025beac: Received task: Ciprian Dobre
2025-01-07 21:10:43,860 - INFO - Crawler 86b71ed20025beac: Received task: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:24.273287'}
2025-01-07 21:10:43,860 - INFO - Processing task for Ciprian Dobre from google
2025-01-07 21:10:43,860 - INFO - Crawler 86b71ed20025beac: Fetching URL: https://scholar.google.ro/citations?user=_44USrIAAAAJ with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:10:44,123 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:10:25.711922"}
2025-01-07 21:10:44,126 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:10:44,126 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:25.711922'}
2025-01-07 21:10:44,126 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:10:44,388 - INFO - Found 1 authors to crawl: ['Geoffrey Hinton']
2025-01-07 21:10:44,394 - INFO - Current queue length: 12
2025-01-07 21:10:44,402 - INFO - Generated task for Geoffrey Hinton
2025-01-07 21:10:44,403 - INFO - Updated last_crawl for author 3
2025-01-07 21:10:44,405 - INFO - Task published: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:44.402521'}
2025-01-07 21:10:44,406 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:10:25.821698'}
2025-01-07 21:10:44,406 - INFO - Heartbeat received from 86b71ed20025beac
2025-01-07 21:10:44,407 - INFO - Coordinator: Acknowledged message: 18
2025-01-07 21:10:47,845 - INFO - Crawler a614212f12063822: Received message: {"status": "success", "task_data": {"author_id": 3, "url": "https://scholar.google.com/citations?user=JicYPdAAAAAJ", "author": "Geoffrey Hinton", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:14.219657"}, "publications": [{"title": "Imagenet classification with deep convolutional neural networks", "year": 2012, "source": "google"}, {"title": "Deep learning", "year": 2015, "source": "google"}, {"title": "Learning internal representations by error-propagation", "year": 1986, "source": "google"}, {"title": "Dropout: a simple way to prevent neural networks from overfitting", "year": 2014, "source": "google"}, {"title": "Visualizing data using t-SNE", "year": 2008, "source": "google"}, {"title": "Learning representations by back-propagating errors", "year": 1986, "source": "google"}, {"title": "Learning multiple layers of features from tiny images", "year": 2009, "source": "google"}, {"title": "Rectified linear units improve restricted boltzmann machines", "year": 2010, "source": "google"}, {"title": "Reducing the dimensionality of data with neural networks", "year": 2006, "source": "google"}, {"title": "Distilling the Knowledge in a Neural Network", "year": 2015, "source": "google"}, {"title": "A Fast Learning Algorithm for Deep Belief Nets", "year": 2006, "source": "google"}, {"title": "A simple framework for contrastive learning of visual representations", "year": 2020, "source": "google"}, {"title": "Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups", "year": 2012, "source": "google"}, {"title": "Layer normalization", "year": 2016, "source": "google"}, {"title": "Speech recognition with deep recurrent neural networks", "year": 2013, "source": "google"}, {"title": "Improving neural networks by preventing co-adaptation of feature detectors", "year": 2012, "source": "google"}, {"title": "Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude", "year": 2012, "source": "google"}, {"title": "Schemata and sequential thought processes in PDP models.", "year": 1986, "source": "google"}, {"title": "Training products of experts by minimizing contrastive divergence", "year": 2002, "source": "google"}, {"title": "On the importance of initialization and momentum in deep learning", "year": 2013, "source": "google"}], "node_id": "fa1e4ae4b2172a2a"}
2025-01-07 21:10:47,845 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:47,845 - INFO - Crawler a614212f12063822: Received task: {'status': 'success', 'task_data': {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:14.219657'}, 'publications': [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}], 'node_id': 'fa1e4ae4b2172a2a'}
2025-01-07 21:10:47,847 - ERROR - Crawler a614212f12063822: Received malformed task: {'status': 'success', 'task_data': {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:14.219657'}, 'publications': [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}], 'node_id': 'fa1e4ae4b2172a2a'}
2025-01-07 21:10:49,408 - INFO - Found 1 authors to crawl: ['Yann LeCun']
2025-01-07 21:10:49,410 - INFO - Current queue length: 12
2025-01-07 21:10:49,410 - INFO - Generated task for Yann LeCun
2025-01-07 21:10:49,411 - INFO - Updated last_crawl for author 4
2025-01-07 21:10:49,415 - INFO - Task published: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:49.410706'}
2025-01-07 21:10:49,420 - INFO - Coordinator: Received result: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:29.362022'}
2025-01-07 21:10:49,420 - INFO - Coordinator: Acknowledged message: 19
2025-01-07 21:10:50,147 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:29.820232"}
2025-01-07 21:10:50,147 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:10:50,147 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:29.820232'}
2025-01-07 21:10:50,147 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:10:53,858 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:10:31.838382"}
2025-01-07 21:10:53,858 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:53,858 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:10:31.838382'}
2025-01-07 21:10:53,859 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:10:54,001 - ERROR - Request failed with proxy http://beelnxub:[email protected]:6540: HTTPSConnectionPool(host='scholar.google.ro', port=443): Read timed out. (read timeout=10)
2025-01-07 21:10:54,002 - ERROR - Task error for Ciprian Dobre: Request failed: HTTPSConnectionPool(host='scholar.google.ro', port=443): Read timed out. (read timeout=10)
2025-01-07 21:10:54,002 - ERROR - Task details: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:24.273287'}
2025-01-07 21:10:54,003 - INFO - Published result for Ciprian Dobre
2025-01-07 21:10:54,424 - INFO - Found 1 authors to crawl: ['Ciprian Dobre']
2025-01-07 21:10:54,436 - INFO - Current queue length: 13
2025-01-07 21:10:54,438 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:10:54,440 - INFO - Updated last_crawl for author 2
2025-01-07 21:10:54,445 - INFO - Task published: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:54.438839'}
2025-01-07 21:10:54,452 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:32.089283'}
2025-01-07 21:10:54,454 - INFO - Heartbeat received from fa1e4ae4b2172a2a
2025-01-07 21:10:54,454 - INFO - Coordinator: Acknowledged message: 20
2025-01-07 21:10:56,156 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:35.831241"}
2025-01-07 21:10:56,156 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:10:56,156 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:35.831241'}
2025-01-07 21:10:56,157 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:10:59,457 - INFO - Found 1 authors to crawl: ['Ciprian Dobre']
2025-01-07 21:10:59,461 - INFO - Current queue length: 13
2025-01-07 21:10:59,462 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:10:59,463 - INFO - Updated last_crawl for author 1
2025-01-07 21:10:59,470 - INFO - Task published: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:59.462120'}
2025-01-07 21:10:59,471 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:10:37.844225'}
2025-01-07 21:10:59,471 - INFO - Heartbeat received from 86b71ed20025beac
2025-01-07 21:10:59,471 - INFO - Coordinator: Acknowledged message: 21
2025-01-07 21:10:59,870 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:10:38.109336"}
2025-01-07 21:10:59,870 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:10:59,871 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:38.109336'}
2025-01-07 21:10:59,871 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:11:00,012 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:41.838522"}
2025-01-07 21:11:00,021 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:11:00,023 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:41.838522'}
2025-01-07 21:11:00,024 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:11:02,172 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:10:43.858403"}
2025-01-07 21:11:02,172 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:02,173 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:10:43.858403'}
2025-01-07 21:11:02,173 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:11:04,473 - INFO - Found 0 authors to crawl: []
2025-01-07 21:11:04,476 - INFO - Current queue length: 13
2025-01-07 21:11:04,477 - WARNING - No tasks generated in this iteration.
2025-01-07 21:11:04,483 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:44.122271'}
2025-01-07 21:11:04,486 - INFO - Heartbeat received from fa1e4ae4b2172a2a
2025-01-07 21:11:04,487 - INFO - Coordinator: Acknowledged message: 22
2025-01-07 21:11:05,881 - INFO - Crawler a614212f12063822: Received message: {"author_id": 3, "url": "https://scholar.google.com/citations?user=JicYPdAAAAAJ", "author": "Geoffrey Hinton", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:44.402521"}
2025-01-07 21:11:05,886 - INFO - Crawler a614212f12063822: Received task: Geoffrey Hinton
2025-01-07 21:11:05,887 - INFO - Crawler a614212f12063822: Received task: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:44.402521'}
2025-01-07 21:11:05,887 - INFO - Processing task for Geoffrey Hinton from google
2025-01-07 21:11:05,887 - INFO - Crawler a614212f12063822: Fetching URL: https://scholar.google.com/citations?user=JicYPdAAAAAJ with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:11:06,033 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:47.843827"}
2025-01-07 21:11:06,033 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:11:06,034 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:47.843827'}
2025-01-07 21:11:06,034 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:11:07,326 - INFO - Crawler a614212f12063822: Fetched content for google: 168050 bytes, Status Code: 200
2025-01-07 21:11:07,352 - INFO - Crawler a614212f12063822: Found 20 articles on Google Scholar page
2025-01-07 21:11:07,352 - INFO - Crawler a614212f12063822: Found title: Imagenet classification with deep convolutional neural networks, year: 2012
2025-01-07 21:11:07,353 - INFO - Crawler a614212f12063822: Found title: Deep learning, year: 2015
2025-01-07 21:11:07,353 - INFO - Crawler a614212f12063822: Found title: Learning internal representations by error-propagation, year: 1986
2025-01-07 21:11:07,354 - INFO - Crawler a614212f12063822: Found title: Dropout: a simple way to prevent neural networks from overfitting, year: 2014
2025-01-07 21:11:07,354 - INFO - Crawler a614212f12063822: Found title: Visualizing data using t-SNE, year: 2008
2025-01-07 21:11:07,355 - INFO - Crawler a614212f12063822: Found title: Learning representations by back-propagating errors, year: 1986
2025-01-07 21:11:07,355 - INFO - Crawler a614212f12063822: Found title: Learning multiple layers of features from tiny images, year: 2009
2025-01-07 21:11:07,356 - INFO - Crawler a614212f12063822: Found title: Rectified linear units improve restricted boltzmann machines, year: 2010
2025-01-07 21:11:07,356 - INFO - Crawler a614212f12063822: Found title: Reducing the dimensionality of data with neural networks, year: 2006
2025-01-07 21:11:07,357 - INFO - Crawler a614212f12063822: Found title: Distilling the Knowledge in a Neural Network, year: 2015
2025-01-07 21:11:07,357 - INFO - Crawler a614212f12063822: Found title: A Fast Learning Algorithm for Deep Belief Nets, year: 2006
2025-01-07 21:11:07,357 - INFO - Crawler a614212f12063822: Found title: A simple framework for contrastive learning of visual representations, year: 2020
2025-01-07 21:11:07,358 - INFO - Crawler a614212f12063822: Found title: Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups, year: 2012
2025-01-07 21:11:07,358 - INFO - Crawler a614212f12063822: Found title: Layer normalization, year: 2016
2025-01-07 21:11:07,358 - INFO - Crawler a614212f12063822: Found title: Speech recognition with deep recurrent neural networks, year: 2013
2025-01-07 21:11:07,359 - INFO - Crawler a614212f12063822: Found title: Improving neural networks by preventing co-adaptation of feature detectors, year: 2012
2025-01-07 21:11:07,359 - INFO - Crawler a614212f12063822: Found title: Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude, year: 2012
2025-01-07 21:11:07,359 - INFO - Crawler a614212f12063822: Found title: Schemata and sequential thought processes in PDP models., year: 1986
2025-01-07 21:11:07,360 - INFO - Crawler a614212f12063822: Found title: Training products of experts by minimizing contrastive divergence, year: 2002
2025-01-07 21:11:07,360 - INFO - Crawler a614212f12063822: Found title: On the importance of initialization and momentum in deep learning, year: 2013
2025-01-07 21:11:07,360 - INFO - Parsed publications: [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}]
2025-01-07 21:11:07,361 - INFO - Successfully crawled 20 publications for Geoffrey Hinton
2025-01-07 21:11:07,361 - INFO - Published result for Geoffrey Hinton
2025-01-07 21:11:08,191 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"author_id": 4, "url": "https://scholar.google.com/citations?user=WLN3QrAAAAAJ", "author": "Yann LeCun", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:49.410706"}
2025-01-07 21:11:08,192 - INFO - Crawler fa1e4ae4b2172a2a: Received task: Yann LeCun
2025-01-07 21:11:08,192 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:49.410706'}
2025-01-07 21:11:08,192 - INFO - Processing task for Yann LeCun from google
2025-01-07 21:11:08,193 - INFO - Crawler fa1e4ae4b2172a2a: Fetching URL: https://scholar.google.com/citations?user=WLN3QrAAAAAJ with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:11:08,616 - INFO - Crawler fa1e4ae4b2172a2a: Fetched content for google: 175038 bytes, Status Code: 200
2025-01-07 21:11:08,643 - INFO - Crawler fa1e4ae4b2172a2a: Found 20 articles on Google Scholar page
2025-01-07 21:11:08,647 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Deep learning, year: 2015
2025-01-07 21:11:08,652 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Gradient-based learning applied to document recognition, year: 1998
2025-01-07 21:11:08,654 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Backpropagation applied to handwritten zip code recognition, year: 1989
2025-01-07 21:11:08,655 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Convolutional networks for images, speech, and time series, year: 1995
2025-01-07 21:11:08,655 - INFO - Crawler fa1e4ae4b2172a2a: Found title: The MNIST database of handwritten digits, year: 1998
2025-01-07 21:11:08,656 - INFO - Crawler fa1e4ae4b2172a2a: Found title: OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks, year: 2014
2025-01-07 21:11:08,656 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Efficient backprop, year: 2002
2025-01-07 21:11:08,657 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Character-level convolutional networks for text classification, year: 2015
2025-01-07 21:11:08,657 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Handwritten digit recognition with a back-propagation network, year: 1990
2025-01-07 21:11:08,657 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Dimensionality reduction by learning an invariant mapping, year: 2006
2025-01-07 21:11:08,657 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Spectral Networks and Locally Connected Networks on Graphs, year: 2014
2025-01-07 21:11:08,658 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Optimal Brain Damage, year: 1990
2025-01-07 21:11:08,658 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Learning a similarity metric discriminatively, with application to face verification, year: 2005
2025-01-07 21:11:08,659 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Signature verification using a" siamese" time delay neural network, year: 1993
2025-01-07 21:11:08,659 - INFO - Crawler fa1e4ae4b2172a2a: Found title: MNIST handwritten digit database, year: 2010
2025-01-07 21:11:08,659 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Geometric deep learning: going beyond euclidean data, year: 2017
2025-01-07 21:11:08,659 - INFO - Crawler fa1e4ae4b2172a2a: Found title: A Closer Look at Spatiotemporal Convolutions for Action Recognition, year: 2017
2025-01-07 21:11:08,660 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Learning Hierarchical Features for Scene Labeling, year: 2013
2025-01-07 21:11:08,660 - INFO - Crawler fa1e4ae4b2172a2a: Found title: Regularization of neural networks using dropconnect, year: 2013
2025-01-07 21:11:08,661 - INFO - Crawler fa1e4ae4b2172a2a: Found title: What is the best multi-stage architecture for object recognition?, year: 2009
2025-01-07 21:11:08,661 - INFO - Parsed publications: [{'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Gradient-based learning applied to document recognition', 'year': 1998, 'source': 'google'}, {'title': 'Backpropagation applied to handwritten zip code recognition', 'year': 1989, 'source': 'google'}, {'title': 'Convolutional networks for images, speech, and time series', 'year': 1995, 'source': 'google'}, {'title': 'The MNIST database of handwritten digits', 'year': 1998, 'source': 'google'}, {'title': 'OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks', 'year': 2014, 'source': 'google'}, {'title': 'Efficient backprop', 'year': 2002, 'source': 'google'}, {'title': 'Character-level convolutional networks for text classification', 'year': 2015, 'source': 'google'}, {'title': 'Handwritten digit recognition with a back-propagation network', 'year': 1990, 'source': 'google'}, {'title': 'Dimensionality reduction by learning an invariant mapping', 'year': 2006, 'source': 'google'}, {'title': 'Spectral Networks and Locally Connected Networks on Graphs', 'year': 2014, 'source': 'google'}, {'title': 'Optimal Brain Damage', 'year': 1990, 'source': 'google'}, {'title': 'Learning a similarity metric discriminatively, with application to face verification', 'year': 2005, 'source': 'google'}, {'title': 'Signature verification using a" siamese" time delay neural network', 'year': 1993, 'source': 'google'}, {'title': 'MNIST handwritten digit database', 'year': 2010, 'source': 'google'}, {'title': 'Geometric deep learning: going beyond euclidean data', 'year': 2017, 'source': 'google'}, {'title': 'A Closer Look at Spatiotemporal Convolutions for Action Recognition', 'year': 2017, 'source': 'google'}, {'title': 'Learning Hierarchical Features for Scene Labeling', 'year': 2013, 'source': 'google'}, {'title': 'Regularization of neural networks using dropconnect', 'year': 2013, 'source': 'google'}, {'title': 'What is the best multi-stage architecture for object recognition?', 'year': 2009, 'source': 'google'}]
2025-01-07 21:11:08,661 - INFO - Successfully crawled 20 publications for Yann LeCun
2025-01-07 21:11:08,662 - INFO - Published result for Yann LeCun
2025-01-07 21:11:09,490 - INFO - Found 0 authors to crawl: []
2025-01-07 21:11:09,491 - INFO - Current queue length: 14
2025-01-07 21:11:09,491 - WARNING - No tasks generated in this iteration.
2025-01-07 21:11:09,493 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:50.143561'}
2025-01-07 21:11:09,493 - INFO - Heartbeat received from fa1e4ae4b2172a2a
2025-01-07 21:11:09,494 - INFO - Coordinator: Acknowledged message: 23
2025-01-07 21:11:12,044 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:53.854991"}
2025-01-07 21:11:12,045 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:11:12,045 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:53.854991'}
2025-01-07 21:11:12,045 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:11:13,371 - INFO - Crawler a614212f12063822: Received message: {"status": "error", "task_data": {"author_id": 2, "url": "https://scholar.google.ro/citations?user=_44USrIAAAAJ", "author": "Ciprian Dobre", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:24.273287"}, "error": "Request failed: HTTPSConnectionPool(host='scholar.google.ro', port=443): Read timed out. (read timeout=10)", "node_id": "86b71ed20025beac"}
2025-01-07 21:11:13,375 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:11:13,375 - INFO - Crawler a614212f12063822: Received task: {'status': 'error', 'task_data': {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:24.273287'}, 'error': "Request failed: HTTPSConnectionPool(host='scholar.google.ro', port=443): Read timed out. (read timeout=10)", 'node_id': '86b71ed20025beac'}
2025-01-07 21:11:13,376 - ERROR - Crawler a614212f12063822: Received malformed task: {'status': 'error', 'task_data': {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:24.273287'}, 'error': "Request failed: HTTPSConnectionPool(host='scholar.google.ro', port=443): Read timed out. (read timeout=10)", 'node_id': '86b71ed20025beac'}
2025-01-07 21:11:14,496 - INFO - Found 1 authors to crawl: ['Geoffrey Hinton']
2025-01-07 21:11:14,497 - INFO - Current queue length: 13
2025-01-07 21:11:14,498 - INFO - Generated task for Geoffrey Hinton
2025-01-07 21:11:14,499 - INFO - Updated last_crawl for author 3
2025-01-07 21:11:14,503 - INFO - Task published: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:14.498085'}
2025-01-07 21:11:14,504 - INFO - Coordinator: Received result: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:54.438839'}
2025-01-07 21:11:14,505 - INFO - Coordinator: Acknowledged message: 24
2025-01-07 21:11:14,673 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:10:56.155276"}
2025-01-07 21:11:14,673 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:14,673 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:10:56.155276'}
2025-01-07 21:11:14,674 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:11:18,049 - INFO - Crawler 86b71ed20025beac: Received message: {"author_id": 1, "url": "https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian", "author": "Ciprian Dobre", "source": "dblp", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:59.462120"}
2025-01-07 21:11:18,050 - INFO - Crawler 86b71ed20025beac: Received task: Ciprian Dobre
2025-01-07 21:11:18,051 - INFO - Crawler 86b71ed20025beac: Received task: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:59.462120'}
2025-01-07 21:11:18,051 - INFO - Processing task for Ciprian Dobre from dblp
2025-01-07 21:11:18,051 - INFO - Crawler 86b71ed20025beac: Fetching URL: https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:11:19,388 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:10:59.869548"}
2025-01-07 21:11:19,388 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:11:19,388 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:10:59.869548'}
2025-01-07 21:11:19,389 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:11:19,506 - INFO - Found 1 authors to crawl: ['Yann LeCun']
2025-01-07 21:11:19,521 - INFO - Current queue length: 13
2025-01-07 21:11:19,522 - INFO - Generated task for Yann LeCun
2025-01-07 21:11:19,523 - INFO - Updated last_crawl for author 4
2025-01-07 21:11:19,526 - INFO - Task published: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:19.522101'}
2025-01-07 21:11:19,526 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:11:00.010743'}
2025-01-07 21:11:19,527 - INFO - Heartbeat received from 86b71ed20025beac
2025-01-07 21:11:19,527 - INFO - Coordinator: Acknowledged message: 25
2025-01-07 21:11:20,694 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:11:02.171572"}
2025-01-07 21:11:20,711 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:20,725 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:11:02.171572'}
2025-01-07 21:11:20,739 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:11:21,248 - INFO - Crawler 86b71ed20025beac: Fetched content for dblp: 2845245 bytes, Status Code: 200
2025-01-07 21:11:22,612 - INFO - Found articles: 88
2025-01-07 21:11:22,895 - INFO - Parsed publications: [{'title': 'Blockchain Support for a FAIR Research Data Marketplace.', 'year': 2024, 'source': 'dblp'}, {'title': 'BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks.', 'year': 2024, 'source': 'dblp'}, {'title': 'Privacy-friendly statistical counting for pedestrian dynamics.', 'year': 2023, 'source': 'dblp'}, {'title': 'Editorial: Wearable and mobile data analysis methodologies for personalized medicine.', 'year': 2023, 'source': 'dblp'}, {'title': 'Clinically-validated technologies for assisted living.', 'year': 2095, 'source': 'dblp'}, {'title': 'Sustainable Health-Related Quality of Life in Older Adults as Supported by the vINCI Technology.', 'year': 2023, 'source': 'dblp'}, {'title': 'IoT and AI-Based Application for Automatic Interpretation of the Affective State of Children Diagnosed with Autism.', 'year': 2022, 'source': 'dblp'}, {'title': 'Upper and Lower Leaf Side Detection with Machine Learning Methods.', 'year': 2022, 'source': 'dblp'}, {'title': 'A multi-objective distance vector-hop localization algorithm based on differential evolution quantum particle swarm optimization.', 'year': 2021, 'source': 'dblp'}, {'title': 'Opportunistic Network Algorithms for Internet Traffic Offloading in Music Festival Scenarios.', 'year': 2021, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Blockchain-based Reputation for Intelligent Transportation Systems.', 'year': 2020, 'source': 'dblp'}, {'title': 'Gait Recognition as an Authentication Method for Mobile Devices.', 'year': 2020, 'source': 'dblp'}, {'title': 'Vehicle Detection in Overhead Satellite Images Using a One-Stage Object Detection Model.', 'year': 2020, 'source': 'dblp'}, {'title': 'Machine learning-Based traffic offloading in fog networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Avoiding Data Corruption in Drop Computing Mobile Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data and Task Offloading in Collaborative Mobile Fog-Based Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data fusion technique in SPIDER Peer-to-Peer networks in smart cities for security enhancements.', 'year': 2019, 'source': 'dblp'}, {'title': 'Human Physical Activity Recognition Using Smartphone Sensors.', 'year': 2019, 'source': 'dblp'}, {'title': 'Using Socio-Spatial Context in Mobile Cloud Process Offloading for Energy Conservation in Wireless Devices.', 'year': 2019, 'source': 'dblp'}, {'title': 'Context-adaptive forwarding in mobile opportunistic networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Controlling and filtering users data in Intelligent Transportation System.', 'year': 2018, 'source': 'dblp'}, {'title': 'Expert system for nutrition care process of older adults.', 'year': 2018, 'source': 'dblp'}, {'title': 'Event-based sensor data exchange and fusion in the Internet of Things environments.', 'year': 2018, 'source': 'dblp'}, {'title': 'Identifying Stops and Moves in WiFi Tracking Data.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Advances in Network Services Chain: Part 1.', 'year': 2017, 'source': 'dblp'}, {'title': 'Improving Opportunistic Networks by Leveraging Device-to-Device Communication.', 'year': 2017, 'source': 'dblp'}, {'title': 'Network Services Chaining in the 5G Vision.', 'year': 2017, 'source': 'dblp'}, {'title': 'A context-aware collaborative model for smartphone energy efficiency over 5G wireless networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'A simulator for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Total order in opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning.", 'year': 2017, 'source': 'dblp'}, {'title': 'Special Issue on "High Performance and Parallelism for Large Data Sets".', 'year': 2017, 'source': 'dblp'}, {'title': 'Interest spaces: A unified interest-based dissemination framework for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'An integrated architecture for future studies in data processing for smart cities.', 'year': 2017, 'source': 'dblp'}, {'title': 'Trust and reputation management for opportunistic dissemination.', 'year': 2017, 'source': 'dblp'}, {'title': 'Resource Usage Prediction Models for Optimal Multimedia Content Provision.', 'year': 2017, 'source': 'dblp'}, {'title': 'AutoCompBD: Autonomic Computing and Big Data platforms.', 'year': 2017, 'source': 'dblp'}, {'title': 'Guest Editorial: Special Issue on Algorithms and Computational Models for Sustainable Computing in Cloud and Data Centers.', 'year': 2017, 'source': 'dblp'}, {'title': 'A Fog-Based Emergency System for Smart Enhanced Living Environments.', 'year': 2016, 'source': 'dblp'}, {'title': 'Multi-criteria optimization of wireless connectivity over sparse networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Adaptive scheduling algorithm for media-optimized traffic management in software defined networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Trust models for efficient communication in Mobile Cloud Computing and their applications to e-Commerce.', 'year': 2016, 'source': 'dblp'}, {'title': 'A multi-objective optimization of data dissemination in delay tolerant networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'A Survey on the Application of Evolutionary Algorithms for Mobile Multihop Ad Hoc Network Optimization Problems.', 'year': 2016, 'source': 'dblp'}, {'title': 'Computational Intelligence in Wireless Sensor and Ad Hoc Networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Enabling Mobile Cloud Wide Spread Through an Evolutionary Market-Based Approach.', 'year': 2016, 'source': 'dblp'}, {'title': 'Interest-awareness in data dissemination for opportunistic networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'MOMTH: multi-objective scheduling algorithm of many tasks in Hadoop.', 'year': 2015, 'source': 'dblp'}, {'title': 'Adaptive method to support social-based mobile networks using a pagerank approach.', 'year': 1900, 'source': 'dblp'}, {'title': 'Reputation-guided evolutionary scheduling algorithm for independent tasks in inter-clouds environments.', 'year': 2015, 'source': 'dblp'}, {'title': 'SPRINT-SELF: Social-Based Routing and Selfish Node Detection in Opportunistic Networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'Enabling Vehicular Data with Distributed Machine Learning.', 'year': 2015, 'source': 'dblp'}, {'title': 'Deadline scheduling for aperiodic tasks in inter-Cloud environments: a new approach to resource management.', 'year': 2015, 'source': 'dblp'}, {'title': 'A methodology for assessing the predictable behaviour of mobile users in wireless networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Interaction predictability of opportunistic networks in academic environments.', 'year': 2014, 'source': 'dblp'}, {'title': 'Intelligent services for Big Data science.', 'year': 2014, 'source': 'dblp'}, {'title': 'Social-based routing algorithm for energy preservation in mobile opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Parallel Programming Paradigms and Frameworks in Big Data Era.', 'year': 2014, 'source': 'dblp'}, {'title': 'JDER: A history-based forwarding scheme for delay tolerant networks using Jaccard distance and encountered ration.', 'year': 2014, 'source': 'dblp'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'The EU-Services Directive: An eFramework to Optimize Public Administration.', 'year': 2013, 'source': 'dblp'}, {'title': 'Social-awareness in opportunistic networking.', 'year': 2013, 'source': 'dblp'}, {'title': 'Opportunistic Networks: A Taxonomy of Data Dissemination Techniques.', 'year': 2013, 'source': 'dblp'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Monalisa: a Monitoring Framework for Large Scale Computing Systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Simulation analysis of data processing activities in Compact Muon Solenoid physics.', 'year': 2012, 'source': 'dblp'}, {'title': 'A Failure Detection System for Large Scale Distributed Systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A dependability layer for large-scale distributed systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A keyword search algorithm for structured peer-to-peer networks.', 'year': 2011, 'source': 'dblp'}, {'title': 'Middleware and architectures for space-based and situated computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Automatic Data Migration e-System for Public Administration e-Services.', 'year': 2011, 'source': 'dblp'}, {'title': 'A Virtualization-based Approach to Dependable Service Computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Load-Balancing Metric for Service Dependability in Large Scale Distributed Environments.', 'year': 2011, 'source': 'dblp'}, {'title': 'Dynamic meta-scheduling architecture based on monitoring in distributed systems.', 'year': 2010, 'source': 'dblp'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems.', 'year': 2009, 'source': 'dblp'}, {'title': 'Simulation Framework for the Evaluation of Dependable Distributed Systems.', 'year': 2009, 'source': 'dblp'}]
2025-01-07 21:11:22,899 - INFO - Successfully crawled 88 publications for Ciprian Dobre
2025-01-07 21:11:22,902 - INFO - Published result for Ciprian Dobre
2025-01-07 21:11:24,529 - INFO - Found 1 authors to crawl: ['Ciprian Dobre']
2025-01-07 21:11:24,530 - INFO - Current queue length: 20
2025-01-07 21:11:24,530 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:11:24,531 - INFO - Updated last_crawl for author 2
2025-01-07 21:11:24,535 - INFO - Task published: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:24.530811'}
2025-01-07 21:11:24,537 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:11:05.877919'}
2025-01-07 21:11:24,538 - INFO - Heartbeat received from a614212f12063822
2025-01-07 21:11:24,540 - INFO - Coordinator: Acknowledged message: 26
2025-01-07 21:11:25,422 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:11:06.031824"}
2025-01-07 21:11:25,519 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:11:25,523 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:11:06.031824'}
2025-01-07 21:11:25,561 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:11:26,755 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"status": "success", "task_data": {"author_id": 3, "url": "https://scholar.google.com/citations?user=JicYPdAAAAAJ", "author": "Geoffrey Hinton", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:44.402521"}, "publications": [{"title": "Imagenet classification with deep convolutional neural networks", "year": 2012, "source": "google"}, {"title": "Deep learning", "year": 2015, "source": "google"}, {"title": "Learning internal representations by error-propagation", "year": 1986, "source": "google"}, {"title": "Dropout: a simple way to prevent neural networks from overfitting", "year": 2014, "source": "google"}, {"title": "Visualizing data using t-SNE", "year": 2008, "source": "google"}, {"title": "Learning representations by back-propagating errors", "year": 1986, "source": "google"}, {"title": "Learning multiple layers of features from tiny images", "year": 2009, "source": "google"}, {"title": "Rectified linear units improve restricted boltzmann machines", "year": 2010, "source": "google"}, {"title": "Reducing the dimensionality of data with neural networks", "year": 2006, "source": "google"}, {"title": "Distilling the Knowledge in a Neural Network", "year": 2015, "source": "google"}, {"title": "A Fast Learning Algorithm for Deep Belief Nets", "year": 2006, "source": "google"}, {"title": "A simple framework for contrastive learning of visual representations", "year": 2020, "source": "google"}, {"title": "Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups", "year": 2012, "source": "google"}, {"title": "Layer normalization", "year": 2016, "source": "google"}, {"title": "Speech recognition with deep recurrent neural networks", "year": 2013, "source": "google"}, {"title": "Improving neural networks by preventing co-adaptation of feature detectors", "year": 2012, "source": "google"}, {"title": "Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude", "year": 2012, "source": "google"}, {"title": "Schemata and sequential thought processes in PDP models.", "year": 1986, "source": "google"}, {"title": "Training products of experts by minimizing contrastive divergence", "year": 2002, "source": "google"}, {"title": "On the importance of initialization and momentum in deep learning", "year": 2013, "source": "google"}], "node_id": "a614212f12063822"}
2025-01-07 21:11:26,756 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:26,756 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'status': 'success', 'task_data': {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:44.402521'}, 'publications': [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}], 'node_id': 'a614212f12063822'}
2025-01-07 21:11:26,757 - ERROR - Crawler fa1e4ae4b2172a2a: Received malformed task: {'status': 'success', 'task_data': {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:44.402521'}, 'publications': [{'title': 'Imagenet classification with deep convolutional neural networks', 'year': 2012, 'source': 'google'}, {'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Learning internal representations by error-propagation', 'year': 1986, 'source': 'google'}, {'title': 'Dropout: a simple way to prevent neural networks from overfitting', 'year': 2014, 'source': 'google'}, {'title': 'Visualizing data using t-SNE', 'year': 2008, 'source': 'google'}, {'title': 'Learning representations by back-propagating errors', 'year': 1986, 'source': 'google'}, {'title': 'Learning multiple layers of features from tiny images', 'year': 2009, 'source': 'google'}, {'title': 'Rectified linear units improve restricted boltzmann machines', 'year': 2010, 'source': 'google'}, {'title': 'Reducing the dimensionality of data with neural networks', 'year': 2006, 'source': 'google'}, {'title': 'Distilling the Knowledge in a Neural Network', 'year': 2015, 'source': 'google'}, {'title': 'A Fast Learning Algorithm for Deep Belief Nets', 'year': 2006, 'source': 'google'}, {'title': 'A simple framework for contrastive learning of visual representations', 'year': 2020, 'source': 'google'}, {'title': 'Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups', 'year': 2012, 'source': 'google'}, {'title': 'Layer normalization', 'year': 2016, 'source': 'google'}, {'title': 'Speech recognition with deep recurrent neural networks', 'year': 2013, 'source': 'google'}, {'title': 'Improving neural networks by preventing co-adaptation of feature detectors', 'year': 2012, 'source': 'google'}, {'title': 'Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude', 'year': 2012, 'source': 'google'}, {'title': 'Schemata and sequential thought processes in PDP models.', 'year': 1986, 'source': 'google'}, {'title': 'Training products of experts by minimizing contrastive divergence', 'year': 2002, 'source': 'google'}, {'title': 'On the importance of initialization and momentum in deep learning', 'year': 2013, 'source': 'google'}], 'node_id': 'a614212f12063822'}
2025-01-07 21:11:28,918 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:11:08.185999"}
2025-01-07 21:11:28,919 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:11:28,919 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:11:08.185999'}
2025-01-07 21:11:28,919 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:11:29,543 - INFO - Found 1 authors to crawl: ['Ciprian Dobre']
2025-01-07 21:11:29,548 - INFO - Current queue length: 20
2025-01-07 21:11:29,553 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:11:29,556 - INFO - Updated last_crawl for author 1
2025-01-07 21:11:29,559 - INFO - Task published: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:29.553457'}
2025-01-07 21:11:29,572 - INFO - Coordinator: Received result: {'status': 'success', 'task_data': {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:49.410706'}, 'publications': [{'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Gradient-based learning applied to document recognition', 'year': 1998, 'source': 'google'}, {'title': 'Backpropagation applied to handwritten zip code recognition', 'year': 1989, 'source': 'google'}, {'title': 'Convolutional networks for images, speech, and time series', 'year': 1995, 'source': 'google'}, {'title': 'The MNIST database of handwritten digits', 'year': 1998, 'source': 'google'}, {'title': 'OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks', 'year': 2014, 'source': 'google'}, {'title': 'Efficient backprop', 'year': 2002, 'source': 'google'}, {'title': 'Character-level convolutional networks for text classification', 'year': 2015, 'source': 'google'}, {'title': 'Handwritten digit recognition with a back-propagation network', 'year': 1990, 'source': 'google'}, {'title': 'Dimensionality reduction by learning an invariant mapping', 'year': 2006, 'source': 'google'}, {'title': 'Spectral Networks and Locally Connected Networks on Graphs', 'year': 2014, 'source': 'google'}, {'title': 'Optimal Brain Damage', 'year': 1990, 'source': 'google'}, {'title': 'Learning a similarity metric discriminatively, with application to face verification', 'year': 2005, 'source': 'google'}, {'title': 'Signature verification using a" siamese" time delay neural network', 'year': 1993, 'source': 'google'}, {'title': 'MNIST handwritten digit database', 'year': 2010, 'source': 'google'}, {'title': 'Geometric deep learning: going beyond euclidean data', 'year': 2017, 'source': 'google'}, {'title': 'A Closer Look at Spatiotemporal Convolutions for Action Recognition', 'year': 2017, 'source': 'google'}, {'title': 'Learning Hierarchical Features for Scene Labeling', 'year': 2013, 'source': 'google'}, {'title': 'Regularization of neural networks using dropconnect', 'year': 2013, 'source': 'google'}, {'title': 'What is the best multi-stage architecture for object recognition?', 'year': 2009, 'source': 'google'}], 'node_id': 'fa1e4ae4b2172a2a'}
2025-01-07 21:11:29,574 - INFO - Coordinator: Processing successful result for author ID: 4
2025-01-07 21:11:29,575 - INFO - Coordinator: Publications found: [{'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Gradient-based learning applied to document recognition', 'year': 1998, 'source': 'google'}, {'title': 'Backpropagation applied to handwritten zip code recognition', 'year': 1989, 'source': 'google'}, {'title': 'Convolutional networks for images, speech, and time series', 'year': 1995, 'source': 'google'}, {'title': 'The MNIST database of handwritten digits', 'year': 1998, 'source': 'google'}, {'title': 'OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks', 'year': 2014, 'source': 'google'}, {'title': 'Efficient backprop', 'year': 2002, 'source': 'google'}, {'title': 'Character-level convolutional networks for text classification', 'year': 2015, 'source': 'google'}, {'title': 'Handwritten digit recognition with a back-propagation network', 'year': 1990, 'source': 'google'}, {'title': 'Dimensionality reduction by learning an invariant mapping', 'year': 2006, 'source': 'google'}, {'title': 'Spectral Networks and Locally Connected Networks on Graphs', 'year': 2014, 'source': 'google'}, {'title': 'Optimal Brain Damage', 'year': 1990, 'source': 'google'}, {'title': 'Learning a similarity metric discriminatively, with application to face verification', 'year': 2005, 'source': 'google'}, {'title': 'Signature verification using a" siamese" time delay neural network', 'year': 1993, 'source': 'google'}, {'title': 'MNIST handwritten digit database', 'year': 2010, 'source': 'google'}, {'title': 'Geometric deep learning: going beyond euclidean data', 'year': 2017, 'source': 'google'}, {'title': 'A Closer Look at Spatiotemporal Convolutions for Action Recognition', 'year': 2017, 'source': 'google'}, {'title': 'Learning Hierarchical Features for Scene Labeling', 'year': 2013, 'source': 'google'}, {'title': 'Regularization of neural networks using dropconnect', 'year': 2013, 'source': 'google'}, {'title': 'What is the best multi-stage architecture for object recognition?', 'year': 2009, 'source': 'google'}]
2025-01-07 21:11:29,576 - INFO - DBManager: Attempting to update publications for author ID: 4
2025-01-07 21:11:29,576 - INFO - DBManager: Received publications: [{'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Gradient-based learning applied to document recognition', 'year': 1998, 'source': 'google'}, {'title': 'Backpropagation applied to handwritten zip code recognition', 'year': 1989, 'source': 'google'}, {'title': 'Convolutional networks for images, speech, and time series', 'year': 1995, 'source': 'google'}, {'title': 'The MNIST database of handwritten digits', 'year': 1998, 'source': 'google'}, {'title': 'OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks', 'year': 2014, 'source': 'google'}, {'title': 'Efficient backprop', 'year': 2002, 'source': 'google'}, {'title': 'Character-level convolutional networks for text classification', 'year': 2015, 'source': 'google'}, {'title': 'Handwritten digit recognition with a back-propagation network', 'year': 1990, 'source': 'google'}, {'title': 'Dimensionality reduction by learning an invariant mapping', 'year': 2006, 'source': 'google'}, {'title': 'Spectral Networks and Locally Connected Networks on Graphs', 'year': 2014, 'source': 'google'}, {'title': 'Optimal Brain Damage', 'year': 1990, 'source': 'google'}, {'title': 'Learning a similarity metric discriminatively, with application to face verification', 'year': 2005, 'source': 'google'}, {'title': 'Signature verification using a" siamese" time delay neural network', 'year': 1993, 'source': 'google'}, {'title': 'MNIST handwritten digit database', 'year': 2010, 'source': 'google'}, {'title': 'Geometric deep learning: going beyond euclidean data', 'year': 2017, 'source': 'google'}, {'title': 'A Closer Look at Spatiotemporal Convolutions for Action Recognition', 'year': 2017, 'source': 'google'}, {'title': 'Learning Hierarchical Features for Scene Labeling', 'year': 2013, 'source': 'google'}, {'title': 'Regularization of neural networks using dropconnect', 'year': 2013, 'source': 'google'}, {'title': 'What is the best multi-stage architecture for object recognition?', 'year': 2009, 'source': 'google'}]
2025-01-07 21:11:29,579 - INFO - Updated last_crawl for author 4
2025-01-07 21:11:29,583 - INFO - Inserting publications for author 4: [{'title': 'Deep learning', 'year': 2015, 'source': 'google'}, {'title': 'Gradient-based learning applied to document recognition', 'year': 1998, 'source': 'google'}, {'title': 'Backpropagation applied to handwritten zip code recognition', 'year': 1989, 'source': 'google'}, {'title': 'Convolutional networks for images, speech, and time series', 'year': 1995, 'source': 'google'}, {'title': 'The MNIST database of handwritten digits', 'year': 1998, 'source': 'google'}, {'title': 'OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks', 'year': 2014, 'source': 'google'}, {'title': 'Efficient backprop', 'year': 2002, 'source': 'google'}, {'title': 'Character-level convolutional networks for text classification', 'year': 2015, 'source': 'google'}, {'title': 'Handwritten digit recognition with a back-propagation network', 'year': 1990, 'source': 'google'}, {'title': 'Dimensionality reduction by learning an invariant mapping', 'year': 2006, 'source': 'google'}, {'title': 'Spectral Networks and Locally Connected Networks on Graphs', 'year': 2014, 'source': 'google'}, {'title': 'Optimal Brain Damage', 'year': 1990, 'source': 'google'}, {'title': 'Learning a similarity metric discriminatively, with application to face verification', 'year': 2005, 'source': 'google'}, {'title': 'Signature verification using a" siamese" time delay neural network', 'year': 1993, 'source': 'google'}, {'title': 'MNIST handwritten digit database', 'year': 2010, 'source': 'google'}, {'title': 'Geometric deep learning: going beyond euclidean data', 'year': 2017, 'source': 'google'}, {'title': 'A Closer Look at Spatiotemporal Convolutions for Action Recognition', 'year': 2017, 'source': 'google'}, {'title': 'Learning Hierarchical Features for Scene Labeling', 'year': 2013, 'source': 'google'}, {'title': 'Regularization of neural networks using dropconnect', 'year': 2013, 'source': 'google'}, {'title': 'What is the best multi-stage architecture for object recognition?', 'year': 2009, 'source': 'google'}]
2025-01-07 21:11:29,593 - INFO - Successfully processed publications for Yann LeCun
2025-01-07 21:11:29,603 - INFO - Coordinator: Acknowledged message: 27
2025-01-07 21:11:31,754 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:11:12.042972"}
2025-01-07 21:11:31,758 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:11:31,760 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:11:12.042972'}
2025-01-07 21:11:31,760 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:11:32,775 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:11:13.366168"}
2025-01-07 21:11:32,776 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:32,776 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:11:13.366168'}
2025-01-07 21:11:32,776 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:11:34,606 - INFO - Found 0 authors to crawl: []
2025-01-07 21:11:34,609 - INFO - Current queue length: 20
2025-01-07 21:11:34,610 - WARNING - No tasks generated in this iteration.
2025-01-07 21:11:34,610 - INFO - Coordinator: Received result: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:14.498085'}
2025-01-07 21:11:34,611 - INFO - Coordinator: Acknowledged message: 28
2025-01-07 21:11:35,004 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:11:14.670819"}
2025-01-07 21:11:35,042 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:11:35,043 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:11:14.670819'}
2025-01-07 21:11:35,043 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:11:37,771 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:11:18.047676"}
2025-01-07 21:11:37,771 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:11:37,772 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:11:18.047676'}
2025-01-07 21:11:37,772 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:11:38,782 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:11:19.385256"}
2025-01-07 21:11:38,783 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:38,783 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:11:19.385256'}
2025-01-07 21:11:38,783 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:11:39,613 - INFO - Found 0 authors to crawl: []
2025-01-07 21:11:39,616 - INFO - Current queue length: 19
2025-01-07 21:11:39,616 - WARNING - No tasks generated in this iteration.
2025-01-07 21:11:39,617 - INFO - Coordinator: Received result: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:19.522101'}
2025-01-07 21:11:39,620 - INFO - Coordinator: Acknowledged message: 29
2025-01-07 21:11:41,054 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:11:20.688044"}
2025-01-07 21:11:41,054 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:11:41,055 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:11:20.688044'}
2025-01-07 21:11:41,055 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:11:43,789 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "97e3997a7f434153", "timestamp": "2025-01-07T21:11:21.518463"}
2025-01-07 21:11:43,789 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:11:43,789 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '97e3997a7f434153', 'timestamp': '2025-01-07T21:11:21.518463'}
2025-01-07 21:11:43,790 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:11:44,624 - INFO - Found 1 authors to crawl: ['Geoffrey Hinton']
2025-01-07 21:11:44,628 - INFO - Current queue length: 18
2025-01-07 21:11:44,631 - INFO - Generated task for Geoffrey Hinton
2025-01-07 21:11:44,633 - INFO - Updated last_crawl for author 3
2025-01-07 21:11:44,633 - INFO - Task published: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:44.631097'}
2025-01-07 21:11:44,640 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'cfaf26de4f280551', 'timestamp': '2025-01-07T21:11:21.627835'}
2025-01-07 21:11:44,641 - INFO - Heartbeat received from cfaf26de4f280551
2025-01-07 21:11:44,641 - INFO - Coordinator: Acknowledged message: 30
2025-01-07 21:11:44,812 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "9ab77beb5e25a647", "timestamp": "2025-01-07T21:11:21.658664"}
2025-01-07 21:11:44,820 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:44,820 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '9ab77beb5e25a647', 'timestamp': '2025-01-07T21:11:21.658664'}
2025-01-07 21:11:44,821 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:11:47,071 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "60b9781a225e51b3", "timestamp": "2025-01-07T21:11:21.876033"}
2025-01-07 21:11:47,073 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:11:47,077 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': '60b9781a225e51b3', 'timestamp': '2025-01-07T21:11:21.876033'}
2025-01-07 21:11:47,084 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:11:49,643 - INFO - Found 0 authors to crawl: []
2025-01-07 21:11:49,645 - INFO - Current queue length: 18
2025-01-07 21:11:49,645 - WARNING - No tasks generated in this iteration.
2025-01-07 21:11:49,646 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'cba8d4e28b30a455', 'timestamp': '2025-01-07T21:11:21.876292'}
2025-01-07 21:11:49,647 - INFO - Heartbeat received from cba8d4e28b30a455
2025-01-07 21:11:49,648 - INFO - Coordinator: Acknowledged message: 31
2025-01-07 21:11:49,793 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "9efdf519518093ac", "timestamp": "2025-01-07T21:11:21.876389"}
2025-01-07 21:11:49,794 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:11:49,794 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '9efdf519518093ac', 'timestamp': '2025-01-07T21:11:21.876389'}
2025-01-07 21:11:49,794 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:11:50,837 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"status": "success", "task_data": {"author_id": 1, "url": "https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian", "author": "Ciprian Dobre", "source": "dblp", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:10:59.462120"}, "publications": [{"title": "Blockchain Support for a FAIR Research Data Marketplace.", "year": 2024, "source": "dblp"}, {"title": "BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks.", "year": 2024, "source": "dblp"}, {"title": "Privacy-friendly statistical counting for pedestrian dynamics.", "year": 2023, "source": "dblp"}, {"title": "Editorial: Wearable and mobile data analysis methodologies for personalized medicine.", "year": 2023, "source": "dblp"}, {"title": "Clinically-validated technologies for assisted living.", "year": 2095, "source": "dblp"}, {"title": "Sustainable Health-Related Quality of Life in Older Adults as Supported by the vINCI Technology.", "year": 2023, "source": "dblp"}, {"title": "IoT and AI-Based Application for Automatic Interpretation of the Affective State of Children Diagnosed with Autism.", "year": 2022, "source": "dblp"}, {"title": "Upper and Lower Leaf Side Detection with Machine Learning Methods.", "year": 2022, "source": "dblp"}, {"title": "A multi-objective distance vector-hop localization algorithm based on differential evolution quantum particle swarm optimization.", "year": 2021, "source": "dblp"}, {"title": "Opportunistic Network Algorithms for Internet Traffic Offloading in Music Festival Scenarios.", "year": 2021, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2020, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2020, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2020, "source": "dblp"}, {"title": "Blockchain-based Reputation for Intelligent Transportation Systems.", "year": 2020, "source": "dblp"}, {"title": "Gait Recognition as an Authentication Method for Mobile Devices.", "year": 2020, "source": "dblp"}, {"title": "Vehicle Detection in Overhead Satellite Images Using a One-Stage Object Detection Model.", "year": 2020, "source": "dblp"}, {"title": "Machine learning-Based traffic offloading in fog networks.", "year": 2020, "source": "dblp"}, {"title": "Avoiding Data Corruption in Drop Computing Mobile Networks.", "year": 2019, "source": "dblp"}, {"title": "Data and Task Offloading in Collaborative Mobile Fog-Based Networks.", "year": 2019, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2019, "source": "dblp"}, {"title": "Internet of Things and Sensor Networks.", "year": 2019, "source": "dblp"}, {"title": "The Internet of Things and Sensor Networks.", "year": 2019, "source": "dblp"}, {"title": "The Internet of Things and Sensor Networks.", "year": 2019, "source": "dblp"}, {"title": "Drop computing: Ad-hoc dynamic collaborative computing.", "year": 2019, "source": "dblp"}, {"title": "Data fusion technique in SPIDER Peer-to-Peer networks in smart cities for security enhancements.", "year": 2019, "source": "dblp"}, {"title": "Human Physical Activity Recognition Using Smartphone Sensors.", "year": 2019, "source": "dblp"}, {"title": "Using Socio-Spatial Context in Mobile Cloud Process Offloading for Energy Conservation in Wireless Devices.", "year": 2019, "source": "dblp"}, {"title": "Context-adaptive forwarding in mobile opportunistic networks.", "year": 2018, "source": "dblp"}, {"title": "Ad Hoc and Sensor Networks.", "year": 2018, "source": "dblp"}, {"title": "Ad Hoc and Sensor Networks.", "year": 2018, "source": "dblp"}, {"title": "Controlling and filtering users data in Intelligent Transportation System.", "year": 2018, "source": "dblp"}, {"title": "Expert system for nutrition care process of older adults.", "year": 2018, "source": "dblp"}, {"title": "Event-based sensor data exchange and fusion in the Internet of Things environments.", "year": 2018, "source": "dblp"}, {"title": "Identifying Stops and Moves in WiFi Tracking Data.", "year": 2018, "source": "dblp"}, {"title": "Ad Hoc and Sensor Networks.", "year": 2017, "source": "dblp"}, {"title": "Ad Hoc and Sensor Networks.", "year": 2017, "source": "dblp"}, {"title": "Advances in Network Services Chain: Part 1.", "year": 2017, "source": "dblp"}, {"title": "Improving Opportunistic Networks by Leveraging Device-to-Device Communication.", "year": 2017, "source": "dblp"}, {"title": "Network Services Chaining in the 5G Vision.", "year": 2017, "source": "dblp"}, {"title": "A context-aware collaborative model for smartphone energy efficiency over 5G wireless networks.", "year": 2017, "source": "dblp"}, {"title": "A simulator for opportunistic networks.", "year": 2017, "source": "dblp"}, {"title": "Total order in opportunistic networks.", "year": 2017, "source": "dblp"}, {"title": "Internet traffic classification based on flows' statistical properties with machine learning.", "year": 2017, "source": "dblp"}, {"title": "Special Issue on \"High Performance and Parallelism for Large Data Sets\".", "year": 2017, "source": "dblp"}, {"title": "Interest spaces: A unified interest-based dissemination framework for opportunistic networks.", "year": 2017, "source": "dblp"}, {"title": "An integrated architecture for future studies in data processing for smart cities.", "year": 2017, "source": "dblp"}, {"title": "Trust and reputation management for opportunistic dissemination.", "year": 2017, "source": "dblp"}, {"title": "Resource Usage Prediction Models for Optimal Multimedia Content Provision.", "year": 2017, "source": "dblp"}, {"title": "AutoCompBD: Autonomic Computing and Big Data platforms.", "year": 2017, "source": "dblp"}, {"title": "Guest Editorial: Special Issue on Algorithms and Computational Models for Sustainable Computing in Cloud and Data Centers.", "year": 2017, "source": "dblp"}, {"title": "A Fog-Based Emergency System for Smart Enhanced Living Environments.", "year": 2016, "source": "dblp"}, {"title": "Multi-criteria optimization of wireless connectivity over sparse networks.", "year": 2016, "source": "dblp"}, {"title": "Adaptive scheduling algorithm for media-optimized traffic management in software defined networks.", "year": 2016, "source": "dblp"}, {"title": "Trust models for efficient communication in Mobile Cloud Computing and their applications to e-Commerce.", "year": 2016, "source": "dblp"}, {"title": "A multi-objective optimization of data dissemination in delay tolerant networks.", "year": 2016, "source": "dblp"}, {"title": "A Survey on the Application of Evolutionary Algorithms for Mobile Multihop Ad Hoc Network Optimization Problems.", "year": 2016, "source": "dblp"}, {"title": "Computational Intelligence in Wireless Sensor and Ad Hoc Networks.", "year": 2016, "source": "dblp"}, {"title": "Enabling Mobile Cloud Wide Spread Through an Evolutionary Market-Based Approach.", "year": 2016, "source": "dblp"}, {"title": "Interest-awareness in data dissemination for opportunistic networks.", "year": 2015, "source": "dblp"}, {"title": "MOMTH: multi-objective scheduling algorithm of many tasks in Hadoop.", "year": 2015, "source": "dblp"}, {"title": "Adaptive method to support social-based mobile networks using a pagerank approach.", "year": 1900, "source": "dblp"}, {"title": "Reputation-guided evolutionary scheduling algorithm for independent tasks in inter-clouds environments.", "year": 2015, "source": "dblp"}, {"title": "SPRINT-SELF: Social-Based Routing and Selfish Node Detection in Opportunistic Networks.", "year": 2015, "source": "dblp"}, {"title": "Enabling Vehicular Data with Distributed Machine Learning.", "year": 2015, "source": "dblp"}, {"title": "Deadline scheduling for aperiodic tasks in inter-Cloud environments: a new approach to resource management.", "year": 2015, "source": "dblp"}, {"title": "A methodology for assessing the predictable behaviour of mobile users in wireless networks.", "year": 2014, "source": "dblp"}, {"title": "Interaction predictability of opportunistic networks in academic environments.", "year": 2014, "source": "dblp"}, {"title": "Intelligent services for Big Data science.", "year": 2014, "source": "dblp"}, {"title": "Social-based routing algorithm for energy preservation in mobile opportunistic networks.", "year": 2014, "source": "dblp"}, {"title": "Parallel Programming Paradigms and Frameworks in Big Data Era.", "year": 2014, "source": "dblp"}, {"title": "JDER: A history-based forwarding scheme for delay tolerant networks using Jaccard distance and encountered ration.", "year": 2014, "source": "dblp"}, {"title": "SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks.", "year": 2014, "source": "dblp"}, {"title": "The EU-Services Directive: An eFramework to Optimize Public Administration.", "year": 2013, "source": "dblp"}, {"title": "Social-awareness in opportunistic networking.", "year": 2013, "source": "dblp"}, {"title": "Opportunistic Networks: A Taxonomy of Data Dissemination Techniques.", "year": 2013, "source": "dblp"}, {"title": "A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems.", "year": 2012, "source": "dblp"}, {"title": "Monalisa: a Monitoring Framework for Large Scale Computing Systems.", "year": 2012, "source": "dblp"}, {"title": "Simulation analysis of data processing activities in Compact Muon Solenoid physics.", "year": 2012, "source": "dblp"}, {"title": "A Failure Detection System for Large Scale Distributed Systems.", "year": 2011, "source": "dblp"}, {"title": "A dependability layer for large-scale distributed systems.", "year": 2011, "source": "dblp"}, {"title": "A keyword search algorithm for structured peer-to-peer networks.", "year": 2011, "source": "dblp"}, {"title": "Middleware and architectures for space-based and situated computing.", "year": 2011, "source": "dblp"}, {"title": "Automatic Data Migration e-System for Public Administration e-Services.", "year": 2011, "source": "dblp"}, {"title": "A Virtualization-based Approach to Dependable Service Computing.", "year": 2011, "source": "dblp"}, {"title": "Load-Balancing Metric for Service Dependability in Large Scale Distributed Environments.", "year": 2011, "source": "dblp"}, {"title": "Dynamic meta-scheduling architecture based on monitoring in distributed systems.", "year": 2010, "source": "dblp"}, {"title": "MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems.", "year": 2009, "source": "dblp"}, {"title": "Simulation Framework for the Evaluation of Dependable Distributed Systems.", "year": 2009, "source": "dblp"}], "node_id": "86b71ed20025beac"}
2025-01-07 21:11:50,839 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:50,840 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'status': 'success', 'task_data': {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:59.462120'}, 'publications': [{'title': 'Blockchain Support for a FAIR Research Data Marketplace.', 'year': 2024, 'source': 'dblp'}, {'title': 'BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks.', 'year': 2024, 'source': 'dblp'}, {'title': 'Privacy-friendly statistical counting for pedestrian dynamics.', 'year': 2023, 'source': 'dblp'}, {'title': 'Editorial: Wearable and mobile data analysis methodologies for personalized medicine.', 'year': 2023, 'source': 'dblp'}, {'title': 'Clinically-validated technologies for assisted living.', 'year': 2095, 'source': 'dblp'}, {'title': 'Sustainable Health-Related Quality of Life in Older Adults as Supported by the vINCI Technology.', 'year': 2023, 'source': 'dblp'}, {'title': 'IoT and AI-Based Application for Automatic Interpretation of the Affective State of Children Diagnosed with Autism.', 'year': 2022, 'source': 'dblp'}, {'title': 'Upper and Lower Leaf Side Detection with Machine Learning Methods.', 'year': 2022, 'source': 'dblp'}, {'title': 'A multi-objective distance vector-hop localization algorithm based on differential evolution quantum particle swarm optimization.', 'year': 2021, 'source': 'dblp'}, {'title': 'Opportunistic Network Algorithms for Internet Traffic Offloading in Music Festival Scenarios.', 'year': 2021, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Blockchain-based Reputation for Intelligent Transportation Systems.', 'year': 2020, 'source': 'dblp'}, {'title': 'Gait Recognition as an Authentication Method for Mobile Devices.', 'year': 2020, 'source': 'dblp'}, {'title': 'Vehicle Detection in Overhead Satellite Images Using a One-Stage Object Detection Model.', 'year': 2020, 'source': 'dblp'}, {'title': 'Machine learning-Based traffic offloading in fog networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Avoiding Data Corruption in Drop Computing Mobile Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data and Task Offloading in Collaborative Mobile Fog-Based Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data fusion technique in SPIDER Peer-to-Peer networks in smart cities for security enhancements.', 'year': 2019, 'source': 'dblp'}, {'title': 'Human Physical Activity Recognition Using Smartphone Sensors.', 'year': 2019, 'source': 'dblp'}, {'title': 'Using Socio-Spatial Context in Mobile Cloud Process Offloading for Energy Conservation in Wireless Devices.', 'year': 2019, 'source': 'dblp'}, {'title': 'Context-adaptive forwarding in mobile opportunistic networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Controlling and filtering users data in Intelligent Transportation System.', 'year': 2018, 'source': 'dblp'}, {'title': 'Expert system for nutrition care process of older adults.', 'year': 2018, 'source': 'dblp'}, {'title': 'Event-based sensor data exchange and fusion in the Internet of Things environments.', 'year': 2018, 'source': 'dblp'}, {'title': 'Identifying Stops and Moves in WiFi Tracking Data.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Advances in Network Services Chain: Part 1.', 'year': 2017, 'source': 'dblp'}, {'title': 'Improving Opportunistic Networks by Leveraging Device-to-Device Communication.', 'year': 2017, 'source': 'dblp'}, {'title': 'Network Services Chaining in the 5G Vision.', 'year': 2017, 'source': 'dblp'}, {'title': 'A context-aware collaborative model for smartphone energy efficiency over 5G wireless networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'A simulator for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Total order in opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning.", 'year': 2017, 'source': 'dblp'}, {'title': 'Special Issue on "High Performance and Parallelism for Large Data Sets".', 'year': 2017, 'source': 'dblp'}, {'title': 'Interest spaces: A unified interest-based dissemination framework for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'An integrated architecture for future studies in data processing for smart cities.', 'year': 2017, 'source': 'dblp'}, {'title': 'Trust and reputation management for opportunistic dissemination.', 'year': 2017, 'source': 'dblp'}, {'title': 'Resource Usage Prediction Models for Optimal Multimedia Content Provision.', 'year': 2017, 'source': 'dblp'}, {'title': 'AutoCompBD: Autonomic Computing and Big Data platforms.', 'year': 2017, 'source': 'dblp'}, {'title': 'Guest Editorial: Special Issue on Algorithms and Computational Models for Sustainable Computing in Cloud and Data Centers.', 'year': 2017, 'source': 'dblp'}, {'title': 'A Fog-Based Emergency System for Smart Enhanced Living Environments.', 'year': 2016, 'source': 'dblp'}, {'title': 'Multi-criteria optimization of wireless connectivity over sparse networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Adaptive scheduling algorithm for media-optimized traffic management in software defined networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Trust models for efficient communication in Mobile Cloud Computing and their applications to e-Commerce.', 'year': 2016, 'source': 'dblp'}, {'title': 'A multi-objective optimization of data dissemination in delay tolerant networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'A Survey on the Application of Evolutionary Algorithms for Mobile Multihop Ad Hoc Network Optimization Problems.', 'year': 2016, 'source': 'dblp'}, {'title': 'Computational Intelligence in Wireless Sensor and Ad Hoc Networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Enabling Mobile Cloud Wide Spread Through an Evolutionary Market-Based Approach.', 'year': 2016, 'source': 'dblp'}, {'title': 'Interest-awareness in data dissemination for opportunistic networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'MOMTH: multi-objective scheduling algorithm of many tasks in Hadoop.', 'year': 2015, 'source': 'dblp'}, {'title': 'Adaptive method to support social-based mobile networks using a pagerank approach.', 'year': 1900, 'source': 'dblp'}, {'title': 'Reputation-guided evolutionary scheduling algorithm for independent tasks in inter-clouds environments.', 'year': 2015, 'source': 'dblp'}, {'title': 'SPRINT-SELF: Social-Based Routing and Selfish Node Detection in Opportunistic Networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'Enabling Vehicular Data with Distributed Machine Learning.', 'year': 2015, 'source': 'dblp'}, {'title': 'Deadline scheduling for aperiodic tasks in inter-Cloud environments: a new approach to resource management.', 'year': 2015, 'source': 'dblp'}, {'title': 'A methodology for assessing the predictable behaviour of mobile users in wireless networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Interaction predictability of opportunistic networks in academic environments.', 'year': 2014, 'source': 'dblp'}, {'title': 'Intelligent services for Big Data science.', 'year': 2014, 'source': 'dblp'}, {'title': 'Social-based routing algorithm for energy preservation in mobile opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Parallel Programming Paradigms and Frameworks in Big Data Era.', 'year': 2014, 'source': 'dblp'}, {'title': 'JDER: A history-based forwarding scheme for delay tolerant networks using Jaccard distance and encountered ration.', 'year': 2014, 'source': 'dblp'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'The EU-Services Directive: An eFramework to Optimize Public Administration.', 'year': 2013, 'source': 'dblp'}, {'title': 'Social-awareness in opportunistic networking.', 'year': 2013, 'source': 'dblp'}, {'title': 'Opportunistic Networks: A Taxonomy of Data Dissemination Techniques.', 'year': 2013, 'source': 'dblp'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Monalisa: a Monitoring Framework for Large Scale Computing Systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Simulation analysis of data processing activities in Compact Muon Solenoid physics.', 'year': 2012, 'source': 'dblp'}, {'title': 'A Failure Detection System for Large Scale Distributed Systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A dependability layer for large-scale distributed systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A keyword search algorithm for structured peer-to-peer networks.', 'year': 2011, 'source': 'dblp'}, {'title': 'Middleware and architectures for space-based and situated computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Automatic Data Migration e-System for Public Administration e-Services.', 'year': 2011, 'source': 'dblp'}, {'title': 'A Virtualization-based Approach to Dependable Service Computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Load-Balancing Metric for Service Dependability in Large Scale Distributed Environments.', 'year': 2011, 'source': 'dblp'}, {'title': 'Dynamic meta-scheduling architecture based on monitoring in distributed systems.', 'year': 2010, 'source': 'dblp'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems.', 'year': 2009, 'source': 'dblp'}, {'title': 'Simulation Framework for the Evaluation of Dependable Distributed Systems.', 'year': 2009, 'source': 'dblp'}], 'node_id': '86b71ed20025beac'}
2025-01-07 21:11:50,843 - ERROR - Crawler fa1e4ae4b2172a2a: Received malformed task: {'status': 'success', 'task_data': {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:10:59.462120'}, 'publications': [{'title': 'Blockchain Support for a FAIR Research Data Marketplace.', 'year': 2024, 'source': 'dblp'}, {'title': 'BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks.', 'year': 2024, 'source': 'dblp'}, {'title': 'Privacy-friendly statistical counting for pedestrian dynamics.', 'year': 2023, 'source': 'dblp'}, {'title': 'Editorial: Wearable and mobile data analysis methodologies for personalized medicine.', 'year': 2023, 'source': 'dblp'}, {'title': 'Clinically-validated technologies for assisted living.', 'year': 2095, 'source': 'dblp'}, {'title': 'Sustainable Health-Related Quality of Life in Older Adults as Supported by the vINCI Technology.', 'year': 2023, 'source': 'dblp'}, {'title': 'IoT and AI-Based Application for Automatic Interpretation of the Affective State of Children Diagnosed with Autism.', 'year': 2022, 'source': 'dblp'}, {'title': 'Upper and Lower Leaf Side Detection with Machine Learning Methods.', 'year': 2022, 'source': 'dblp'}, {'title': 'A multi-objective distance vector-hop localization algorithm based on differential evolution quantum particle swarm optimization.', 'year': 2021, 'source': 'dblp'}, {'title': 'Opportunistic Network Algorithms for Internet Traffic Offloading in Music Festival Scenarios.', 'year': 2021, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Blockchain-based Reputation for Intelligent Transportation Systems.', 'year': 2020, 'source': 'dblp'}, {'title': 'Gait Recognition as an Authentication Method for Mobile Devices.', 'year': 2020, 'source': 'dblp'}, {'title': 'Vehicle Detection in Overhead Satellite Images Using a One-Stage Object Detection Model.', 'year': 2020, 'source': 'dblp'}, {'title': 'Machine learning-Based traffic offloading in fog networks.', 'year': 2020, 'source': 'dblp'}, {'title': 'Avoiding Data Corruption in Drop Computing Mobile Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data and Task Offloading in Collaborative Mobile Fog-Based Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'The Internet of Things and Sensor Networks.', 'year': 2019, 'source': 'dblp'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing.', 'year': 2019, 'source': 'dblp'}, {'title': 'Data fusion technique in SPIDER Peer-to-Peer networks in smart cities for security enhancements.', 'year': 2019, 'source': 'dblp'}, {'title': 'Human Physical Activity Recognition Using Smartphone Sensors.', 'year': 2019, 'source': 'dblp'}, {'title': 'Using Socio-Spatial Context in Mobile Cloud Process Offloading for Energy Conservation in Wireless Devices.', 'year': 2019, 'source': 'dblp'}, {'title': 'Context-adaptive forwarding in mobile opportunistic networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2018, 'source': 'dblp'}, {'title': 'Controlling and filtering users data in Intelligent Transportation System.', 'year': 2018, 'source': 'dblp'}, {'title': 'Expert system for nutrition care process of older adults.', 'year': 2018, 'source': 'dblp'}, {'title': 'Event-based sensor data exchange and fusion in the Internet of Things environments.', 'year': 2018, 'source': 'dblp'}, {'title': 'Identifying Stops and Moves in WiFi Tracking Data.', 'year': 2018, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Ad Hoc and Sensor Networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Advances in Network Services Chain: Part 1.', 'year': 2017, 'source': 'dblp'}, {'title': 'Improving Opportunistic Networks by Leveraging Device-to-Device Communication.', 'year': 2017, 'source': 'dblp'}, {'title': 'Network Services Chaining in the 5G Vision.', 'year': 2017, 'source': 'dblp'}, {'title': 'A context-aware collaborative model for smartphone energy efficiency over 5G wireless networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'A simulator for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'Total order in opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning.", 'year': 2017, 'source': 'dblp'}, {'title': 'Special Issue on "High Performance and Parallelism for Large Data Sets".', 'year': 2017, 'source': 'dblp'}, {'title': 'Interest spaces: A unified interest-based dissemination framework for opportunistic networks.', 'year': 2017, 'source': 'dblp'}, {'title': 'An integrated architecture for future studies in data processing for smart cities.', 'year': 2017, 'source': 'dblp'}, {'title': 'Trust and reputation management for opportunistic dissemination.', 'year': 2017, 'source': 'dblp'}, {'title': 'Resource Usage Prediction Models for Optimal Multimedia Content Provision.', 'year': 2017, 'source': 'dblp'}, {'title': 'AutoCompBD: Autonomic Computing and Big Data platforms.', 'year': 2017, 'source': 'dblp'}, {'title': 'Guest Editorial: Special Issue on Algorithms and Computational Models for Sustainable Computing in Cloud and Data Centers.', 'year': 2017, 'source': 'dblp'}, {'title': 'A Fog-Based Emergency System for Smart Enhanced Living Environments.', 'year': 2016, 'source': 'dblp'}, {'title': 'Multi-criteria optimization of wireless connectivity over sparse networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Adaptive scheduling algorithm for media-optimized traffic management in software defined networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Trust models for efficient communication in Mobile Cloud Computing and their applications to e-Commerce.', 'year': 2016, 'source': 'dblp'}, {'title': 'A multi-objective optimization of data dissemination in delay tolerant networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'A Survey on the Application of Evolutionary Algorithms for Mobile Multihop Ad Hoc Network Optimization Problems.', 'year': 2016, 'source': 'dblp'}, {'title': 'Computational Intelligence in Wireless Sensor and Ad Hoc Networks.', 'year': 2016, 'source': 'dblp'}, {'title': 'Enabling Mobile Cloud Wide Spread Through an Evolutionary Market-Based Approach.', 'year': 2016, 'source': 'dblp'}, {'title': 'Interest-awareness in data dissemination for opportunistic networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'MOMTH: multi-objective scheduling algorithm of many tasks in Hadoop.', 'year': 2015, 'source': 'dblp'}, {'title': 'Adaptive method to support social-based mobile networks using a pagerank approach.', 'year': 1900, 'source': 'dblp'}, {'title': 'Reputation-guided evolutionary scheduling algorithm for independent tasks in inter-clouds environments.', 'year': 2015, 'source': 'dblp'}, {'title': 'SPRINT-SELF: Social-Based Routing and Selfish Node Detection in Opportunistic Networks.', 'year': 2015, 'source': 'dblp'}, {'title': 'Enabling Vehicular Data with Distributed Machine Learning.', 'year': 2015, 'source': 'dblp'}, {'title': 'Deadline scheduling for aperiodic tasks in inter-Cloud environments: a new approach to resource management.', 'year': 2015, 'source': 'dblp'}, {'title': 'A methodology for assessing the predictable behaviour of mobile users in wireless networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Interaction predictability of opportunistic networks in academic environments.', 'year': 2014, 'source': 'dblp'}, {'title': 'Intelligent services for Big Data science.', 'year': 2014, 'source': 'dblp'}, {'title': 'Social-based routing algorithm for energy preservation in mobile opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'Parallel Programming Paradigms and Frameworks in Big Data Era.', 'year': 2014, 'source': 'dblp'}, {'title': 'JDER: A history-based forwarding scheme for delay tolerant networks using Jaccard distance and encountered ration.', 'year': 2014, 'source': 'dblp'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks.', 'year': 2014, 'source': 'dblp'}, {'title': 'The EU-Services Directive: An eFramework to Optimize Public Administration.', 'year': 2013, 'source': 'dblp'}, {'title': 'Social-awareness in opportunistic networking.', 'year': 2013, 'source': 'dblp'}, {'title': 'Opportunistic Networks: A Taxonomy of Data Dissemination Techniques.', 'year': 2013, 'source': 'dblp'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Monalisa: a Monitoring Framework for Large Scale Computing Systems.', 'year': 2012, 'source': 'dblp'}, {'title': 'Simulation analysis of data processing activities in Compact Muon Solenoid physics.', 'year': 2012, 'source': 'dblp'}, {'title': 'A Failure Detection System for Large Scale Distributed Systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A dependability layer for large-scale distributed systems.', 'year': 2011, 'source': 'dblp'}, {'title': 'A keyword search algorithm for structured peer-to-peer networks.', 'year': 2011, 'source': 'dblp'}, {'title': 'Middleware and architectures for space-based and situated computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Automatic Data Migration e-System for Public Administration e-Services.', 'year': 2011, 'source': 'dblp'}, {'title': 'A Virtualization-based Approach to Dependable Service Computing.', 'year': 2011, 'source': 'dblp'}, {'title': 'Load-Balancing Metric for Service Dependability in Large Scale Distributed Environments.', 'year': 2011, 'source': 'dblp'}, {'title': 'Dynamic meta-scheduling architecture based on monitoring in distributed systems.', 'year': 2010, 'source': 'dblp'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems.', 'year': 2009, 'source': 'dblp'}, {'title': 'Simulation Framework for the Evaluation of Dependable Distributed Systems.', 'year': 2009, 'source': 'dblp'}], 'node_id': '86b71ed20025beac'}
2025-01-07 21:11:53,087 - INFO - Crawler 86b71ed20025beac: Received message: {"author_id": 2, "url": "https://scholar.google.ro/citations?user=_44USrIAAAAJ", "author": "Ciprian Dobre", "source": "google", "status": "pending", "retry_count": 0, "created_at": "2025-01-07T21:11:24.530811"}
2025-01-07 21:11:53,087 - INFO - Crawler 86b71ed20025beac: Received task: Ciprian Dobre
2025-01-07 21:11:53,087 - INFO - Crawler 86b71ed20025beac: Received task: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:24.530811'}
2025-01-07 21:11:53,087 - INFO - Processing task for Ciprian Dobre from google
2025-01-07 21:11:53,087 - INFO - Crawler 86b71ed20025beac: Fetching URL: https://scholar.google.ro/citations?user=_44USrIAAAAJ with proxy: http://beelnxub:[email protected]:6540
2025-01-07 21:11:54,505 - INFO - Crawler 86b71ed20025beac: Fetched content for google: 175692 bytes, Status Code: 200
2025-01-07 21:11:54,535 - INFO - Crawler 86b71ed20025beac: Found 20 articles on Google Scholar page
2025-01-07 21:11:54,536 - INFO - Crawler 86b71ed20025beac: Found title: Intelligent services for big data science, year: 2014
2025-01-07 21:11:54,536 - INFO - Crawler 86b71ed20025beac: Found title: Big data and internet of things: a roadmap for smart environments, year: 2014
2025-01-07 21:11:54,537 - INFO - Crawler 86b71ed20025beac: Found title: Internet of Things (IoT) in 5G mobile technologies, year: 2016
2025-01-07 21:11:54,537 - INFO - Crawler 86b71ed20025beac: Found title: Human physical activity recognition using smartphone sensors, year: 2019
2025-01-07 21:11:54,537 - INFO - Crawler 86b71ed20025beac: Found title: MonALISA: An agent based, dynamic service system to monitor, control and optimize grid based applications, year: 2005
2025-01-07 21:11:54,538 - INFO - Crawler 86b71ed20025beac: Found title: Parallel programming paradigms and frameworks in big data era, year: 2014
2025-01-07 21:11:54,538 - INFO - Crawler 86b71ed20025beac: Found title: MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems, year: 2009
2025-01-07 21:11:54,539 - INFO - Crawler 86b71ed20025beac: Found title: Blockchain-based reputation for intelligent transportation systems, year: 2020
2025-01-07 21:11:54,539 - INFO - Crawler 86b71ed20025beac: Found title: Big data and cloud computing: a survey of the state-of-the-art and research challenges, year: 2017
2025-01-07 21:11:54,539 - INFO - Crawler 86b71ed20025beac: Found title: SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks, year: 2014
2025-01-07 21:11:54,540 - INFO - Crawler 86b71ed20025beac: Found title: Internet traffic classification based on flows' statistical properties with machine learning, year: 2017
2025-01-07 21:11:54,540 - INFO - Crawler 86b71ed20025beac: Found title: A fog-based emergency system for smart enhanced living environments, year: 2016
2025-01-07 21:11:54,541 - INFO - Crawler 86b71ed20025beac: Found title: A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems, year: 2012
2025-01-07 21:11:54,541 - INFO - Crawler 86b71ed20025beac: Found title: Blockchain-based approach for e-health data access management with privacy protection, year: 2019
2025-01-07 21:11:54,541 - INFO - Crawler 86b71ed20025beac: Found title: Drop computing: Ad-hoc dynamic collaborative computing, year: 2019
2025-01-07 21:11:54,542 - INFO - Crawler 86b71ed20025beac: Found title: Genetic algorithm for DAG scheduling in grid environments, year: 2009
2025-01-07 21:11:54,543 - INFO - Crawler 86b71ed20025beac: Found title: SPRINT: Social prediction-based opportunistic routing, year: 2013
2025-01-07 21:11:54,543 - INFO - Crawler 86b71ed20025beac: Found title: Monarc simulation framework, year: 2011
2025-01-07 21:11:54,544 - INFO - Crawler 86b71ed20025beac: Found title: A realistic mobility model based on social networks for the simulation of VANETs, year: 2009
2025-01-07 21:11:54,544 - INFO - Crawler 86b71ed20025beac: Found title: Onside: Socially-aware and interest-based dissemination in opportunistic networks, year: 2014
2025-01-07 21:11:54,544 - INFO - Parsed publications: [{'title': 'Intelligent services for big data science', 'year': 2014, 'source': 'google'}, {'title': 'Big data and internet of things: a roadmap for smart environments', 'year': 2014, 'source': 'google'}, {'title': 'Internet of Things (IoT) in 5G mobile technologies', 'year': 2016, 'source': 'google'}, {'title': 'Human physical activity recognition using smartphone sensors', 'year': 2019, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize grid based applications', 'year': 2005, 'source': 'google'}, {'title': 'Parallel programming paradigms and frameworks in big data era', 'year': 2014, 'source': 'google'}, {'title': 'MonALISA: An agent based, dynamic service system to monitor, control and optimize distributed systems', 'year': 2009, 'source': 'google'}, {'title': 'Blockchain-based reputation for intelligent transportation systems', 'year': 2020, 'source': 'google'}, {'title': 'Big data and cloud computing: a survey of the state-of-the-art and research challenges', 'year': 2017, 'source': 'google'}, {'title': 'SENSE: A collaborative selfish node detection and incentive mechanism for opportunistic networks', 'year': 2014, 'source': 'google'}, {'title': "Internet traffic classification based on flows' statistical properties with machine learning", 'year': 2017, 'source': 'google'}, {'title': 'A fog-based emergency system for smart enhanced living environments', 'year': 2016, 'source': 'google'}, {'title': 'A dynamic rescheduling algorithm for resource management in large scale dependable distributed systems', 'year': 2012, 'source': 'google'}, {'title': 'Blockchain-based approach for e-health data access management with privacy protection', 'year': 2019, 'source': 'google'}, {'title': 'Drop computing: Ad-hoc dynamic collaborative computing', 'year': 2019, 'source': 'google'}, {'title': 'Genetic algorithm for DAG scheduling in grid environments', 'year': 2009, 'source': 'google'}, {'title': 'SPRINT: Social prediction-based opportunistic routing', 'year': 2013, 'source': 'google'}, {'title': 'Monarc simulation framework', 'year': 2011, 'source': 'google'}, {'title': 'A realistic mobility model based on social networks for the simulation of VANETs', 'year': 2009, 'source': 'google'}, {'title': 'Onside: Socially-aware and interest-based dissemination in opportunistic networks', 'year': 2014, 'source': 'google'}]
2025-01-07 21:11:54,545 - INFO - Successfully crawled 20 publications for Ciprian Dobre
2025-01-07 21:11:54,545 - INFO - Published result for Ciprian Dobre
2025-01-07 21:11:54,654 - INFO - Found 1 authors to crawl: ['Ciprian Dobre']
2025-01-07 21:11:54,657 - INFO - Current queue length: 18
2025-01-07 21:11:54,658 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:11:54,659 - INFO - Updated last_crawl for author 2
2025-01-07 21:11:54,662 - INFO - Task published: {'author_id': 2, 'url': 'https://scholar.google.ro/citations?user=_44USrIAAAAJ', 'author': 'Ciprian Dobre', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:54.657965'}
2025-01-07 21:11:54,672 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:11:25.405773'}
2025-01-07 21:11:54,672 - INFO - Heartbeat received from a614212f12063822
2025-01-07 21:11:54,672 - INFO - Coordinator: Acknowledged message: 32
2025-01-07 21:11:55,803 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:11:26.751179"}
2025-01-07 21:11:55,804 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:11:55,804 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:11:26.751179'}
2025-01-07 21:11:55,804 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:11:56,865 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:11:28.916704"}
2025-01-07 21:11:56,865 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:11:56,866 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:11:28.916704'}
2025-01-07 21:11:56,866 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:11:59,674 - INFO - Found 2 authors to crawl: ['Ciprian Dobre', 'Yann LeCun']
2025-01-07 21:11:59,675 - INFO - Current queue length: 18
2025-01-07 21:11:59,675 - INFO - Generated task for Ciprian Dobre
2025-01-07 21:11:59,676 - INFO - Updated last_crawl for author 1
2025-01-07 21:11:59,679 - INFO - Updated last_crawl for author 4
2025-01-07 21:11:59,680 - INFO - Generated task for Yann LeCun
2025-01-07 21:11:59,681 - INFO - Updated last_crawl for author 1
2025-01-07 21:11:59,686 - INFO - Updated last_crawl for author 4
2025-01-07 21:11:59,687 - INFO - Task published: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:59.675631'}
2025-01-07 21:11:59,688 - INFO - Task published: {'author_id': 4, 'url': 'https://scholar.google.com/citations?user=WLN3QrAAAAAJ', 'author': 'Yann LeCun', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:59.680647'}
2025-01-07 21:11:59,691 - INFO - Coordinator: Received result: {'author_id': 1, 'url': 'https://dblp.uni-trier.de/pers/hd/d/Dobre:Ciprian', 'author': 'Ciprian Dobre', 'source': 'dblp', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:29.553457'}
2025-01-07 21:11:59,691 - INFO - Coordinator: Acknowledged message: 33
2025-01-07 21:12:00,553 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:11:31.751921"}
2025-01-07 21:12:00,553 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:12:00,554 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:11:31.751921'}
2025-01-07 21:12:00,554 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:12:01,809 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:11:32.774940"}
2025-01-07 21:12:01,810 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:12:01,810 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:11:32.774940'}
2025-01-07 21:12:01,810 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:12:02,868 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:11:34.938674"}
2025-01-07 21:12:02,868 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:12:02,869 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:11:34.938674'}
2025-01-07 21:12:02,869 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:12:04,692 - INFO - Found 0 authors to crawl: []
2025-01-07 21:12:04,696 - INFO - Current queue length: 19
2025-01-07 21:12:04,696 - WARNING - No tasks generated in this iteration.
2025-01-07 21:12:04,697 - INFO - Coordinator: Received result: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:11:37.769276'}
2025-01-07 21:12:04,697 - INFO - Heartbeat received from a614212f12063822
2025-01-07 21:12:04,698 - INFO - Coordinator: Acknowledged message: 34
2025-01-07 21:12:06,568 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:11:38.781656"}
2025-01-07 21:12:06,569 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:12:06,569 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:11:38.781656'}
2025-01-07 21:12:06,569 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing
2025-01-07 21:12:07,823 - INFO - Crawler a614212f12063822: Received message: {"heartbeat": true, "node_id": "86b71ed20025beac", "timestamp": "2025-01-07T21:11:41.053348"}
2025-01-07 21:12:07,823 - INFO - Crawler a614212f12063822: Received task: None
2025-01-07 21:12:07,823 - INFO - Crawler a614212f12063822: Received task: {'heartbeat': True, 'node_id': '86b71ed20025beac', 'timestamp': '2025-01-07T21:11:41.053348'}
2025-01-07 21:12:07,823 - INFO - Crawler a614212f12063822: Heartbeat received, skipping processing
2025-01-07 21:12:08,877 - INFO - Crawler fa1e4ae4b2172a2a: Received message: {"heartbeat": true, "node_id": "a614212f12063822", "timestamp": "2025-01-07T21:11:43.788477"}
2025-01-07 21:12:08,877 - INFO - Crawler fa1e4ae4b2172a2a: Received task: None
2025-01-07 21:12:08,877 - INFO - Crawler fa1e4ae4b2172a2a: Received task: {'heartbeat': True, 'node_id': 'a614212f12063822', 'timestamp': '2025-01-07T21:11:43.788477'}
2025-01-07 21:12:08,877 - INFO - Crawler fa1e4ae4b2172a2a: Heartbeat received, skipping processing
2025-01-07 21:12:09,701 - INFO - Found 0 authors to crawl: []
2025-01-07 21:12:09,702 - INFO - Current queue length: 18
2025-01-07 21:12:09,702 - WARNING - No tasks generated in this iteration.
2025-01-07 21:12:09,703 - INFO - Coordinator: Received result: {'author_id': 3, 'url': 'https://scholar.google.com/citations?user=JicYPdAAAAAJ', 'author': 'Geoffrey Hinton', 'source': 'google', 'status': 'pending', 'retry_count': 0, 'created_at': '2025-01-07T21:11:44.631097'}
2025-01-07 21:12:09,704 - INFO - Coordinator: Acknowledged message: 35
2025-01-07 21:12:12,585 - INFO - Crawler 86b71ed20025beac: Received message: {"heartbeat": true, "node_id": "fa1e4ae4b2172a2a", "timestamp": "2025-01-07T21:11:44.797978"}
2025-01-07 21:12:12,585 - INFO - Crawler 86b71ed20025beac: Received task: None
2025-01-07 21:12:12,585 - INFO - Crawler 86b71ed20025beac: Received task: {'heartbeat': True, 'node_id': 'fa1e4ae4b2172a2a', 'timestamp': '2025-01-07T21:11:44.797978'}
2025-01-07 21:12:12,585 - INFO - Crawler 86b71ed20025beac: Heartbeat received, skipping processing