forked from adobe/theblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquery-index-0.json
2561 lines (2561 loc) · 141 KB
/
query-index-0.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": "Kaveri Misra",
"date": 1592352000,
"hero": "/hlx_ffbbe40dc230ba5c28cccf2a1a02ed79bc356b24.jpeg",
"path": "en/publish/2020/06/17/5-potential-pitfalls-to-avoid-as-you-prioritise-digital-transformation-goals.html",
"products": "[]",
"sourceHash": "jfIQs64T3pbNteZ+",
"teaser": "Plenty has been written about businesses adapting to new demands in light of COVID-19. Indeed, the pandemic has changed priorities",
"title": "5 Potential Pitfalls to Avoid as You Prioritise Digital Transformation Goals",
"topics": "[\"Digital Transformation\"]"
}, {
"author": "Scott Belsky",
"date": 1592265600,
"hero": "/hlx_6032a0f0d5c0c14d9c6e635090b20ad64ea68dc5.png",
"path": "en/publish/2020/06/16/supporting-a-creative-renaissance-with-new-creative-cloud-products-and-features.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "xoI5tw0zUdGzAoOs",
"teaser": "Recent events around the world have proven how essential creativity is in people’s lives. As the shelter-in-place orders took hold,",
"title": "Supporting a Creative Renaissance with New Creative Cloud Products and Features",
"topics": "[\"Creativity\",\"News\"]"
}, {
"author": "Lisa Ngo",
"date": 1592265600,
"hero": "/hlx_34dec59cf823f2735ea150082b2ad79bd4be0873.jpeg",
"path": "en/publish/2020/06/16/streamline-edits-with-the-improved-raw-defaults.html",
"products": "[\"Lightroom\",\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "BJH1APe0cb9Aiu8W",
"teaser": "In February and June, the photography teams launched an improved Raw Default system that gives you the power to customize",
"title": "Streamline Edits with the Improved Raw Defaults",
"topics": "[\"Photography\"]"
}, {
"author": "Janet Mozaffari",
"date": 1592265600,
"hero": "/hlx_61e8c5db3695f30a9c05497e2d7877348d89549b.jpeg",
"path": "en/publish/2020/06/16/new-effects-panel-coming-soon-to-adobe-premiere-rush.html",
"products": "[\"Premiere Rush\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "fmjuM1+OzKDo7hYP",
"teaser": "The Premiere Rush team is thrilled to share a preview of our new Effects Panel, which houses Transitions and Motion",
"title": "New! Effects Panel Coming Soon to Adobe Premiere Rush",
"topics": "[\"Video & Audio\",\"Adobe MAX\"]"
}, {
"author": "Chantel Benson",
"date": 1592265600,
"hero": "/hlx_91da1a98d2adf66c999b2378376b058ff4fedd7a.jpeg",
"path": "en/publish/2020/06/16/june-2020-release-of-adobe-aero-new-features-to-create-even-more-immersive-ar-experiences.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "v+GxJYXOYnRwsZN2",
"teaser": "Augmented reality is the next great frontier of digital storytelling. While the medium and the technology that powers it have",
"title": "June 2020 Release of Adobe Aero: New Features to Create Even More Immersive AR Experiences",
"topics": "[\"Design\"]"
}, {
"author": "Eric Philpott",
"date": 1592265600,
"hero": "/hlx_4fcea3c300146fcd0f15d63d5ed2e4a486b86e1f.jpeg",
"path": "en/publish/2020/06/16/june-2020-adobe-video-audio-performance-report.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "G30aySHk6ige7Ia3",
"teaser": "Public Beta is transforming the way we build and release software. Today’s release includes nearly 200 bug fixes and performance",
"title": "How Beta is Helping Us Build Better Products",
"topics": "[\"Video & Audio\",\"Media & Entertainment\"]"
}, {
"author": "Molly Doane",
"date": 1592265600,
"hero": "/hlx_2efd1655615f25ef8d9d491eeceb1a998c8851bf.png",
"path": "en/publish/2020/06/16/introducing-font-tags-meet-your-next-typographic-inspiration-tool.html",
"products": "[\"InDesign\",\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "QDHtbKHZ+I5GyYUo",
"teaser": "Starting today, we introduce font browsing by tags — making it easier than ever for Creative Cloud subscribers to take",
"title": "Introducing Font Tags: Meet Your Next Typographic Inspiration Tool",
"topics": "[\"Typography\",\"Design\"]"
}, {
"author": "Sara Linderman",
"date": 1592265600,
"hero": "/hlx_e3835ebf5a0721ffc3467e8d5ec4655a8099ddb0.jpeg",
"path": "en/publish/2020/06/16/indesign-introduces-a-new-way-to-share-and-review.html",
"products": "[\"InDesign\"]",
"sourceHash": "DiP19H3ufQnM/Lui",
"teaser": "The creative process is empowering and inspiring. The creative review cycle, unfortunately, is not. Circulating your work to collaborators and",
"title": "InDesign Introduces a New Way to Share and Review",
"topics": "[\"Design\"]"
}, {
"author": "Durin Gleaves",
"date": 1592265600,
"hero": "/hlx_78c2c15bc4908e37e9e598db7665606b0b4553f5.jpeg",
"path": "en/publish/2020/06/16/how-to-make-a-podcast.html",
"products": "[\"Audition\"]",
"sourceHash": "CYTpgtG/4s0lmwJH",
"teaser": "Mike Russell of Music Radio Creative is a beloved name and face in the audio community. For years he has",
"title": "How to Make a Podcast",
"topics": "[\"Video & Audio\"]"
}, {
"author": "Jeff Pedersen",
"date": 1592265600,
"hero": "/hlx_57cdb51e5022613303de12b62455a658d8e7ba2d.jpeg",
"path": "en/publish/2020/06/16/how-dorna-hit-its-top-speed-during-covid-19.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "xla8gyrcTWqu10Vw",
"teaser": "MotoGP™ is the world’s highest division of motorcycle racing. MotoGP races also make for an edge of your seat spectator",
"title": "How Dorna Hit Its Top Speed During COVID-19",
"topics": "[\"Video & Audio\",\"Media & Entertainment\"]"
}, {
"author": "Gayle Kesten",
"date": 1592265600,
"hero": "/hlx_e03a288230405a2ed2e3ea76c6f7e1a831caa77d.png",
"path": "en/publish/2020/06/16/heres-the-new-deal-how-to-use-data-to-build-greater-trust-and-loyalty-with-consumers.html",
"products": "[]",
"sourceHash": "fWGBoKh0RgcjWpLY",
"teaser": "Nearly 90 years ago, President Franklin D. Roosevelt put forth the New Deal — a series of programs and projects",
"title": "Here’s The (New) Deal: How To Use Data To Build Greater Trust And Loyalty With Consumers",
"topics": "[\"Analytics\",\"Personalization\"]"
}, {
"author": "Michael Grier",
"date": 1592265600,
"hero": "/hlx_2054e7c917d68774b58e79df332208e1e713fc53.jpeg",
"path": "en/publish/2020/06/16/flipping-the-script-a-new-game-plan-for-media-and-entertainment-brands.html",
"products": "[\"Experience Manager\"]",
"sourceHash": "0sxYL6WaxQHe6lrI",
"teaser": "The way we watch, read, and listen to content has changed countless times in recent years — and media and",
"title": "Flipping the Script: A New Game Plan for Media and Entertainment Brands",
"topics": "[\"Personalization\",\"Media & Entertainment\"]"
}, {
"author": "Annemarie Beliard",
"date": 1592265600,
"hero": "/hlx_55b8869b155e3882322a34e8df60997aca9eaf2d.jpeg",
"path": "en/publish/2020/06/16/creative-cloud-desktop-app-manage-fonts-plus-access-cloud-documents-in-one-place.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "JBh+pPukpd8fndU9",
"teaser": "The Creative Cloud desktop is a one-stop shop to access all your favorite Creative Cloud apps, complementary services, creative assets,",
"title": "Creative Cloud Desktop App: Manage Fonts, Plus Access Cloud Documents in One Place",
"topics": "[\"Design\"]"
}, {
"author": "Annemarie Beliard",
"date": 1592265600,
"hero": "/hlx_2b9dbd873e720f05ccd73905d406da4827e4dd9f.jpeg",
"path": "en/publish/2020/06/16/better-collaboration-work-from-home-adobe-cc.html",
"products": "[\"InDesign\",\"Spark\",\"Photoshop\",\"Illustrator\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "eInXFKn91Lni4rug",
"teaser": "Over the past few months, the world around us has changed a lot, and creative businesses have had to adapt.",
"title": "Better Collaboration While Working from Home: Adobe Creative Cloud Unveils New Tools and Features",
"topics": "[\"Design\"]"
}, {
"author": "Adobe Communications Team",
"date": 1592265600,
"hero": "/hlx_1534bfa70550bde0d55f95d936fa02b8f5022ea9.jpeg",
"path": "en/publish/2020/06/16/adobe-stock-launches-audio.html",
"products": "[\"Stock\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "jYKFodyhTSImZVPk",
"teaser": "Today we’re announcing the launch of Adobe Stock audio, its seamless integration within Adobe Premiere Pro, and our collaboration with",
"title": "The Right Track to the Right Track",
"topics": "[\"Video & Audio\"]"
}, {
"author": "Adobe Communications Team",
"date": 1592265600,
"hero": "/hlx_ab8a2ad72fb0082fa52959aae9cd8be60a50363e.jpeg",
"path": "en/publish/2020/06/16/adobe-stock-audio-content-id-claims.html",
"products": "[\"Stock\",\"Creative Cloud\"]",
"sourceHash": "Y1l1elGUIfwZ8Hs5",
"teaser": "Music is a powerful form of creative expression that speaks to us in ways that words cannot. Music is great",
"title": "Adobe Stock Audio and YouTube’s Content ID",
"topics": "[\"Video & Audio\"]"
}, {
"author": "Will Allen",
"date": 1592265600,
"hero": "/hlx_a5e42eb90a1594dfe8717030c3dc49cb80e94da8.jpeg",
"path": "en/publish/2020/06/16/adobe-live-expansion-behance-image-search.html",
"products": "[\"Photoshop\",\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "zEAnRPYZRCAF1dp8",
"teaser": "During challenging times, such as these, it’s easy to focus on the ways we’ve been pulled apart. While design conferences,",
"title": "New Features and Updates for Behance and Adobe Live",
"topics": "[\"Design\"]"
}, {
"author": "Wayne Hoang",
"date": 1592265600,
"hero": "/hlx_62786d40c1d4bc76865551f382f3f3a8deca82f3.jpeg",
"path": "en/publish/2020/06/16/adobe-illustrator-summer-release.html",
"products": "[\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "PipzgNBAmzcaBGtY",
"teaser": "The latest release of Illustrator introduces Cloud documents and other improvements that let you to work brilliantly anywhere. From automatic",
"title": "Adobe Illustrator Summer Release",
"topics": "[\"Design\",\"Illustration\"]"
}, {
"author": "Ajay Shukla",
"date": 1592265600,
"hero": "/hlx_8110517b8b5bdc1a187b88ff615289ea91750605.png",
"path": "en/publish/2020/06/16/adobe-animate-june-2020-available-now.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "IV/+bBnVjSCa6/1Z",
"teaser": "We are very excited to announce the availability of the June release of Adobe Animate. This release is geared toward",
"title": "Adobe Animate June 2020 — Available Now!",
"topics": "[\"Video & Audio\"]"
}, {
"author": "Eric Philpott",
"date": 1592265600,
"hero": "/hlx_9762868339523e40031a9a0e2f2752429cba72a0.jpeg",
"path": "en/publish/2020/06/16/accelerate-workflows-and-craft-better-stories-with-adobe-creative-cloud-video-and-audio-applications.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "O3v3qOqWiONH568l",
"teaser": "Today we’re excited to announce a major update across Creative Cloud. For video, the new release includes Adobe Stock audio",
"title": "Accelerate Workflows and Craft Better Stories With Adobe Creative Cloud Video and Audio Applications",
"topics": "[\"Video & Audio\",\"Media & Entertainment\"]"
}, {
"author": "Simon Tate",
"date": 1592179200,
"hero": "/hlx_f535837c3e2b97363e0eda3df635f119740cca98.jpeg",
"path": "en/publish/2020/06/15/walking-and-talking-my-vision-for-leadership-in-a-crisis.html",
"products": "[]",
"sourceHash": "f2lR8sIGwjOQhzHg",
"teaser": "What’s it like to start an executive role in the middle of a global pandemic? Let me illustrate with a",
"title": "Walking and Talking: My Vision for Leadership in a Crisis",
"topics": "[\"Career Advice\"]"
}, {
"author": "Chitra Mittha",
"date": 1592179200,
"hero": "/hlx_c5fb4126ecc65e1daf4645ab293b67489cfaef1c.jpeg",
"path": "en/publish/2020/06/15/students-fill-sign-your-school-forms-from-home-with-acrobat-reader.html",
"products": "[\"Acrobat DC\",\"Scan\",\"Sign\",\"Document Cloud\"]",
"sourceHash": "jQEnjOxbzFW5+7z8",
"teaser": "Back when everyone was in the classroom, handing out paper forms to students, or their parents, to fill, sign, and",
"title": "Students: Fill & Sign Your School Forms from Home with Acrobat Reader",
"topics": "[\"Future of Work\",\"Education\",\"Digital Transformation\"]"
}, {
"author": "Dana Rao",
"date": 1592179200,
"hero": "/hlx_8d96b6c803fbb58ef9c73325e51e555907e92710.jpeg",
"path": "en/publish/2020/06/15/major-milestone-for-our-lgbtq-communities.html",
"products": "[]",
"sourceHash": "YcP6OzhQCAy3GZ2z",
"teaser": "At Adobe, we believe everyone deserves respect and equal treatment. We have been reminded of the gravity of this belief",
"title": "A Major Milestone for Our LGBTQ+ Communities",
"topics": "[\"News\",\"Leader Perspectives\",\"Adobe Culture\",\"Diversity & Inclusion\",\"Government\",\"Community\",\"Data & Privacy\"]"
}, {
"author": "Julie Hoffmann",
"date": 1592179200,
"hero": "/hlx_bb9af8bb98d1af2e28c9145a11c82711ea755a96.jpeg",
"path": "en/publish/2020/06/15/how-tourism-brands-can-turn-chaos-into-opportunity.html",
"products": "[]",
"sourceHash": "15tNm2JYqsH//BwS",
"teaser": "Summer vacations are going to look a little different this year than in years past. Instead of visiting exotic locations,",
"title": "How Tourism Brands Can Turn Chaos Into Opportunity",
"topics": "[\"Travel & Hospitality\",\"Campaign Management\"]"
}, {
"author": "Nick McLachlan",
"date": 1592179200,
"hero": "/hlx_2a3b6f10c55f0be603734e4e40acdd3294d43b59.jpeg",
"path": "en/publish/2020/06/15/adopt-a-value-based-mindset-to-take-control-of-your-digital-advertising.html",
"products": "[\"Advertising Cloud\"]",
"sourceHash": "hV1i2DpsRBOqOTS9",
"teaser": "In times of crises or economic downturn, advertising is often the first area to face greater scrutiny and reduced budgets.",
"title": "Adopt a Value-Based Mindset to Take Control of Your Digital Advertising",
"topics": "[\"Advertising\",\"Analytics\"]"
}, {
"author": "Vijay Vachani",
"date": 1592179200,
"hero": "/hlx_e5a14d1617a7f44a362770c4a3a410fd1e4d77b8.jpeg",
"path": "en/publish/2020/06/15/adobe-fund-for-design-creative-cloud-developers.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "d3qypQYoIYguCci2",
"teaser": "Two years ago, we launched the Adobe Fund for Design, a $10M commitment to support individuals and teams building creative",
"title": "Supporting Creative Cloud Developers with the Adobe Fund for Design",
"topics": "[\"Design\"]"
}, {
"author": "Giselle Abramovich",
"date": 1591920000,
"hero": "/hlx_94ad80654852da676df3713581826c61fabb0071.jpeg",
"path": "en/publish/2020/06/12/online-shopping-during-covid-19-exceeds-2019-holiday-season-levels.html",
"products": "[\"Analytics\"]",
"sourceHash": "A99P3Vb5WRibUL/J",
"teaser": "Consumers in the United States have shifted a significant part of their shopping online because of the COVID-19 pandemic, according",
"title": "Online Shopping During COVID-19 Exceeds 2019 Holiday Season Levels",
"topics": "[]"
}, {
"author": "Adobe Government Communications Team",
"date": 1591920000,
"hero": "/hlx_532f5095c236afc6e9f5af0b55e68c32af690694.jpeg",
"path": "en/publish/2020/06/12/nasa-explorers-making-science-more-human.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "jp2Ff9j7XOqLS90t",
"teaser": "From the first moon landing to the Hubble space telescope, NASA is a powerful symbol of human ingenuity and exploration.",
"title": "“NASA Explorers”: Making Science More Human",
"topics": "[\"Government\",\"Video & Audio\"]"
}, {
"author": "Adobe Enterprise Content Team",
"date": 1591833600,
"hero": "/hlx_362fc3c0f2b60a421c7f27f83044cf557bbb432e.png",
"path": "en/publish/2020/06/11/content-for-every-moment-essentials.html",
"products": "[]",
"sourceHash": 0,
"teaser": "An amazing meal doesn’t require a whole lot of fancy ingredients. Sometimes, farm-fresh produce with just the right amount of",
"title": "Experience Essentials: Content for Every Moment",
"topics": "[\"Campaign Management\",\"Digital Transformation\",\"Insights Inspiration\"]"
}, {
"author": "Colin Bogart",
"date": 1591833600,
"hero": "/hlx_7b9c847fd38509aaf2076f56eeccf76e6a5acaab.jpeg",
"path": "en/publish/2020/06/11/collaborating-with-the-technology-coalition-to-fight-child-sexual-exploitation-online.html",
"products": "[]",
"sourceHash": 0,
"teaser": "Since joining Adobe to lead the Trust and Safety team, I have been impressed and inspired by the company’s commitment",
"title": "Collaborating with the Technology Coalition to Fight Child Sexual Exploitation Online",
"topics": "[\"Community\",\"Responsibility\"]"
}, {
"author": "Teja Vepakomma",
"date": 1591833600,
"hero": "/hlx_a1b9b2ef8ba75011e8a78417d995a328ac88c46f.png",
"path": "en/publish/2020/06/11/adobe-bridge-15-year-anniversary.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "8329rDIaBvRSy7cu",
"teaser": "In “product years,” 15 is a big number. That’s why we’re thrilled to announce that Adobe Bridge, our powerful creative",
"title": "Happy Birthday, Adobe Bridge: One of Adobe’s Most Essential Products Turns 15",
"topics": "[\"Design\",\"Creativity\",\"Insights Inspiration\"]"
}, {
"author": "Adobe Communications Team",
"date": 1591747200,
"hero": "/hlx_684d6dd84bb5e3bbc10ebeed16b6ee872b6f7915.jpeg",
"path": "en/publish/2020/06/10/listening-learning-and-taking-action.html",
"products": "[]",
"sourceHash": 0,
"teaser": "At Adobe, we believe that everyone deserves respect and equal treatment, and we stand together with the Black community against",
"title": "Listening, Learning and Taking Action",
"topics": "[\"News\",\"Leader Perspectives\",\"Adobe Culture\",\"Diversity & Inclusion\",\"Community\",\"Future of Work\"]"
}, {
"author": "Mike Prizament",
"date": 1591056000,
"hero": "/hlx_db7fb15408e3cac281b8b75d46b147515c33082c.jpeg",
"path": "en/publish/2020/06/02/adobe-sign-enhances-e-signatures-for-healthcare-and-life-sciences.html",
"products": "[\"Sign\",\"Document Cloud\"]",
"sourceHash": "LFu8RCt7Rvqu4smP",
"teaser": "Now more than ever, we recognize that your company needs to minimize business interruption, maintain business continuity, and build resilience",
"title": "Adobe Sign Enhances E-Signatures for Healthcare and Life Sciences",
"topics": "[\"News\",\"Healthcare\",\"Industry\"]"
}, {
"author": "Nakiesha Koss",
"date": 1590969600,
"hero": "/hlx_5a3eac662e3a08f5cb6cf3fb87904a6681e9811d.jpeg",
"path": "en/publish/2020/06/01/stepping-into-the-adventurous-world-of-podcasting-with-dungeons-daddies.html",
"products": "[\"Audition\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": 0,
"teaser": "Henry Oak stands atop a tall tower, prepared to defend his son against the evil sheriff and his cadre of",
"title": "Stepping into the Adventurous World of Podcasting with “Dungeons & Daddies”",
"topics": "[\"Video & Audio\",\"Media & Entertainment\"]"
}, {
"author": "Adobe Financial Services Team",
"date": 1590969600,
"hero": "/hlx_e7be9af71cea5a3bbc42334e3e70c65e15684443.jpeg",
"path": "en/publish/2020/06/01/financial-services-require-artists-touch.html",
"products": "[\"Marketo Engage\"]",
"sourceHash": "xmeNCE7u5eYO1Vax",
"teaser": "The color wheel brings together many hues. Some complement, others clash, and all communicate different emotions. Gray areas, green energy,",
"title": "Financial Services Require an Artist’s Touch",
"topics": "[\"Campaign Management\",\"Email Marketing\"]"
}, {
"author": "Michael Klein",
"date": 1590710400,
"hero": "/hlx_467ffe6a10383ac9c9ff446c1a5d15ed7718a471.jpeg",
"path": "en/publish/2020/05/29/theres-no-one-size-fits-all-communications-strategy-in-retail.html",
"products": "[]",
"sourceHash": 0,
"teaser": "”It’s not you,” The Wall Street Journal assured readers. “Clothing sizes are broken.” For anyone who’s spent a frustrating day",
"title": "There’s No One-Size-Fits-All Communications Strategy in Retail",
"topics": "[\"Retail\"]"
}, {
"author": "Paul Robson",
"date": 1590710400,
"hero": "/hlx_035dfca5934bb5f7eb62f29e31257aec629cf3dc.jpeg",
"path": "en/publish/2020/05/29/how-tsb-bank-accelerated-its-digital-first-strategy-during-the-covid-19-pandemic.html",
"products": "[\"Sign\",\"Document Cloud\",\"Creative Cloud\"]",
"sourceHash": "Zi3RZJodKo3jZmLV",
"teaser": "During a time when people of all backgrounds across the world are experiencing personal challenges and financial strain because of",
"title": "How TSB Bank Accelerated Its Digital-First Strategy During the COVID-19 Pandemic",
"topics": "[\"Digital Transformation\",\"Personalization\"]"
}, {
"author": "Gene Marks",
"date": 1590710400,
"hero": "/hlx_feb166f31fe20065f354e7b183cc9ffa3001e303.jpeg",
"path": "en/publish/2020/05/29/gene-marks-in-five-years-no-one-will-be-working-from-home.html",
"products": "[\"Acrobat DC\",\"Scan\",\"Sign\",\"Document Cloud\"]",
"sourceHash": "lTaP4fRXXH0k9OqS",
"teaser": "If work from home, or WFH, wasn’t part of our common vernacular before, it most certainly is now. Due to",
"title": "Gene Marks: In Five Years No One Will Be “Working From Home”",
"topics": "[\"Digital Transformation\",\"Adobe Culture\",\"Future of Work\"]"
}, {
"author": "Sebastian Shaw",
"date": 1590710400,
"hero": "/hlx_cc39f545a94a885756f31e6d9dbd61dc4fb1ef73.jpeg",
"path": "en/publish/2020/05/29/cheers-to-the-worlds-best-packaging.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "yBGXtr5tM75pvIFA",
"teaser": "The Dieline Awards, known as a benchmark of impeccably-designed consumer packaged goods, is one of the largest packaging design competitions",
"title": "Cheers to the World’s Best Packaging",
"topics": "[\"3D & AR\",\"Future of Work\"]"
}, {
"author": "Angelica Frey",
"date": 1590710400,
"hero": "/hlx_09c3511fd2c771c2cdd59bbb1f913600dbca7073.jpeg",
"path": "en/publish/2020/05/29/are-you-okay.html",
"products": "[\"Stock\",\"Creative Cloud\"]",
"sourceHash": "0lUKZJIuc8YMo1BS",
"teaser": "The global COVID-19 pandemic presents a public health crisis on both a physical and mental level. As of mid-May 2020,",
"title": "“Are You Okay?”",
"topics": "[\"Creativity\"]"
}, {
"author": "Yves Peters",
"date": 1590624000,
"hero": "/hlx_4880b712377cf63478998f6a0681b7136c4343ae.png",
"path": "en/publish/2020/05/28/spring-into-action-with-fresh-fonts.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": 0,
"teaser": "Spring is in full swing. It seems like the typographic world has also awakened, because typefaces are popping up on",
"title": "Spring Into Action with Fresh Fonts",
"topics": "[\"Typography\"]"
}, {
"author": "Minson Chen",
"date": 1590624000,
"hero": "/hlx_3f217726f81941aad3ca8ce2827344b20f0118eb.png",
"path": "en/publish/2020/05/28/slack-adobe-creative-cloud-updates.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "BaAVSQ+KMUPvbrGy",
"teaser": "Now, more than ever, we know efficient collaboration and communication are key to making sure teams can work together effectively.",
"title": "Adobe Builds a Deeper Integration with Slack to Boost Team Collaboration",
"topics": "[\"Design\"]"
}, {
"author": "Philip Stockton",
"date": 1590624000,
"hero": "/hlx_3e71d41e852a20f9153ff89a12592bcd58f7f4b7.jpeg",
"path": "en/publish/2020/05/28/operations-how-ge-digital-kept-its-rebrand-on-track-with-adobe-stock.html",
"products": "[\"Stock\"]",
"sourceHash": 0,
"teaser": "Earlier this year, GE Digital kicked off a complete rebrand. By March, we had developed an initial messaging document and",
"title": "How GE Digital Kept Its Rebrand on Track with Adobe Stock",
"topics": "[\"Digital Transformation\",\"Creativity\"]"
}, {
"author": "Michael Grier",
"date": 1590624000,
"hero": "/hlx_d364429ad3ab6d057003b795f24d10323583735b.jpeg",
"path": "en/publish/2020/05/28/nascar-focused-on-esports-after-covid-19-the-fan-response-broke-records.html",
"products": "[]",
"sourceHash": 0,
"teaser": "“It’s fair to say there were zero expectations … It’d never really been done,” mused Tim Clark, as he looked",
"title": "NASCAR Focused on eSports After COVID-19, and the Fan Response Broke Records",
"topics": "[\"Media & Entertainment\"]"
}, {
"author": "Sonja Hernandez",
"date": 1590624000,
"hero": "/hlx_267cd73141f2dbfe7645412368038cd9bece2a54.png",
"path": "en/publish/2020/05/28/evolving-our-brand-identity.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "Ka+wAQYv60uA9cJK",
"teaser": "In the past few weeks we’ve begun to roll out updates to our brand identity. Some of you may have",
"title": "Evolving Our Brand Identity",
"topics": "[\"News\"]"
}, {
"author": "Jeff Pedersen",
"date": 1590624000,
"hero": "/hlx_71b6d18f46dd36aab5e96cd0858971875dee947e.png",
"path": "en/publish/2020/05/28/digital-workflows-help-the-usa-today-creative-team-report-the-news-from-home.html",
"products": "[\"After Effects\",\"Premiere Rush\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "4Hh9gw9fRPEfQ9lD",
"teaser": "In the digital era, the explosion of news content creation and the associated distribution paths have grown exponentially. Today’s media",
"title": "Digital Workflows Help the USA Today Creative Team Report the News Remotely",
"topics": "[\"Video & Audio\",\"Digital Transformation\"]"
}, {
"author": "Laura and Matt Grundler",
"date": 1590624000,
"hero": "/hlx_86f98078720d4f1065e46630cc8a3dd7c0aab4f4.jpeg",
"path": "en/publish/2020/05/28/creatively-managing-family-and-self-care-while-social-distancing.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "HCY/YoC9MOglUkll",
"teaser": "The last eight weeks, we’ve all been home and practicing social distancing. For this family of five, Mom & Arts",
"title": "Creatively Managing Family and Self-Care while Social Distancing",
"topics": "[\"Education\"]"
}, {
"author": "Will Allen",
"date": 1590624000,
"hero": "/hlx_89707fe86def4d4298facdea380cc82142d989fa.jpeg",
"path": "en/publish/2020/05/28/99u-conference-2020-goes-virtual.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "NxKS5LiVDskHdxQd",
"teaser": "Over the past 11 years, the annual Adobe 99U Conference has been offering creatives a space to learn, connect, and",
"title": "99U Conference 2020, Virtual Edition: Here’s What You Need to Know and How to Attend",
"topics": "[\"Design\"]"
}, {
"author": "Giselle Abramovich",
"date": 1590537600,
"hero": "/hlx_2de2208cb96a50d4f6c3d203099285c12d3c6dd4.jpeg",
"path": "en/publish/2020/05/27/where-is-personalization-missing-the-mark.html",
"products": "[\"Target\"]",
"sourceHash": "hpMyD1aRGmUGJq9X",
"teaser": "Marketers talk about prioritizing personalization—and rightfully so. But a new study finds that many marketers are still missing the mark",
"title": "Study: Where is Personalization Missing the Mark?",
"topics": "[\"Personalization\",\"Campaign Management\",\"Trends Research\"]"
}, {
"author": "Ryan Fleisch",
"date": 1590537600,
"hero": "/hlx_8258ce86b2170c973d77582a5a6b9fb2728d0feb.jpeg",
"path": "en/publish/2020/05/27/the-connection-by-adobe-advertising-cloud.html",
"products": "[\"Experience Platform\",\"Advertising Cloud\",\"Analytics\",\"Experience Cloud\"]",
"sourceHash": "Yob+t0HtE1pZA4L5",
"teaser": "Welcome to The Connection by Adobe Advertising Cloud! In this new video series, we’ll be providing updates on the latest",
"title": "The Connection by Adobe Advertising Cloud",
"topics": "[\"Advertising\",\"Future of Work\"]"
}, {
"author": "Jill Steinhour",
"date": 1590537600,
"hero": "/hlx_c4e38be2f91b54f34da939ba9bd4e6870fd22542.png",
"path": "en/publish/2020/05/27/how-b2b-brands-can-overcome-adversity-and-build-resilience.html",
"products": "[]",
"sourceHash": "'+W5IBeGZvyIx6a1E",
"teaser": "The only truly dependable thing in life is change. Businesses, perhaps, understand this most, as economies, industries, and customers continuously",
"title": "How B2B Brands Can Overcome Adversity and Build Resilience",
"topics": "[\"Industry\",\"Digital Transformation\"]"
}, {
"author": "RF Jurjevics",
"date": 1590451200,
"hero": "/hlx_1c8c5d334172f7d21f34b07e6f791fcccca7044d.jpeg",
"path": "en/publish/2020/05/26/thank-you-for-your-service.html",
"products": "[\"Stock\",\"Creative Cloud\"]",
"sourceHash": "UeqE0j25u89tqOhe",
"teaser": "At the heart of Memorial Day is honoring the concept of service — those who have served, the reasons why",
"title": "Thank You for Your Service",
"topics": "[\"Creativity\",\"Healthcare\"]"
}, {
"author": "Christopher Young",
"date": 1590451200,
"hero": "/hlx_51c2a486c1204f48e71697aef8886157a4cdcd46.jpeg",
"path": "en/publish/2020/05/26/how-fintech-co-refinitiv-jumpstarted-growth-by-focusing-on-digital-experience.html",
"products": "[\"Analytics\",\"Experience Cloud\",\"Target\"]",
"sourceHash": "BiWB6cwg09eyjGFq",
"teaser": "In 2018, a new player entered the financial data space, looking to arm decision-makers with insights they need to drive",
"title": "How Fintech Co. Refinitiv Jumpstarted Growth by Focusing on Digital Experience",
"topics": "[\"Digital Transformation\"]"
}, {
"author": "Laura and Matt Grundler",
"date": 1590451200,
"hero": "/hlx_e3a4ff9bcfc7ae49b39ce8c9f9b2d263c1476b95.jpeg",
"path": "en/publish/2020/05/26/creatively-managing-teaching-while-social-distancing.html",
"products": "[]",
"sourceHash": "G3FuJH9MjW1SmvlI",
"teaser": "As we’ve all made the transition to remote learning, online learning, distance learning, whatever you want, teachers, students, and parents",
"title": "Creatively Managing Teaching While Social Distancing",
"topics": "[\"Education\"]"
}, {
"author": "Bridgette Darling",
"date": 1590451200,
"hero": "/hlx_d47ffaa3fcf031fe16ccdc26101a9dc73137cacf.jpeg",
"path": "en/publish/2020/05/26/as-folks-stay-home-vitamix-brings-the-joy-of-cooking-directly-to-customers.html",
"products": "[\"Campaign\"]",
"sourceHash": "ZyO7PmBkupC0P7u7",
"teaser": "Food has the uncanny ability to bring people together. With many of us cooking at home more than ever before,",
"title": "As Folks Stay Home, Vitamix Brings the Joy of Cooking Directly to Customers",
"topics": "[\"Email Marketing\"]"
}, {
"author": "Eric Matisoff",
"date": 1590451200,
"hero": "/hlx_77d879e7c16e4184d74d2990b229ca39dba687a9.jpeg",
"path": "en/publish/2020/05/26/adobe-sneaks-changing-outfits-in-ecommerce-with-ai.html",
"products": "[]",
"sourceHash": "oHCCR3JT2EoN/0YT",
"teaser": "Once a year, a call goes out to thousands of employees in Adobe offices around the world. Anyone in the",
"title": "Adobe Sneaks: Changing Outfits in eCommerce with AI",
"topics": "[\"Adobe Summit\"]"
}, {
"author": "Document Cloud Team",
"date": 1590364800,
"hero": "/hlx_2c99ee77a94170d00948340a4ec201ff899e8d14.jpeg",
"path": "en/publish/2020/05/25/digital-success-for-small-businesses-with-adobe-sign.html",
"products": "[\"Acrobat DC\",\"Scan\",\"Sign\",\"Document Cloud\",\"Photoshop\",\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "bKqLuMlhtD9jrfBR",
"teaser": "Navigating the complex world of online brand management can be difficult. This is especially true for small businesses that typically",
"title": "Digital Success for Small Businesses with Adobe Sign",
"topics": "[\"Digital Transformation\",\"Future of Work\"]"
}, {
"author": "Adobe Financial Services Team",
"date": 1590105600,
"hero": "/hlx_d47e4be4bd0ddc822aedc9e3afb480275c83a761.jpeg",
"path": "en/publish/2020/05/22/why-financial-services-need-to-get-personal.html",
"products": "[]",
"sourceHash": "N8BocXMQ50X1CVe9",
"teaser": "People make financial decisions at every stage in their lives. And each choice — be it applying for student loans,",
"title": "Why Financial Services Brands Need to Get Personal",
"topics": "[\"Financial Services\",\"Personalization\"]"
}, {
"author": "Gayle Kesten",
"date": 1590105600,
"hero": "/hlx_4ec539bc84fa45243c092ec3dd02e53d2d6f511e.jpeg",
"path": "en/publish/2020/05/22/why-an-empathetic-digital-experience-matters-more-now-than-ever.html",
"products": "[\"Analytics\"]",
"sourceHash": "DpmI7WbvE3deDLFz",
"teaser": "When Kris Groulx joined Canadian telecom provider TELUS as manager of analytics and insights in late 2018, he joked about",
"title": "Why An Empathetic Digital Experience Matters More Now Than Ever",
"topics": "[\"Analytics\"]"
}, {
"author": "Giselle Abramovich",
"date": 1590105600,
"hero": "/hlx_a9a6a2785a98c5c1fca0a266bbb5f3076cb78adb.jpeg",
"path": "en/publish/2020/05/22/digitally-mature-companies-are-coping-best-during-covid-19.html",
"products": "[\"Experience Cloud\"]",
"sourceHash": "1Hrio706BVdqYIUK",
"teaser": "If there’s one business lesson that has come from COVID-19, it’s that the companies that have invested time, resources and",
"title": "Digitally Mature Companies Are Coping Best During COVID-19",
"topics": "[\"Digital Transformation\"]"
}, {
"author": "Malcolm Thorndike Nicholson",
"date": 1590105600,
"hero": "/hlx_8394944496d3a4271985f66c8399d698c629aea7.jpeg",
"path": "en/publish/2020/05/22/a-look-inside-box-of-motion.html",
"products": "[\"Stock\",\"Creative Cloud\"]",
"sourceHash": "N/A2pivtl9PffyXk",
"teaser": "The animations of Anastasia Shakutneva, also known as Box of Motion, have made her a popular artist on on Adobe",
"title": "A Look Inside Box of Motion",
"topics": "[\"Creativity\"]"
}, {
"author": "Bill Donellan",
"date": 1590105600,
"hero": "/hlx_2b206dc60c492d254d397466dbb233f18b6e7251.jpeg",
"path": "en/publish/2020/05/22/adobe-fuels-agency-resiliency-and-helps-fast-track-modernization.html",
"products": "[\"Experience Platform\",\"Sign\",\"Analytics\",\"Campaign\"]",
"sourceHash": "kTdSscJkZ7cg2187",
"teaser": "While communities work to flatten the curve, government agencies are working diligently to keep citizens informed and connected to vital",
"title": "Adobe Fuels Agency Resiliency and Helps Fast-Track Modernization",
"topics": "[\"Government\"]"
}, {
"author": "Giselle Abramovich",
"date": 1590105600,
"hero": "/hlx_19305c6ea17e4b2af7ad512eeea77591508a7404.png",
"path": "en/publish/2020/05/22/15-mind-blowing-stats-that-prove-covid-19-has-shifted-consumer-online-behavior.html",
"products": "[\"Experience Cloud\"]",
"sourceHash": "gGWGVf12jjIBLV4m",
"teaser": "Can you imagine living through COVID-19 without the Internet? For most of us, the answer is a hard “no.” As",
"title": "15 Mind-Blowing Stats That Prove COVID-19 Has Shifted Consumer Online Behavior",
"topics": "[\"Trends Research\"]"
}, {
"author": "Jonathan Benett",
"date": 1590019200,
"hero": "/hlx_fcc7c599859ca9f0330cbb098aabd5501172071e.jpeg",
"path": "en/publish/2020/05/21/sacramento-and-the-makings-of-a-digital-capitol.html",
"products": "[\"Campaign\"]",
"sourceHash": "IaSoAHukXSilGLzr",
"teaser": "As brand marketers introduce more and more digital innovation to deliver positive, relevant experiences, customer expectations have risen exponentially. Yet,",
"title": "Sacramento and the Makings of a Digital Capitol",
"topics": "[\"Government\"]"
}, {
"author": "Keith Eadie",
"date": 1590019200,
"hero": "/hlx_35b5715e11d7463d21de8276f2c3fc8ee347a830.jpeg",
"path": "en/publish/2020/05/21/navigating-advertising-strategy-during-the-covid-storm.html",
"products": "[\"Experience Platform\",\"Advertising Cloud\"]",
"sourceHash": "/UtkYNdsVqS9KAxx",
"teaser": "As stay-at-home orders begin to relax, brands are now asking themselves how to market to customers in this new reality",
"title": "Navigating Advertising Strategy During the COVID Storm",
"topics": "[\"Advertising\"]"
}, {
"author": "Jonathan Benett",
"date": 1590019200,
"hero": "/hlx_dba2d7b96600fe6cd1d454eddf6f10b324681234.jpeg",
"path": "en/publish/2020/05/21/making-it-count-digital-transformation-in-the-face-of-a-crisis.html",
"products": "[\"Analytics\",\"Experience Manager\",\"Target\"]",
"sourceHash": "/6yFOEbObGyuTuZi",
"teaser": "Every ten years, the Federal Government tackles a monumental challenge: the U.S. Census. Dating back to 1790, the Census’ goal",
"title": "Making it Count: Digital Transformation in the Face of a Crisis",
"topics": "[\"Government\",\"Digital Transformation\"]"
}, {
"author": "Ajay Shukla",
"date": 1590019200,
"hero": "/hlx_5b66a30a7bf237d5b991678150df44f88be3aeeb.jpeg",
"path": "en/publish/2020/05/21/how-science-saru-animation-studio-is-redefining-the-japanese-animation-industry.html",
"products": "[\"After Effects\",\"Photoshop\",\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "3j8sF05feudJRGhm",
"teaser": "It was June 2017. Sitting in a small suburban house they’d converted into an impromptu and improbable animation studio, the",
"title": "How Science SARU Animation Studio is Redefining the Japanese Animation Industry",
"topics": "[\"Creative Inspiration & Trends\",\"Video & Audio\"]"
}, {
"author": "Minson Chen",
"date": 1590019200,
"hero": "/hlx_1eb60375eb9234d68a3d7e9751049f648c3a8ad8.jpeg",
"path": "en/publish/2020/05/21/creative-cloud-libraries-zapier-integration.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "RVm7hSH7q8vORL98",
"teaser": "If you work with many stakeholders or collaborate with other designers, you know that maintaining design and brand consistency can",
"title": "Adobe Connects to Zapier to Make Collaborating with Your Team Even Easier",
"topics": "[\"Design\"]"
}, {
"author": "Hep Svadja",
"date": 1590019200,
"hero": "/hlx_cd3497ae247ecb639741ad9fa28153e024046a0a.png",
"path": "en/publish/2020/05/21/celebrate-global-accessibility-awareness-day-with-adobe-color.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "uYAQuurD9FQYppih",
"teaser": " Image by petrroudny / Adobe Stock. May 21 is Global Accessibility Awareness Day, but for Adobe Color, accessibility is",
"title": "Celebrate Global Accessibility Awareness Day with Adobe Color",
"topics": "[\"Diversity & Inclusion\",\"Creative Inspiration & Trends\"]"
}, {
"author": "Andrew Kirkpatrick",
"date": 1590019200,
"hero": "/hlx_9b9e36ceae8efbf112867c281ac3fa99983e44ab.jpeg",
"path": "en/publish/2020/05/21/adobe-celebrates-global-accessibility-awareness-day.html",
"products": "[]",
"sourceHash": "9IWm8DlRlub8EDya",
"teaser": "Today is the third Thursday in May, which makes it Global Accessibility Awareness Day. Happy GAAD 2020! We’re throwing an",
"title": "Adobe Celebrates Global Accessibility Awareness Day",
"topics": "[\"Creativity\",\"Design\"]"
}, {
"author": "Adobe Communications Team",
"date": 1589932800,
"hero": "/hlx_0b3f9a005bd47acae47cf9867eb5e76ac38228e0.jpeg",
"path": "en/publish/2020/05/20/time-for-government-to-tap-into-adobe-all-access-digital-learning.html",
"products": "[\"Experience Platform\"]",
"sourceHash": "u+ensh8qJ+tM+nNj",
"teaser": "Are you working at a government agency that uses Adobe Experience Cloud applications, such as Adobe Experience Manager Sites, Adobe",
"title": "Time for Government to Tap into Adobe ‘All Access’ Digital Learning",
"topics": "[\"Government\"]"
}, {
"author": "Jill Steinhour",
"date": 1589932800,
"hero": "/hlx_dd6cae7b50a5563fe55d1c2e80153394a36b755d.jpeg",
"path": "en/publish/2020/05/20/the-future-of-digitalization-is-now-the-present.html",
"products": "[]",
"sourceHash": "5OqkEwhuznU2a2rG",
"teaser": "Some of the most useful inventions were largely accidental. Alexander Fleming’s discovery of penicillin is a famous example. In 1928,",
"title": "The Future of Digitalization is Now the Present",
"topics": "[\"Digital Transformation\",\"Industry\",\"Future of Work\"]"
}, {
"author": "Henk Campher",
"date": 1589932800,
"hero": "/hlx_4b51b17bf9864f96610df799780ea127a71d76d6.jpeg",
"path": "en/publish/2020/05/20/social-media-bridging-the-gap-between-government-and-communities-in-the-age-of-covid-19.html",
"products": "[]",
"sourceHash": "3UB8DeuGChlZvCpD",
"teaser": "In times of crisis, governments’ ability to provide their citizens with accurate information takes on added significance. We are certainly",
"title": "Social Media: Bridging the Gap Between Government and Communities in the Age of COVID-19",
"topics": "[\"Social\"]"
}, {
"author": "Liron Goren Snai",
"date": 1589932800,
"hero": "/hlx_5dd9f9d7908cd603c446f3def65d1d5c9b0f0156.jpeg",
"path": "en/publish/2020/05/20/predictive-audiences-taking-personalization-to-the-next-level.html",
"products": "[\"Audience Manager\"]",
"sourceHash": "j89vyTjbO4FtPdfh",
"teaser": "In these uncertain times, optimization and personalization can be powerful tools. Across Adobe Experience Cloud, we’ve seen brands embrace their",
"title": "Predictive Audiences: Taking Personalization to the Next Level",
"topics": "[\"Personalization\",\"News\"]"
}, {
"author": "Jonathan Benett",
"date": 1589932800,
"hero": "/hlx_adeb3a15f9a644f94b2177305460ffabef9fa4d9.jpeg",
"path": "en/publish/2020/05/20/how-government-agencies-can-adjust-and-digitize-faster-in-the-covid-19-era.html",
"products": "[\"Experience Platform\"]",
"sourceHash": "L5GR1/clSApi9yZT",
"teaser": "If you’re at a government agency looking to adapt faster in light of today’s unpredictable environment, you’re not alone. The",
"title": "How Government Agencies Can Adjust and Digitize Faster in the COVID-19 Era",
"topics": "[\"Government\"]"
}, {
"author": "Dani Beaumont",
"date": 1589846400,
"hero": "/hlx_f2a200ec552cdaa100d61b8f72632c5bd4d4aefd.png",
"path": "en/publish/2020/05/19/xd-may-2020-offline-coediting-sharing-improvements.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "n+eN+Qr+aUNkzD8s",
"teaser": "Now more than ever, design teams need flexibility in how they work and collaborate with others. Last month, we announced",
"title": "May 2020 Release of Adobe XD: Offline Support for Coediting and Sharing Improvements",
"topics": "[\"Design\"]"
}, {
"author": "Sue Garibaldi",
"date": 1589846400,
"hero": "/hlx_3952a73a53f2db45a7a2ee5c8c796c1fa77268d0.jpeg",
"path": "en/publish/2020/05/19/the-continued-evolution-of-adobe-fresco.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "Q2M9ER3H8aZmg5YT",
"teaser": "When Adobe Fresco was released to the world last September, the team had a path, and a plan — to",
"title": "The Continued Evolution of Adobe Fresco",
"topics": "[\"Illustration\",\"Art\"]"
}, {
"author": "Pam Clark",
"date": 1589846400,
"hero": "/hlx_5ac140d00346fffa477cd06090b8fdefecab1c5c.jpeg",
"path": "en/publish/2020/05/19/photoshop-on-ipad-adds-curves-and-brush-sensitivity.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "0/ojXgjbRZaekEnN",
"teaser": "Download Photoshop on iPad here. Today we introduce Curves and brush sensitivity in Photoshop on iPad. Curves is a core",
"title": "Photoshop on iPad Adds Curves and Brush Sensitivity",
"topics": "[\"Design\",\"Photography\"]"
}, {
"author": "Eric Philpott",
"date": 1589846400,
"hero": "/hlx_557725e2c1d03f5c421c0f49cc36ccfb1bbfce2f.jpeg",
"path": "en/publish/2020/05/19/may-2020-adobe-video-audio-performance-report.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "RuleJxmutleUS0vZ",
"teaser": "Improving the performance and stability of our software is our top priority. Over the past year we have stepped up",
"title": "Performance and Stability: Our Highest Priority",
"topics": "[\"Video & Audio\",\"Media & Entertainment\",\"News\"]"
}, {
"author": "Eric Philpott",
"date": 1589846400,
"hero": "/hlx_18b35838a9702b43faf9beec231e35ac2e87b43b.jpeg",
"path": "en/publish/2020/05/19/maximize-your-creativity-wherever-you-are-working.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "pUZkMYiZ5rkSAVgu",
"teaser": "Today Adobe announced a new release for our Creative Cloud video and audio applications, including Premiere Pro, After Effects, Audition,",
"title": "Maximize Your Creativity, Wherever You Are Working",
"topics": "[\"Video & Audio\",\"Media & Entertainment\"]"
}, {
"author": "Abhigyan Modi",
"date": 1589846400,
"hero": "/hlx_93f941f604bd04d777e6d4a78d22dff8bbaa282e.jpeg",
"path": "en/publish/2020/05/19/indias-move-to-digital-documents-in-light-of-covid-19.html",
"products": "[]",
"sourceHash": "sTOO2gtLIa1EJWR2",
"teaser": "For millions of people across the globe, COVID-19 has amplified just how much we rely on tactile forms of communication",
"title": "India’s Move to Digital Documents in Light of COVID-19",
"topics": "[\"Future of Work\",\"News\"]"
}, {
"author": "Rosa Merced",
"date": 1589846400,
"hero": "/hlx_edad6f458c74b09a23b29f70d44e40b3a7aa78b0.jpeg",
"path": "en/publish/2020/05/19/finding-comfort-in-creativity-using-photoshop.html",
"products": "[\"Photoshop\",\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "Y4jiuSaOhK1uHWLV",
"teaser": "As we navigate a world of dramatic changes, we are confronted with unanticipated challenges and questions about how to best",
"title": "Finding Comfort in Creativity Using Photoshop",
"topics": "[\"Creativity\",\"Photography\"]"
}, {
"author": "Karen McCavitt",
"date": 1589846400,
"hero": "/hlx_5c9af6ebca9da7df13e48a4f72aa850f19b1e36e.jpeg",
"path": "en/publish/2020/05/19/auburn-university-starts-a-legacy-of-digital-literacy-for-tomorrows-students.html",
"products": "[\"Acrobat DC\",\"Sign\",\"Document Cloud\",\"Photoshop\",\"Illustrator\",\"Creative Cloud\"]",
"sourceHash": "e0UKXN/4PLha/s3K",
"teaser": "Auburn University is among the top public universities in the United States, and its students are among the happiest, according",
"title": "Auburn University Starts a Legacy of Digital Literacy for Tomorrow’s Students",
"topics": "[\"Creativity\",\"Education\"]"
}, {
"author": "Eric Philpott",
"date": 1589846400,
"hero": "/hlx_557725e2c1d03f5c421c0f49cc36ccfb1bbfce2f.jpeg",
"path": "en/publish/2020/05/19/adobe-video-audio-performance-report.html",
"products": "[]",
"sourceHash": "lr5wXv3VxFSx6ZKe",
"teaser": "Improving the performance and stability of our software is our top priority. Over the past year we have stepped up",
"title": "Performance and Stability: Our Highest Priority",
"topics": "[\"Video & Audio\",\"Media & Entertainment\",\"News\"]"
}, {
"author": "John Stockton",
"date": 1589846400,
"hero": "/hlx_44c0f2921462186284fab27c8465e021ee4bb4a5.png",
"path": "en/publish/2020/05/19/adobe-named-a-leader-in-the-forrester-wave-b2c-and-b2b-commerce-suites.html",
"products": "[]",
"sourceHash": "xYbhEsdBI1YFLTTt",
"teaser": "I’m incredibly proud to announce that Adobe has been named a Leader in two recent ecommerce reports from Forrester Research",
"title": "Adobe Named a LEADER in The Forrester Wave™: B2C and B2B Commerce Suites",
"topics": "[\"News\"]"
}, {
"author": "Michael Klein",
"date": 1589760000,
"hero": "/hlx_552d3fc18254fa98cd47bd2f9d350bc676e20ab2.jpeg",
"path": "en/publish/2020/05/18/when-b2c-brands-invest-in-digital-they-light-the-way-to-future-lifestyles.html",
"products": "[]",
"sourceHash": "eUYWa7NJ3gkp2hr/",
"teaser": "Economies and customer behaviors evolve day by day, but large changes to the landscape don’t always come with a warning.",
"title": "When B2C Brands Invest in Digital, They Light the Way to Future Lifestyles",
"topics": "[\"Retail\",\"Future of Work\"]"
}, {
"author": "Adobe Financial Services Team",
"date": 1589760000,
"hero": "/hlx_86581533fe983c3e64ecbfa69d9dabe7bdcc85ef.jpeg",
"path": "en/publish/2020/05/18/rebuilding-financial-communities.html",
"products": "[]",
"sourceHash": "tcTZhxPt2EFt8sbM",
"teaser": "In 1893, the city of Chicago hosted the World’s Fair — bringing together architects, artists, and business leaders to construct",
"title": "Rebuilding Financial Communities",
"topics": "[\"Financial Services\",\"Personalization\"]"
}, {
"author": "Shanti Sparrow",
"date": 1589760000,
"hero": "/hlx_8cdff55fd6ec92d51a156f36ffd335485eeadc33.png",
"path": "en/publish/2020/05/18/png-vs-jpg-what-they-are-how-to-use-effectively.html",
"products": "[\"Photoshop\",\"Creative Cloud\"]",
"sourceHash": "l5DlUPfA7fAjzLtQ",
"teaser": "JPEGs and PNGs are two of the most commonly used image file types in the world. As a designer, it’s",
"title": "The Right File Type for The Right Task: Effective Workflows for PNGs & JPEGs",
"topics": "[\"Design\"]"
}, {
"author": "Colleen Schweizer",
"date": 1589760000,
"hero": "/hlx_aa9161a5a339dd801015d9a8953a290554e755d4.png",
"path": "en/publish/2020/05/18/penske-ux-design-pre-post-covid.html",
"products": "[\"Creative Cloud\"]",
"sourceHash": "H0UCHjdi7GU7KytW",
"teaser": "Penske is commonly known as a truck rental company — you know the one, just look for those big yellow",
"title": "Going Under the Hood at Penske: UX Design Collaboration in the Era of COVID-19",
"topics": "[\"Digital Transformation\",\"Trends Research\"]"
}, {
"author": "Colleen Schweizer",
"date": 1589760000,
"hero": "/hlx_20b5841fc80de092caffc87a279da2ae9d53b367.jpeg",
"path": "en/publish/2020/05/18/fairchild-tropical-botanic-garden-goes-virtual.html",
"products": "[\"Premiere Pro\",\"Creative Cloud\"]",
"sourceHash": "r1bw9G2dFKMGpEKN",
"teaser": "The Fairchild Tropical Botanic Garden is an oasis of calm and a refuge from Miami’s often-frenetic pace. When the COVID-19",
"title": "Fairchild Tropical Botanic Garden Goes Virtual with the Help of Republica Havas",
"topics": "[\"Digital Transformation\",\"Adobe Culture\"]"
}, {
"author": "Document Cloud Team",
"date": 1589760000,
"hero": "/hlx_7a08e114c47823eb779729eaa40f8b3a19c3acee.jpeg",
"path": "en/publish/2020/05/18/cervion-systems-uses-e-signatures-to-keep-small-business-moving.html",
"products": "[\"Acrobat DC\",\"Scan\",\"Sign\",\"Document Cloud\"]",
"sourceHash": "UJRD12kRwY6Tt0B5",
"teaser": "For more than 20 years, Cervion Systems has helped hundreds of small businesses use technology to become more efficient and",
"title": "Cervion Systems Uses E-signatures to Keep Small Business Moving",
"topics": "[\"Digital Transformation\",\"Future of Work\"]"
}, {
"author": "Gavin Mee",
"date": 1589760000,
"hero": "/hlx_e0e947cb3cccac83987c2a240360c2fcf6f7205a.jpeg",
"path": "en/publish/2020/05/18/5-organisations-using-technology-to-reach-their-supporters-customers-communities-during-covid-19.html",
"products": "[\"Experience Platform\"]",
"sourceHash": "ph96N/vNoaCLT44f",
"teaser": "The COVID-19 virus has created a “new normal”, from the way we live, to the way we work, and the",
"title": "5 Organisations Using Technology to Reach Their Supporters, Customers and Communities During COVID-19",
"topics": "[\"Digital Transformation\",\"Leader Perspectives\"]"
}, {
"author": "Sunil Menon",
"date": 1589500800,
"hero": "/hlx_df981939cfa4473503929c31668a37bf7aabbe4f.png",
"path": "en/publish/2020/05/15/adobe-named-leader-in-gartners-2020-magic-quadrant-for-multichannel-marketing-hubs.html",
"products": "[\"Campaign\"]",
"sourceHash": "DOvia6z1W1ANRfwq",
"teaser": "For the third year in a row, Adobe has been named a Leader in the recently published Gartner Magic Quadrant",
"title": "Adobe Named Leader in Gartner’s 2020 Magic Quadrant for Multichannel Marketing Hubs",
"topics": "[\"Campaign Management\",\"Email Marketing\"]"
}, {
"author": "Adrienne Whitten",
"date": 1589414400,
"hero": "/hlx_26aff851a3f1e7f73df9bb68475a4b4a14e12df9.jpeg",
"path": "en/publish/2020/05/14/with-ai-and-data-science-marketers-are-maximizing-the-power-of-customer-data.html",
"products": "[\"Experience Cloud\",\"Marketo Engage\"]",
"sourceHash": "1ktfIX7WW9/1Pz3u",
"teaser": "From CMOs down to digital marketing associates, operationalizing data with data science, AI (artificial intelligence) or ML (machine learning), is",
"title": "With AI and Data Science, Marketers are Maximizing the Power of Customer Data",
"topics": "[\"Digital Transformation\"]"
}, {
"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": "mIoi7dwf5meXGTRL",
"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\"]"
}, {
"author": "Gayle Kesten",
"date": 1589414400,
"hero": "/hlx_1d9057a14e72a66cd19688947655557361c51ebf.jpeg",
"path": "en/publish/2020/05/14/in-healthcare-virtual-engagement-will-be-the-new-normal.html",
"products": "[]",
"sourceHash": "dPTuut0hiXBS5iVk",
"teaser": "Personalization and “extreme localization” are going to play major roles as the healthcare industry evolves to a “virtual-first” business model,",
"title": "In Healthcare, Virtual Engagement Will Be The ‘New Normal’",
"topics": "[\"Healthcare\"]"
}, {
"author": "Monica Lay",
"date": 1589414400,
"hero": "/hlx_285155c0c9f9603f24ed748bf644276d8273c6eb.jpeg",
"path": "en/publish/2020/05/14/how-nvidia-uses-ai-to-boost-digital-marketing-efficiency.html",
"products": "[]",
"sourceHash": "fEcUBGsoA+rWUnHL",
"teaser": "NVIDIA’s graphics processing units (GPUs) deliver the computing capability necessary to power everything from graphics-intensive games to self-driving cars and",
"title": "How NVIDIA Uses AI to Boost Digital Marketing Efficiency",
"topics": "[\"Digital Transformation\"]"
}, {
"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": "6x9UjzKjdtaBOwFG",
"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": "Giselle Abramovich",
"date": 1589414400,
"hero": "/hlx_b49124cb594bd6a87adeea530cc1c5e46f2c54b0.jpeg",
"path": "en/publish/2020/05/14/16-distance-learning-hacks-for-students.html",
"products": "[]",
"sourceHash": "kn0nSUAtDm5NZnoF",
"teaser": "Seemingly overnight, students everywhere have had to quickly transition from in-class learning to distance learning due to COVID-19. While it",
"title": "16 Distance Learning Hacks for Students",
"topics": "[\"Education\"]"
}, {
"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": "[\"Acrobat DC\",\"Scan\",\"Document Cloud\"]",
"sourceHash": "OtCPEKgIoqs7eBMG",
"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\"]"