-
Notifications
You must be signed in to change notification settings - Fork 0
/
Squarespace-Wordpress-Export-08-13-2020.xml
11264 lines (3931 loc) · 233 KB
/
Squarespace-Wordpress-Export-08-13-2020.xml
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
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wp="http://wordpress.org/export/1.2/">
<channel>
<title>Central European Supplier Survey</title>
<link>http://suppliersurvey.eu</link>
<pubDate>Tue, 19 Apr 2016 09:25:55 +0000</pubDate>
<description>Measuring knowledge flow through the supply chain</description>
<language>en-US</language>
<wp:wxr_version>1.2</wp:wxr_version>
<wp:author>
<wp:author_id>-1272951808</wp:author_id>
<wp:author_login>[email protected]</wp:author_login>
<wp:author_email>[email protected]</wp:author_email>
<wp:author_display_name><![CDATA[Miklos Koren]]></wp:author_display_name>
<wp:author_first_name><![CDATA[Miklos]]></wp:author_first_name>
<wp:author_last_name><![CDATA[Koren]]></wp:author_last_name>
</wp:author>
<wp:category>
<wp:cat_name><![CDATA[null - null]]></wp:cat_name>
<wp:category_nicename>null-null</wp:category_nicename>
<wp:category_parent />
</wp:category>
<item>
<link>/data-protection</link>
<title>Adatvédelem</title>
<pubDate>Mon, 09 May 2016 13:47:12 +0000</pubDate>
<content:encoded><![CDATA[<h2>Adatai biztonsága fontos a számunkra.</h2><p>Az adatait kizárólag tudományos kutatási célra használjuk. Soha nem hozunk nyilvánosságra egyedileg beazonosítható adatot sem önről, sem partnereiről. Adatkezelésünk mindenben megfelel az európai és magyar jogszabályoknak és az Európai Kutatási Tanács etikai szabályainak. Olvassa el részletes <a href="https://github.com/ceumicrodata/website/raw/master/assets/adatvedelem.pdf">Adatvédelmi Szabályzatunkat</a>!</p>]]></content:encoded>
<wp:post_name>data-protection</wp:post_name>
<wp:post_type>page</wp:post_type>
<wp:post_id>0</wp:post_id>
<wp:status>publish</wp:status>
</item>
<item>
<link>/why-hu</link>
<title>Miért?</title>
<pubDate>Thu, 05 May 2016 13:56:01 +0000</pubDate>
<content:encoded><![CDATA[<h2 class="text-align-center">Válaszadóinknak</h2><p class="text-align-center">“Hogyan csatlakozhatok a globális beszállítói lánchoz?</p><p class="text-align-center">“Mit tanulhatok a vevőimtől és beszállítóimtól?</p><p class="text-align-center">“Melyik kapcsolataimat érdemes fejlesztenem?</p><p>Tudományos kutatásunk a vevők és beszállítók közti kapcsolatot, a beszállítói lánc alapjait vizsgálja. Azt keressük, hogy mi jellemzi a sikeres kapcsolatokat, és ezek hogyan járulnak hozzá Közép-Európa gazdasági fejlődéséhez.</p><p>A kutatásban részt vevő vállalatok személyre szabott elemzést kapnak iparáguk magyarországi, romániai és szlovákiai beszállítói láncáról.</p> ]]></content:encoded>
<wp:post_name>why-hu</wp:post_name>
<wp:post_type>page</wp:post_type>
<wp:post_id>1</wp:post_id>
<wp:status>publish</wp:status>
</item>
<item>
<link>/home-hu</link>
<title>Home</title>
<pubDate>Thu, 21 Jul 2016 19:12:08 +0000</pubDate>
<content:encoded><![CDATA[ <h2 class="text-align-center">Multinacionális vállalatok.</h2><h2 class="text-align-center">Közép-Európa sikeres beszállítói.</h2><h2 class="text-align-center">Fejlődési lehetőségek.</h2>
<div class="sqs-block-button-container--center" data-animation-role="button" data-alignment="center" data-button-size="medium">
<a href="#why-hu-section" class="sqs-block-button-element--medium sqs-block-button-element" >Tovább</a>
</div>
]]></content:encoded>
<wp:post_name>home-hu</wp:post_name>
<wp:post_type>page</wp:post_type>
<wp:post_id>2</wp:post_id>
<wp:status>publish</wp:status>
</item>
<item>
<link>/contact</link>
<title>Kapcsolat</title>
<pubDate>Thu, 05 May 2016 13:58:18 +0000</pubDate>
<content:encoded><![CDATA[<h2>Véleménye fontos számunkra.</h2><p>A felmérés vezetője a Közép-európai Egyetem, 1051 Budapest, Nádor u. 9. Ha bármilyen kérdése van, keressen bizalommal az alábbi űrlapon vagy a [email protected] címen!</p>
<div class="form-wrapper"
>
<div class="form-inner-wrapper">
<form
data-form-id="5720a0ccd51cd455398b72bb"
data-success-redirect=""
autocomplete="on"
method="POST"
action="https://miklos-koren-e88d.squarespace.com"
onsubmit="return (function (form) {
Y.use('squarespace-form-submit', 'node', function usingFormSubmit(Y) {
(new Y.Squarespace.FormSubmit(form)).submit({
formId: '5720a0ccd51cd455398b72bb',
collectionId: '',
objectName: ''
});
});
return false;
})(this);"
>
<div class="field-list clear">
<fieldset id="name-yui_3_17_2_1_1409936761445_13315" class="form-item fields name required">
<legend class="title">
Név
<span class="required" aria-hidden="true">*</span>
</legend>
<div class="field first-name">
<label class="caption">
<input
class="field-element field-control"
name="fname"
x-autocompletetype="given-name"
type="text"
spellcheck="false"
maxlength="30"
data-title="First"
aria-required="true"
/>
<span class="caption-text">First Name</span>
</label>
</div>
<div class="field last-name">
<label class="caption">
<input
class="field-element field-control"
name="lname"
x-autocompletetype="surname"
type="text"
spellcheck="false"
maxlength="30"
data-title="Last"
aria-required="true"
/>
<span class="caption-text">Last Name</span>
</label>
</div>
</fieldset>
<div id="email-yui_3_17_2_1_1409936761445_13642" class="form-item field email required">
<label class="title" for="email-yui_3_17_2_1_1409936761445_13642-field">
Email-cím
<span class="required" aria-hidden="true">*</span>
</label>
<input
class="field-element"
id="email-yui_3_17_2_1_1409936761445_13642-field"
name="email"
type="email"
autocomplete="email"
spellcheck="false"
aria-required="true"
/>
</div>
<div id="textarea-yui_3_17_2_1_1409936761445_14462" class="form-item field textarea required">
<label class="title" for="textarea-yui_3_17_2_1_1409936761445_14462-field">
Üzenet
<span class="required" aria-hidden="true">*</span>
</label>
<textarea
class="field-element "
id="textarea-yui_3_17_2_1_1409936761445_14462-field"
aria-required="true"
></textarea>
</div>
</div>
<div data-animation-role="button"
class="
form-button-wrapper
form-button-wrapper--align-center
"
>
<input class="button sqs-system-button sqs-editable-button" type="submit" value="Elküld"/>
</div>
<div class="hidden form-submission-text"><p>Köszönjük!</p></div>
<div class="hidden form-submission-html" data-submission-html=""></div>
</form>
</div>
</div>
]]></content:encoded>
<wp:post_name>contact</wp:post_name>
<wp:post_type>page</wp:post_type>
<wp:post_id>3</wp:post_id>
<wp:status>publish</wp:status>
</item>
<item>
<title>Közép-európai Egyetem</title>
<link>/blog/2016/5/3/kzp-eurpai-egyetem</link>
<content:encoded><![CDATA[<div
class="
image-block-outer-wrapper
layout-caption-below
design-layout-inline
"
data-test="image-block-inline-outer-wrapper"
>
<figure
class="
sqs-block-image-figure
intrinsic
"
style="max-width:280.0px;"
>
<a
class="
sqs-block-image-link
"
href="https://economics.ceu.edu/"
>
<div
style="padding-bottom:41.07143020629883%;"
class="
image-block-wrapper
has-aspect-ratio
"
data-animation-role="image"
data-animation-override
>
<noscript><img src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462281843046-LQ2GD6AN967YREMXZUB4/ke17ZwdGBToddI8pDm48kNptX4u8_F6cKk2yBysaXy1Zw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-sSJhqZezkHq-xDtVUK1aet5gBXfMzC0Z13cRzmBnb60A/image-asset.jpeg" alt="" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462281843046-LQ2GD6AN967YREMXZUB4/ke17ZwdGBToddI8pDm48kNptX4u8_F6cKk2yBysaXy1Zw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-sSJhqZezkHq-xDtVUK1aet5gBXfMzC0Z13cRzmBnb60A/image-asset.jpeg" data-image="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462281843046-LQ2GD6AN967YREMXZUB4/ke17ZwdGBToddI8pDm48kNptX4u8_F6cKk2yBysaXy1Zw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-sSJhqZezkHq-xDtVUK1aet5gBXfMzC0Z13cRzmBnb60A/image-asset.jpeg" data-image-dimensions="280x115" data-image-focal-point="0.5,0.5" alt="" data-load="false" data-image-id="5728a6728a65e2a723f3fc84" data-type="image" />
</div>
</a>
</figure>
</div>
<p>A Közép-európai Egyetem posztgraduális szintű egyetem, amelyben a több, mint 100 országból származó tanárok és diákok interdiszciplináris oktatásban és magas szintű kutatásban vesznek részt, a társadalom fontos problémáira keresve a megoldást.</p>]]></content:encoded>
<excerpt:encoded />
<wp:post_name>2016/5/3/kzp-eurpai-egyetem</wp:post_name>
<wp:post_type>post</wp:post_type>
<wp:post_id>4</wp:post_id>
<wp:status>publish</wp:status>
<pubDate>Tue, 03 May 2016 13:18:35 +0000</pubDate>
<wp:post_date>2016-05-03 13:18:35</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:18:35</wp:post_date_gmt>
<category domain="post_tag" nicename="academic"><![CDATA[academic]]></category>
<dc:creator>[email protected]</dc:creator>
<wp:comment_status>closed</wp:comment_status>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[5]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<wp:attachment_url>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728a3d42fe1316acb183c26/1462801393087/ceu_logo.jpg</wp:attachment_url>
<link>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728a3d42fe1316acb183c26/1462801393087/ceu_logo.jpg</link>
<title>attachment-5728a3d42fe1316acb183c26</title>
<wp:post_name>ceu-logo-jpg</wp:post_name>
<wp:post_type>attachment</wp:post_type>
<wp:post_id>5</wp:post_id>
<wp:status>inherit</wp:status>
<content:encoded><![CDATA[img-5728a3d42fe1316acb183c26]]></content:encoded>
<excerpt:encoded><![CDATA[exc-5728a3d42fe1316acb183c26]]></excerpt:encoded>
<pubDate>Tue, 03 May 2016 13:18:35 +0000</pubDate>
<wp:post_date>2016-05-03 13:18:35</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:18:35</wp:post_date_gmt>
<dc:creator>[email protected]</dc:creator>
</item>
<item>
<title>GfK</title>
<link>/blog/2016/5/3/gfk</link>
<content:encoded><![CDATA[<div
class="
image-block-outer-wrapper
layout-caption-below
design-layout-inline
"
data-test="image-block-inline-outer-wrapper"
>
<figure
class="
sqs-block-image-figure
intrinsic
"
style="max-width:280.0px;"
>
<a
class="
sqs-block-image-link
"
href="http://www.gfk.com/hu/"
>
<div
style="padding-bottom:100.0%;"
class="
image-block-wrapper
has-aspect-ratio
"
data-animation-role="image"
data-animation-override
>
<noscript><img src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462281686329-DJD1VNWA4N243OTWV1GP/ke17ZwdGBToddI8pDm48kBPw4N13dNaFqvN1wFuK0BxZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-t_OL1jkxuzHCtZDSGPDO3iz-j0Y68h3gWhT4w543MCTg/image-asset.jpeg" alt="" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462281686329-DJD1VNWA4N243OTWV1GP/ke17ZwdGBToddI8pDm48kBPw4N13dNaFqvN1wFuK0BxZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-t_OL1jkxuzHCtZDSGPDO3iz-j0Y68h3gWhT4w543MCTg/image-asset.jpeg" data-image="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462281686329-DJD1VNWA4N243OTWV1GP/ke17ZwdGBToddI8pDm48kBPw4N13dNaFqvN1wFuK0BxZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-t_OL1jkxuzHCtZDSGPDO3iz-j0Y68h3gWhT4w543MCTg/image-asset.jpeg" data-image-dimensions="280x280" data-image-focal-point="0.5,0.5" alt="" data-load="false" data-image-id="5728a5d622482ec22ed99c56" data-type="image" />
</div>
</a>
</figure>
</div>
<p>A GfK Csoporthoz a világ negyedik legnagyobb piackutató vállalata. Tevékenységének öt fő területe a következő: Consumer Tracking, Gyógyszer- és egészségügyi kutatások, Kereskedelem és technológia, Média és Custom Research. A Csoport 90 országban 115 leányvállalattal rendelkezik.</p>]]></content:encoded>
<excerpt:encoded />
<wp:post_name>2016/5/3/gfk</wp:post_name>
<wp:post_type>post</wp:post_type>
<wp:post_id>6</wp:post_id>
<wp:status>publish</wp:status>
<pubDate>Tue, 03 May 2016 13:23:20 +0000</pubDate>
<wp:post_date>2016-05-03 13:23:20</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:23:20</wp:post_date_gmt>
<category domain="post_tag" nicename="professional"><![CDATA[professional]]></category>
<dc:creator>[email protected]</dc:creator>
<wp:comment_status>closed</wp:comment_status>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[7]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<wp:attachment_url>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728a5be22482ec22ed99b87/1462801543443/GfK_new_logo.jpg</wp:attachment_url>
<link>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728a5be22482ec22ed99b87/1462801543443/GfK_new_logo.jpg</link>
<title>attachment-5728a5be22482ec22ed99b87</title>
<wp:post_name>GfK-new-logo-jpg</wp:post_name>
<wp:post_type>attachment</wp:post_type>
<wp:post_id>7</wp:post_id>
<wp:status>inherit</wp:status>
<content:encoded><![CDATA[img-5728a5be22482ec22ed99b87]]></content:encoded>
<excerpt:encoded><![CDATA[exc-5728a5be22482ec22ed99b87]]></excerpt:encoded>
<pubDate>Tue, 03 May 2016 13:23:20 +0000</pubDate>
<wp:post_date>2016-05-03 13:23:20</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:23:20</wp:post_date_gmt>
<dc:creator>[email protected]</dc:creator>
</item>
<item>
<title>Magyar Logisztikai Társaság</title>
<link>/blog/2016/5/3/magyar-logisztikai-trsasg</link>
<content:encoded><![CDATA[<div
class="
image-block-outer-wrapper
layout-caption-below
design-layout-inline
"
data-test="image-block-inline-outer-wrapper"
>
<figure
class="
sqs-block-image-figure
intrinsic
"
style="max-width:280.0px;"
>
<a
class="
sqs-block-image-link
"
href="http://logisztika.hu/kapcsolat/"
>
<div
style="padding-bottom:37.85714340209961%;"
class="
image-block-wrapper
has-aspect-ratio
"
data-animation-role="image"
data-animation-override
>
<noscript><img src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462282172502-9MAD4RXZJYMRZ0UCFY1Y/ke17ZwdGBToddI8pDm48kBZTijoR3GQeHp6epf6inH9Zw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-seiP5ueA6lmCfhk2irCDZLqLswHgfCvwAbRTO_Y50C4A/image-asset.jpeg" alt="" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462282172502-9MAD4RXZJYMRZ0UCFY1Y/ke17ZwdGBToddI8pDm48kBZTijoR3GQeHp6epf6inH9Zw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-seiP5ueA6lmCfhk2irCDZLqLswHgfCvwAbRTO_Y50C4A/image-asset.jpeg" data-image="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462282172502-9MAD4RXZJYMRZ0UCFY1Y/ke17ZwdGBToddI8pDm48kBZTijoR3GQeHp6epf6inH9Zw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-seiP5ueA6lmCfhk2irCDZLqLswHgfCvwAbRTO_Y50C4A/image-asset.jpeg" data-image-dimensions="280x106" data-image-focal-point="0.5,0.5" alt="" data-load="false" data-image-id="5728a7bcb654f9871dc7f151" data-type="image" />
</div>
</a>
</figure>
</div>
<p><span style="font-size:13px">Az MLBKT azoknak az ellátási lánc menedzsmenttel foglalkozó szakembereknek a közössége, akik</span><strong>hatékony, fenntartható és etikus ellátási láncokat hoznak létre</strong><span style="font-size:13px"> és működtetnek. Feladatunk, hogy tevékenységünkkel hozzájáruljunk ahhoz, hogy a globális és helyi ellátási láncok ne sodorják veszélybe bolygónk és a következő nemzedékek jövőjét.</span></p>]]></content:encoded>
<excerpt:encoded />
<wp:post_name>2016/5/3/magyar-logisztikai-trsasg</wp:post_name>
<wp:post_type>post</wp:post_type>
<wp:post_id>8</wp:post_id>
<wp:status>publish</wp:status>
<pubDate>Tue, 03 May 2016 13:29:43 +0000</pubDate>
<wp:post_date>2016-05-03 13:29:43</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:29:43</wp:post_date_gmt>
<category domain="post_tag" nicename="professional"><![CDATA[professional]]></category>
<dc:creator>[email protected]</dc:creator>
<wp:comment_status>closed</wp:comment_status>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[9]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<wp:attachment_url>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728a7af555986aaa4ec1744/1462801155035/kek_200x76.jpg</wp:attachment_url>
<link>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728a7af555986aaa4ec1744/1462801155035/kek_200x76.jpg</link>
<title>attachment-5728a7af555986aaa4ec1744</title>
<wp:post_name>kek-200x76-jpg</wp:post_name>
<wp:post_type>attachment</wp:post_type>
<wp:post_id>9</wp:post_id>
<wp:status>inherit</wp:status>
<content:encoded><![CDATA[img-5728a7af555986aaa4ec1744]]></content:encoded>
<excerpt:encoded><![CDATA[exc-5728a7af555986aaa4ec1744]]></excerpt:encoded>
<pubDate>Tue, 03 May 2016 13:29:43 +0000</pubDate>
<wp:post_date>2016-05-03 13:29:43</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:29:43</wp:post_date_gmt>
<dc:creator>[email protected]</dc:creator>
</item>
<item>
<title>Európai Kutatási Tanács</title>
<link>/blog/2016/5/3/eurpai-kutatsi-tancs</link>
<content:encoded><![CDATA[<div
class="
image-block-outer-wrapper
layout-caption-below
design-layout-inline
"
data-test="image-block-inline-outer-wrapper"
>
<figure
class="
sqs-block-image-figure
intrinsic
"
style="max-width:280.0px;"
>
<div
style="padding-bottom:92.85713958740234%;"
class="
image-block-wrapper
has-aspect-ratio
"
data-animation-role="image"
data-animation-override
>
<noscript><img src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462283461781-WG7RFS2EUD12LWUDNYE3/ke17ZwdGBToddI8pDm48kHfy4l5GyUzC7KCMk6s6-XxZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7eYzOKsynbf6SIIjIVpddg_xtJtS5AyV8Rs5s1WnEhuw7bdyD2rW9CRY5ciBTjmiWQ/image-asset.png" alt="" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462283461781-WG7RFS2EUD12LWUDNYE3/ke17ZwdGBToddI8pDm48kHfy4l5GyUzC7KCMk6s6-XxZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7eYzOKsynbf6SIIjIVpddg_xtJtS5AyV8Rs5s1WnEhuw7bdyD2rW9CRY5ciBTjmiWQ/image-asset.png" data-image="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462283461781-WG7RFS2EUD12LWUDNYE3/ke17ZwdGBToddI8pDm48kHfy4l5GyUzC7KCMk6s6-XxZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7eYzOKsynbf6SIIjIVpddg_xtJtS5AyV8Rs5s1WnEhuw7bdyD2rW9CRY5ciBTjmiWQ/image-asset.png" data-image-dimensions="280x260" data-image-focal-point="0.5,0.5" alt="" data-load="false" data-image-id="5728acc5044262e74cfe5b37" data-type="image" />
</div>
</figure>
</div>
<p>Az Európai Kutatási Tanács küldetése a legmagasabb színvonvalú kutatás támogatása Európában kompetitív finanszírozással. Minden tudományterületen a kutatás élvonalát támogatja a tudományos kiválóság alapján.</p>]]></content:encoded>
<excerpt:encoded />
<wp:post_name>2016/5/3/eurpai-kutatsi-tancs</wp:post_name>
<wp:post_type>post</wp:post_type>
<wp:post_id>10</wp:post_id>
<wp:status>publish</wp:status>
<pubDate>Tue, 03 May 2016 13:51:00 +0000</pubDate>
<wp:post_date>2016-05-03 13:51:00</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:51:00</wp:post_date_gmt>
<category domain="post_tag" nicename="funding"><![CDATA[funding]]></category>
<dc:creator>[email protected]</dc:creator>
<wp:comment_status>closed</wp:comment_status>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[11]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<wp:attachment_url>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728acbad51cd44879aa7a44/1462801121589/ERC-logo.png</wp:attachment_url>
<link>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728acbad51cd44879aa7a44/1462801121589/ERC-logo.png</link>
<title>attachment-5728acbad51cd44879aa7a44</title>
<wp:post_name>ERC-logo-png</wp:post_name>
<wp:post_type>attachment</wp:post_type>
<wp:post_id>11</wp:post_id>
<wp:status>inherit</wp:status>
<content:encoded><![CDATA[img-5728acbad51cd44879aa7a44]]></content:encoded>
<excerpt:encoded><![CDATA[exc-5728acbad51cd44879aa7a44]]></excerpt:encoded>
<pubDate>Tue, 03 May 2016 13:51:00 +0000</pubDate>
<wp:post_date>2016-05-03 13:51:00</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:51:00</wp:post_date_gmt>
<dc:creator>[email protected]</dc:creator>
</item>
<item>
<title>MTA Közgazdaság-tudományi Intézet</title>
<link>/blog/2016/5/3/mta-krtk-kti</link>
<content:encoded><![CDATA[<div
class="
image-block-outer-wrapper
layout-caption-below
design-layout-inline
"
data-test="image-block-inline-outer-wrapper"
>
<figure
class="
sqs-block-image-figure
intrinsic
"
style="max-width:280.0px;"
>
<div
style="padding-bottom:36.78571319580078%;"
class="
image-block-wrapper
has-aspect-ratio
"
data-animation-role="image"
data-animation-override
>
<noscript><img src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462283522025-4SJ9V69KAYA5PD5EABGI/ke17ZwdGBToddI8pDm48kJnByLpa72v4OgbAqJ5ZxhpZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7eaDBaxyzPPG4B3J3_Z93rYX1m_fc_62ICHQ3b60J8WLv2ZFlyzeswr15DAh0_wgBA/image-asset.png" alt="" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462283522025-4SJ9V69KAYA5PD5EABGI/ke17ZwdGBToddI8pDm48kJnByLpa72v4OgbAqJ5ZxhpZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7eaDBaxyzPPG4B3J3_Z93rYX1m_fc_62ICHQ3b60J8WLv2ZFlyzeswr15DAh0_wgBA/image-asset.png" data-image="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462283522025-4SJ9V69KAYA5PD5EABGI/ke17ZwdGBToddI8pDm48kJnByLpa72v4OgbAqJ5ZxhpZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7eaDBaxyzPPG4B3J3_Z93rYX1m_fc_62ICHQ3b60J8WLv2ZFlyzeswr15DAh0_wgBA/image-asset.png" data-image-dimensions="280x103" data-image-focal-point="0.5,0.5" alt="" data-load="false" data-image-id="5728ad012b8ddeabb261567c" data-type="image" />
</div>
</figure>
</div>
<p><span style="font-size:12px">Az Akadémia kutatóintézet-hálózata a kutatói kiválóság, a hiteles tudomány, a társadalomért való elkötelezettség egységével válik a nemzeti és nemzetközi siker, a magyar és az egyetemes tudomány értékeinek megteremtőjévé.</span></p>]]></content:encoded>
<excerpt:encoded />
<wp:post_name>2016/5/3/mta-krtk-kti</wp:post_name>
<wp:post_type>post</wp:post_type>
<wp:post_id>12</wp:post_id>
<wp:status>publish</wp:status>
<pubDate>Tue, 03 May 2016 13:51:48 +0000</pubDate>
<wp:post_date>2016-05-03 13:51:48</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:51:48</wp:post_date_gmt>
<category domain="post_tag" nicename="academic"><![CDATA[academic]]></category>
<dc:creator>[email protected]</dc:creator>
<wp:comment_status>closed</wp:comment_status>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[13]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<wp:attachment_url>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728acf5d51cd44879aa7c0b/1462800827259/mtakrtkkti.png</wp:attachment_url>
<link>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/5728acf5d51cd44879aa7c0b/1462800827259/mtakrtkkti.png</link>
<title>attachment-5728acf5d51cd44879aa7c0b</title>
<wp:post_name>mtakrtkkti-png</wp:post_name>
<wp:post_type>attachment</wp:post_type>
<wp:post_id>13</wp:post_id>
<wp:status>inherit</wp:status>
<content:encoded><![CDATA[img-5728acf5d51cd44879aa7c0b]]></content:encoded>
<excerpt:encoded><![CDATA[exc-5728acf5d51cd44879aa7c0b]]></excerpt:encoded>
<pubDate>Tue, 03 May 2016 13:51:48 +0000</pubDate>
<wp:post_date>2016-05-03 13:51:48</wp:post_date>
<wp:post_date_gmt>2016-05-03 13:51:48</wp:post_date_gmt>
<dc:creator>[email protected]</dc:creator>
</item>
<item>
<title>MTA Lendület Program</title>
<link>/blog/2016/5/3/mta-lendlet-program</link>
<content:encoded><![CDATA[<div
class="
image-block-outer-wrapper
layout-caption-below
design-layout-inline
"
data-test="image-block-inline-outer-wrapper"
>
<figure
class="
sqs-block-image-figure
intrinsic
"
style="max-width:280.0px;"
>
<div
style="padding-bottom:51.42857360839844%;"
class="
image-block-wrapper
has-aspect-ratio
"
data-animation-role="image"
data-animation-override
>
<noscript><img src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462284161836-Z0BCYAHBPUA0R0MFEG00/ke17ZwdGBToddI8pDm48kC6eBZON5gktSMW68H7CL7NZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-v7eRonXJzjH9YS6uLQ7nsd_6omgUY7VvUk6WSq0lCFYg/image-asset.jpeg" alt="" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462284161836-Z0BCYAHBPUA0R0MFEG00/ke17ZwdGBToddI8pDm48kC6eBZON5gktSMW68H7CL7NZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-v7eRonXJzjH9YS6uLQ7nsd_6omgUY7VvUk6WSq0lCFYg/image-asset.jpeg" data-image="https://images.squarespace-cdn.com/content/v1/5715f9a320c64733231aee24/1462284161836-Z0BCYAHBPUA0R0MFEG00/ke17ZwdGBToddI8pDm48kC6eBZON5gktSMW68H7CL7NZw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Xj1nVWs2aaTtWBneO2WM-v7eRonXJzjH9YS6uLQ7nsd_6omgUY7VvUk6WSq0lCFYg/image-asset.jpeg" data-image-dimensions="280x144" data-image-focal-point="0.5,0.5" alt="" data-load="false" data-image-id="5728af81555986aaa4ec5008" data-type="image" />
</div>
</figure>
</div>
<p><span style="font-size:16px">A Lendület program célja az akadémiai intézmények és egyetemi keretek között működő kutatócsoportok dinamikus megújítása nemzetközileg kimagasló teljesítményű kutatók és kiemelkedő fiatal tehetségek külföldről történő hazahívásával, illetve itthon tartásával. A pályázati modell hazai és nemzetközi jelentősége és sikere nemzetközi mércével is meghatározó és példamutató. A Pálinkás József által indított program hozzájárul a sikeres fiatal kutatók elvándorlásának visszaszorításához, a tehetség-utánpótlás biztosításához, bővíti a kiválóságok előrelépési lehetőségeit, és növeli az akadémiai kutatóintézet-hálózat, illetve az egyetemek versenyképességét.</span></p>]]></content:encoded>
<excerpt:encoded />
<wp:post_name>2016/5/3/mta-lendlet-program</wp:post_name>
<wp:post_type>post</wp:post_type>
<wp:post_id>14</wp:post_id>
<wp:status>publish</wp:status>
<pubDate>Tue, 03 May 2016 14:02:43 +0000</pubDate>
<wp:post_date>2016-05-03 14:02:43</wp:post_date>
<wp:post_date_gmt>2016-05-03 14:02:43</wp:post_date_gmt>
<category domain="post_tag" nicename="funding"><![CDATA[funding]]></category>
<dc:creator>[email protected]</dc:creator>
<wp:comment_status>closed</wp:comment_status>
</item>
<item>
<title>Slovak Economic Association</title>
<link>/blog/2016/7/21/slovak-economic-association</link>
<content:encoded />
<excerpt:encoded />
<wp:post_name>2016/7/21/slovak-economic-association</wp:post_name>
<wp:post_type>post</wp:post_type>
<wp:post_id>15</wp:post_id>
<wp:status>publish</wp:status>
<pubDate>Thu, 21 Jul 2016 18:29:43 +0000</pubDate>
<wp:post_date>2016-07-21 18:29:43</wp:post_date>
<wp:post_date_gmt>2016-07-21 18:29:43</wp:post_date_gmt>
<wp:postmeta>
<wp:meta_key>passthrough_url</wp:meta_key>
<wp:meta_value>http://www.slovakecon.sk/</wp:meta_value>
</wp:postmeta>
<category domain="post_tag" nicename="academic"><![CDATA[academic]]></category>
<category domain="post_tag" nicename="professional"><![CDATA[professional]]></category>
<dc:creator>[email protected]</dc:creator>
<wp:comment_status>closed</wp:comment_status>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[16]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<wp:attachment_url>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/57911434c534a5623827de13/1469125785743/SEA_logo.png</wp:attachment_url>
<link>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/57911434c534a5623827de13/1469125785743/SEA_logo.png</link>
<title>attachment-57911434c534a5623827de13</title>
<wp:post_name>SEA-logo-png</wp:post_name>
<wp:post_type>attachment</wp:post_type>
<wp:post_id>16</wp:post_id>
<wp:status>inherit</wp:status>
<content:encoded><![CDATA[img-57911434c534a5623827de13]]></content:encoded>
<excerpt:encoded><![CDATA[exc-57911434c534a5623827de13]]></excerpt:encoded>
<pubDate>Thu, 21 Jul 2016 18:29:43 +0000</pubDate>
<wp:post_date>2016-07-21 18:29:43</wp:post_date>
<wp:post_date_gmt>2016-07-21 18:29:43</wp:post_date_gmt>
<dc:creator>[email protected]</dc:creator>
</item>
<item>
<title>Babes-Bolyai University</title>
<link>/blog/2016/8/3/babes-bolyai-university</link>
<content:encoded><![CDATA[<h2>Faculty of Economics and Business Administration</h2>]]></content:encoded>
<excerpt:encoded />
<wp:post_name>2016/8/3/babes-bolyai-university</wp:post_name>
<wp:post_type>post</wp:post_type>
<wp:post_id>17</wp:post_id>
<wp:status>publish</wp:status>
<pubDate>Wed, 03 Aug 2016 11:39:25 +0000</pubDate>
<wp:post_date>2016-08-03 11:39:25</wp:post_date>
<wp:post_date_gmt>2016-08-03 11:39:25</wp:post_date_gmt>
<category domain="post_tag" nicename="academic"><![CDATA[academic]]></category>
<category domain="post_tag" nicename="professional"><![CDATA[professional]]></category>
<dc:creator>[email protected]</dc:creator>
<wp:comment_status>closed</wp:comment_status>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value><![CDATA[18]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<wp:attachment_url>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/57a1d701cd0f68183876af2f/1470224431970/logo+%281%29.png</wp:attachment_url>
<link>http://static1.squarespace.com/static/5715f9a320c64733231aee24/5728a3c7cf80a17bbd8ddef4/57a1d701cd0f68183876af2f/1470224431970/logo+%281%29.png</link>
<title>attachment-57a1d701cd0f68183876af2f</title>
<wp:post_name>logo-1-png</wp:post_name>
<wp:post_type>attachment</wp:post_type>
<wp:post_id>18</wp:post_id>
<wp:status>inherit</wp:status>
<content:encoded><![CDATA[img-57a1d701cd0f68183876af2f]]></content:encoded>
<excerpt:encoded><![CDATA[exc-57a1d701cd0f68183876af2f]]></excerpt:encoded>
<pubDate>Wed, 03 Aug 2016 11:39:25 +0000</pubDate>
<wp:post_date>2016-08-03 11:39:25</wp:post_date>
<wp:post_date_gmt>2016-08-03 11:39:25</wp:post_date_gmt>
<dc:creator>[email protected]</dc:creator>