/var/www/hkosl.com/ifapc/html_20210817/IFAPC2021/application/logs/post/2020-08-07.php


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
09:21:27 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (compatible; SemrushBot/6~bl; +http://www.semrush.com/bot.html)- 
array(0) {
}

14:33:29 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (compatible; SemrushBot/6~bl; +http://www.semrush.com/bot.html)- 
array(0) {
}

14:41:17 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36- 
array(41) {
  ["category_id"]=>
  string(1) "1"
  ["nominee_title"]=>
  string(2) "ms"
  ["nominee_name_tc"]=>
  string(9) "郭美珩"
  ["nominee_name_en"]=>
  string(18) "Kwok May Han Grace"
  ["nominee_birth_date"]=>
  string(10) "1973-12-19"
  ["nominee_birth_place"]=>
  string(9) "Hong Kong"
  ["nominee_email"]=>
  string(12) "gk@aechk.com"
  ["nominee_tel"]=>
  string(8) "28157028"
  ["nominee_wechat"]=>
  string(0) ""
  ["nominee_assistant_title"]=>
  string(4) "miss"
  ["nominee_assistant_name_tc"]=>
  string(9) "盧伊樂"
  ["nominee_assistant_name_en"]=>
  string(10) "Natalie Lo"
  ["nominee_assistant_email"]=>
  string(13) "nll@aechk.com"
  ["nominee_assistant_tel"]=>
  string(8) "28157028"
  ["company_name"]=>
  string(65) "Allied Sustainability and Environmental Consultants Group Limited"
  ["company_address"]=>
  string(76) "27/F, Overseas Trust Bank Building, 160 Gloucester Road, Wan Chai, Hong Kong"
  ["company_position"]=>
  string(29) "Chairman & Executive Director"
  ["company_position_years"]=>
  string(4) "2016"
  ["company_is_founder"]=>
  string(1) "0"
  ["company_is_family_business"]=>
  string(1) "0"
  ["company_founded_year"]=>
  string(4) "1994"
  ["company_industry"]=>
  string(25) "Environmental Consultancy"
  ["company_website"]=>
  string(22) "https://www.asecg.com/"
  ["company_is_listed"]=>
  string(1) "1"
  ["company_stock_code"]=>
  string(4) "8320"
  ["organization_name"]=>
  array(3) {
    [0]=>
    string(21) "Zonta Club of Kowloon"
    [1]=>
    string(57) "Hong Kong Women Professionals & Entrepreneurs Association"
    [2]=>
    string(68) "Hong Kong Institute of Qualified Environmental Professionals Limited"
  }
  ["service_position"]=>
  array(3) {
    [0]=>
    string(49) "Treasurer, Zonta Club of Kowloon Charitable Trust"
    [1]=>
    string(59) "Chairperson, Environmental Sustainability Working Committee"
    [2]=>
    string(28) "Founding Fellow and Director"
  }
  ["participation_year"]=>
  array(3) {
    [0]=>
    string(4) "2018"
    [1]=>
    string(4) "2018"
    [2]=>
    string(4) "2015"
  }
  ["involvement"]=>
  array(3) {
    [0]=>
    string(195) "The club has supported a variety of community projects through partnership with service organizations that will benefit women in distress, abuse victims, elderly, handicapped and underprivileged."
    [1]=>
    string(338) "Established in September 1996 by a group of local women professionals and entrepreneurs, the HKWPEA aims to develop a strong support network to create practical and innovative learning and business opportunities for themselves and others, whether in Hong Kong or Mainland China, in particular, and to promote high professional standards. "
    [2]=>
    string(378) "The HKIQEP aims to transform Hong Kong into a center of excellence in professional environmental services that is aligned with and supportive of developing the environmental services industry as one of the pillar industries of Hong Kong. It can help create more quality jobs for our future generations and further Hong Kong’s longstanding strengths in professional industries."
  }
  ["achievement"]=>
  array(3) {
    [0]=>
    string(532) "The club is a member of Zonta International, a global organization of executives and professionals working together to advance the status of women worldwide through service and advocacy. The club holds events every year to raise funds through different activities such as Gala Premiere, Concert, Sports Day, Bazaar and Walkathon to benefit local and international service projects and scholarships. Currently, the club has made donation to COVID-19 related projects to assist the underprivileged in tiding over the difficult period."
    [1]=>
    string(470) "Grace has been playing an important role as Chairperson in the Environmental Sustainability Working Committee to step up efforts to promote corporate sustainability in the business community. For instance, she was involved in organizing the first webinar in a series covering a wide range of topics related to environmental sustainability and climate change adaptation, which benefited HKWPEA members in terms of driving sustainability leadership in business operations."
    [2]=>
    string(488) "In 2017, Grace was involved in organizing a pledging ceremony-cum-cocktail reception, in which 45 companies pledged to recognize the HKIQEP qualification and support the continuous development of Qualified Environmental Professionals. Currently, she has been involved in the Graduate Environmental Mentoring Scheme (GEMS) launched by HKIQEP, which facilitates the progressive development of environmental graduates receiving the subsidy under Green Employment Scheme from the Government. "
  }
  ["narrative_enterprise"]=>
  string(787) "•    沛然環境評估工程顧問有限公司成立於1994年,是一家建基香港的可持續發展及環境顧問公司,致力為客戶提供一站式互動服務。
•    業務涵蓋五大範疇,包括(a)綠色及健康建築;(b)聲學、視聽、照明及舞台設計;(c)環境諮詢及可持續設計;(d)綠色金融、可持續發展策略及ESG;及 
       (e)智能創科。
•    2016年10月,我們以「沛然環保顧問有限公司」(「沛然環保」;股份代號:8320)的名義於港交所創業板上市,是香港第一家提供可持續發展和環境顧問服務的 
        上市公司。
•    致力為客戶提供獨立、公正持平的顧問服務,積極推動社會建設,締造可持續發展的未來。
"
  ["narrative_industry"]=>
  string(749) "•    積極主辦以及參與多項行業活動,如研討會丶論壇和培訓,促進業界知識及技術交流,以應對未來的挑戰和機遇。
•    積極投資中國內地綠色建築市場,開拓更多業務機會,增加企業競爭力。
•    推動智慧城市發展,去年業務範疇加入智能及綠色物聯網(IoT)以提供各種有關綠色建築及智能建築的綠色解決方案及產品。
•    熱衷於參與本地和國際綠色組織的諮詢小組丶專家小組和常設委員會,從中分享作為經驗豐富的綠色建築和可持續發展顧問的專業知識,與同業攜手促進可持續發 
        展、提升可持續發展標準和作業水平,同時亦為低碳城市作出貢獻。
"
  ["narrative_contribution"]=>
  string(602) "•    自二零零九年以來與香港專業教育學院所舉辦的學生工作實習計劃合作,為即將畢業的學生提供實習機會,積極培育本地人才。
•    致力為持份者創造價值並提高公眾對可持續發展的意識,舉辦並參與多場研討會及講座,與學生及業界人士交流。
•    積極參與並提供就業講座,不斷努力培養潛在的環境專才,與學生們分享對行業的經驗和見解。除就業分享外,亦提供多個與技術主題相關的嘉賓講座,主題包括本 
        地和國際綠色建築評級工具。
"
  ["narrative_corporate"]=>
  string(510) "•    推動沛然環保關懷社區及推廣綠色社會,並引領公司連續五年獲香港社會服務聯會頒發商界展關懷標誌
•    透過參與各種義工及慈善活動為社區創造可持續發展價值
•    通過各種參與和贊助為社區活動和項目出一分力,並於帶領公司在港交所創業板上市時,透過「股份代號抽籤計劃」向香港公益金捐贈 650,000 港元
•    鼓勵員工共同支持各種社區活動,社區貢獻的同時加強團隊精神
"
  ["narrative_personal"]=>
  string(464) "•    郭美珩女士在2017年榮獲亞洲知識管理學院頒授「亞洲商界女領袖獎」。
•    郭美珩女士成為香港首位獲取LEED最高級別專業認證資格LEED Fellow的業內人士。
•    郭美珩女士於2020年獲委任為屋宇署轄下擴大建築小組委員會委員。
•    郭美珩女士登上USGBC+ 2020年春季季刊,為文中提及五位於全球引領環保的女性領袖之一。(文章連結:https://cutt.ly/zyS3SV8)
"
  ["terms_is_attend"]=>
  string(2) "on"
  ["terms_is_declaration"]=>
  string(2) "on"
  ["nominator_title"]=>
  string(2) "mr"
  ["nominator_name_tc"]=>
  string(9) "藍章華"
  ["nominator_name_en"]=>
  string(8) "John Lam"
  ["nominator_email"]=>
  string(20) "john.lam@nanfung.com"
}

14:42:06 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36- 
array(17) {
  ["category_id"]=>
  string(1) "1"
  ["nominee_title"]=>
  string(2) "ms"
  ["nominee_name_tc"]=>
  string(9) "郭美珩"
  ["nominee_name_en"]=>
  string(18) "Kwok May Han Grace"
  ["nominee_email"]=>
  string(12) "gk@aechk.com"
  ["nominee_tel"]=>
  string(8) "28157028"
  ["company_name"]=>
  string(65) "Allied Sustainability and Environmental Consultants Group Limited"
  ["company_position"]=>
  string(29) "Chairman & Executive Director"
  ["nominator_title"]=>
  string(2) "mr"
  ["nominator_name_tc"]=>
  string(9) "藍章華"
  ["nominator_name_en"]=>
  string(8) "John Lam"
  ["nominator_company"]=>
  string(31) "Nan Fung Property Holdings Ltd."
  ["nominator_job_title"]=>
  string(34) "Vice Chairman & Executive Director"
  ["nominator_email"]=>
  string(20) "john.lam@nanfung.com"
  ["nominator_tel"]=>
  string(8) "31083259"
  ["nominator_address"]=>
  string(60) "23/F, Nan FungTower, 88 Connaught Road C, Central, Hong Kong"
  ["nominator_reason"]=>
  string(1201) "郭美珩女士擁有逾20年任職聲學、環境及可持續發展顧問的經驗,曾參與多個香港、澳門及中國內地的綠色建築項目,當中包括香港早期獲BEAM、LEED、BREEAM及中國三星認證的建築項目。郭女士一直積極提倡綠色及健康建築及可持續發展,並全力支持環保教育,憑藉其專業知識和經驗為社會作出巨大貢獻並具有卓越表現,在業界亦贏得讚譽和尊崇。郭美珩女士亦在社會上發揮女性力量,在商界展現領導地位,帶領沛然環保顧問有限公司成為香港第一家提供可持續發展和環境顧問服務的上市公司,並邁進第二十六個年頭,從中突現女性領袖剛柔並重的特色,為商界不可多得的傑出女領袖。同時,郭女士熱心參與公共事務,身兼多項公職,包括擔任粵港澳大灣區經貿協會環保及可持續發展主席、粵港澳大灣區城市建築學會(香港)環境評估委員會主席,以及香港女工商及專業人員聯會環境可持續發展委員會聯席主席等等。郭女士在各方面的成就和貢獻,多年來亦為她帶來無數獎項及榮譽,個人成就斐然。"
}

16:24:45 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36- 
array(42) {
  ["category_id"]=>
  string(1) "1"
  ["nominee_title"]=>
  string(2) "ms"
  ["nominee_name_tc"]=>
  string(9) "趙小燕"
  ["nominee_name_en"]=>
  string(20) "CHIU SIU YIN LOVINIA"
  ["nominee_birth_date"]=>
  string(10) "1964-11-03"
  ["nominee_birth_place"]=>
  string(9) "Hong Kong"
  ["nominee_email"]=>
  string(23) "luluml@medialink.com.hk"
  ["nominee_tel"]=>
  string(8) "25034980"
  ["nominee_wechat"]=>
  string(0) ""
  ["nominee_assistant_title"]=>
  string(2) "ms"
  ["nominee_assistant_name_tc"]=>
  string(9) "林倩如"
  ["nominee_assistant_name_en"]=>
  string(9) "Jenny Lam"
  ["nominee_assistant_email"]=>
  string(26) "sprg_medialink@sprg.com.hk"
  ["nominee_assistant_tel"]=>
  string(19) "28644883 / 63122027"
  ["company_name"]=>
  string(31) "Medialink Entertainment Limited"
  ["company_address"]=>
  string(91) "Suite 1001, 10/F, Tower 1, South Seas Centre, 75 Mody Road, Tsim Sha Tsui East, Kowloon, HK"
  ["company_position"]=>
  string(14) "CEO / Chairman"
  ["company_position_years"]=>
  string(2) "20"
  ["company_is_founder"]=>
  string(1) "1"
  ["company_is_family_business"]=>
  string(1) "0"
  ["company_founded_year"]=>
  string(4) "2000"
  ["company_industry"]=>
  string(38) "Media Content Distribution & Licensing"
  ["company_website"]=>
  string(20) "www.medialink.com.hk"
  ["company_is_listed"]=>
  string(1) "1"
  ["company_stock_code"]=>
  string(4) "2230"
  ["organization_name"]=>
  array(2) {
    [0]=>
    string(9) "樂施會"
    [1]=>
    string(9) "仁愛堂"
  }
  ["service_position"]=>
  array(2) {
    [0]=>
    string(9) "參加者"
    [1]=>
    string(9) "參加者"
  }
  ["participation_year"]=>
  array(2) {
    [0]=>
    string(4) "2019"
    [1]=>
    string(4) "2019"
  }
  ["involvement"]=>
  array(2) {
    [0]=>
    string(24) "樂施米義賣大行動"
    [1]=>
    string(39) "仁愛堂•大力水手慈善跑活動"
  }
  ["achievement"]=>
  array(2) {
    [0]=>
    string(123) "集團員工及其家屬幫忙在葵芳新都會廣場義賣樂施米,我們因此獲頒「義工團隊傑出籌款獎」"
    [1]=>
    string(60) "集團員工參加了仁愛堂•大力水手慈善跑活動"
  }
  ["narrative_enterprise"]=>
  string(1148) "‒    羚邦集團由趙小燕於2000年成立,公司創立之後,開拓在電影院上映電影的業務,隨後獲得韓國等地電視劇的授權,並擴張至家庭錄像業務
‒    作為內容生產商與平台之間的傳送帶,整個集團通過與媒體內容授權方訂立內容發行安排,與客戶訂立內容再授權協議,向客戶發行各種媒體內容,包括動畫、綜藝節目、電視劇、電影等
‒    集團名稱「Medialink」具有「連繫媒體」的意思,顧名思義,羚邦是一家知識產權管理公司及亞洲領先媒體內容發行商及成功的品牌授權管理營運商
‒    五年(2019年-2024年)戰略
    擴展自身的內容發行平台及網購平台
    擴大戰略內容及品牌投資
    開拓新業務
‒    未來,羚邦將繼續改良及擴展自有的全方位知識產權生態系統,包括知識產權發展、平台及製作。除了擔任文化交流大使的角色,亦將透過不同渠道拓展內容、授權及大型實體娛樂等不同形式的娛樂項目,為合作夥伴打造最佳平台,為全世界的人們提供最佳娛樂及品牌"
  ["narrative_industry"]=>
  string(536) "‒    發掘及推動眾多家喻戶曉、風靡全球的偶像劇與知名動畫
    動畫片:《頭文字D》》《百變小櫻》《小豬佩奇》
    電視劇:《流星花園》《惡作劇之吻》《咖啡王子》
    經典日漫:《刃牙》、《我的英雄學院》、《銀魂》
    品牌授權業務:加菲貓、小豬佩奇、小王子、大力水手、變形金剛、小豬佩奇等知名品牌的亞太地區、大中華地區代理權
    其他:發掘及推動帶有正面訊息的香港本地品牌"
  ["narrative_contribution"]=>
  string(220) "‒    發掘及推動帶有正面訊息的香港本地品牌
‒    設立「趙小燕獎學金」,捐資逾$300,000港元獎學金助優秀學生發展影藝專業
https://foundation.hkbu.edu.hk/zh/node/9845#.Xyz-EygzaCp"
  ["narrative_corporate"]=>
  string(1137) "‒    集團投資製作的日本動畫電影《海獸之子》,內容承載的重要環保信息,獲第74屆每日電影獎的2019最佳動畫電影獎以及第23屆日本媒體藝術節「動畫部門 — 大賞」獎項
‒    作為《小王子》在中國及東 南亞地區的獨家總代理,我們的品牌授權團隊與中國的小王子語言中心緊密合作,該中心被騰訊網授予2019年度最具影響力少兒英語品牌大獎
‒    於2019年5月參加了樂施米義賣大行動。集團員工及其家屬幫忙在葵芳新都會廣場義賣樂施米,我們因此獲頒「義工團隊傑出籌款獎」
‒    參與贊助了善寧會於2019年7月27日在香港數碼港舉辦的「樂齡電競及體驗日」以及於2019年11月舉辦的樂施毅行者活動
‒    集團員工於2019年12月15日參加了仁愛堂•大力水手慈善跑活動
‒    於2020年3月,集團運用奇奇和努娜兩個角色製作了一部防疫音樂短片,彼等化身「防疫天使」,於此充滿挑戰的時期內傳播正能量。這首防疫兒歌旨在鼓勵所有人努力防止2019新型冠狀病毒病的傳播"
  ["narrative_personal"]=>
  string(1384) "‒    集團主席在香港數碼港2019數碼娛樂領袖論壇上分享了有關本集團如何協助電競公司或初創企業利用IP商業化的內容
‒    於2019年9月和2020年1月與香港中文大學的高級MBA學員分享創業經驗
‒    羚邦集團於2019年7月8日獲中國國際動漫遊戲博覽會2019頒發「最具商業價值IP獎」
‒    媒體相關報道:
    信報, 2019-10-28, “趙小燕動漫生涯 我要能人所不能創辦羚邦 膺最具價值IP”
https://www1.hkej.com/dailynews/finnews/article/2285679/%E8%B6%99%E5%B0%8F%E7%87%95%E5%8B%95%E6%BC%AB%E7%94%9F%E6%B6%AF++%E6%88%91%E8%A6%81%E8%83%BD%E4%BA%BA%E6%89%80%E4%B8%8D%E8%83%BD
    香港電台, 2019-08-15, “動漫羚羊 飛躍百邦”
https://www.medialink.com.hk/tc/News.aspx
    阿思達克財經新聞, 2019-07-26, “羚邦(02230.HK)有份投資「海獸之子」港上映 續看好品牌授權多元化潛力”
    http://www.aastocks.com/tc/stocks/news/aafn-content/NOW.954489信報, 2019-07-03, “羚邦計劃參與投資製作動畫”
https://www2.hkej.com/instantnews/stock/article/2181522/%E7%BE%9A%E9%82%A6%E8%A8%88%E5%8A%83%E5%8F%83%E8%88%87%E6%8A%95%E8%B3%87%E8%A3%BD%E4%BD%9C%E5%8B%95%E7%95%AB
    明報財經, 2019-06-24, “羚邦靠引入動畫上市 堅持「內容為王」”
https://www.mpfinance.com/fin/daily2.php?node=1561315880261&issue=20190624"
  ["terms_is_attend"]=>
  string(2) "on"
  ["terms_is_declaration"]=>
  string(2) "on"
  ["support_units"]=>
  string(18) "香港浸會大學"
  ["nominator_title"]=>
  string(2) "ms"
  ["nominator_name_tc"]=>
  string(9) "徐靄妍"
  ["nominator_name_en"]=>
  string(17) "CHUE OI YIN SALLY"
  ["nominator_email"]=>
  string(20) "sally@soulmkting.com"
}

16:24:47 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36- 
array(0) {
}

16:25:01 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36- 
array(40) {
  ["category_id"]=>
  string(1) "1"
  ["nominee_title"]=>
  string(2) "ms"
  ["nominee_name_tc"]=>
  string(9) "趙小燕"
  ["nominee_name_en"]=>
  string(20) "CHIU SIU YIN LOVINIA"
  ["nominee_birth_date"]=>
  string(10) "1964-11-03"
  ["nominee_birth_place"]=>
  string(9) "Hong Kong"
  ["nominee_email"]=>
  string(23) "luluml@medialink.com.hk"
  ["nominee_tel"]=>
  string(8) "25034980"
  ["nominee_wechat"]=>
  string(0) ""
  ["nominee_assistant_title"]=>
  string(2) "ms"
  ["nominee_assistant_name_tc"]=>
  string(9) "林倩如"
  ["nominee_assistant_name_en"]=>
  string(9) "Jenny Lam"
  ["nominee_assistant_email"]=>
  string(26) "sprg_medialink@sprg.com.hk"
  ["nominee_assistant_tel"]=>
  string(8) "63122027"
  ["company_name"]=>
  string(31) "Medialink Entertainment Limited"
  ["company_address"]=>
  string(91) "Suite 1001, 10/F, Tower 1, South Seas Centre, 75 Mody Road, Tsim Sha Tsui East, Kowloon, HK"
  ["company_position"]=>
  string(14) "CEO / Chairman"
  ["company_position_years"]=>
  string(2) "20"
  ["company_is_founder"]=>
  string(1) "1"
  ["company_is_family_business"]=>
  string(1) "0"
  ["company_founded_year"]=>
  string(4) "2000"
  ["company_industry"]=>
  string(38) "Media Content Distribution & Licensing"
  ["company_website"]=>
  string(20) "www.medialink.com.hk"
  ["company_is_listed"]=>
  string(1) "1"
  ["company_stock_code"]=>
  string(4) "2230"
  ["organization_name"]=>
  array(2) {
    [0]=>
    string(9) "樂施會"
    [1]=>
    string(9) "仁愛堂"
  }
  ["service_position"]=>
  array(2) {
    [0]=>
    string(9) "參加者"
    [1]=>
    string(9) "參加者"
  }
  ["participation_year"]=>
  array(2) {
    [0]=>
    string(4) "2019"
    [1]=>
    string(4) "2019"
  }
  ["involvement"]=>
  array(2) {
    [0]=>
    string(24) "樂施米義賣大行動"
    [1]=>
    string(39) "仁愛堂•大力水手慈善跑活動"
  }
  ["achievement"]=>
  array(2) {
    [0]=>
    string(123) "集團員工及其家屬幫忙在葵芳新都會廣場義賣樂施米,我們因此獲頒「義工團隊傑出籌款獎」"
    [1]=>
    string(60) "集團員工參加了仁愛堂•大力水手慈善跑活動"
  }
  ["narrative_enterprise"]=>
  string(1148) "‒    羚邦集團由趙小燕於2000年成立,公司創立之後,開拓在電影院上映電影的業務,隨後獲得韓國等地電視劇的授權,並擴張至家庭錄像業務
‒    作為內容生產商與平台之間的傳送帶,整個集團通過與媒體內容授權方訂立內容發行安排,與客戶訂立內容再授權協議,向客戶發行各種媒體內容,包括動畫、綜藝節目、電視劇、電影等
‒    集團名稱「Medialink」具有「連繫媒體」的意思,顧名思義,羚邦是一家知識產權管理公司及亞洲領先媒體內容發行商及成功的品牌授權管理營運商
‒    五年(2019年-2024年)戰略
    擴展自身的內容發行平台及網購平台
    擴大戰略內容及品牌投資
    開拓新業務
‒    未來,羚邦將繼續改良及擴展自有的全方位知識產權生態系統,包括知識產權發展、平台及製作。除了擔任文化交流大使的角色,亦將透過不同渠道拓展內容、授權及大型實體娛樂等不同形式的娛樂項目,為合作夥伴打造最佳平台,為全世界的人們提供最佳娛樂及品牌"
  ["narrative_industry"]=>
  string(536) "‒    發掘及推動眾多家喻戶曉、風靡全球的偶像劇與知名動畫
    動畫片:《頭文字D》》《百變小櫻》《小豬佩奇》
    電視劇:《流星花園》《惡作劇之吻》《咖啡王子》
    經典日漫:《刃牙》、《我的英雄學院》、《銀魂》
    品牌授權業務:加菲貓、小豬佩奇、小王子、大力水手、變形金剛、小豬佩奇等知名品牌的亞太地區、大中華地區代理權
    其他:發掘及推動帶有正面訊息的香港本地品牌"
  ["narrative_contribution"]=>
  string(220) "‒    發掘及推動帶有正面訊息的香港本地品牌
‒    設立「趙小燕獎學金」,捐資逾$300,000港元獎學金助優秀學生發展影藝專業
https://foundation.hkbu.edu.hk/zh/node/9845#.Xyz-EygzaCp"
  ["narrative_corporate"]=>
  string(1137) "‒    集團投資製作的日本動畫電影《海獸之子》,內容承載的重要環保信息,獲第74屆每日電影獎的2019最佳動畫電影獎以及第23屆日本媒體藝術節「動畫部門 — 大賞」獎項
‒    作為《小王子》在中國及東 南亞地區的獨家總代理,我們的品牌授權團隊與中國的小王子語言中心緊密合作,該中心被騰訊網授予2019年度最具影響力少兒英語品牌大獎
‒    於2019年5月參加了樂施米義賣大行動。集團員工及其家屬幫忙在葵芳新都會廣場義賣樂施米,我們因此獲頒「義工團隊傑出籌款獎」
‒    參與贊助了善寧會於2019年7月27日在香港數碼港舉辦的「樂齡電競及體驗日」以及於2019年11月舉辦的樂施毅行者活動
‒    集團員工於2019年12月15日參加了仁愛堂•大力水手慈善跑活動
‒    於2020年3月,集團運用奇奇和努娜兩個角色製作了一部防疫音樂短片,彼等化身「防疫天使」,於此充滿挑戰的時期內傳播正能量。這首防疫兒歌旨在鼓勵所有人努力防止2019新型冠狀病毒病的傳播"
  ["narrative_personal"]=>
  string(1384) "‒    集團主席在香港數碼港2019數碼娛樂領袖論壇上分享了有關本集團如何協助電競公司或初創企業利用IP商業化的內容
‒    於2019年9月和2020年1月與香港中文大學的高級MBA學員分享創業經驗
‒    羚邦集團於2019年7月8日獲中國國際動漫遊戲博覽會2019頒發「最具商業價值IP獎」
‒    媒體相關報道:
    信報, 2019-10-28, “趙小燕動漫生涯 我要能人所不能創辦羚邦 膺最具價值IP”
https://www1.hkej.com/dailynews/finnews/article/2285679/%E8%B6%99%E5%B0%8F%E7%87%95%E5%8B%95%E6%BC%AB%E7%94%9F%E6%B6%AF++%E6%88%91%E8%A6%81%E8%83%BD%E4%BA%BA%E6%89%80%E4%B8%8D%E8%83%BD
    香港電台, 2019-08-15, “動漫羚羊 飛躍百邦”
https://www.medialink.com.hk/tc/News.aspx
    阿思達克財經新聞, 2019-07-26, “羚邦(02230.HK)有份投資「海獸之子」港上映 續看好品牌授權多元化潛力”
    http://www.aastocks.com/tc/stocks/news/aafn-content/NOW.954489信報, 2019-07-03, “羚邦計劃參與投資製作動畫”
https://www2.hkej.com/instantnews/stock/article/2181522/%E7%BE%9A%E9%82%A6%E8%A8%88%E5%8A%83%E5%8F%83%E8%88%87%E6%8A%95%E8%B3%87%E8%A3%BD%E4%BD%9C%E5%8B%95%E7%95%AB
    明報財經, 2019-06-24, “羚邦靠引入動畫上市 堅持「內容為王」”
https://www.mpfinance.com/fin/daily2.php?node=1561315880261&issue=20190624"
  ["terms_is_declaration"]=>
  string(2) "on"
  ["nominator_title"]=>
  string(2) "ms"
  ["nominator_name_tc"]=>
  string(9) "徐靄妍"
  ["nominator_name_en"]=>
  string(17) "CHUE OI YIN SALLY"
  ["nominator_email"]=>
  string(20) "sally@soulmkting.com"
}

16:55:20 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363- 
array(41) {
  ["category_id"]=>
  string(1) "3"
  ["nominee_title"]=>
  string(4) "miss"
  ["nominee_name_tc"]=>
  string(9) "蘇倩怡"
  ["nominee_name_en"]=>
  string(8) "Jenny SO"
  ["nominee_birth_date"]=>
  string(10) "1971-06-26"
  ["nominee_birth_place"]=>
  string(9) "Hong Kong"
  ["nominee_email"]=>
  string(21) "jennyso@leungyick.com"
  ["nominee_tel"]=>
  string(8) "90290626"
  ["nominee_wechat"]=>
  string(10) "F598076138"
  ["nominee_assistant_title"]=>
  string(2) "ms"
  ["nominee_assistant_name_tc"]=>
  string(9) "林惠微"
  ["nominee_assistant_name_en"]=>
  string(8) "Rita LAM"
  ["nominee_assistant_email"]=>
  string(21) "ritalam@leungyick.com"
  ["nominee_assistant_tel"]=>
  string(16) "25988034 Ext 326"
  ["company_name"]=>
  string(26) "Leung Yick Company Limited"
  ["company_address"]=>
  string(77) "Room 1804, Eastern  Harbour Centre, 28 Hoi Chak Street, Quarry Bay, Hong Kong"
  ["company_position"]=>
  string(15) "General Manager"
  ["company_position_years"]=>
  string(2) "20"
  ["company_is_founder"]=>
  string(1) "0"
  ["company_is_family_business"]=>
  string(1) "1"
  ["company_founded_year"]=>
  string(4) "1946"
  ["company_industry"]=>
  string(32) "Distribution of wine and spirits"
  ["company_website"]=>
  string(17) "www.leungyick.com"
  ["company_is_listed"]=>
  string(1) "0"
  ["company_stock_code"]=>
  string(0) ""
  ["organization_name"]=>
  array(2) {
    [0]=>
    string(31) "Sheen Hok Charitable Foundation"
    [1]=>
    string(39) "The Neighbourhood Advice-Action Council"
  }
  ["service_position"]=>
  array(2) {
    [0]=>
    string(9) "Committee"
    [1]=>
    string(9) "Committee"
  }
  ["participation_year"]=>
  array(2) {
    [0]=>
    string(13) "2014 and 2015"
    [1]=>
    string(4) "2013"
  }
  ["involvement"]=>
  array(2) {
    [0]=>
    string(2) "NA"
    [1]=>
    string(2) "NA"
  }
  ["achievement"]=>
  array(2) {
    [0]=>
    string(2) "NA"
    [1]=>
    string(2) "NA"
  }
  ["narrative_enterprise"]=>
  string(1012) "-  The company was established in the year of 1946 in Wanchai as a local small wholesaler for general foodstuffs, groceries, beers and spirits.  
-  Strong distribution network to stores, bars, clubs, nightclubs and hotels together with reputation built in the industry
-  The company shifted focus from solely local distribution and wholesale to both import and export of alcoholic beverages. 
-  In 2003, the company further expanded its product range by taking up various direct agency brands in wines and spirits
-  The company and staff enjoys sound relationship with global and local spirits companies and agents, specializing in  both local and overseas market. 
-  Handle thousands of SKUs on wines, spirits, beers and sundries on regular basis and continue to expand company portfolio to provide one stop wine and spirits shopping solution to the trade and consumers.
- By introducing expanded brands to consumers, people are able to have better experiences in the appreciation of wine and spirits"
  ["narrative_industry"]=>
  string(398) "-  The company made effort in building and broadening the liqueurs and cocktail culture in the retail and direct consumers session
-  One of the first company to bring the local gin market for premiumization with Hendrick's Gin which one of the leading premium gin in the global market
-  Initiated one stop shopping solution for the F&B industry with a good mixture of different wine and spirits"
  ["narrative_contribution"]=>
  string(202) "-  Due the difference in culture and lack of understandings towards the status quo in China, the company should increase involvement in the exchange of experiences among people in the trade within GBA
"
  ["narrative_corporate"]=>
  string(342) "-  It is always the mission of the company to be able to take part by giving support to the community in need.  With cross over collaboration with different brands, we wish to be able to derive funds from such for donation
- Office culture can be built with a mission to drive team members to put greater effort in social responsibility.  
"
  ["narrative_personal"]=>
  string(2) "NA"
  ["terms_is_attend"]=>
  string(2) "on"
  ["terms_is_declaration"]=>
  string(2) "on"
  ["nominator_title"]=>
  string(2) "ms"
  ["nominator_name_tc"]=>
  string(9) "徐玉珊"
  ["nominator_name_en"]=>
  string(10) "Lancy CHUI"
  ["nominator_email"]=>
  string(26) "lancy.chui@manpower.com.hk"
}

16:55:33 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363- 
array(40) {
  ["category_id"]=>
  string(1) "3"
  ["nominee_title"]=>
  string(4) "miss"
  ["nominee_name_tc"]=>
  string(9) "蘇倩怡"
  ["nominee_name_en"]=>
  string(8) "Jenny SO"
  ["nominee_birth_date"]=>
  string(10) "1971-06-26"
  ["nominee_birth_place"]=>
  string(9) "Hong Kong"
  ["nominee_email"]=>
  string(21) "jennyso@leungyick.com"
  ["nominee_tel"]=>
  string(8) "90290626"
  ["nominee_wechat"]=>
  string(10) "F598076138"
  ["nominee_assistant_title"]=>
  string(2) "ms"
  ["nominee_assistant_name_tc"]=>
  string(9) "林惠微"
  ["nominee_assistant_name_en"]=>
  string(8) "Rita LAM"
  ["nominee_assistant_email"]=>
  string(21) "ritalam@leungyick.com"
  ["nominee_assistant_tel"]=>
  string(9) "25988034 "
  ["company_name"]=>
  string(26) "Leung Yick Company Limited"
  ["company_address"]=>
  string(77) "Room 1804, Eastern  Harbour Centre, 28 Hoi Chak Street, Quarry Bay, Hong Kong"
  ["company_position"]=>
  string(15) "General Manager"
  ["company_position_years"]=>
  string(2) "20"
  ["company_is_founder"]=>
  string(1) "0"
  ["company_is_family_business"]=>
  string(1) "1"
  ["company_founded_year"]=>
  string(4) "1946"
  ["company_industry"]=>
  string(32) "Distribution of wine and spirits"
  ["company_website"]=>
  string(17) "www.leungyick.com"
  ["company_is_listed"]=>
  string(1) "0"
  ["company_stock_code"]=>
  string(0) ""
  ["organization_name"]=>
  array(2) {
    [0]=>
    string(31) "Sheen Hok Charitable Foundation"
    [1]=>
    string(39) "The Neighbourhood Advice-Action Council"
  }
  ["service_position"]=>
  array(2) {
    [0]=>
    string(9) "Committee"
    [1]=>
    string(9) "Committee"
  }
  ["participation_year"]=>
  array(2) {
    [0]=>
    string(13) "2014 and 2015"
    [1]=>
    string(4) "2013"
  }
  ["involvement"]=>
  array(2) {
    [0]=>
    string(2) "NA"
    [1]=>
    string(2) "NA"
  }
  ["achievement"]=>
  array(2) {
    [0]=>
    string(2) "NA"
    [1]=>
    string(2) "NA"
  }
  ["narrative_enterprise"]=>
  string(1012) "-  The company was established in the year of 1946 in Wanchai as a local small wholesaler for general foodstuffs, groceries, beers and spirits.  
-  Strong distribution network to stores, bars, clubs, nightclubs and hotels together with reputation built in the industry
-  The company shifted focus from solely local distribution and wholesale to both import and export of alcoholic beverages. 
-  In 2003, the company further expanded its product range by taking up various direct agency brands in wines and spirits
-  The company and staff enjoys sound relationship with global and local spirits companies and agents, specializing in  both local and overseas market. 
-  Handle thousands of SKUs on wines, spirits, beers and sundries on regular basis and continue to expand company portfolio to provide one stop wine and spirits shopping solution to the trade and consumers.
- By introducing expanded brands to consumers, people are able to have better experiences in the appreciation of wine and spirits"
  ["narrative_industry"]=>
  string(398) "-  The company made effort in building and broadening the liqueurs and cocktail culture in the retail and direct consumers session
-  One of the first company to bring the local gin market for premiumization with Hendrick's Gin which one of the leading premium gin in the global market
-  Initiated one stop shopping solution for the F&B industry with a good mixture of different wine and spirits"
  ["narrative_contribution"]=>
  string(200) "-  Due the difference in culture and lack of understandings towards the status quo in China, the company should increase involvement in the exchange of experiences among people in the trade within GBA"
  ["narrative_corporate"]=>
  string(338) "-  It is always the mission of the company to be able to take part by giving support to the community in need.  With cross over collaboration with different brands, we wish to be able to derive funds from such for donation
- Office culture can be built with a mission to drive team members to put greater effort in social responsibility."
  ["narrative_personal"]=>
  string(2) "NA"
  ["terms_is_declaration"]=>
  string(2) "on"
  ["nominator_title"]=>
  string(2) "ms"
  ["nominator_name_tc"]=>
  string(9) "徐玉珊"
  ["nominator_name_en"]=>
  string(10) "Lancy CHUI"
  ["nominator_email"]=>
  string(26) "lancy.chui@manpower.com.hk"
}

17:27:25 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36- 
array(17) {
  ["category_id"]=>
  string(1) "3"
  ["nominee_title"]=>
  string(2) "ms"
  ["nominee_name_tc"]=>
  string(9) "邱詠筠"
  ["nominee_name_en"]=>
  string(21) "Chiu Wing Kwan Winnie"
  ["nominee_email"]=>
  string(23) "Winnie.chiu@dorsett.com"
  ["nominee_tel"]=>
  string(8) "29219829"
  ["company_name"]=>
  string(33) "Dorsett Hospitality International"
  ["company_position"]=>
  string(30) "President & Executive Director"
  ["nominator_title"]=>
  string(2) "mr"
  ["nominator_name_tc"]=>
  string(9) "邱達昌"
  ["nominator_name_en"]=>
  string(10) "David Chiu"
  ["nominator_company"]=>
  string(19) "Far East Consortium"
  ["nominator_job_title"]=>
  string(8) "Chairman"
  ["nominator_email"]=>
  string(23) "dylan.song@fecil.com.hk"
  ["nominator_tel"]=>
  string(8) "28500615"
  ["nominator_address"]=>
  string(62) "24/F, Far East Consortium Building, 121 Des Voeux Road Central"
  ["nominator_reason"]=>
  string(1080) "Throughout the years since Winnie joined Far East Consortium Group in 2005, I have seen Winnie flourish and with utmost integrity and dedication. Under her leadership, Dorsett and its hotels been honoured with corporate awards such as, Best Small Cap Company Award 2012 (by Asiamoney) and Best Valued Hotels Group Award 2014 (by Mediazone Group).

Winnie herself has also received some much-deserved accolades which show the confidence in her integrity and commitment to the community. This is all thanks to the hard work and commitment of Winnie and her team whom she continuously motivates by exemplifying with her own actions and skills.

Apart from her excellent business and professional ethics, Winnie has encouraged and embedded the importance of contributing to the society and environment within the company.  I am proud to recommend Winnie as a dynamic talented visionary individual and a perfect leader to steer a business in the right direction.  Her impeccable business and social reputation precedes her which has earned her the respect of many including myself."
}

17:51:11 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134- 
array(41) {
  ["category_id"]=>
  string(1) "1"
  ["nominee_title"]=>
  string(2) "dr"
  ["nominee_name_tc"]=>
  string(9) "陳曦齡"
  ["nominee_name_en"]=>
  string(19) "CHAN Hei Ling Helen"
  ["nominee_birth_date"]=>
  string(10) "1953-04-01"
  ["nominee_birth_place"]=>
  string(9) "Guangdong"
  ["nominee_email"]=>
  string(24) "rachel.lam@vitagreen.com"
  ["nominee_tel"]=>
  string(8) "29016038"
  ["nominee_wechat"]=>
  string(0) ""
  ["nominee_assistant_title"]=>
  string(4) "miss"
  ["nominee_assistant_name_tc"]=>
  string(9) "林春萍"
  ["nominee_assistant_name_en"]=>
  string(10) "Rachel Lam"
  ["nominee_assistant_email"]=>
  string(24) "rachel.lam@vitagreen.com"
  ["nominee_assistant_tel"]=>
  string(8) "29016038"
  ["company_name"]=>
  string(36) "維特健靈健康產品有限公司"
  ["company_address"]=>
  string(53) "新界大埔工業村大喜街18號維特健靈大廈"
  ["company_position"]=>
  string(9) "董事長"
  ["company_position_years"]=>
  string(2) "27"
  ["company_is_founder"]=>
  string(1) "1"
  ["company_is_family_business"]=>
  string(1) "0"
  ["company_founded_year"]=>
  string(4) "1993"
  ["company_industry"]=>
  string(12) "健康產品"
  ["company_website"]=>
  string(43) "http://corporate.vitagreen.com/zh/index.php"
  ["company_is_listed"]=>
  string(1) "0"
  ["company_stock_code"]=>
  string(0) ""
  ["organization_name"]=>
  array(5) {
    [0]=>
    string(12) "健靈基金"
    [1]=>
    string(21) "香港女童軍總會"
    [2]=>
    string(21) "香港過敏醫學會"
    [3]=>
    string(30) "香港青少年軍事夏令營"
    [4]=>
    string(12) "睡眠之友"
  }
  ["service_position"]=>
  array(5) {
    [0]=>
    string(18) "創辦人兼主席"
    [1]=>
    string(15) "榮譽副會長"
    [2]=>
    string(21) "創辦人及秘書長"
    [3]=>
    string(9) "副主席"
    [4]=>
    string(18) "會董及創會人"
  }
  ["participation_year"]=>
  array(5) {
    [0]=>
    string(16) "2009年至現在"
    [1]=>
    string(11) "2004-現在"
    [2]=>
    string(13) "1995–現在"
    [3]=>
    string(4) "2009"
    [4]=>
    string(13) "2004 - 現在"
  }
  ["involvement"]=>
  array(5) {
    [0]=>
    string(14) "to be provided"
    [1]=>
    string(14) "to be provided"
    [2]=>
    string(14) "to be provided"
    [3]=>
    string(14) "to be provided"
    [4]=>
    string(14) "to be provided"
  }
  ["achievement"]=>
  array(5) {
    [0]=>
    string(14) "to be provided"
    [1]=>
    string(14) "to be provided"
    [2]=>
    string(14) "to be provided"
    [3]=>
    string(14) "to be provided"
    [4]=>
    string(14) "to be provided"
  }
  ["narrative_enterprise"]=>
  string(1713) "—維特健靈健康產品有限公司於1993 年創立,一直致力推廣健康生活,現為香港最具規模的健康產品公司之一。集團的全球僱員超過550 人, 擁有3 間「GMP」藥廠,其中兩間為「PIC/S GMP」藥廠,並設立了8 個海外辦事處;在香港、澳門及新加坡設有超過70 間零售專門店及專櫃,旗下逾150 種產品行銷亞洲、歐洲及美國

—維特健靈近年致力為品牌注入年輕活力,務求令傳統中藥智慧廣受年輕顧客歡迎。除了選用年輕代言人,改革宣傳及廣告刊物的用語及風格外,更廣用網上及互動社交媒體,包括選用網絡紅人、年輕素人等,進一步深入年輕顧客層

—在過往一年加強在數碼及社交媒體的推廣及宣傳活動,擴闊消費者層,加強與消費者的互動;同時深化消費者對保健養生的知識,鼓勵消費者主動分享品牌資訊及產品用後感,將建維特健靈的聲譽及產品口碑從傳統媒體推廣到各大社交平台

—此外,本司亦正進行店舖陳設、產品包裝、公司形象的改革,務求進一步推動本港健康產品市場

—本司亦把各產品的形象統一化,讓「維特健靈」的品牌形象更鮮明

—維特健靈由一間地區性公司發展為跨國公司,由2件產品到150種產品,銷量由低至高,顧客由少至多;銷售地區不斷擴大,增長步伐愈來愈快,於未來的日子,維特健靈會不斷推陳出新,積極鑽研更多高療效高品質的產品,滿足更多人的需要。維特健靈決要把健康、青春、喜悅送到世界上每一個角落的人群,燃亮每一個人的生命
"
  ["narrative_industry"]=>
  string(1843) "—積極推廣及提倡產品質素
1.「維特健靈自1998年獲得香港政府頒發GMP認証以來,對品質要求、品質保證,到品質管理,都與國際GMP標準看齊,現在已連續十九年獲取國際GMP規範認證的生產資格,在行內具專業領導地位。」維特健靈大藥廠並自設GMP實驗室,嚴謹地控制品質,保証產品優良及安全
2.位於香港及廣西的三間藥廠,均榮獲GMP(Good Manufacturing Practice) 認證 (即優良藥品製造規範),證明整個生產程序有嚴謹的控制及監察,完成品能達到最高的標準。GMP是世界衛生組織訂下的藥品生產規範,每年都由政府重新審核,以維持高度嚴謹的標準,保證提供最高質量的產品

--首創集五類(六種)野生靈芝
1.維特健靈「五色靈芝」是全港首創集五類(六種)野生靈芝提煉成的保健品,在香港保健產品市場上穩佔第一席位。「五色靈芝」是維特健靈成立以來,第一款推出市場的皇牌產品,亦是本司最具代表性的產品。本司往後推出的產品,大多都加入「五色靈芝」成分於配方上,務求令每一件產品都別樹一幟

—開發多元產品
1. 推出超過150個產品,成功滿足大眾對健康喜悅青春的不同需求,消費者總能在維特健靈產品系列內找到自己想要的產品
2.維特健靈優質中藥保健系列有護髮的「維新烏絲素」系列、免疫力系列的「盈活雲芝」、蟲草系列的「知音蟲草」、助眠的「寧心」、滋保肝腎的「滋寶奇珍」及「寬欣」、「甙醣仁參」、「目清素」、「消尿酸」等。其中「五色靈芝」、「維新烏絲素」、「盈活雲芝」、「寧心」、「滋寶奇珍」及「知音蟲草」都被推選成為「香港名牌」

"
  ["narrative_contribution"]=>
  string(1359) "--於2009年建立健靈慈善基金,健靈慈善基金亦於2016年起舉辦一系列命為「你我的香港Our Hong Kong Forum」講座, 邀請多位專家及知名人士出席分享及剖析各項議題,透過與嘉賓、社會名人的互動與分享,探討與香港人息息相關的生活、健康及社會話題, 為香港人帶來正能量。講座主題包括「怎樣做一個快樂的香港人」、「怎樣實踐您的香港夢」、「怎樣栽培香港快樂的下一代」等,為香港人帶來正能量

—邀請香港青年會轄下的「必愛之家庇護工場」參與部分贈品包裝工序,給予他們機會發揮所長,為他們建立自信,為社會出一分力

--提倡環保
實行環保措施,生產線早已摒棄使用有毒和不能循環再造的塑膠物料,而選用符合環保要求的包裝物料。以膠囊出售的保健產品,亦包括天然植物提煉而成的膠囊,以取代舊有由動物原料製造的膠囊

--與香港中華醫學會、中醫協會和香港護士協會舉辦座談會已超過十年,邀請不同專業範疇的專家和醫護人員分享最新的專業知識,並舉辦由頂尖醫生主講的公眾健康常識講座。這些免費的研討會歡迎公眾人士參加,讓最好的醫護專業人員親身向巿民講解日常生活的健康問題
"
  ["narrative_corporate"]=>
  string(1370) "—積極推動地區事務,致力建造一個關愛共享的和諧社區,更捐款到醫學博物館、贊助世界心臟日及定期參與各大院校的科學研究

—於2009年成立了「健靈慈善基金」,致力幫助大眾預防疾病,提倡健康生活,幫助大眾保持健康、喜悅、青春。健靈慈善基金以經濟援助及捐贈維特健靈健康產品,來幫助社會上有需要的團體及個別人士

—健靈慈善基金自2012年開始,健靈慈善基金舉辦一年一度的「維特健靈慈善單車馬拉松」,於港島公路進行單車賽事,旨在藉單車運動,向市民推廣環保與健康生活的訊息。 首三年賽事的參加人數,已累積近3,000人,創下香港最多公眾參與的單車比賽人數。為幫助更多有需要人士,大會將部份收益撥捐不同慈善機構,包括香港小童群益會、香港女童軍總會、香港卓護義工協會及健靈慈善基金等,致力回饋社會

—2020年, 為疫情耗資製作本地口罩,為社區出力https://www.hk01.com/%E7%A4%BE%E6%9C%83%E6%96%B0%E8%81%9E/440861/%E6%96%B0%E5%86%A0%E8%82%BA%E7%82%8E-%E7%B6%AD%E7%89%B9%E5%81%A5%E9%9D%88%E8%80%97%E5%8D%83%E8%90%AC%E8%A3%BD%E5%8F%A3%E7%BD%A9-%E8%91%A3%E4%BA%8B%E9%95%B7%E9%99%B3%E6%9B%A6%E9%BD%A1%E4%B8%8D%E9%A1%98%E8%A6%8B%E7%BE%A4%E7%9C%BE%E6%81%90%E6%85%8C

"
  ["narrative_personal"]=>
  string(522) "-2010 年獲柬埔寨國主頒發國家建設銅勳章

-2012 年榮獲香港管理學院頒發Charter member,同年獲香港營銷學會頒發最傑出營銷會員獎

-2015年HK Business Award -東主營運獎 (HKBA Owner Operated Award)
https://www.hkbusinessawards.com/%E6%AD%B7%E5%B1%86%E5%BE%97%E7%8D%8E%E8%80%85/2015-%E5%B9%B4%E5%BE%97%E5%A5%AC%E8%80%85/?lang=zh-hant

- 《旭茉JESSICA》成功女性 2018-陳曦齡
https://www.jessicahk.com/articles/xu-mo-jessica-cheng-gong-nu-xing-2018-chen-xi-ling
"
  ["terms_is_attend"]=>
  string(2) "on"
  ["terms_is_declaration"]=>
  string(2) "on"
  ["nominator_title"]=>
  string(2) "dr"
  ["nominator_name_tc"]=>
  string(9) "陳裕光"
  ["nominator_name_en"]=>
  string(27) "Dr. Chan Yue Kwong, Michael"
  ["nominator_email"]=>
  string(31) "chairmanmichaelykchan@gmail.com"
}

23:04:18 /var/www/gba-owea.com/GBAOWE2020/application/controllers/Application.php -Mozilla/5.0 (Linux; Android 9; JKM-LX2; HMSCore 4.0.4.307; GMSCore 20.26.14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 HuaweiBrowser/10.1.3.321 Mobile Safari/537.36- 
array(17) {
  ["category_id"]=>
  string(1) "1"
  ["nominee_title"]=>
  string(2) "ms"
  ["nominee_name_tc"]=>
  string(9) "陳勵勤"
  ["nominee_name_en"]=>
  string(10) "Emmy Chan "
  ["nominee_email"]=>
  string(19) "ciciyiu54@gmail.com"
  ["nominee_tel"]=>
  string(8) "61328129"
  ["company_name"]=>
  string(30) "鴻偉機械建設工程公司"
  ["company_position"]=>
  string(9) "管事人"
  ["nominator_title"]=>
  string(2) "dr"
  ["nominator_name_tc"]=>
  string(9) "姚賽清"
  ["nominator_name_en"]=>
  string(20) "Yiu Choi Ching, Dr. "
  ["nominator_company"]=>
  string(24) "國際理情教育協會"
  ["nominator_job_title"]=>
  string(12) "創會會長"
  ["nominator_email"]=>
  string(19) "ciciyiu54@gmail.com"
  ["nominator_tel"]=>
  string(8) "60174212"
  ["nominator_address"]=>
  string(26) "中央郵政信箱12403號"
  ["nominator_reason"]=>
  string(166) "陳女士勵勤人如其名,勉勵眾人勤奮上進,為香港社會殫精歇力,盡忠服務。她如此為別人而能放下自我的精神,值得年青人效法。"
}