forked from adobe/theblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
query-index-256.json
2541 lines (2541 loc) · 141 KB
/
query-index-256.json
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
[{
"author": "Adobe Communications Team",
"date": 1589414400,
"hero": "/hlx_05626a201e2c624e315d040fce1c606471d98165.jpeg",
"path": "en/publish/2020/05/14/adobe-experience-cloud-launches-ai-services-to-power-digital-business.html",
"products": "[\"Experience Platform\"]",
"sourceHash": "0Oi1xv79XCzRTodS",
"teaser": "A recent assessment from IDC concludes that even as technology budgets contract, spending in the areas of AI are expected",
"title": "Adobe Experience Cloud Launches AI Services to Power Digital Business",
"topics": "[\"Digital Transformation\",\"News\"]"
}, {
"author": "Meagan Keane",
"date": 1589414400,
"hero": "/hlx_86d05c0598dae0bf451903561bd70657e9278c7f.jpeg",
"path": "en/publish/2020/05/14/in-uncertain-times-one-thing-is-certain-some-good-news-is-happening-somewhere.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "tAMFQAWGZnl4s33C",
"teaser": "“Hey, I’m friends with John Krasinski and he’s trying to make this TV show that he wants to put out",
"title": "In Uncertain Times, One Thing is Certain: “Some Good News” is Happening Somewhere",
"topics": "[\"Video & Audio\",\"Media & Entertainment\",\"COVID-19\"]"
}, {
"author": "Simon Dale",
"date": 1589328000,
"hero": "/hlx_b7122f55fea6be2cee49021680179210ed9003b0.jpeg",
"path": "en/publish/2020/05/13/creative-capital-adobe-unlocks-a-lifetime-of-potential-for-ite-students.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "mqSeL/WBeMYzaTXc",
"teaser": "The Institute of Technical Education (ITE) aims to empower its students to pursue pathways to meaningful careers. The public vocational",
"title": "Creative Capital: Adobe Unlocks a Lifetime of Potential for ITE Students",
"topics": "[\"Education\",\"Creativity\"]"
}, {
"author": "Adobe Communications Team",
"date": 1589328000,
"hero": "/hlx_456685333eb4e0aac07dedbd73956ad5bf73d65d.jpeg",
"path": "en/publish/2020/05/13/1mg-battles-misinformation-in-the-age-of-covid-19.html",
"products": "[]",
"sourceHash": "U2c4TMa2/kpxGNq5",
"teaser": "The COVID-19 pandemic is one of the biggest challenges we’ve faced in our lifetime. In times of uncertainty, people have",
"title": "1mg Battles Misinformation in the Age of COVID-19",
"topics": "[\"Campaign Management\"]"
}, {
"author": "Chitra Mittha",
"date": 1589328000,
"hero": "/hlx_c26223d3167cca5c1e2e7dccc20746044bfb5142.jpeg",
"path": "en/publish/2020/05/13/teachers-create-fun-fillable-digital-worksheets-for-students-with-acrobat-dc.html",
"products": "[\"Scan\",\"Acrobat DC\"]",
"sourceHash": "H9KVVR8o65YOdV5w",
"teaser": "If you’re an educator, you already know that your work is all about passion — driven by the look in",
"title": "Teachers: Create Fun, Fillable Digital Worksheets for Students with Acrobat DC",
"topics": "[\"Education\",\"Creativity\",\"Digital Transformation\",\"Future of Work\"]"
}, {
"author": "Durin Gleaves",
"date": 1589328000,
"hero": "/hlx_8aa26826e8486848f988551c13274feb4ea3bd04.jpeg",
"path": "en/publish/2020/05/13/step-by-step-the-podcaster-survival-guide.html",
"products": "[\"Audition\",\"Photoshop\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "Kp4m/N7A86LlSxwK",
"teaser": "During these extraordinary times, people are launching podcasts at an unprecedented rate. According to ListenNotes.com, almost 183,000 new podcasts have",
"title": "Step-by-Step: The Podcaster Survival Guide",
"topics": "[\"Video & Audio\",\"Creativity\"]"
}, {
"author": "Malcolm Thorndike Nicholson",
"date": 1589328000,
"hero": "/hlx_e97ed4fdd2f78557461435d0006475f5870caa17.jpeg",
"path": "en/publish/2020/05/13/opening-the-window-with-movement-response.html",
"products": "[\"Stock\",\"After Effects\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "jLsUL5Kub3P8+PIX",
"teaser": "“Window” is a resilient word with a curious etymology. It’s derived from the old Norse word vindauga, which translates roughly",
"title": "Opening the Window with Movement Response",
"topics": "[\"Creative Inspiration & Trends\",\"Video & Audio\"]"
}, {
"author": "Karen McCavitt",
"date": 1589241600,
"hero": "/hlx_7c6caa29aba3b35caa28ed279cdf296efcde173e.jpeg",
"path": "en/publish/2020/05/12/training-the-next-generation-of-digital-content-creators-and-innovators.html",
"products": "[\"Premiere Rush\",\"Photoshop\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "bRSgWXL/z8+a7a4/",
"teaser": "Yonsei University has a prestigious past dating back to 1885, but these days, the institution is more focused on the",
"title": "Training the Next Generation of Digital Content Creators and Innovators",
"topics": "[\"Education\"]"
}, {
"author": "David Rand",
"date": 1589241600,
"hero": "/hlx_51a841a28c22e675db4e03591b03170912f82b1b.jpeg",
"path": "en/publish/2020/05/12/5-ways-to-remain-creative-and-efficient-while-marketing-from-home.html",
"products": "[]",
"sourceHash": "9lEJ2ygfJlWwgfnO",
"teaser": "Working remotely can be a major challenge for marketers, many of whom draw their energy and creative juices from interacting",
"title": "5 Ways to Remain Creative and Efficient While Marketing from Home",
"topics": "[\"Creative Inspiration & Trends\",\"COVID-19\"]"
}, {
"author": "Tim Bigelow",
"date": 1589241600,
"hero": "/hlx_35c161f4b9f74453e32a453a37368d0406d90824.jpeg",
"path": "en/publish/2020/05/12/temple-university-graphics-students-create-a-sustainable-design-work-environment-at-home.html",
"products": "[\"Stock\",\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "+hxLwBqYNFvnYQe+",
"teaser": "The adage about clouds and silver linings has certainly proven true for more than 200 students at the Tyler School",
"title": "Temple University’s Graphic and Interactive Design Students Create a Sustainable Design Work Environment at Home",
"topics": "[\"Future of Work\",\"Digital Transformation\",\"COVID-19\"]"
}, {
"author": "Giselle Abramovich",
"date": 1589241600,
"hero": "/hlx_ee25199b3f05fd2e32cdafaa34ed0a50cbc676ad.jpeg",
"path": "en/publish/2020/05/12/april-digital-economy-index-how-covid-19-continues-to-shift-e-commerce-trends.html",
"products": "[\"Analytics\"]",
"sourceHash": "qtnRsHtxd+1We0OS",
"teaser": "Quarantined at home, U.S. consumers spent the month of April flocking to online channels to purchase goods and services. That’s",
"title": "April Digital Economy Index: How COVID-19 Continues to Shift E-Commerce Trends",
"topics": "[\"Trends & Research\"]"
}, {
"author": "Document Cloud Team",
"date": 1589155200,
"hero": "/hlx_43059e9286a6376c12876fab6107845730c8d2af.jpeg",
"path": "en/publish/2020/05/11/small-virtual-legal-firms-expand-their-reach-with-adobe-sign.html",
"products": "[\"Scan\",\"Sign\",\"Acrobat DC\"]",
"sourceHash": "BeeA+zfNE+ghkJgv",
"teaser": "In recent weeks, it’s become apparent that every company benefits from the ability to support remote work and virtual offices.",
"title": "Small Virtual Legal Firms Expand their Reach with Adobe Sign",
"topics": "[\"Digital Transformation\",\"Future of Work\"]"
}, {
"author": "Maxwell Mabe",
"date": 1589155200,
"hero": "/hlx_69d5c292058cfc5666f762299ef4032e5d1f04db.jpeg",
"path": "en/publish/2020/05/11/its-time-to-uplevel-your-experience-game.html",
"products": "[\"Experience Cloud\"]",
"sourceHash": "LgHd4crRy6qGUOOs",
"teaser": "Having a strong, compelling online presence is an essential requirement for brand success. As consumer shopping habits continue to skew",
"title": "It’s Time to Uplevel Your Experience Game",
"topics": "[\"Digital Transformation\",\"Campaign Management\"]"
}, {
"author": "Adobe Communications Team",
"date": 1589155200,
"hero": "/hlx_1de418e4b2108a48e1a3ea8c887f8056458c893f.jpeg",
"path": "en/publish/2020/05/11/adobe-events-go-virtual-for-2020.html",
"products": "[]",
"sourceHash": "yHrlL8fqD7xxLQ1W",
"teaser": "At Adobe, events are always exciting opportunities to showcase our innovation, to be inspired, network, and learn from one another.",
"title": "Adobe Events Go Virtual for 2020",
"topics": "[\"News\"]"
}, {
"author": "Marc Schenker",
"date": 1589155200,
"hero": "/hlx_d6b7281b175ec6c2f5a5e9f73883934019202f34.jpeg",
"path": "en/publish/2020/05/11/prokarma-cc-libraries-powerpoint-integration.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "oqECyqKhkDvNdUr6",
"teaser": "As a designer, your mind naturally wants to explore, solve problems, and think outside the box. This creativity can be",
"title": "How ProKarma Streamlines Collaborative Design Work with the CC Libraries + Powerpoint Integration",
"topics": "[\"Design\"]"
}, {
"author": "Erica Schisler",
"date": 1589155200,
"hero": "/hlx_e541e3ce541017d5485054ddd83fd0e47be16797.jpeg",
"path": "en/publish/2020/05/11/join-the-animation-crew-with-b-girl-beatrix.html",
"products": "[\"Photoshop\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "rPjr14jbJX/8VYXU",
"teaser": "Are you missing people-watching and yearning to feel the rhythm of the city? Don’t fret, Adobe and Character Animator have",
"title": "Join the Animation Crew with B-Girl Beatrix!",
"topics": "[\"Video & Audio\",\"Creativity\"]"
}, {
"author": "Christine Paik Choi",
"date": 1589068800,
"hero": "/hlx_7ed5417614eac79152f8f18c0d7bdc550c5ff591.jpeg",
"path": "en/publish/2020/05/10/families-in-frame.html",
"products": "[\"Stock\"]",
"sourceHash": "AAYYNejJFEnV8U0t",
"teaser": "Seattle-based photographer Carrie Yuan knows a thing or two about juggling. Not only does Carrie work part-time as a clinical",
"title": "Families in Frame",
"topics": "[\"Photography\",\"Art\",\"Creativity\",\"Adobe Culture\",\"COVID-19\"]"
}, {
"author": "Theresa Rostek",
"date": 1588896000,
"hero": "/hlx_0b574cccdb4fafa24b3fa4995803fb2921ac57c9.jpeg",
"path": "en/publish/2020/05/08/6-best-practices-for-making-user-friendly-motion-graphics-templates.html",
"products": "[\"Stock\",\"After Effects\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "WeUyOE0W71KPWkMl",
"teaser": "Motion Graphics Templates combine amazing motion design, the creative power of After Effects, and efficient user experience in one package,",
"title": "6 Best Practices for Making User-Friendly Motion Graphics Templates",
"topics": "[\"Creativity\",\"Video & Audio\"]"
}, {
"author": "Giselle Abramovich",
"date": 1588896000,
"hero": "/hlx_cd332d41a7d8ccff2ff23a3e2e55eda6e50f9107.jpeg",
"path": "en/publish/2020/05/08/6-covid-19-memes-that-prove-there-is-room-for-levity.html",
"products": "[]",
"sourceHash": "hI1L8AHjMYGE8cEk",
"teaser": "COVID-19 is impacting how we work, live and play—that’s for sure. It’s also impacted how we “meme.” The Internet has",
"title": "6 COVID-19 Memes That Prove There Is Room For Levity",
"topics": "[\"Social\",\"COVID-19\"]"
}, {
"author": "Kristine Hamlett",
"date": 1588809600,
"hero": "/hlx_8461fd6fd83a4a32743a162893c5f25a9d5d6bfd.jpeg",
"path": "en/publish/2020/05/07/announcing-the-2020-adobe-experience-maker-awards-finalists.html",
"products": "[\"Experience Platform\",\"Experience Cloud\"]",
"sourceHash": "9/NpJqDwBI5MM+5Q",
"teaser": "We’re thrilled to announce the finalists of the 2020 Adobe Experience Maker Awards. The finalists are companies and individuals that",
"title": "Announcing the 2020 Adobe Experience Maker Awards Finalists",
"topics": "[\"Digital Transformation\",\"Adobe Summit\",\"News\"]"
}, {
"author": "Julie Martin",
"date": 1588809600,
"hero": "/hlx_4b66ac3be52838f378b8ac6ae38176db266f6fed.jpeg",
"path": "en/publish/2020/05/07/5-lessons-we-learned-from-transforming-adobe-summit-into-a-digital-experience.html",
"products": "[]",
"sourceHash": "+tQOxGeB5J7OMalU",
"teaser": "March 31, 2020, was supposed to be the day Adobe kicked off our annual Adobe Summit. As we do for",
"title": "5 Lessons We Learned From Transforming Adobe Summit Into a Digital Experience",
"topics": "[\"Adobe Summit\",\"Employee Impact\"]"
}, {
"author": "Simon Williams",
"date": 1588809600,
"hero": "/hlx_3b439c703eb431e3c2ca07278361894c8cecfeb1.png",
"path": "en/publish/2020/05/07/tunein-ux-online-radio-life-in-quarantine.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "WJM/gVa3rl09ScMl",
"teaser": "For more than a decade, TuneIn has served as an audio streaming service for its listening base, providing everything from",
"title": "TuneIn: Delivering Personalized Digital Radio UX When People Need It Most",
"topics": "[\"Design\",\"COVID-19\"]"
}, {
"author": "Christopher Young",
"date": 1588723200,
"hero": "/hlx_a26337f942fc373819c52c9ba2dbfccd94f156e1.jpeg",
"path": "en/publish/2020/05/06/how-experience-can-deliver-business-resilience-in-financial-services.html",
"products": "[]",
"sourceHash": "M2x2JxvBFaSCym5y",
"teaser": "The significance of customer experience has changed overnight. Before the current crisis, the customer experience was about delivering “delightful, personal,",
"title": "How Experience Can Deliver Business Resilience in Financial Services",
"topics": "[\"Financial Services\",\"Digital Transformation\",\"COVID-19\"]"
}, {
"author": "Kristine Hamlett",
"date": 1588723200,
"hero": "/hlx_7af679767414cc0919663bc431889e9350741824.png",
"path": "en/publish/2020/05/06/introducing-the-2020-adobe-analytics-champions.html",
"products": "[]",
"sourceHash": "JKWvmGRT+b7rSOZn",
"teaser": "The Adobe Analytics Champions are a community that unites Adobe Analytics’ most passionate and strategic users and partners to help",
"title": "Introducing the 2020 Adobe Analytics Champions",
"topics": "[\"Analytics\"]"
}, {
"author": "Document Cloud Team",
"date": 1588723200,
"hero": "/hlx_205ca931c2efdc4c0ecaf4a71133ea445f2a6829.jpeg",
"path": "en/publish/2020/05/06/qa-gd-bro-burger-steps-up-to-support-its-community.html",
"products": "[\"Sign\",\"Acrobat DC\",\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "egkH7j8FhSMdnBkc",
"teaser": "Just south of Los Angeles, Signal Hill is like most tight-knit communities throughout America. Life was fairly routine until March,",
"title": "Q&A: GD Bro Burger Steps Up to Support Its Community",
"topics": "[\"Digital Transformation\",\"Future of Work\",\"News\",\"Sustainability\",\"COVID-19\"]"
}, {
"author": "Adobe Communications Team",
"date": 1588723200,
"hero": "/hlx_179330a8c0aa345c495aec00d9c943fbf109faf5.jpeg",
"path": "en/publish/2020/05/06/be-kind-and-creative-with-adobe-live-nation-and-marshmello.html",
"products": "[\"After Effects\",\"Premiere Rush\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "4+ITt1NbHy+FoSRs",
"teaser": "Calling all Marshmello fans! Have you ever wanted to create your own music video with the latest track from your",
"title": "‘Be Kind’ and Creative with Adobe, Live Nation and Marshmello",
"topics": "[\"Creativity\",\"News\"]"
}, {
"author": "Craig Peasley",
"date": 1588723200,
"hero": "/hlx_9e192c8e91320804a2050b2811e3edc48f4c57a5.jpeg",
"path": "en/publish/2020/05/06/california-department-of-technology-streamlines-procurement-with-adobe-sign.html",
"products": "[\"Sign\",\"Acrobat DC\"]",
"sourceHash": "NkKCP8E84n6M2FYV",
"teaser": "California is known for many things: sunny beaches, towering redwoods, and the glamour of Hollywood. But for many people, California",
"title": "California Department of Technology Streamlines Procurement with Adobe Sign",
"topics": "[\"Future of Work\"]"
}, {
"author": "Abhigyan Modi",
"date": 1588636800,
"hero": "/hlx_a7cfb6c1dd8326d27bff19c55a6fd6fe38d1b54f.jpeg",
"path": "en/publish/2020/05/05/stronger-together-supporting-indias-communities-amidst-covid-19.html",
"products": "[]",
"sourceHash": "Q4cAJO1vLDPFHrwi",
"teaser": "Today, as COVID-19 impacts the world all around us, we are all dealing with unprecedented challenges. In this situation, it",
"title": "Stronger Together: Supporting India’s Communities Amidst COVID-19",
"topics": "[\"Diversity & Inclusion\",\"News\",\"COVID-19\"]"
}, {
"author": "Alyssa Nahatis",
"date": 1588636800,
"hero": "/hlx_647965a948b059e300ad7846c7ec3c9ef14190eb.jpeg",
"path": "en/publish/2020/05/05/amp-bimi-and-ai-can-supercharge-your-email-campaigns-but-dont-forget-the-basics.html",
"products": "[\"Campaign\",\"Experience Cloud\"]",
"sourceHash": "WhRMy2mgrJb2ozIw",
"teaser": "Three in five people say marketing emails influence their purchase decisions, and according to Adobe’s 2019 email survey, the average",
"title": "AMP, BIMI, and AI Can Supercharge Your Email Campaigns — But Don’t Forget the Basics",
"topics": "[\"Digital Transformation\",\"Campaign Management\"]"
}, {
"author": "Giselle Abramovich",
"date": 1588636800,
"hero": "/hlx_9dcfd7fd4aed3b079e7b3c04b7803e377e1d7f85.jpeg",
"path": "en/publish/2020/05/05/nonprofits-are-responding-to-covid-19-and-they-need-your-help.html",
"products": "[]",
"sourceHash": "yxOCa5/DoM7UgLse",
"teaser": "Companies around the world are taking steps to act responsibly in their reactions to the COVID-19 pandemic, and non-profit organizations",
"title": "Nonprofits Are Responding to COVID-19 and They Need Your Help",
"topics": "[\"Sustainability\",\"COVID-19\"]"
}, {
"author": "Sebastian Shaw",
"date": 1588636800,
"hero": "/hlx_2457fa2f9d9bbcb46ff924abb3683ac08dd171a4.png",
"path": "en/publish/2020/05/05/helpbydesign-coronavirus-inspired-artwork.html",
"products": "[\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "Ukd2QrCLucPzIbqB",
"teaser": "Art and design have played a critical role in times of crisis throughout history. Whether its ACT UP’s famous “Silence=Death”",
"title": "#HelpByDesign: Using Design for Community, Inspiration and Healing in Times of Crisis",
"topics": "[\"Creative Inspiration & Trends\",\"COVID-19\"]"
}, {
"author": "Karen McCavitt",
"date": 1588636800,
"hero": "/hlx_7e8a874f204a89fbc36a11ef726eb783967b101c.jpeg",
"path": "en/publish/2020/05/05/how-abilene-christian-university-prepares-students-for-a-digital-future.html",
"products": "[\"Premiere Rush\",\"Illustrator\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "fIUd65l7bKfVjJ4Q",
"teaser": "Abilene Christian University (ACU) in Texas is forging a new path and introducing digital literacy at all levels of the",
"title": "How Abilene Christian University Prepares Students for a Digital Future",
"topics": "[\"Education\"]"
}, {
"author": "Punith Suvarna",
"date": 1588636800,
"hero": "/hlx_0054af09b20646b6e64b56fcc5c0257bac5e3c92.jpeg",
"path": "en/publish/2020/05/05/creating-exceptional-digital-experiences-for-our-adobe-interns.html",
"products": "[]",
"sourceHash": "2nwQzjRzxMM796s0",
"teaser": "We are now approaching one of our favorite times of the year — intern season! This is normally the time",
"title": "Creating Exceptional Digital Experiences for our Adobe Interns",
"topics": "[\"Leadership\",\"Adobe Life\",\"University\"]"
}, {
"author": "Jill Steinhour",
"date": 1588550400,
"hero": "/hlx_d01e339bd3c5880ebe0cb2ace940dcf047c97042.jpeg",
"path": "en/publish/2020/05/04/turn-volatility-into-opportunity.html",
"products": "[\"Experience Cloud\"]",
"sourceHash": "XZUq9JXSfyAUM4zJ",
"teaser": "The story of explorer Ernest Shackleton and his men, who were stranded near Antarctica in 1915, is a dramatic lesson",
"title": "Turn Volatility Into Opportunity",
"topics": "[\"Digital Transformation\"]"
}, {
"author": "Tom Swanson",
"date": 1588550400,
"hero": "/hlx_3235aeaf803113086a94c9c42d8e4140e70d6743.jpeg",
"path": "en/publish/2020/05/04/meeting-new-needs-and-improving-experiences-through-telehealth.html",
"products": "[]",
"sourceHash": "JdfwiFRtEVtpJ+oX",
"teaser": "Telehealth is not new, but its adoption by healthcare providers and the general public has been slow. Aside from technological,",
"title": "Meeting New Needs and Improving Experiences Through Telehealth",
"topics": "[\"Healthcare\",\"Personalization\",\"COVID-19\"]"
}, {
"author": "Mat Hayward",
"date": 1588550400,
"hero": "/hlx_e1ba35702fa01ba9631652e12488e87ae657a90f.jpeg",
"path": "en/publish/2020/05/04/welcome-aboard-the-hallucination-engine.html",
"products": "[\"Photoshop\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "Vj/jRBNE7LN+IE75",
"teaser": "In the great Hallucination wars, an evil rogue scientist and his robot army battle against his prodigal son and a",
"title": "Welcome Aboard the Hallucination Engine",
"topics": "[\"Creativity\",\"Creative Inspiration & Trends\",\"Design\"]"
}, {
"author": "Document Cloud Team",
"date": 1588550400,
"hero": "/hlx_45fa4aebd1cd8733d4c6d86bb133d19acd9610e9.jpeg",
"path": "en/publish/2020/05/04/small-business-eiger-creative-thinks-big-with-adobe-sign.html",
"products": "[\"Scan\",\"Sign\",\"Acrobat DC\",\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "ribIOQLmMg4fsVn7",
"teaser": "Eiger Creative is a small company accustomed to big changes. Founded in the 1980s by CEO Richard Munger, the software",
"title": "Small Business Eiger Creative Thinks Big with Adobe Sign",
"topics": "[\"Digital Transformation\",\"Future of Work\"]"
}, {
"author": "Giselle Abramovich",
"date": 1588550400,
"hero": "/hlx_1267e8cf56e7363dd14d94a4cfb15c9f7780abb7.jpeg",
"path": "en/publish/2020/05/04/7-creative-face-masks-to-protect-you-while-you-show-your-style.html",
"products": "[]",
"sourceHash": "Ia3YNDLH7rwu+RWL",
"teaser": "COVID-19 has many of us stuck and at home, relishing those short trips to the supermarket just to get out",
"title": "8 Creative Face Masks To Protect You While You Show Your Style",
"topics": "[\"Creative Inspiration & Trends\",\"COVID-19\",\"Insights\",\"Creativity\"]"
}, {
"author": "Clara Galán",
"date": 1588291200,
"hero": "/hlx_c87b361505b6a11922327788f428c29bbad3097d.jpeg",
"path": "en/publish/2020/05/01/how-to-run-online-events-for-students.html",
"products": "[]",
"sourceHash": "T4UFgpunQMmmLJPH",
"teaser": "May is a month that we all look forward to — graduations, final projects and ending the academic year. This",
"title": "How to Run Online Events for Students",
"topics": "[\"Education\"]"
}, {
"author": "Sabrina Rodriguez",
"date": 1588291200,
"hero": "/hlx_15ebad3868360e8ac0a7bb5adc6bb99d574ccd85.png",
"path": "en/publish/2020/05/01/the-creative-trends-of-a-new-decade-and-of-a-new-world.html",
"products": "[\"Stock\"]",
"sourceHash": "3qwYXQ/YhSjhkcGB",
"teaser": "Back in February, I joined Adobe on The Drum’s latest webinar for one of the most exciting and informative panels",
"title": "The Creative Trends of a New Decade — and of a New World",
"topics": "[\"Creative Inspiration & Trends\",\"COVID-19\"]"
}, {
"author": "Adobe Communications Team",
"date": 1588291200,
"hero": "/hlx_97d47f1d901570d7b6c3ebc03f183ba9433fc53f.jpeg",
"path": "en/publish/2020/05/01/creative-resident-aiko-fukuda-teams-up-with-pantone-for-mermay.html",
"products": "[\"InDesign\",\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "UpBNSVoutBNSrsL2",
"teaser": "Aiko Fukuda, an Adobe Creative Resident, is a Japanese illustrator, mixed media artist… and a huge fan of Pantone. Struck",
"title": "Creative Resident Aiko Fukuda Teams Up With Pantone for MerMay",
"topics": "[\"Creativity\",\"Art\",\"Creative Inspiration & Trends\",\"Design\",\"Illustration\",\"Social\"]"
}, {
"author": "Raphael Hitzke",
"date": 1588204800,
"hero": "/hlx_e99bf1e66c19f7bd814e7bb51e7a9df2f09faeb4.jpeg",
"path": "en/publish/2020/04/30/helping-banks-and-insurance-companies-adapt-in-challenging-times-with-adobe-document-cloud.html",
"products": "[\"Acrobat DC\"]",
"sourceHash": "zrzLGpNZA1XOhhPm",
"teaser": "Over the past few weeks, banks and insurance companies have started putting business continuity plans in place, which include alternate",
"title": "Helping Banks and Insurance Companies Adapt in Challenging Times with Adobe Document Cloud",
"topics": "[\"Financial Services\",\"COVID-19\"]"
}, {
"author": "John Lewington",
"date": 1588204800,
"hero": "/hlx_e00c9ef71ac58d7f17fa2792375472f4dddf690e.jpeg",
"path": "en/publish/2020/04/30/protect-your-most-sensitive-digital-assets-while-working-from-home.html",
"products": "[\"Experience Platform\"]",
"sourceHash": "k+a0bOyeNjI+gN35",
"teaser": "COVID-19 transitioned millions of government workers from perimeter-style defenses with multiple network zones, firewalls, and encryption to working from home",
"title": "Protect Your Most Sensitive Digital Assets While Working from Home",
"topics": "[\"Government\",\"COVID-19\"]"
}, {
"author": "Katie Juran",
"date": 1588204800,
"hero": "/hlx_c9b73e87594083ce145032eefc9a5048ba92a6b2.jpeg",
"path": "en/publish/2020/04/30/coming-together-advocating-for-inclusion-in-the-covid-19-era.html",
"products": "[]",
"sourceHash": "ScTx7PQfEUl3Fcxx",
"teaser": "COVID-19 is one of the largest challenges that we have collectively faced as a global society. It has brought out",
"title": "Coming Together: Advocating for Inclusion in the COVID-19 Era",
"topics": "[\"Diversity & Inclusion\",\"News\",\"Data & Privacy\"]"
}, {
"author": "Tanya Avrith",
"date": 1588118400,
"hero": "/hlx_c6f25ac3097c8508a8b02c318e3febf63adfcda1.jpeg",
"path": "en/publish/2020/04/29/teachers-at-st-andrews-school-collaborate-to-make-history-a-creative-pursuit.html",
"products": "[\"Audition\",\"Spark\",\"Illustrator\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "PyhBIg8/wprw8Tx9",
"teaser": "When teachers think beyond their classroom walls and collaborate across subjects, great things can happen. At St. Andrew’s School in",
"title": "Teachers at St. Andrew’s School Collaborate to Make History a Creative Pursuit",
"topics": "[\"Education\"]"
}, {
"author": "Adobe Communications Team",
"date": 1588118400,
"hero": "/hlx_f9a02d5cb8ed1f336c9d60b192078b9d462209b7.jpeg",
"path": "en/publish/2020/04/29/how-to-use-a-personalization-application-to-rapidly-adapt-to-change.html",
"products": "[\"Target\"]",
"sourceHash": "HKXR1lXEi8ezNtoU",
"teaser": "We want to share with you best practices we’ve seen our clients embrace in their personalization programs to be more",
"title": "How to Use a Personalization Application to Rapidly Adapt to Change",
"topics": "[\"Personalization\"]"
}, {
"author": "Tara Knight",
"date": 1588118400,
"hero": "/hlx_0541c100de267cfa59488cdf3830be84ce549ce8.jpeg",
"path": "en/publish/2020/04/29/why-user-experience-is-in-vogue-at-the-fashion-institute-of-technology.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "rOOkFJhVfjZ+LYZ1",
"teaser": "The Fashion Institute of Technology (FIT) in New York is an internationally recognized college for design, fashion, art, communications, and",
"title": "Why User Experience is ‘In Vogue’ at the Fashion Institute of Technology",
"topics": "[\"Industry\",\"Education\"]"
}, {
"author": "Giselle Abramovich",
"date": 1588118400,
"hero": "/hlx_f869291df0b0505c1188e4cea514ce1403dd32be.jpeg",
"path": "en/publish/2020/04/29/10-brands-that-shifted-their-advertising-strategy-amid-covid-19.html",
"products": "[]",
"sourceHash": "rSwd2+x/HYZtEruL",
"teaser": "In the age of COVID-19, the mantra of “tell, not sell,” takes on a heightened importance in advertising. While some",
"title": "5 Brands That Shifted Their Advertising Strategy Amid COVID-19",
"topics": "[\"Advertising\",\"Video & Audio\"]"
}, {
"author": "Sarah Judge",
"date": 1588118400,
"hero": "/hlx_191c22dc89cd13ff82d2ddd8128131553989c623.jpeg",
"path": "en/publish/2020/04/29/anima-app-adobe-xd-plugin-design-to-code.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "dHkLKi0nM8EKqU1Z",
"teaser": "Bringing any experience to life requires keeping everyone on the same page. Designers are constantly communicating a vision and trying",
"title": "Anima for Adobe XD: Design Responsive Prototypes and Export Code",
"topics": "[\"Design\"]"
}, {
"author": "Chitra Mittha",
"date": 1588118400,
"hero": "/hlx_2d700be92eba8252e6beaa7ebbbfe1a355e59109.jpeg",
"path": "en/publish/2020/04/29/adobe-scan-is-the-new-homework-lifehack.html",
"products": "[\"Scan\",\"Sign\",\"Acrobat DC\"]",
"sourceHash": "EKsfBYkMfm0Exr6g",
"teaser": "As millions of students around the world learn from home, new time management and tech challenges have popped up like",
"title": "Adobe Scan is the New Homework Lifehack",
"topics": "[\"Education\",\"Diversity & Inclusion\",\"Digital Transformation\",\"Future of Work\",\"COVID-19\"]"
}, {
"author": "The Creative Cloud Team",
"date": 1588032000,
"hero": "/hlx_315112025967176120669fa88ac2fde925ad4f24.jpeg",
"path": "en/publish/2020/04/28/the-ultimate-resource-guide-for-learning-photoshop-at-any-skill-level.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "a5wO8HEpM7YnhwEk",
"teaser": "With so much of the world under stay-at-home restrictions to curb the spread of COVID-19, many of us are trying",
"title": "The Ultimate Resource Guide for Learning Photoshop at Any Skill Level",
"topics": "[\"Creativity\",\"Photography\"]"
}, {
"author": "Holly Clark",
"date": 1588032000,
"hero": "/hlx_26749981ed54d3ced6e5166fd3dba2836bea7ce6.jpeg",
"path": "en/publish/2020/04/28/distance-learning-means-rethinking-assessment.html",
"products": "[]",
"sourceHash": "9lVCq5BN1EjnKlSd",
"teaser": "This article is a part of a series of blog posts Adobe sponsored to raise up diverse voices within the",
"title": "Distance Learning Means Rethinking Assessment",
"topics": "[\"Education\"]"
}, {
"author": "Mala Sharma",
"date": 1588032000,
"hero": "/hlx_b0c42a7bb0df65e99912a775870d9c25f0f2d783.jpeg",
"path": "en/publish/2020/04/28/announcing-the-2020-adobe-creative-residents-and-community-fund.html",
"products": "[]",
"sourceHash": "XnbhyCokCH6pug8W",
"teaser": "One of my favorite programs at Adobe has been the Adobe Creative Residency. We introduced this program five years ago",
"title": "Announcing the 2020 Adobe Creative Residents and Community Fund",
"topics": "[\"Creativity\",\"News\"]"
}, {
"author": "Document Cloud Team",
"date": 1587945600,
"hero": "/hlx_8592a4a3b0705174098decb083692dd27ae54511.jpeg",
"path": "en/publish/2020/04/27/small-business-success-with-adobe-sign.html",
"products": "[\"Scan\",\"Sign\",\"Acrobat DC\"]",
"sourceHash": "IUjj1fiChxuwbCPJ",
"teaser": "When Luigi Recine was young, he saw a black-and-white print from famed photographer Ansel Adams that sparked a lifelong love",
"title": "Small Business Success with Adobe Sign",
"topics": "[\"Digital Transformation\",\"Future of Work\"]"
}, {
"author": "Craig Peasley",
"date": 1587945600,
"hero": "/hlx_3579656d7be262195746cc568b123ff889db462c.jpeg",
"path": "en/publish/2020/04/27/the-state-of-utah-uses-adobe-sign-to-accelerate-telework-during-crisis.html",
"products": "[\"Sign\",\"Acrobat DC\"]",
"sourceHash": "p9Oi+r1LaIoxXjES",
"teaser": "Utah is known for its rugged natural beauty, treasured by residents and attracting millions of tourists every year. The state",
"title": "The State of Utah Uses Adobe Sign to Accelerate Telework During Crisis",
"topics": "[\"Government\",\"Future of Work\",\"COVID-19\"]"
}, {
"author": "Hep Svadja",
"date": 1587945600,
"hero": "/hlx_fa071e33c57a58fb45dd27d0ce5d2ed88bdb3843.jpeg",
"path": "en/publish/2020/04/27/color-your-spring-with-adobe-color-gradients.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "PXrmh0Nr2gtvL03F",
"teaser": "Spring is a time for inspiring natural colors and Adobe Color offers new tools to make the most of that",
"title": "Color Your Spring with Adobe Color Gradients",
"topics": "[\"Creative Inspiration & Trends\",\"Design\"]"
}, {
"author": "Adobe Communications Team",
"date": 1587945600,
"hero": "/hlx_cde8718440b89a6b2835a69edd837c85b72fd9b3.jpeg",
"path": "en/publish/2020/04/27/adobe-superheroes-make-magic-at-the-de-youngsters-art-party.html",
"products": "[]",
"sourceHash": "zoYIOXTlqYxoDTvO",
"teaser": "For the sixth year, Adobe superheroes blended creativity and technology into a special Adobe magic — helping children at the",
"title": "Adobe Superheroes Make Magic at the de Youngsters Art Party",
"topics": "[\"Sustainability\",\"Art\",\"Creativity\",\"Adobe Culture\",\"Digital Transformation\"]"
}, {
"author": "Elissa Dunn Scott",
"date": 1587945600,
"hero": "/hlx_a84699a0fe3670dc2196c0cebe30a796daabe1a0.jpeg",
"path": "en/publish/2020/04/27/throwback-adobe-max-2019-edition.html",
"products": "[\"Photoshop\",\"Illustrator\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "VCnOeu2FOCHVhoOB",
"teaser": "As we navigate these unchartered waters, many of us are seeking inspiration and are craving creative stimulation. Whether you’re looking",
"title": "Throwback: Adobe MAX 2019 Edition",
"topics": "[\"Adobe MAX\",\"Creativity\"]"
}, {
"author": "Dana Rao",
"date": 1587945600,
"hero": "/hlx_f2f4b9c5afa9b263a0b97a7e45077713daf7cda6.jpeg",
"path": "en/publish/2020/04/27/supporting-local-governments-with-covid-19-testing-efforts.html",
"products": "[]",
"sourceHash": "Jg0yPLm2GZ97QTKf",
"teaser": "Amid the ongoing challenges presented by COVID-19, Adobe’s priority is supporting our employees, customers and communities across the globe. We",
"title": "Supporting Local Governments with COVID-19 Testing Efforts",
"topics": "[\"Leader Perspectives\",\"Government\",\"News\",\"Data & Privacy\",\"Sustainability\"]"
}, {
"author": "Steve Hammond",
"date": 1587686400,
"hero": "/hlx_70d3be12d0a2f7aab7d4d71d0d142e40bcd3a78a.jpeg",
"path": "en/publish/2020/04/24/adobe-sneaks-an-accessibility-tool-for-building-digital-experiences.html",
"products": "[]",
"sourceHash": "NKmEDEU0q5PPqhRE",
"teaser": "Once a year, a call goes out to over 21,000 employees across Adobe’s offices around the world. Anyone in the",
"title": "Adobe Sneaks: An Accessibility Tool for Building Digital Experiences",
"topics": "[\"Adobe Summit\",\"News\"]"
}, {
"author": "Angelica Frey",
"date": 1587686400,
"hero": "/hlx_5c6c758749f30d9bf89852ba76c2e6f44dd6102a.jpeg",
"path": "en/publish/2020/04/24/makeup-is-not-a-mask-but-a-tool-for-self-expression.html",
"products": "[\"Stock\"]",
"sourceHash": "CqQHnerepJTqTlQ4",
"teaser": "In 1920, Max Factor coined the term “make-up,” which was derived from the phrase “to make up (one’s) face.” The",
"title": "Makeup is Not a Mask, but a Tool for Self-Expression",
"topics": "[\"Creativity\",\"Creative Inspiration & Trends\",\"Diversity & Inclusion\"]"
}, {
"author": "Allen Partridge",
"date": 1587686400,
"hero": "/hlx_470bb496bafac61f6963d13e1fe78c86eef06487.jpeg",
"path": "en/publish/2020/04/24/suddenly-education-is-supposed-to-be-entirely-online-how-do-i-do-that.html",
"products": "[]",
"sourceHash": "Y0m3TBBzf2bPyJqh",
"teaser": "For educators, the current COVID-19 pandemic has brought to the forefront a need which has been largely ignored by brick-and-mortar",
"title": "Suddenly Education is Supposed to be Entirely Online: How Do I Do That?",
"topics": "[\"Education\",\"News\"]"
}, {
"author": "Dan Zhang",
"date": 1587686400,
"hero": "/hlx_f2140afe5145797dc51a0af95e45b197dd39c6ab.jpeg",
"path": "en/publish/2020/04/24/the-rise-of-private-traffic-and-owned-channels-in-china.html",
"products": "[]",
"sourceHash": "MmBiXcho0rJnSP5Q",
"teaser": "“Private traffic” (私域流量) is the latest buzzword in China’s digital marketing sector, coming up at almost every marketing event throughout",
"title": "The Rise of Private Traffic and Owned Channels in China",
"topics": "[\"Analytics\"]"
}, {
"author": "Adobe Communications Team",
"date": 1587600000,
"hero": "/hlx_58c605095e9dbf516cbf48842949c7506cf6c394.jpeg",
"path": "en/publish/2020/04/23/how-tweezerman-is-experiencing-87-boost-in-revenue-with-magento-commerce-2.html",
"products": "[\"Magento Commerce\"]",
"sourceHash": "Fuz4+Tf8FP9cNP/T",
"teaser": "In the world of beauty, creating a loyal following for products like tweezers and grooming might seem like an impossible",
"title": "How Tweezerman is Experiencing 87% Boost in Revenue with Magento Commerce 2",
"topics": "[\"Retail\",\"Digital Transformation\"]"
}, {
"author": "Benjamin Welch",
"date": 1587600000,
"hero": "/hlx_67fbe395ab185a258ab2e819111d719a1e1e7b7d.jpeg",
"path": "en/publish/2020/04/23/20-creative-ways-to-use-adobe-fonts-you-may-have-missed.html",
"products": "[\"Stock\",\"InDesign\",\"Photoshop\",\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "3+xP5atHBkKU6Q/5",
"teaser": "Creative Cloud is constantly evolving, bringing you the latest tools and services to refine your workflows. We know there’s a",
"title": "20 Creative Ways to Use Adobe Fonts (You May Have Missed)",
"topics": "[\"Typography\",\"Design\"]"
}, {
"author": "Curtis Wigington",
"date": 1587600000,
"hero": "/hlx_a7402e049fe6c8ab9fb27f4b0377df03ac283080.jpeg",
"path": "en/publish/2020/04/23/new-adobe-project-bridges-physical-and-digital-documents-with-ar.html",
"products": "[\"Acrobat DC\"]",
"sourceHash": "PK0QIkA22+8Nm1L0",
"teaser": "Both personally and professionally, many of us find ourselves looking at the same document on different platforms from time-to-time. As",
"title": "New Adobe Project Bridges Physical and Digital Documents with AR",
"topics": "[\"Adobe Summit\",\"News\",\"Digital Transformation\"]"
}, {
"author": "Angelica Frey",
"date": 1587513600,
"hero": "/hlx_db44807dcf49ff8ac8297937cb6bffd7dc1bccda.jpeg",
"path": "en/publish/2020/04/22/going-natural.html",
"products": "[\"Stock\"]",
"sourceHash": "Bwj8IEDT4ploEv5c",
"teaser": "Considering the worldwide COVID-19 health crisis, Earth Day is going to look a little bit different this year. As our",
"title": "Going Natural",
"topics": "[\"Sustainability\",\"Retail\"]"
}, {
"author": "Vince Digneo",
"date": 1587513600,
"hero": "/hlx_5ab35929b450d3bf7e262518dac214d63eddc230.jpeg",
"path": "en/publish/2020/04/22/supporting-sustainable-processes-is-more-important-than-ever.html",
"products": "[\"Scan\",\"Sign\",\"Acrobat DC\"]",
"sourceHash": "RrM7sIalOUJd2tRd",
"teaser": "As people around the globe continue to deal with the impact of our current crisis, it’s understandable that climate change",
"title": "Supporting Sustainable Processes Is More Important Than Ever",
"topics": "[\"Digital Transformation\",\"Leadership\",\"Future of Work\",\"Sustainability\"]"
}, {
"author": "Eric Philpott",
"date": 1587427200,
"hero": "/hlx_e7dbd71ae03456930e6f6cdb8f24cb401d0a78a8.jpeg",
"path": "en/publish/2020/04/21/the-premiere-pro-workflow-for-quibi.html",
"products": "[\"Photoshop\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "uYgkUxGr67AylEzl",
"teaser": "This month, Quibi launched its much-anticipated platform for video content. With advanced tools like Auto Reframe, position-aware motion graphics, flexible",
"title": "The Premiere Pro Workflow for Quibi",
"topics": "[\"Video & Audio\",\"Digital Transformation\",\"Social\"]"
}, {
"author": "Adobe Communications Team",
"date": 1587427200,
"hero": "/hlx_e22d6c311cd454a91c5b4c93734404ae11b01f51.jpeg",
"path": "en/publish/2020/04/21/better-together-photoshop-on-the-ipad-and-adobe-fresco-premium.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "aqc4ddQ9/99la6ao",
"teaser": "Like peanut butter and jelly, cookies and milk, or sand and surf, some things are just better together. Today we’re",
"title": "Better Together: Photoshop on the iPad and Adobe Fresco Premium",
"topics": "[\"Creativity\",\"News\"]"
}, {
"author": "Michael Gamböck",
"date": 1587427200,
"hero": "/hlx_b5daf87d7e0061a2ac5e5c1e57a5e3cfa3496229.jpeg",
"path": "en/publish/2020/04/21/adobe-pilots-certification-program-for-video-and-audio-system-integrators.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "Zgh4cf91xaGSB77D",
"teaser": "From streaming broadcasts to viral clips, the demand for video content continues to rise across the media and entertainment industry.",
"title": "Adobe Pilots Certification Program for Video and Audio System Integrators",
"topics": "[\"Video & Audio\",\"Media & Entertainment\"]"
}, {
"author": "Sue Skidmore",
"date": 1587427200,
"hero": "/hlx_d9e11662ba08d4bf492b9aa45de3b12429e74c8d.jpeg",
"path": "en/publish/2020/04/21/adobe-video-partners-support-collaboration-for-teams-working-remotely.html",
"products": "[\"Photoshop\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "O+BUvDNMpM+mZGx+",
"teaser": "Adobe’s video partners provide a range of integrated technologies—from workstations, virtual systems, and asset management solutions to collaboration software, streaming",
"title": "Adobe Video Partners Support Collaboration for Teams Working Remotely",
"topics": "[\"Video & Audio\",\"Media & Entertainment\",\"News\",\"COVID-19\"]"
}, {
"author": "Adobe Communications Team",
"date": 1587340800,
"hero": "/hlx_98761dcd9066840b41c9969aae8f0b79bfa5f2a0.jpeg",
"path": "en/publish/2020/04/20/adobe-tech-partners-offer-insights-offers-and-resources-in-response-to-covid-19.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "r1o6mRGV06kyArwW",
"teaser": "We at Adobe remain heartened by the continued efforts that Adobe partners everywhere are taking in response to the unprecedented",
"title": "Adobe Tech Partners Offer Insights, Offers, and Resources in Response to COVID-19",
"topics": "[\"News\"]"
}, {
"author": "Todd Gerber",
"date": 1587340800,
"hero": "/hlx_8f6da651237fd19b8841c37ea9f43e88a39786aa.jpeg",
"path": "en/publish/2020/04/20/be-more-productive-by-focusing-your-intention.html",
"products": "[\"Scan\",\"Sign\",\"Acrobat DC\"]",
"sourceHash": "AnnuvKNIaBA4jkrn",
"teaser": "We all want to be more productive. But what exactly do we mean by “productivity”? The easy answer is that",
"title": "Be More Productive by Focusing Your Intention",
"topics": "[\"Future of Work\",\"Career Advice\"]"
}, {
"author": "Erica Schisler",
"date": 1587340800,
"hero": "/hlx_d2244e697fccbd05fd3cbf428cd2d16c542e4e64.jpeg",
"path": "en/publish/2020/04/20/recess-rita-on-the-monkey-bars.html",
"products": "[\"Photoshop\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "k4oF2Xs6js5vdcch",
"teaser": "The Recess Rita puppet loves showing off her skill on the monkey bars. She’s inspired by a scene from the",
"title": "Recess Rita on the Monkey Bars!",
"topics": "[\"Video & Audio\",\"Media & Entertainment\"]"
}, {
"author": "Adobe Education Team",
"date": 1587081600,
"hero": "/hlx_3623bd0fca73e2e0eb4df088026ee8853f1f2462.jpeg",
"path": "en/publish/2020/04/17/igniting-student-creativity-through-virtual-art-lessons-amid-school-closures-with-adobe-and-time-for-kids.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "5dqwQ+SdUQw5Cdau",
"teaser": "With schools having shifted to remote learning due to the coronavirus pandemic, students and parents are adjusting to a new",
"title": "Igniting Student Creativity Through Virtual Art Lessons with Adobe and TIME for Kids",
"topics": "[\"Education\",\"Creative Inspiration & Trends\"]"
}, {
"author": "Peter Ryce",
"date": 1587081600,
"hero": "/hlx_8daab619ec7440de7f7f941153c102dae14943a0.jpeg",
"path": "en/publish/2020/04/17/multi-layered-security-for-virtual-meetings-trainings-and-classrooms.html",
"products": "[]",
"sourceHash": "t/oAQnFs39Kv3LKI",
"teaser": "With all that is happening in the world today, we are spending more time online than ever before. For many",
"title": "Multi-layered Security for Virtual Meetings, Trainings and Classrooms",
"topics": "[\"Future of Work\"]"
}, {
"author": "Adobe Social Media Team",
"date": 1587081600,
"hero": "/hlx_4453b96ca2b6b2c78b874decfbec8286a704b4bc.jpeg",
"path": "en/publish/2020/04/17/stay-in-stay-inspired-activities-to-keep-your-creativity-flowing.html",
"products": "[]",
"sourceHash": "imSA1+885aq3YZnv",
"teaser": "We’re all facing the current crisis together. As Adobe’s social media team, we can’t help but think about the role",
"title": "Stay In, Stay Inspired: Activities to Keep Your Creativity Flowing",
"topics": "[\"Creative Inspiration & Trends\",\"COVID-19\"]"
}, {
"author": "Suzanne Steele",
"date": 1586995200,
"hero": "/hlx_f07752cabd66c52b2169e92a293fc5a48d9b3e76.jpeg",
"path": "en/publish/2020/04/16/collaboration-in-times-of-uncertainty-during-covid-19.html",
"products": "[]",
"sourceHash": "i39vJxZpjciLHDnv",
"teaser": "We’re living in a unique, challenging and historical time, a time filled with many uncertainties. A time where a virus",
"title": "Collaboration in Times of Uncertainty During COVID-19",
"topics": "[\"Career Advice\",\"COVID-19\"]"
}, {
"author": "Adobe Communications Team",
"date": 1586995200,
"hero": "/hlx_461d438a5446d97486b2aec620610d22f267303b.jpeg",
"path": "en/publish/2020/04/16/magento-commerce-fuels-rxbars-b2b2c-omnichannel-experience.html",
"products": "[\"Magento Commerce\"]",
"sourceHash": "FKPEa+7imc7rAZhr",
"teaser": "We all know the odds: only about half of small businesses make it past the five-year mark. So, in 2013",
"title": "Magento Commerce Fuels RXBAR’s B2B2C Omnichannel Experience",
"topics": "[\"Digital Transformation\"]"
}, {
"author": "Francesco Giorgetti",
"date": 1586995200,
"hero": "/hlx_399cf1a0112f2cd418df2927b0fb29a9fc92ea83.jpeg",
"path": "en/publish/2020/04/16/be-productive-wherever-you-are-with-adobe-document-cloud-and-microsoft.html",
"products": "[\"Scan\",\"Sign\",\"Acrobat DC\"]",
"sourceHash": "n2xMkqBhg5zeSq+O",
"teaser": "As most individuals, small businesses, and enterprises move to virtual collaboration to keep business going during these unprecedented times, we",
"title": "Be Productive Wherever You Are with Adobe Document Cloud and Microsoft",
"topics": "[\"Future of Work\",\"Digital Transformation\",\"COVID-19\"]"
}, {
"author": "Adobe Communications Team",
"date": 1586908800,
"hero": "/hlx_580b14af23f1443e1279642fa1e396e66209a068.jpeg",
"path": "en/publish/2020/04/15/four-lessons-from-apac-creatives-on-shaping-team-environments.html",
"products": "[]",
"sourceHash": "Y4ObcvUSHnoygmQ8",
"teaser": "We live in the most creative era in history. Like never before, technology and globalisation have given people access to",
"title": "Four Lessons From APAC Creatives on Shaping Team Environments",
"topics": "[\"Career Advice\"]"
}, {
"author": "Patrick Faller",
"date": 1586908800,
"hero": "/hlx_bd4f1a2a1665d76451f6e04bac606b3fab7abf84.jpeg",
"path": "en/publish/2020/04/15/patana-ai-early-diagnosis-parkinsons-app.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "LLLvaQPpRmNcehCI",
"teaser": "More than 10 million people are living with Parkinson’s Disease worldwide, according to the Parkinson’s Foundation. Early detection of the",
"title": "Designing Patana AI: A New App for the Early Detection of Parkinson’s Disease",
"topics": "[\"Design\"]"
}, {
"author": "Clara Galán",
"date": 1586908800,
"hero": "/hlx_df018ba547fcd09020f19f1e0400ad4b403f7c11.jpeg",
"path": "en/publish/2020/04/15/creative-spaces-in-distance-learning.html",
"products": "[\"Spark\"]",
"sourceHash": "u1GXixkkTtrcJg0t",
"teaser": "In distance learning, it is difficult to organize the learning environment the same way we would a physical classroom. In",
"title": "Creative Spaces in Distance Learning",
"topics": "[\"Education\",\"COVID-19\"]"
}, {
"author": "Lance Shields",
"date": 1586908800,
"hero": "/hlx_945299b01e0b524386f809e82e66513ecf2d9ada.jpeg",
"path": "en/publish/2020/04/15/ideate-visually-anywhere-with-the-whiteboard-plugin-for-adobe-xd.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "xg4rE/mRWO3gzn2f",
"teaser": "Across the room or around the world, you can now whiteboard out new ideas together in Adobe XD. Just a",
"title": "Ideate Visually Anywhere with the Whiteboard Plugin for Adobe XD",
"topics": "[\"Design\"]"
}, {
"author": "Van Bedient",
"date": 1586822400,
"hero": "/hlx_dc6db9863f63bea555fa4d7eee99d5ec0eb43e3e.jpeg",
"path": "en/publish/2020/04/14/introducing-productions-in-premiere-pro.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "OYAe9OdfKhxXqwv+",
"teaser": "We’re delighted to announce that Productions is available today in Premiere Pro. Productions provides a flexible and highly scalable framework",
"title": "Productions: Available Today in Premiere Pro",
"topics": "[\"News\",\"Video & Audio\"]"
}, {
"author": "Jeanette Mathews",
"date": 1586822400,
"hero": "/hlx_cc87429c0a103753baca0f30250b6fb1c433c70a.jpeg",
"path": "en/publish/2020/04/14/dimension-april-2020-3d-text-customizable-shapes.html",
"products": "[\"Photoshop\",\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "OSMjK9AhsGx3YtwJ",
"teaser": "We know it’s the fundamentals that are the most important for your creative workflows, so we’re excited to reveal that",
"title": "Adobe Dimension April 2020 Release: Elevate Your Creative Designs with 3D Text and Customizable Basic Shapes",
"topics": "[\"Design\",\"3D & AR\"]"
}, {
"author": "Adobe Communications Team",
"date": 1586822400,
"hero": "/hlx_f59fd8d0f3738dfd212a273991fc81bdbc1c6264.jpeg",
"path": "en/publish/2020/04/14/using-creativity-to-honorheroes-doing-extraordinary-things-during-covid-19-2.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "LMPfMItncdA0Nd+i",
"teaser": "In times like this, we are reminded of how community and creativity have the power to change the world. Everyday",
"title": "#HonorHeroes with Creativity During COVID-19",
"topics": "[\"Creativity\",\"Creative Inspiration & Trends\",\"News\"]"
}, {
"author": "Molly Thompson",
"date": 1586822400,
"hero": "/hlx_f21dff29e9b22d66308fa36eec83074120e1c51f.jpeg",
"path": "en/publish/2020/04/14/adobe-offers-team-projects-to-premiere-pro-and-after-effects-users-with-a-creative-cloud-individual-license.html",
"products": "[\"After Effects\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "CE+KDp1yjSDb7kWB",
"teaser": "In an effort to support our community as they adjust to working remotely, we are pleased to extend the availability",
"title": "Working Remotely? Adobe Offers Team Projects to Premiere Pro and After Effects Users with a Creative Cloud Individual License Through August 17, 2020",
"topics": "[\"Video & Audio\",\"COVID-19\"]"
}, {
"author": "Loni Stark",
"date": 1586822400,
"hero": "/hlx_b8c2a2cd50f03f384ff30bf65f563a0ed7ac4709.jpeg",
"path": "en/publish/2020/04/14/announcing-adobe-commerce-cloud-fast-start-program-magento-commerce.html",
"products": "[\"Magento Commerce\"]",
"sourceHash": "MU68mdv6HSO0aVrA",
"teaser": "Change is a constant, as the saying goes, but sometimes it comes faster than anticipated. The latest Digital Economy Index",
"title": "Announcing Magento Commerce Fast Start Program for B2B and B2C Enterprise Brands",
"topics": "[\"Digital Transformation\",\"Corporate Marketer\"]"
}, {
"author": "Adobe Communications Team",
"date": 1586822400,
"hero": "/hlx_f59fd8d0f3738dfd212a273991fc81bdbc1c6264.jpeg",
"path": "en/publish/2020/04/14/using-creativity-to-honorheroes-doing-extraordinary-things-during-covid-19.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "DgbVxsqyXG4eXn5m",
"teaser": "In times like this, we are reminded of how community and creativity have the power to change the world. Everyday",
"title": "#HonorHeroes with Creativity During COVID-19",
"topics": "[\"Creativity\",\"Creative Inspiration & Trends\",\"News\"]"
}, {
"author": "Mary Sheehan",
"date": 1586736000,
"hero": "/hlx_4ccb4a7f0fc7f5f1914b29eb8384dadba282240c.jpeg",
"path": "en/publish/2020/04/13/the-dos-and-donts-of-advertising-during-covid-19.html",
"products": "[\"Advertising Cloud\"]",
"sourceHash": "twXtUjiBKLHU8hYM",
"teaser": "The effects of COVID-19 continue to evolve around the world and impact all aspects of life as we adapt to",
"title": "The Dos and Don’ts of Advertising During COVID-19",
"topics": "[\"Advertising\",\"COVID-19\"]"
}, {
"author": "RF Jurjevics",
"date": 1586736000,
"hero": "/hlx_a735db7f0259eaf79e441029ba85ebe67ba3d9b1.jpeg",
"path": "en/publish/2020/04/13/so-how-are-you-feeling.html",
"products": "[\"Stock\"]",
"sourceHash": "ayfe7dXuuK+5qMRC",
"teaser": "So much of who we are and how we feel have been what fuels creativity, artistry, and ingenuity since… forever.",
"title": "So, How Are You Feeling?",
"topics": "[\"Creative Inspiration & Trends\",\"Creativity\"]"
}, {
"author": "Irene Malatesta",
"date": 1586476800,
"hero": "/hlx_c4ccf23ef65582f9f686fa07e63b412b74c74914.jpeg",
"path": "en/publish/2020/04/10/smart-keywording-without-bias.html",
"products": "[\"Stock\"]",
"sourceHash": "KCEnzGX8XtkWC6R7",
"teaser": "Creating high-quality work is only part of the equation for selling stock content. Using the right keywords is crucial to",
"title": "Smart Keywording Without Bias",
"topics": "[\"Creativity\",\"Photography\"]"
}, {
"author": "Tom Swanson",
"date": 1586476800,
"hero": "/hlx_aeb6417985e82dd2e8c9fbb29bcc30acfc126183.jpeg",
"path": "en/publish/2020/04/10/providing-certainty-in-uncertain-times-with-effective-healthcare-communications.html",
"products": "[]",
"sourceHash": "ZUlxwaeWURf/vDr0",
"teaser": "Communication with customers and employees has always been important, but as we all adapt to new ways of living and",
"title": "Providing Certainty in Uncertain Times with Effective Healthcare Communications",
"topics": "[\"Healthcare\",\"Personalization\"]"
}, {
"author": "Clara Galán",
"date": 1586390400,
"hero": "/hlx_1403dcd2256c9b0cf15c453c080b9d1d294be6ca.jpeg",
"path": "en/publish/2020/04/09/equity-in-distance-learning.html",
"products": "[\"Spark\"]",
"sourceHash": "pD57FP0ySO1GKXmo",
"teaser": "While we transition to distance learning in light of COVID-19, we must face the reality that not all students’ home",
"title": "Equity in Distance Learning",
"topics": "[\"Education\",\"COVID-19\"]"
}, {
"author": "Jenny Ho",
"date": 1586390400,
"hero": "/hlx_02dfac3210a0956bf3e8cc79814cb3403857eb28.jpeg",
"path": "en/publish/2020/04/09/create-seamless-workflows-for-hr-with-servicenow-and-adobe-sign.html",
"products": "[\"Sign\",\"Acrobat DC\"]",
"sourceHash": "WFLmX/4V6fTlJG+e",
"teaser": "Since 2016, Adobe has partnered with ServiceNow to streamline document workflows and approvals inside ServiceNow® applications. Adobe Sign—the most comprehensive",
"title": "Create Seamless Workflows for HR with ServiceNow and Adobe Sign",
"topics": "[\"Digital Transformation\"]"
}, {
"author": "Sandeep Nawathe",
"date": 1586390400,
"hero": "/hlx_f55d5f9fecbf5153d850e5339403a103fbbeef13.jpeg",
"path": "en/publish/2020/04/09/a-new-architectural-approach-to-building-a-unified-customer-profile-in-todays-ever-changing-big-data-landscape.html",
"products": "[\"Experience Platform\"]",
"sourceHash": "6kv4Z0Wz9l/+5tJy",
"teaser": "In recent years, growing expectations for relevant, timely, and engaging customer experiences have enterprises in all industries seeking technologies to",
"title": "A New Architectural Approach to Building a Unified Customer Profile in Today’s Ever-Changing Big Data Landscape",
"topics": "[\"Digital Transformation\",\"Personalization\"]"
}, {
"author": "Irene Malatesta",
"date": 1586390400,
"hero": "/hlx_7a8d9973cff3bc500b383897895f1e684ca75437.jpeg",
"path": "en/publish/2020/04/09/new-templates-make-working-from-home-more-productive.html",
"products": "[\"Stock\"]",
"sourceHash": "So7ia2JdZzUlWEVY",
"teaser": "Even before the coronavirus outbreak, remote work was on the rise. Many remote employees say that working from home keeps",
"title": "New Templates Make Working from Home More Productive",
"topics": "[\"Design\",\"Creativity\",\"COVID-19\"]"
}, {
"author": "Bridget Roman",
"date": 1586304000,
"hero": "/hlx_c272a1d77b5139f7fd91faca6bc2ee53e048c6f3.jpeg",
"path": "en/publish/2020/04/08/its-smart-to-lighten-the-load-dynamic-media-classic-reduces-image-sizes-by-30-or-more.html",
"products": "[\"Experience Cloud\"]",
"sourceHash": "o1itd93bo/OJbVcF",
"teaser": "We all know that slow page load time leads to site abandonment, which can lead to loss of revenue. And",
"title": "It’s Time to Lighten the Load: Smart Imaging Reduces Image Sizes by 30% or More",
"topics": "[\"Digital Transformation\"]"