├── .pr-preview.json
├── LICENSE.md
├── README.md
├── assets
└── nicknames.json
├── css
└── home.css
├── donators_logos
├── APL_photo1.jpg
├── BNC_Logo_Horizontal_RGB_1000px.png
├── Beck_LogoVektor_sw.jpg
├── Bookwire_rgb_weißer_Hintergrund.jpg
├── CVO Pub Serv_Logo.jpg
├── Datamatics_logo.jpg
├── Diogenes_Wordmark_RGB.jpg
├── EBPAJ-logo.png
├── FBLogo_transparent_highres_new.png
├── Google.png
├── Hachette Livre.jpg
├── HarperCollins.png
├── LearningMate Logo.png
├── Logo_PCA.jpg
├── Logo_Suhrkamp.jpg
├── MacLearn_logo_cmyk.png
├── NortonLogo_notagline.jpg
├── Pagina.png
├── QA InfoTech Logo PNG Format.png
├── README.md
├── RakutenLogo.png
├── Techforum_colour.png
├── VS_Logo_HOR_Ingram_Tag(RGB).jpg
├── Wiley_Wordmark_black.png
├── chbeck_LSW_2018_Walbaum_Kievit.jpg
├── daisy_high.jpg
├── hyread-w3c.png
├── logo-Mobidys-blanc-fond-orange V1.png
├── logo_libreka.png
├── logo_zeilenwert.jpg
├── nordcompo_hd.png
├── publizon-logo.jpg
└── rectangle_VJstar_logo_512.jpg
├── ebooks
├── JSON-LD.epub
├── RDF1.1-Core.epub
├── RDF1.1-Syntaxes.epub
├── RDFa.epub
├── SPARQL.epub
├── csvw.epub
├── epub33.epub
├── index.html
├── odrl.epub
└── web-annotations.epub
├── epubcheck_fundraising.html
├── events.html
├── events.json
├── events
├── XXXsummit2017-staged.htm
├── css
│ ├── summit.css
│ └── summit.min.css
├── helloworld.html
├── img
│ ├── apex.png
│ ├── bg_sec1.jpg
│ ├── bg_sec2.jpg
│ └── hyatt.png
├── summit2017-staged.html.bak
├── summit2017.html
└── summit2017.html.bak
├── fonts
├── SourceSansPro-Black.woff
├── SourceSansPro-BlackIt.woff
├── SourceSansPro-Bold.woff
├── SourceSansPro-BoldIt.woff
├── SourceSansPro-ExtraLight.woff
├── SourceSansPro-ExtraLightIt.woff
├── SourceSansPro-It.woff
├── SourceSansPro-Light.woff
├── SourceSansPro-LightIt.woff
├── SourceSansPro-Regular.woff
├── SourceSansPro-Semibold.woff
└── SourceSansPro-SemiboldIt.woff
├── home-page-imgs
├── Tzviya-Karen-Toronto.png
├── Webinar2020.png
├── liisa-brussels.png
├── next.png
├── pause.png
├── previous.png
├── resume.png
├── wendy2021.jpg
├── wendy2022.jpg
└── wendy_dave_2022.png
├── img
├── bg_sec1.jpg
├── bg_sec2.jpg
└── hyatt.png
├── index.html
├── js
├── dpub-common.js
├── dpub-listing.js
├── dpub.js
├── feed.js
├── hyphenate.min.js
├── jquery.timer.js
├── testimonial-listings.js
└── testimonials.js
├── logo
├── Linotte-SemiBold.woff
├── logo.png
└── logo.svg
├── test.html
├── testimonials.html
├── testimonials.json
└── w3c.json
/.pr-preview.json:
--------------------------------------------------------------------------------
1 | {
2 | "src_file": "index.html",
3 | "type": "html"
4 | }
5 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | All documents in this Repository are licensed by contributors under the [W3C Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software).
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Home page of Publishing@W3C
2 | This is the repository for the home page of the W3C Publishing@W3C activities:
3 |
4 | https://www.w3.org/publishing/
5 |
6 | (That URL is redirected to the `w3c.github.io` view of this repository, i.e., https://w3c.github.io/publishing/ .)
7 |
8 | ---
9 | The repository is maintained by Ivan Herman, [ivan@w3.org](mailto:ivan@w3.org); the content of the page is a joint responsibility of the Publishing@W3C staff.
10 |
--------------------------------------------------------------------------------
/assets/nicknames.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "nick": [
4 | "geealbers"
5 | ],
6 | "name": "Greg Albers",
7 | "github": "geealbers"
8 | },
9 | {
10 | "nick": [
11 | "Franco",
12 | "francoalvarado"
13 | ],
14 | "name": "Franco Alvarado",
15 | "github": "francofaa"
16 | },
17 | {
18 | "nick": [
19 | "BorisAnthony"
20 | ],
21 | "name": "Boris Anthony",
22 | "github": "BorisAnthony"
23 | },
24 | {
25 | "nick" : [
26 | "Judy",
27 | "jbrewer"
28 | ],
29 | "name": "Judy Brewer"
30 | },
31 | {
32 | "nick": [
33 | "christofer_auclair"
34 | ],
35 | "name": "Christofer Auclair"
36 | },
37 | {
38 | "nick": [
39 | "laudrain",
40 | "lucaudrain",
41 | "Luc"
42 | ],
43 | "name": "Luc Audrain",
44 | "github": "laudrain"
45 | },
46 | {
47 | "nick": [
48 | "awad",
49 | "WillAwad"
50 | ],
51 | "name": "Will Awad"
52 | },
53 | {
54 | "nick": [
55 | "michaelbaker",
56 | "mikebaker"
57 | ],
58 | "name": "Michael Baker",
59 | "github": "mikebbaker"
60 | },
61 | {
62 | "nick": [
63 | "philbarker"
64 | ],
65 | "name": "Phil Barker"
66 | },
67 | {
68 | "nick": [
69 | "sofia"
70 | ],
71 | "name": "Sofia Bautista"
72 | },
73 | {
74 | "nick": [
75 | "pbelfanti",
76 | "paulb"
77 | ],
78 | "name": "Paul Belfanti",
79 | "github": "pbelfanti"
80 | },
81 | {
82 | "nick": [
83 | "graham"
84 | ],
85 | "name": "Graham Bell",
86 | "github": "graham-bell"
87 | },
88 | {
89 | "nick": [
90 | "courtneyb"
91 | ],
92 | "name": "Courney Benett"
93 | },
94 | {
95 | "nick": [
96 | "DanielBennett",
97 | "daniel_bennett"
98 | ],
99 | "name": "Daniel Bennett"
100 | },
101 | {
102 | "nick": [
103 | "baldurbjarnason"
104 | ],
105 | "name": "Baldur Bjarnason",
106 | "github": "baldurbjarnason"
107 | },
108 | {
109 | "nick": [
110 | "JulieBlair"
111 | ],
112 | "name": "Julie Blair"
113 | },
114 | {
115 | "nick": [
116 | "cbogen"
117 | ],
118 | "name": "Carly Bogen"
119 | },
120 | {
121 | "nick": [
122 | "Bert"
123 | ],
124 | "name": "Bert Bos",
125 | "github": "bert-github"
126 | },
127 | {
128 | "nick": [
129 | "laurab"
130 | ],
131 | "name": "Laura Brady"
132 | },
133 | {
134 | "nick": [
135 | "stevebrault"
136 | ],
137 | "name": "Steve Brault"
138 | },
139 | {
140 | "nick": [
141 | "nickbrown",
142 | "Nick_Brown"
143 | ],
144 | "name": "Nick Brown"
145 | },
146 | {
147 | "nick": [
148 | "Julian_Calderazi"
149 | ],
150 | "name": "Julian Calderazi"
151 | },
152 | {
153 | "nick": [
154 | "matthew",
155 | "MattChan"
156 | ],
157 | "name": "Matthew Chan"
158 | },
159 | {
160 | "nick": [
161 | "yanni"
162 | ],
163 | "name": "Yu-Wei Chang (Yanni)"
164 | },
165 | {
166 | "nick": [
167 | "fchasen"
168 | ],
169 | "name": "Fred Chasen",
170 | "github": "fchasen"
171 | },
172 | {
173 | "nick": [
174 | "Virginie"
175 | ],
176 | "name": "Virginie Clayssen"
177 | },
178 | {
179 | "nick": [
180 | "timCole",
181 | "tcole",
182 | "t-cole3"
183 | ],
184 | "name": "Tim Cole",
185 | "github": "tcole3"
186 | },
187 | {
188 | "nick": [
189 | "simon_collinson",
190 | "Simon",
191 | "simoncollinson"
192 | ],
193 | "name": "Simon Collinson"
194 | },
195 | {
196 | "nick": [
197 | "jason_colman"
198 | ],
199 | "name": "Jason Colman"
200 | },
201 | {
202 | "nick": [
203 | "Rachel"
204 | ],
205 | "name": "Rachel Comerford",
206 | "github": "RachelComerford"
207 | },
208 | {
209 | "nick": [
210 | "garth",
211 | "GarthConboy"
212 | ],
213 | "name": "Garth Conboy",
214 | "github": "GarthConboy"
215 | },
216 | {
217 | "nick": [
218 | "JuanCorona"
219 | ],
220 | "name": "Juan Corona",
221 | "github": "jccr"
222 | },
223 | {
224 | "nick": [
225 | "ckcosner"
226 | ],
227 | "name": "Christopher Cosner",
228 | "github": "ckcosner"
229 | },
230 | {
231 | "nick": [
232 | "dauwhe",
233 | "DC",
234 | "dave"
235 | ],
236 | "name": "Dave Cramer",
237 | "github": "dauwhe",
238 | "role": "chair"
239 | },
240 | {
241 | "nick": [
242 | "marcelo"
243 | ],
244 | "name": "Marcelo da Silva Zanon",
245 | "github": "marcelozanon"
246 | },
247 | {
248 | "nick": [
249 | "gregdavis"
250 | ],
251 | "name": "Greg Davis",
252 | "github": "antelopeb"
253 | },
254 | {
255 | "nick": [
256 | "rdeltour",
257 | "RD",
258 | "romain"
259 | ],
260 | "name": "Romain Deltour",
261 | "github": "deltour"
262 | },
263 | {
264 | "nick": [
265 | "marisa_demeglio",
266 | "marisademeglio",
267 | "marisa"
268 | ],
269 | "name": "Marisa DeMeglio",
270 | "github": "marisademeglio"
271 | },
272 | {
273 | "nick": [
274 | "vagner",
275 | "vagner_br"
276 | ],
277 | "name": "Vagner Diniz",
278 | "github": "vagnerdiniz"
279 | },
280 | {
281 | "nick": [
282 | "angela_doll"
283 | ],
284 | "name": "Angela Doll"
285 | },
286 | {
287 | "nick": [
288 | "Kenneth"
289 | ],
290 | "name": "Kenneth Dougherty"
291 | },
292 | {
293 | "nick": [
294 | "duga",
295 | "brady_duga",
296 | "brady"
297 | ],
298 | "name": "Brady Duga",
299 | "github": "bduga"
300 | },
301 | {
302 | "nick": [
303 | "bdugas",
304 | "bendugas",
305 | "ben_dugas"
306 | ],
307 | "name": "Ben Dugas",
308 | "github": "bdugas"
309 | },
310 | {
311 | "nick": [
312 | "roger_espinosa"
313 | ],
314 | "name": "Roger Espinosa"
315 | },
316 | {
317 | "nick": [
318 | "Dan"
319 | ],
320 | "name": "Dan Fauxsmith"
321 | },
322 | {
323 | "nick": [
324 | "ReinaldoFerraz"
325 | ],
326 | "name": "Reinaldo Ferraz"
327 | },
328 | {
329 | "nick": [
330 | "HeatherF",
331 | "Heather"
332 | ],
333 | "name": "Heather Flanagan",
334 | "github": "hlflanagan"
335 | },
336 | {
337 | "nick": [
338 | "teenya"
339 | ],
340 | "name": "Teenya Franklin",
341 | "github": "Teenya"
342 | },
343 | {
344 | "nick": [
345 | "gamou",
346 | "jun_gamou",
347 | "jun_gamo",
348 | "JunGamo"
349 | ],
350 | "name": "Jun Gamou"
351 | },
352 | {
353 | "nick": [
354 | "Hadrien",
355 | "HadrienGardeur"
356 | ],
357 | "name": "Hadrien Gardeur",
358 | "github": "HadrienGardeur"
359 | },
360 | {
361 | "nick": [
362 | "mattg",
363 | "mattgarrish",
364 | "mgarrish",
365 | "matt"
366 | ],
367 | "name": "Matt Garrish",
368 | "github": "mattgarrish"
369 | },
370 | {
371 | "nick": [
372 | "damiang"
373 | ],
374 | "name": "Damian Gibbs"
375 | },
376 | {
377 | "nick": [
378 | "paulgilius"
379 | ],
380 | "name": "Paul Gilius"
381 | },
382 | {
383 | "nick": [
384 | "Michael_Goodman"
385 | ],
386 | "name": "Michael Goodman"
387 | },
388 | {
389 | "nick": [
390 | "Jonathan_Greenberg"
391 | ],
392 | "name": "Jonathan Greenberg"
393 | },
394 | {
395 | "nick": [
396 | "alex_grover"
397 | ],
398 | "name": "Alex Grover"
399 | },
400 | {
401 | "nick": [
402 | "marianne"
403 | ],
404 | "name": "Marianne Gulstad"
405 | },
406 | {
407 | "nick": [
408 | "kaleeg"
409 | ],
410 | "name": "Kaleeg Hainsworth"
411 | },
412 | {
413 | "nick": [
414 | "markku_hakkinen"
415 | ],
416 | "name": "Markku Hakkinen"
417 | },
418 | {
419 | "nick": [
420 | "katie",
421 | "ryladog"
422 | ],
423 | "name": "Katie Haritos-Shea"
424 | },
425 | {
426 | "nick": [
427 | "CHayes"
428 | ],
429 | "name": "Caroline Hayes",
430 | "github": "CHayesNorton"
431 | },
432 | {
433 | "nick" : [
434 | "plh"
435 | ],
436 | "name": "Philippe le Hégaret",
437 | "github": "plhegar"
438 | },
439 | {
440 | "nick": [
441 | "bernhard_heinser"
442 | ],
443 | "name": "Berhard Heinser"
444 | },
445 | {
446 | "nick": [
447 | "ivan",
448 | "iherman"
449 | ],
450 | "name": "Ivan Herman",
451 | "github": "iherman",
452 | "role": "staff contact"
453 | },
454 | {
455 | "nick": [
456 | "tetsu_hoshino"
457 | ],
458 | "name": "Tetsu Hoshino"
459 | },
460 | {
461 | "nick": [
462 | "leslie",
463 | "lhulse"
464 | ],
465 | "name": "Leslie Hulse"
466 | },
467 | {
468 | "nick": [
469 | "norikazu_ishizu"
470 | ],
471 | "name": "Norikazu Ishizu"
472 | },
473 | {
474 | "nick": [
475 | "norihito_iyenaga"
476 | ],
477 | "name": "Norihito Iyenaga"
478 | },
479 | {
480 | "nick": [
481 | "jeff"
482 | ],
483 | "name": "Jeff Jaffe"
484 | },
485 | {
486 | "nick": [
487 | "Rick_Johnson",
488 | "RickJ"
489 | ],
490 | "name": "Rick Johnson",
491 | "github": "rickj"
492 | },
493 | {
494 | "nick": [
495 | "ken",
496 | "circularken"
497 | ],
498 | "name" : "Ken Jones"
499 | },
500 | {
501 | "nick": [
502 | "geoff_jukes",
503 | "geoffjukes",
504 | "geoff"
505 | ],
506 | "name": "Geoff Jukes",
507 | "github": "geoffjukes"
508 | },
509 | {
510 | "nick": [
511 | "michalis"
512 | ],
513 | "name": "Michalis Kalamaras"
514 | },
515 | {
516 | "nick": [
517 | "junko_kamata",
518 | "jkamata"
519 | ],
520 | "name": "Junko Kamata"
521 | },
522 | {
523 | "nick": [
524 | "takeshi"
525 | ],
526 | "name": "Takeshi Kanai",
527 | "github": "tkanai"
528 | },
529 | {
530 | "nick": [
531 | "Deborah_Kaplan",
532 | "dkaplan3",
533 | "dkaplan31",
534 | "dkaplan",
535 | "deborah"
536 | ],
537 | "name": "Deborah Kaplan",
538 | "github": "deborahgu"
539 | },
540 | {
541 | "nick": [
542 | "Jean_kaplansky",
543 | "JeanK",
544 | "Jean_K"
545 | ],
546 | "name": "Jean Kaplansky"
547 | },
548 | {
549 | "nick": [
550 | "Bill_Kasdorf",
551 | "BillK"
552 | ],
553 | "name": "Bill Kasdorf",
554 | "github": "BillKasdorf"
555 | },
556 | {
557 | "nick": [
558 | "yuya_kato"
559 | ],
560 | "name": "Yuya Kato"
561 | },
562 | {
563 | "nick": [
564 | "michelle_kelly"
565 | ],
566 | "name": "Michelle Kelly"
567 | },
568 | {
569 | "nick": [
570 | "naomi"
571 | ],
572 | "name": "Naomi Kennedy"
573 | },
574 | {
575 | "nick": [
576 | "George"
577 | ],
578 | "name": "George Kerscher",
579 | "github": "georgekerscher"
580 | },
581 | {
582 | "nick": [
583 | "Yuri"
584 | ],
585 | "name": "Yuri Khramov"
586 | },
587 | {
588 | "nick": [
589 | "Masakazu_Kitahara",
590 | "MasakazuKitahara"
591 | ],
592 | "name": "Masakazu Kitahara"
593 | },
594 | {
595 | "nick": [
596 | "jensklingelhoefer",
597 | "Jens_Bookwire"
598 | ],
599 | "name": "Jens Klingelhöfer"
600 | },
601 | {
602 | "nick": [
603 | "toshiaki-koike",
604 | "toshiakikoike",
605 | "toshiaki"
606 | ],
607 | "name": "Toshiaki Koike",
608 | "github": "toshiakikoike"
609 | },
610 | {
611 | "nick": [
612 | "pkra"
613 | ],
614 | "name": "Peter Krautzberger",
615 | "github": "pkra"
616 | },
617 | {
618 | "nick": [
619 | "rkuroda"
620 | ],
621 | "name": "Ryo Kuroda"
622 | },
623 | {
624 | "nick": [
625 | "clapierre",
626 | "clapierre1",
627 | "CharlesL",
628 | "CharlesL1"
629 | ],
630 | "name": "Charles LaPierre",
631 | "github": "clapierre"
632 | },
633 | {
634 | "nick": [
635 | "MustLazMS"
636 | ],
637 | "name": "Mustapha Lazrek",
638 | "github": "Mustlaz"
639 | },
640 | {
641 | "nick": [
642 | "lmeurs",
643 | "Laurent",
644 | "laurentlemeur",
645 | "laurent_lm"
646 | ],
647 | "name": "Laurent Le Meur",
648 | "github": "llemeurfr"
649 | },
650 | {
651 | "nick": [
652 | "Vlad"
653 | ],
654 | "name": "Vladimir Levantovsky",
655 | "github": "vlevantovsky"
656 | },
657 | {
658 | "nick": [
659 | "daniella"
660 | ],
661 | "name" : "Daniella Levy-Pinto"
662 | },
663 | {
664 | "nick": [
665 | "mia_lipner"
666 | ],
667 | "name": "Mia Lipner"
668 | },
669 | {
670 | "nick": [
671 | "jia_ma"
672 | ],
673 | "name": "Jia Ma"
674 | },
675 | {
676 | "nick": [
677 | "phil_madans"
678 | ],
679 | "name": "Phil Madans"
680 | },
681 | {
682 | "nick": [
683 | "cmaden",
684 | "cmaden2",
685 | "cmaden21"
686 | ],
687 | "name": "Chris Maden",
688 | "github": "crism"
689 | },
690 | {
691 | "nick": [
692 | "murata",
693 | "makoto"
694 | ],
695 | "name": "Murata Makoto",
696 | "github": "murata2makoto"
697 | },
698 | {
699 | "nick": [
700 | "liisamk",
701 | "liisa",
702 | "liismk",
703 | "liisamk"
704 | ],
705 | "name": "Liisa McCloy-Kelley",
706 | "github": "liisamk"
707 | },
708 | {
709 | "nick": [
710 | "BillMcCoy",
711 | "BillMcCoy",
712 | "BillM"
713 | ],
714 | "name": "Bill McCoy",
715 | "github": "whmccoy"
716 | },
717 | {
718 | "nick": [
719 | "keith",
720 | "keithmcfarland"
721 | ],
722 | "name": "Keith McFarland"
723 | },
724 | {
725 | "nick": [
726 | "jonathan_mcglone"
727 | ],
728 | "name": "Jonathan McGlone"
729 | },
730 | {
731 | "nick": [
732 | "hughmcguire"
733 | ],
734 | "name": "Hugh McGuire",
735 | "github": "hughmcguire"
736 | },
737 | {
738 | "nick": [
739 | "nellie",
740 | "neelie"
741 | ],
742 | "name": "Nellie McKesson"
743 | },
744 | {
745 | "nick": [
746 | "maureen_mcmahon"
747 | ],
748 | "name": "Maureen McMahon"
749 | },
750 | {
751 | "nick": [
752 | "juliette",
753 | "juliette_mcshane",
754 | "jmcshane"
755 | ],
756 | "name": "Juliette McShane"
757 | },
758 | {
759 | "nick": [
760 | "davidm"
761 | ],
762 | "name": "David Merrell"
763 | },
764 | {
765 | "nick": [
766 | "Michael",
767 | "michael_miller"
768 | ],
769 | "name": "Michael Miller"
770 | },
771 | {
772 | "nick": [
773 | "sel"
774 | ],
775 | "name": "Selma Morais"
776 | },
777 | {
778 | "nick": [
779 | "jasminemulliken",
780 | "jmulliken"
781 | ],
782 | "name": "Jasmine Mulliken",
783 | "github": "jmulliken"
784 | },
785 | {
786 | "nick": [
787 | "shinyu_murakami"
788 | ],
789 | "name": "Shinyu Murakami"
790 | },
791 | {
792 | "nick": [
793 | "cristina",
794 | "cmussi"
795 | ],
796 | "name": "Cristina Mussinelli",
797 | "github": "cmussi"
798 | },
799 | {
800 | "nick": [
801 | "karen",
802 | "KarenMyers"
803 | ],
804 | "name": "Karen Myers",
805 | "github": "karenmyers"
806 | },
807 | {
808 | "nick": [
809 | "Yoichiro"
810 | ],
811 | "name": "Yoichiro Nagao"
812 | },
813 | {
814 | "nick": [
815 | "brian",
816 | "Brian_O"
817 | ],
818 | "name": "Brian O'Leary"
819 | },
820 | {
821 | "nick": [
822 | "yoshinori"
823 | ],
824 | "name": "Yoshinori Ohmura"
825 | },
826 | {
827 | "nick": [
828 | "brian_pech"
829 | ],
830 | "name": "Brian Pech"
831 | },
832 | {
833 | "nick": [
834 | "gpellegrino",
835 | "g_pellegrino"
836 | ],
837 | "name": "Gregorio Pellegrino",
838 | "github": "gregoriopellegrino"
839 | },
840 | {
841 | "nick": [
842 | "Michaela"
843 | ],
844 | "name": "Michaela Philipzen"
845 | },
846 | {
847 | "nick": [
848 | "MarthP"
849 | ],
850 | "name": "Marty Picco"
851 | },
852 | {
853 | "nick": [
854 | "fernando_pinto_da_silva"
855 | ],
856 | "name": "Fernando Pinto da Silva"
857 | },
858 | {
859 | "nick": [
860 | "ckpowell"
861 | ],
862 | "name": "Chris Powell",
863 | "github": "cmkpowell"
864 | },
865 | {
866 | "nick": [
867 | "jeffp"
868 | ],
869 | "name": "Jeff Printy",
870 | "github": "jeffprinty"
871 | },
872 | {
873 | "nick": [
874 | "rpug"
875 | ],
876 | "name": "Ryan Pugatch"
877 | },
878 | {
879 | "nick": [
880 | "josh",
881 | "jpyle"
882 | ],
883 | "name": "Joshua Pyle",
884 | "github": "atyposh"
885 | },
886 | {
887 | "nick": [
888 | "rego"
889 | ],
890 | "name": "Manuel Rego Casasnovas"
891 | },
892 | {
893 | "nick": [
894 | "wendy",
895 | "wendyreid"
896 | ],
897 | "name": "Wendy Reid",
898 | "github": "wareid",
899 | "role": "chair"
900 | },
901 | {
902 | "nick": [
903 | "florian"
904 | ],
905 | "name": "Florian Rivoal",
906 | "github": " frivoal"
907 | },
908 | {
909 | "nick": [
910 | "robby"
911 | ],
912 | "name": "Robby Robson"
913 | },
914 | {
915 | "nick": [
916 | "Leonard",
917 | "leonardr"
918 | ],
919 | "name": "Leonard Rosenthol",
920 | "github": "lrosenthol"
921 | },
922 | {
923 | "nick": [
924 | "NickRuffilo",
925 | "nick1",
926 | "nick"
927 | ],
928 | "name": "Nick Ruffilo"
929 | },
930 | {
931 | "nick": [
932 | "sakakibara"
933 | ],
934 | "name": "Hiroshi Sakakibara"
935 | },
936 | {
937 | "nick": [
938 | "azaroth"
939 | ],
940 | "name": "Rob Sanderson",
941 | "github": "azaroth42"
942 | },
943 | {
944 | "nick": [
945 | "Dan_Sanicola"
946 | ],
947 | "name": "Dan Sanicola"
948 | },
949 | {
950 | "nick": [
951 | "shinobu"
952 | ],
953 | "name": "Shinobu Sato"
954 | },
955 | {
956 | "nick": [
957 | "Schindler",
958 | "Wolfgang"
959 | ],
960 | "name": "Wolfgang Schindler"
961 | },
962 | {
963 | "nick": [
964 | "jodi",
965 | "JodiS"
966 | ],
967 | "name": "Jodi Schneider",
968 | "github": "jodischneider"
969 | },
970 | {
971 | "nick": [
972 | "BenSchroeter"
973 | ],
974 | "name": "Ben Schroeter",
975 | "github": "BenSchroeter"
976 | },
977 | {
978 | "nick": [
979 | "bernadette"
980 | ],
981 | "name": "Bernadette Shade"
982 | },
983 | {
984 | "nick": [
985 | "Daihei",
986 | "塩濱大平",
987 | "Daihei_Shiohama",
988 | "DH"
989 | ],
990 | "name": "Daihei Shiohama (塩濱大平)",
991 | "github": "dshiohama"
992 | },
993 | {
994 | "nick": [
995 | "OZAWA"
996 | ],
997 | "name": "Ozawa Shogakukan"
998 | },
999 | {
1000 | "nick": [
1001 | "tzviya"
1002 | ],
1003 | "name": "Tzviya Siegman",
1004 | "github": "TzviyaSiegman"
1005 | },
1006 | {
1007 | "nick": [
1008 | "avneeshsingh",
1009 | "Avneesh"
1010 | ],
1011 | "name": "Avneesh Singh",
1012 | "github": "avneeshsingh"
1013 | },
1014 | {
1015 | "name": "Adam Sisco",
1016 | "github": "awsisco",
1017 | "nick": [
1018 | "awsisco",
1019 | "adamsisco"
1020 | ]
1021 | },
1022 | {
1023 | "nick": [
1024 | "susanna_skinner"
1025 | ],
1026 | "name": "Susanna Skinner"
1027 | },
1028 | {
1029 | "nick": [
1030 | "astearns"
1031 | ],
1032 | "name": "Alan Stearns"
1033 | },
1034 | {
1035 | "nick": [
1036 | "kathryn_stewart"
1037 | ],
1038 | "name": "Kathryn Stewart"
1039 | },
1040 | {
1041 | "nick": [
1042 | "david_stroup",
1043 | "dave_stroup"
1044 | ],
1045 | "name": "David Stroup"
1046 | },
1047 | {
1048 | "nick": [
1049 | "LillianSullam",
1050 | "lsullam"
1051 | ],
1052 | "name": "Lillian Sullam"
1053 | },
1054 | {
1055 | "nick": [
1056 | "motoi"
1057 | ],
1058 | "name": "Motoi Suzuki"
1059 | },
1060 | {
1061 | "nick": [
1062 | "yutaka",
1063 | "SUZUKI"
1064 | ],
1065 | "name": "Yutaka Suzuki"
1066 | },
1067 | {
1068 | "nick": [
1069 | "kyrce"
1070 | ],
1071 | "name": "Kyrce Swenson"
1072 | },
1073 | {
1074 | "nick": [
1075 | "ralph",
1076 | "ralphs"
1077 | ],
1078 | "name": "Ralph Swick",
1079 | "github": "swickr"
1080 | },
1081 | {
1082 | "nick": [
1083 | "shie",
1084 | "ShinyaTakami",
1085 | "takami",
1086 | "ShinyaTa",
1087 | "Takami-san",
1088 | "shinya",
1089 | "shiestyle"
1090 | ],
1091 | "name": "Shinya Takami (高見真也)",
1092 | "github": "shiestyle",
1093 | "role" : "chair"
1094 | },
1095 | {
1096 | "nick": [
1097 | "mteixeira-wwn",
1098 | "mateus",
1099 | "mateus-teixeira",
1100 | "mteixeira"
1101 | ],
1102 | "name": "Mateus Teixeira",
1103 | "github": "mteixeira-wwn"
1104 | },
1105 | {
1106 | "nick": [
1107 | "Jonathan_Thurston"
1108 | ],
1109 | "name": "Jonathan Thurston"
1110 | },
1111 | {
1112 | "nick": [
1113 | "yukio_tomikura"
1114 | ],
1115 | "name": "Yukio Tomikura"
1116 | },
1117 | {
1118 | "nick": [
1119 | "bobbytung"
1120 | ],
1121 | "name": "Bobby Tung"
1122 | },
1123 | {
1124 | "nick": [
1125 | "LarsColibrio",
1126 | "lars"
1127 | ],
1128 | "name": "Lars Wallin"
1129 | },
1130 | {
1131 | "nick": [
1132 | "BenWaltersMS"
1133 | ],
1134 | "name": "Ben Walters",
1135 | "github": "BCWalters"
1136 | },
1137 | {
1138 | "name": "Jessica Waßmuth",
1139 | "nick": [
1140 | "jessica_w"
1141 | ]
1142 | },
1143 | {
1144 | "nick": [
1145 | "Daniel_Weck",
1146 | "DanielWeck",
1147 | "DanieWeck"
1148 | ],
1149 | "name": "Daniel Weck",
1150 | "github": "danielweck"
1151 | },
1152 | {
1153 | "nick": [
1154 | "john_weise"
1155 | ],
1156 | "name": "John Weise"
1157 | },
1158 | {
1159 | "name": "Alice Wershing",
1160 | "nick": [
1161 | "alice_wershing"
1162 | ]
1163 | },
1164 | {
1165 | "nick": [
1166 | "prototypo",
1167 | "dwood",
1168 | "DavidWood"
1169 | ],
1170 | "name": "David Wood",
1171 | "github": "prototypo"
1172 | },
1173 | {
1174 | "nick": [
1175 | "rkwright",
1176 | "Ric"
1177 | ],
1178 | "name": "Ric Wright",
1179 | "github": "rkwright"
1180 | },
1181 | {
1182 | "nick": [
1183 | "jeff_xu",
1184 | "zheng_xu",
1185 | "zhengxu",
1186 | "zheng"
1187 | ],
1188 | "name": "Zheng Xu (徐征)",
1189 | "github": "rakutenjeff"
1190 | },
1191 | {
1192 | "nick": [
1193 | "fuqiao",
1194 | "xfq"
1195 | ],
1196 | "name": "Fuqiao Xue"
1197 | },
1198 | {
1199 | "nick": [
1200 | "evan"
1201 | ],
1202 | "name": "Evan Yamanishi"
1203 | },
1204 | {
1205 | "nick": [
1206 | "jyasskin"
1207 | ],
1208 | "name": "Jeffrey Yasskin"
1209 | },
1210 | {
1211 | "nick": [
1212 | "maurice_york"
1213 | ],
1214 | "name": "Maurice York"
1215 | },
1216 | {
1217 | "nick": [
1218 | "osamu_yoshiba"
1219 | ],
1220 | "name": "Osamu Yoshiba"
1221 | },
1222 | {
1223 | "nick": [
1224 | "jyoshii",
1225 | "yoshii"
1226 | ],
1227 | "name": "Jun’Ichi Yoshii"
1228 | },
1229 | {
1230 | "nick": [
1231 | "naomiy",
1232 | "yoshizawa",
1233 | "yonaomi"
1234 | ],
1235 | "name": "Naomi Yoshizawa (吉澤直美)"
1236 | },
1237 | {
1238 | "nick": [
1239 | "bigbluehat",
1240 | "benjamin"
1241 | ],
1242 | "name": "Benjamin Young",
1243 | "github": "bigbluehat"
1244 | },
1245 | {
1246 | "name": "Adam Zaremba",
1247 | "nick": [
1248 | "adam_zaremba"
1249 | ]
1250 | }
1251 | ]
1252 |
--------------------------------------------------------------------------------
/css/home.css:
--------------------------------------------------------------------------------
1 |
2 | .infobar {
3 | background: #DBE7F0;
4 | border: 1px solid #C6D4E0;
5 | border-radius: 8px 8px 8px 8px;
6 | margin: 1em;
7 | padding: 0.1em 0.1em 0.1em 0.5em;
8 | box-shadow: 3px 3px 3px #888888;
9 | }
10 |
11 | #secondcol {
12 | font-size: 85%;
13 | }
14 |
15 | h1.title {
16 | box-shadow: 3px 3px 3px #888888;
17 | }
18 | .side-news {
19 | margin-top:1em
20 | }
21 |
22 | .main-news {
23 | margin-top: 1em;
24 | }
25 |
26 | #w3c_content_body {
27 | text-align: justify;
28 | hyphen: auto;
29 | }
30 |
31 | #quoteblock-tag-quote {
32 | text-align: justify;
33 | hyphens: auto;
34 | }
35 |
36 | #about {
37 | text-align: justify;
38 | hyphen: auto;
39 |
40 | }
41 |
42 | #reel-control {
43 | display: flex;
44 | justify-content: space-between;
45 | margin-right: 8%;
46 | margin-left: 15%;
47 | margin-top:0.5em;
48 | }
49 |
50 | #reel-control div {
51 | cursor: pointer;
52 | }
53 |
54 | div#testimonials h3 {
55 | margin-bottom: 0em;
56 | }
57 | #quoteblock-image {
58 | margin-top: 5px;
59 | text-align: center;
60 | margin-bottom: 0px;
61 | }
62 | #quoteblock-tag-image {
63 | max-height: 40px;
64 | width: auto;
65 | /*max-width: 30px;*/
66 | vertical-align: bottom;
67 | margin-bottom: 0px;
68 | }
69 | #quoteblock-quote{
70 | margin-top: 0px;
71 | margin-bottom: 1em;
72 | }
73 | #quoteblock-tag-quote {
74 | margin-top: 0;
75 | font-family: serif;
76 | font-size: 100%;
77 | font-style: italic;
78 | text-align: left;
79 | }
80 | #quoteblock-attribution {
81 | font-family: sans-serif;
82 | text-align: right;
83 | font-size: 90%;
84 | margin-top: 5px;
85 | margin-right: 0.5em;
86 | }
87 |
88 | #quoteblock-attribution::before {
89 | content: "— "
90 | }
91 |
92 | @media screen and (min-width: 1025px) {
93 | #about {
94 | -moz-column-count:2;
95 | -webkit-column-count:2;
96 | column-count:2;
97 | -moz-column-gap: 0em;
98 | -webkit-column-gap: 0em;
99 | column-gap: 0em;
100 | }
101 |
102 | .line {
103 | display: -webkit-flex;
104 | display: -moz-flex;
105 | display: flex;
106 |
107 | }
108 | }
109 |
110 | @media screen and (min-width: 600px) {
111 | #secondcol {
112 | -webkit-flex: 1 ;
113 | -moz-flex: 1 ;
114 | flex: 1 ;
115 |
116 | }
117 |
118 | #maincol {
119 | -webkit-flex: 3 ;
120 | -moz-flex: 3 ;
121 | flex: 3 ;
122 |
123 | }
124 | }
125 |
126 |
127 |
128 | #about {
129 | margin-top: 1em;
130 | border-top: 1px solid #C6D4E0;
131 | padding-top: 1em;
132 | }
133 |
134 |
135 | h2#aboutdpub {
136 | padding-top: 0px !important;
137 | padding-bottom: 1px !important;
138 | column-span: all;
139 | -webkit-column-span: all;
140 | -moz-column-span: all;
141 | }
142 |
143 | @font-face {
144 | font-family: 'FirstLetter';
145 | src: url('../fonts/noticia-text/NoticiaText-Regular.ttf') format('truetype');
146 | font-weight: normal;
147 | font-style: normal
148 | }
149 |
150 | section#about p:first-of-type:first-line {
151 | font-weight: bold;
152 | }
153 |
154 | section#about p:first-of-type:first-letter {
155 | display: block;
156 | line-height: 0.85em;
157 | font-size: 400%;
158 | float: left;
159 | padding: 0 0.1em;
160 | font-family: 'FirstLetter';
161 | font-weight: normal !important;
162 | }
163 |
--------------------------------------------------------------------------------
/donators_logos/APL_photo1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/APL_photo1.jpg
--------------------------------------------------------------------------------
/donators_logos/BNC_Logo_Horizontal_RGB_1000px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/BNC_Logo_Horizontal_RGB_1000px.png
--------------------------------------------------------------------------------
/donators_logos/Beck_LogoVektor_sw.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Beck_LogoVektor_sw.jpg
--------------------------------------------------------------------------------
/donators_logos/Bookwire_rgb_weißer_Hintergrund.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Bookwire_rgb_weißer_Hintergrund.jpg
--------------------------------------------------------------------------------
/donators_logos/CVO Pub Serv_Logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/CVO Pub Serv_Logo.jpg
--------------------------------------------------------------------------------
/donators_logos/Datamatics_logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Datamatics_logo.jpg
--------------------------------------------------------------------------------
/donators_logos/Diogenes_Wordmark_RGB.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Diogenes_Wordmark_RGB.jpg
--------------------------------------------------------------------------------
/donators_logos/EBPAJ-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/EBPAJ-logo.png
--------------------------------------------------------------------------------
/donators_logos/FBLogo_transparent_highres_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/FBLogo_transparent_highres_new.png
--------------------------------------------------------------------------------
/donators_logos/Google.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Google.png
--------------------------------------------------------------------------------
/donators_logos/Hachette Livre.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Hachette Livre.jpg
--------------------------------------------------------------------------------
/donators_logos/HarperCollins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/HarperCollins.png
--------------------------------------------------------------------------------
/donators_logos/LearningMate Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/LearningMate Logo.png
--------------------------------------------------------------------------------
/donators_logos/Logo_PCA.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Logo_PCA.jpg
--------------------------------------------------------------------------------
/donators_logos/Logo_Suhrkamp.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Logo_Suhrkamp.jpg
--------------------------------------------------------------------------------
/donators_logos/MacLearn_logo_cmyk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/MacLearn_logo_cmyk.png
--------------------------------------------------------------------------------
/donators_logos/NortonLogo_notagline.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/NortonLogo_notagline.jpg
--------------------------------------------------------------------------------
/donators_logos/Pagina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Pagina.png
--------------------------------------------------------------------------------
/donators_logos/QA InfoTech Logo PNG Format.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/QA InfoTech Logo PNG Format.png
--------------------------------------------------------------------------------
/donators_logos/README.md:
--------------------------------------------------------------------------------
1 | This is the repository for the donators logos to be referenced in the epubcheck fundraising pagehome page.
2 | https://www.w3.org/publishing/epubcheck_fundraising
3 |
--------------------------------------------------------------------------------
/donators_logos/RakutenLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/RakutenLogo.png
--------------------------------------------------------------------------------
/donators_logos/Techforum_colour.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Techforum_colour.png
--------------------------------------------------------------------------------
/donators_logos/VS_Logo_HOR_Ingram_Tag(RGB).jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/VS_Logo_HOR_Ingram_Tag(RGB).jpg
--------------------------------------------------------------------------------
/donators_logos/Wiley_Wordmark_black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/Wiley_Wordmark_black.png
--------------------------------------------------------------------------------
/donators_logos/chbeck_LSW_2018_Walbaum_Kievit.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/chbeck_LSW_2018_Walbaum_Kievit.jpg
--------------------------------------------------------------------------------
/donators_logos/daisy_high.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/daisy_high.jpg
--------------------------------------------------------------------------------
/donators_logos/hyread-w3c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/hyread-w3c.png
--------------------------------------------------------------------------------
/donators_logos/logo-Mobidys-blanc-fond-orange V1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/logo-Mobidys-blanc-fond-orange V1.png
--------------------------------------------------------------------------------
/donators_logos/logo_libreka.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/logo_libreka.png
--------------------------------------------------------------------------------
/donators_logos/logo_zeilenwert.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/logo_zeilenwert.jpg
--------------------------------------------------------------------------------
/donators_logos/nordcompo_hd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/nordcompo_hd.png
--------------------------------------------------------------------------------
/donators_logos/publizon-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/publizon-logo.jpg
--------------------------------------------------------------------------------
/donators_logos/rectangle_VJstar_logo_512.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/donators_logos/rectangle_VJstar_logo_512.jpg
--------------------------------------------------------------------------------
/ebooks/JSON-LD.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/JSON-LD.epub
--------------------------------------------------------------------------------
/ebooks/RDF1.1-Core.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/RDF1.1-Core.epub
--------------------------------------------------------------------------------
/ebooks/RDF1.1-Syntaxes.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/RDF1.1-Syntaxes.epub
--------------------------------------------------------------------------------
/ebooks/RDFa.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/RDFa.epub
--------------------------------------------------------------------------------
/ebooks/SPARQL.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/SPARQL.epub
--------------------------------------------------------------------------------
/ebooks/csvw.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/csvw.epub
--------------------------------------------------------------------------------
/ebooks/epub33.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/epub33.epub
--------------------------------------------------------------------------------
/ebooks/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | W3C TR documents in EPUB 3
6 |
7 |
8 |
9 |
60 |
61 | Some W3C Documents in EPUB3 formats
62 | This is a list of some W3C documents converted into EPUB3 format. These
63 | versions have no formal standing, and are here just for convenience and as
64 | examples for EPUB3 files. They are nevertheless useful if, for example, a
65 | W3C Recommendation consists of several documents (e.g., RDFa); these
66 | examples below “bind” such documents together into one book that can also
67 | be downloaded for off-line reading.
68 | Currently available:
69 |
70 |
71 | “SPARQL 1.1” ; W3C Recommendation, 21 March,
72 | 2013
73 | “RDFa — RDF in Attributes” ; W3C
74 | Recommendation, 22 August, 2013
75 | “JSON for Linking Data (JSON-LD)” ; W3C
76 | Recommendation, 16 January, 2014
77 | “RDF 1.1 Core” : RDF 1.1 Primer,
78 | Concepts, Semantics; W3C Recommendation, 25 February, 2014
79 | “RDF 1.1 Serialization Syntaxes” :
80 | Turtle family, JSON-LD, RDFa, JSON, RDF/XML; W3C Recommendations, 2013
81 | and 2014
82 | “CSV on the Web” : W3C Recommendations, 2015,
83 | and Working Group Notes, 2016
84 | “Web Annotations” : W3C
85 | Recommendations and Working Group Notes, 2017
86 | “ODRL 2.2” : W3C
87 | Recommendations, 2018
88 | “EPUB 3.3” : W3C Recommendation, 2023
89 |
90 | The books were produced by several generations of experimental tools to
91 | convert individual W3C Technical Documents (authored with respec ),
92 | as well as collections thereof, into EPUB3.
93 | The current tool is r2epub .
94 |
95 | Ivan Herman, W3C
96 | Copyright
98 | © 2023 W3C ®
99 | All Rights Reserved.
100 |
101 |
102 |
--------------------------------------------------------------------------------
/ebooks/odrl.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/odrl.epub
--------------------------------------------------------------------------------
/ebooks/web-annotations.epub:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/ebooks/web-annotations.epub
--------------------------------------------------------------------------------
/epubcheck_fundraising.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Publishing@W3C—Fundraising for EPUBCheck
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
62 |
63 |
64 |
65 |
66 |
67 |
69 |
70 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 | Site Navigation
101 | Active Groups, Resources
102 |
107 |
108 |
109 |
110 |
111 |
123 |
124 |
Publishing@W3C—Fundraising for EPUBCheck: phase 2
125 |
126 |
127 |
128 | We Still Need Your Support: Join The Effort to Update The Tool We Use to Validate EPUB Files
129 |
130 |
131 | Work to update EPUBCheck and make it useful in validating files began in September 2018 and is still going on until 2020 Q2. It is a 24 months development plan. Let’s recall here that this work aims at making available a common tool used by all the participants of the eBooks market, for free , as a way to facilitate interactions between each other.
132 |
133 |
Phase 1 achieved
134 |
The phase 1 of the project, which was focused on updating EPUBCheck to EPUB 3.2 was successfully completed in April 2019.
135 |
Phase 2 needs your support
136 |
The phase 2, which started immediately after, is aimed at making the EPUBCheck development environment more maintainable and at enabling easier contribution from the community in the long term .
137 |
138 |
Will you contribute?
139 |
Thanks to the Phase 1 contributors to this fundraising plan! (see the donators names and logos below)
140 |
There is still a chance for you to be part of this hall of fame in using the online contribution form that will help you registering your payment.
141 |
142 | What is EPUBCheck?
143 |
144 |
145 | A tool that validates EPUB files, EPUBCheck helps both content creators and content sellers/distributors to determine if a publisher’s or author’s digital book is ready to be released for distribution or sale. The tool can detect many types of errors in EPUB: container structure, packaging, metadata, content markup, and internal reference consistency are all checked to ensure that books work well and offer a reliable ereading experience. The whole ebook industry relies on EPUBCheck to guarantee the accuracy of ebooks, and EPUBCheck 4.2.2 now provides the support we need, but we must continue to maintain this precious tool.
146 |
147 |
148 | You already benefit from EPUBCheck
149 |
150 |
151 | Most retailers will not accept an EPUB file unless it successfully passes EPUBCheck validation. During the creation process, files are typically run through EPUBCheck several times to ensure the accuracy of your product. EPUBCheck is the decisive tool that allows developers and vendors to identify errors at an early stage and that keeps corrupt files out of circulation.
152 |
153 |
154 | Phase 1 has brought EPUBCheck validation up to date
155 |
156 |
157 | The EPUB3 Community Group has updated the EPUB specification to address a set of issues that have prevented widespread adoption of EPUB 3.1. The new EPUB 3.2 specification has been released in Spring 2019 and has a new EPUBCheck to accompany it EPUBCheck 4.2.2.
158 |
159 |
160 | EPUBCheck plays a strategic role in the ebook production and distribution life cycle and as the EPUB specification evolves, so too does the need to update the tools we use to create and validate EPUB files. It needs to be maintained for four primary reasons:
161 |
162 |
163 |
164 | To keep it in sync with the dynamically evolving core web specs of HTML, CSS, and SVG and also with the most current version of EPUB 3
165 |
166 |
167 | To fully support the EPUB Accessibility Guidelines, making your products usable for everyone
168 |
169 |
170 | To add new features, such as HTML validation (in coordination with the W3C validation services) and a better check of media overlays
171 |
172 |
173 | To offer better service to the publishing industry with a faster response to bug reports and feature requests
174 |
175 |
176 |
177 |
178 | To ensure the availability of a reliable and up-to-date EPUBCheck tool, we ask for your financial contribution to this effort to overhaul the code and create a more stable toolset.
179 |
180 |
181 |
182 | Phase 2 consolidates the future of EPUBCheck
183 |
184 |
185 |
Phase 2 started with major refactoring of the test suite for harmonizing the organically grown tests and for making it easier for new developers to contribute to the project .
186 |
187 |
188 | Several sponsors have already committed funds to the EPUBCheck upgrade
189 |
190 |
191 | Several sponsors have already committed funds to support for an update to EPUBCheck. Their foundational support is critical to the project, and we need to make sure that the resources are adequate to both update the tool and provide for its continued maintenance over the next two years.
192 |
193 | We have selected DAISY’s proposal from a competitive selection process to update EPUBCheck. We anticipate a total sum of up to US$150,000 for the code work and maintenance that will be needed for this overhaul. Sponsors can join the effort for a contribution of $1,000 or more, with tiered support as follows:
194 |
195 |
196 |
197 | Leadership Sponsors: US$20,000 or more
198 |
199 |
200 | Sustaining Sponsors: US$15,000-19,999
201 |
202 |
203 | Supporting Sponsors: US$10,000-14,999
204 |
205 |
206 | Friend: US$5,000-9,999
207 |
208 |
209 | Helper: US$1,000-$4,999
210 |
211 |
212 | Or, whatever amount is good for you!
213 |
214 |
215 |
216 | Your support for this development effort does more than demonstrate your commitment to digital publishing. It will deliver a tool that you, your company, and your customers will benefit from every day. A critical part of the digital book ecosystem, EPUBCheck delivers value by ensuring book files are ready to be distributed and consumed as intended. Readers love books that work.
217 |
218 |
219 | You can contribute using the online contribution form that will help you registering your payment. Contributors can be acknowledged (via logo) on the EPUBCheck home page; the size of the logo will depend on the level of contribution.
220 |
221 |
List of donators
222 |
Commitments to date have been received from:
223 |
224 | Macmillan Learning
225 | Google
226 | DAISY Consortium
227 | Publizon A/S
228 | Wiley
229 | Hachette Livre
230 | LearningMate Solutions Inc
231 | Voyager Japan, Inc.
232 | QA InfoTech
233 | Penguin Random House
234 | W. W. Norton
235 | Lumina Datamatics, Inc.
236 | HarperCollins Publishers
237 | VitalSource
238 | Verlag C.H.Beck oHG
239 | Libreka GmbH
240 | Zeilenwert GmbH
241 | Cenveo Publisher Services
242 | BookNet Canada
243 | Rakuten Kobo Inc.
244 | Diogenes Verlag AG
245 | Pagina gmbh publication technologies
246 | The Electronic Book Publishers Association of Japan
247 | PCA-CMB
248 | Nord Compo
249 | Firebrand Technologies
250 | Advanced Publishing Lab. Keio Research Institute at SFC
251 | MOBiDYS
252 | Apple
253 | Hyweb Technology Co., Ltd.
254 | Suhrkamp Verlag AG
255 | Verlag C.H.Beck oHG
256 | Bookwire GmbH
257 | Tech Forum 2021 attendees
258 |
259 |
Logos
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 | ©2018 Google LLC All rights reserved. Google and the Google logo are registered trademarks of Google LLC.
296 |
297 |
Organization Background
298 |
299 | This work is managed by the Steering Committee of the Publishing Business Group at W3C.
300 |
301 |
302 |
303 | The World Wide Web Consortium (W3C) is an international community where Member organizations , a full-time staff , and the public work together to develop Web standards . Led by Web inventor and Director Tim Berners-Lee and CEO Jeff Jaffe , W3C's mission is to lead the Web to its full potential. Contact W3C for more information.
304 |
305 |
306 | Publishing@W3C is committed to continue to develop and promote EPUB 3 as the packaged accessible interchange and delivery format for digital publications. The EPUB 3 Community Group (“EPUB 3 CG”) provides a forum for ongoing technical development of EPUB 3 and related extension specifications and ancillary deliverables.
307 |
308 |
309 | How can I get more information?
310 |
311 |
312 | Contact Tzviya Siegman (tsiegman@wiley.com ) or Luc Audrain (laudrain@hachette-livre.fr ) with questions or feedback.
313 |
314 |
315 |
316 |
317 |
318 |
319 |
320 |
358 |
359 |
360 |
361 |
--------------------------------------------------------------------------------
/events.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Publishing@W3C—Events
7 |
8 |
9 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
29 |
30 |
31 |
32 |
33 |
34 |
36 |
37 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 | Site Navigation
68 | Active Groups, Resources
69 |
78 |
79 |
80 |
81 |
82 |
94 |
95 |
Publishing@W3C—List of Events and Presentations with W3C participation
96 |
97 |
98 |
99 |
100 |
103 |
104 | Presentations
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
151 |
152 |
153 |
154 |
--------------------------------------------------------------------------------
/events.json:
--------------------------------------------------------------------------------
1 | {
2 | "events" : [
3 | {
4 | "event" : "Digital Publishing Salon",
5 | "place" : "Vancouver, Canada; Hybrid meeting",
6 | "dateStart" : "2022-09-13",
7 | "persons" : "Tzviya, Wendy, Karen, Ralph, Ivan, Bill",
8 | "href" : "https://www.w3.org/2022/09/digpubsalon.html"
9 | },
10 | {
11 | "event" : "Digital Publishing Summit",
12 | "place" : "Madrid, Spain",
13 | "dateStart" : "2022-06-03",
14 | "persons" : "Ivan, Laurent",
15 | "href" : "https://www.edrlab.org/events/digital-publishing-summit-2022/"
16 | },
17 | {
18 | "event" : "Publishing@W3C Community Webinar",
19 | "place" : "Online",
20 | "dateStart" : "2020-07-27",
21 | "dateEnd" : "2020-07-29",
22 | "persons" : "Cristina, Wendy, Tzviya, Avneesh, Daihei, Shinya, Mateus",
23 | "href" : "https://www.w3.org/2020/07/publ-webinar/"
24 | },
25 | {
26 | "event" : "Digital Publishing Summit Europe 2020",
27 | "place" : "Online Edition",
28 | "dateStart" : "2020-05-28",
29 | "dateEnd" : "2020-06-12",
30 | "persons" : "Ivan",
31 | "href" : "https://www.edrlab.org/events/digital-publishing-summit-2020/"
32 | },
33 | {
34 | "event" : "Digital Publishing Summit Europe 2019",
35 | "place" : "Paris, France",
36 | "dateStart" : "2019-06-25",
37 | "dateEnd" : "2019-06-26",
38 | "persons" : "Ivan",
39 | "href" : "https://www.edrlab.org/dpub-summit-2019/"
40 | },
41 | {
42 | "event" : "ebookcraft 2019",
43 | "place" : "Toronto, Ontario, Canada",
44 | "dateStart" : "2019-03-18",
45 | "dateEnd" : "2019-03-19",
46 | "persons" : "Dave, Franco, Nick, Romain, Marisa, Wendy",
47 | "href" : "https://www.booknetcanada.ca/ebookcraft/"
48 | },
49 | {
50 | "event" : "Les 10 ans des Assises du livre numérique",
51 | "place" : "Paris, France",
52 | "dateStart" : "2018-12-03",
53 | "dateEnd" : "2018-12-03",
54 | "persons" : "Ivan",
55 | "href" : "https://www.sne.fr/evenement_sne/les-10-ans-des-assises-du-livre-numerique/"
56 | },
57 | {
58 | "event" : "W3C Workshop on Digital Publication Layout and Presentation (from Manga to Magazines)",
59 | "place" : "Tokyo, Japan",
60 | "dateStart" : "2018-09-18",
61 | "dateEnd" : "2018-09-19",
62 | "persons" : "Ivan",
63 | "href" : "https://www.w3.org/publishing/events/tokyo18-workshop/"
64 | },
65 | {
66 | "event" : "Publishing WG F2F Meeting",
67 | "place" : "Toronto, Ontario, Canada",
68 | "dateStart" : "2018-05-30",
69 | "dateEnd" : "2018-05-31",
70 | "persons" : "Ivan",
71 | "href" : "https://www.w3.org/publishing/groups/publ-wg/Meetings/F2F/2018.05.Toronto"
72 | },
73 | {
74 | "event" : "Digital Publishing Summit Europe 2018",
75 | "place" : "Berlin, Germany",
76 | "dateStart" : "2018-05-16",
77 | "dateEnd" : "2018-05-17",
78 | "persons" : "Ivan, Bernard",
79 | "href" : "https://www.edrlab.org/dpub-summit-2018/"
80 | },
81 | {
82 | "event" : "ebookcraft 2018",
83 | "place" : "Toronto, Ontario, Canada",
84 | "dateStart" : "2018-03-21",
85 | "dateEnd" : "2018-03-22",
86 | "persons" : "Karen, Tzviya",
87 | "href" : "https://www.booknetcanada.ca/ebookcraft/"
88 | },
89 | {
90 | "event" : "EdTech 2017 Conference",
91 | "place" : "Madrid, Spain",
92 | "dateStart" : "2017-11-16"
93 | },
94 | {
95 | "event" : "W3C Publishing Summit 2017",
96 | "place" : "Burlingame, CA, USA",
97 | "dateStart" : "2017-11-09",
98 | "dateEnd" : "2017-11-10",
99 | "href" : "https://www.w3.org/publishing/events/summit2017.html"
100 | },
101 | {
102 | "event" : "Publishing WG F2F Meeting at the W3C TPAC Meeting",
103 | "place" : "Burlingame, CA, USA",
104 | "dateStart" : "2017-11-06",
105 | "dateEnd" : "2017-11-07",
106 | "href" : "https://www.w3.org/2017/11/TPAC/"
107 | },
108 | {
109 | "event" : "Workshop E-Publishing at W3C",
110 | "place" : "Frankfurt-am-Main, Germany",
111 | "dateStart" : "2017-09-15",
112 | "href" : "https://www.igdigital.de/workshop-epublishing/"
113 | },
114 | {
115 | "event" : "DPUB IG & Publ BG joint F2F Meeting",
116 | "place" : "New York, NY, USA",
117 | "dateStart" : "2017-06-22",
118 | "dateEnd" : "2017-06-23",
119 | "href" : "https://www.w3.org/dpub/IG/wiki/June_2017_F2F"
120 | },
121 | {
122 | "event" : "PubTechConnect: Where Publishing and Technology Intersect",
123 | "place" : "New York, USA",
124 | "dateStart" : "2017-04-20",
125 | "href" : "http://www.PubTechConnect.com"
126 | },
127 | {
128 | "event" : "Publishing BG F2F",
129 | "place" : "London, United Kingdom",
130 | "dateStart" : "2017-03-13",
131 | "href" : "https://www.w3.org/wiki/PublishingBG/meeting/2017-03-13#March_13.2C_2017_Kick-Off_Meeting"
132 | },
133 | {
134 | "event" : "EPUB Summit 2017",
135 | "place" : "Brussels, Belgium",
136 | "dateStart" : "2017-03-09",
137 | "dateEnd" : "2017-03-10",
138 | "href" : "https://edrlab.org/epub-summit-2017-program/"
139 | },
140 | {
141 | "event" : "Digital Book World (DBW)",
142 | "place" : "New York, NY, USA",
143 | "dateStart" : "2017-01-18",
144 | "dateEnd" : "2017-01-19"
145 | },
146 | {
147 | "event" : "Semantic Web in Libraries (SWIB16)",
148 | "place" : "Bonn, Germany",
149 | "dateStart" : "2016-11-28",
150 | "dateEnd" : "2016-11-30"
151 | },
152 |
153 | {
154 | "event" : "China National Computer Congress (CNCC2016)",
155 | "place" : "Taiyuan, China",
156 | "dateStart" : "2016-10-20",
157 | "dateEnd" : "2016-10-22"
158 | },
159 | {
160 | "event" : "I Annotate 16",
161 | "place" : "Berlin, Germany",
162 | "dateStart" : "2016-05-19",
163 | "dateEnd" : "2016-05-20"
164 | },
165 |
166 | {
167 | "event" : "IDPF DigiCon@BEA 2016",
168 | "place" : "Chicago, IL, USA",
169 | "dateStart" : "2016-05-10",
170 | "dateEnd" : "2016-05-11"
171 | },
172 |
173 | {
174 | "event" : "W3C Track, WWW2016 Conference",
175 | "place" : "Montréal, Canada",
176 | "dateStart" : "2016-04-13",
177 | "dateEnd" : "2016-04-14",
178 | "href" : "https://www.w3.org/2016/04/w3c-track.html"
179 | },
180 |
181 | {
182 | "event" : "EPUB Summit",
183 | "place" : "Bordeaux, France",
184 | "dateStart" : "2016-04-07",
185 | "dateEnd" : "2016-04-08",
186 | "href" : "http://edrlab.org/edrlab/index.php/epub-summit/"
187 | },
188 |
189 | {
190 | "event" : "ebookcraft 2016",
191 | "place" : "Toronto, Canada",
192 | "dateStart" : "2016-03-30",
193 | "dateEnd" : "2016-03-31",
194 | "href" : "http://techforum.booknetcanada.ca/events/tech-forum-2016/custom-18-b26e185c19fe4e919f04e6e5cde72c4f.aspx"
195 | },
196 |
197 | {
198 | "event" : "Digital Book World",
199 | "place" : "New York, NY, USA",
200 | "dateStart" : "2016-03-07",
201 | "dateEnd" : "2016-03-09",
202 | "href" : "http://digitalbookworldconference.com/"
203 | },
204 |
205 | {
206 | "event" : "markup forum 2015",
207 | "place" : "Stuttgart, Germany",
208 | "dateStart" : "2015-11-20",
209 | "href" : "http://www.markupforum.de/das-programm2015.html"
210 | },
211 |
212 | {
213 | "event" : "Día del W3C en España 2015: el futuro de la edición digital",
214 | "place" : "Madrid, Spain",
215 | "dateStart" : "2015-10-14",
216 | "href" : "http://www.w3c.es/Eventos/2015/DiaW3C/"
217 | },
218 |
219 | {
220 | "event" : "Buchtage 2015",
221 | "place" : "Berlin, Germany",
222 | "dateStart" : "2015-06-17",
223 | "dateEnd" : "2015-06-18",
224 | "href" : "http://www.boersenverein.de/buchtage"
225 | },
226 |
227 | {
228 | "event" : "IDPF Digital Book Conference 2015",
229 | "place" : "New York, NY, USA",
230 | "dateStart" : "2015-05-27",
231 | "dateEnd" : "2015-05-28",
232 | "href" : "http://idpf.org/digital-book-2015"
233 | },
234 |
235 | {
236 | "event" : "Assises du livre numérique",
237 | "place" : "Paris, France",
238 | "dateStart" : "2015-03-19",
239 | "href" : "http://www.sne.fr/evenement_sne/assises-du-19-mars-2015/"
240 | },
241 |
242 | {
243 | "event" : "Leipziger Buchmesse",
244 | "place" : "Leipzig, Germany",
245 | "dateStart" : "2015-03-14",
246 | "href" : "http://www.akeplog.de/w3c-vortrag-in-leipzig-bridging-the-web-and-digital-publishing-the-epub-web/"
247 | },
248 |
249 | {
250 | "event" : "eBookCraft conference 2015",
251 | "place" : "Toronto, Canada",
252 | "dateStart" : "2015-03-11",
253 | "href" : "http://www.booknetcanada.ca/ebookcraft/"
254 | },
255 |
256 | {
257 | "event" : "EDUPUB Summit",
258 | "place" : "Phoenix, AZ, USA",
259 | "dateStart" : "2015-02-26",
260 | "dateEnd" : "2015-02-27",
261 | "href" : "http://imsglobal.org/feb2015UofPhoenix.html"
262 | },
263 |
264 |
265 | {
266 | "event" : "Academic Publishing in Europe 10",
267 | "place" : "Berlin, Germany",
268 | "dateStart" : "2015-01-20",
269 | "dateEnd" : "2015-01-21",
270 | "persons" : "Phil",
271 | "href" : "http://www.ape2015.eu"
272 | },
273 |
274 | {
275 | "event" : "XML Prague 2015",
276 | "place" : "Prague, Czech Republic",
277 | "dateStart" : "2015-02-13",
278 | "dateEnd" : "2015-02-15",
279 | "persons" : "Felix",
280 | "href" : "http://imsglobal.org/feb2015UofPhoenix.html"
281 | },
282 |
283 | {
284 | "event" : "FORCE2015",
285 | "place" : "Oxford, UK",
286 | "dateStart" : "2015-01-12",
287 | "dateEnd" : "2015-01-13",
288 | "persons" : "Ivan",
289 | "href" : "https://www.force11.org/meetings/force2015"
290 | },
291 |
292 | {
293 | "event" : "CNI Fall 2014 Membership Meeting",
294 | "place" : "Washington, D.C., USA",
295 | "dateStart" : "2014-12-08",
296 | "dateEnd" : "2014-12-09",
297 | "persons" : "Karen",
298 | "href" : "http://www.cni.org/events/membership-meetings/past-meetings/fall-2014/"
299 | },
300 |
301 | {
302 | "event" : "Books in Browsers 2014",
303 | "place" : "San Francisco, CA, USA",
304 | "dateStart" : "2014-10-23",
305 | "dateEnd" : "2014-10-25",
306 | "persons" : "Doug, Ralph, Karen, Liam, Ivan",
307 | "href" : "http://booksinbrowsers.org/"
308 | },
309 |
310 | {
311 | "event" : "EDUPUB Tokyo 2014",
312 | "place" : "Tokyo, Japan",
313 | "dateStart" : "2014-09-16",
314 | "dateEnd" : "2014-09-17",
315 | "persons" : "Kazuyuki",
316 | "href" : "http://www.jepa.or.jp/edupub/index.html"
317 | },
318 |
319 | {
320 | "event" : "W3C Workshop on Chinese Language Layout Requirements",
321 | "place" : "Beijing, China",
322 | "dateStart" : "2014-09-11",
323 | "persons" : "Xiaoqian, An Qi",
324 | "href" : "http://www.chinaw3c.org/layout-workshop.html"
325 | },
326 |
327 | {
328 | "event" : "IDPF @ BIBF",
329 | "place" : "Beijing, China",
330 | "dateStart" : "2014-08-29",
331 | "persons" : "Xiaoqian, An Qi, Alan",
332 | "href" : "http://idpf.org/idpf-bibf-2014"
333 | },
334 |
335 | {
336 | "event" : "EDUPUB Europe",
337 | "place" : "Oslo, Norway",
338 | "dateStart" : "2014-06-19",
339 | "persons" : "Ivan",
340 | "href" : "http://idpf.org/edupub-europe-2014"
341 | },
342 |
343 | {
344 | "event" : "IDPF Digital Book Conference 2014",
345 | "place" : "New York, NY, USA",
346 | "dateStart" : "2014-05-27",
347 | "dateEnd" : "2014-05-28",
348 | "persons" : "Karen, Ivan",
349 | "href" : "http://idpf.org/digital-book-2014"
350 | },
351 |
352 | {
353 | "event" : "HTML5 CG Forum Satellite Conference",
354 | "place" : "Seoul, Korea",
355 | "dateStart" : "2014-04-11",
356 | "persons" : "Kangchan, Ivan",
357 | "href" : "http://html5forum.or.kr/en/event/infomation.html"
358 | },
359 |
360 | {
361 | "event" : "W3C Track, WWW2014 Conference",
362 | "place" : "Seoul, Korea",
363 | "dateStart" : "2014-04-09",
364 | "persons" : "Ivan",
365 | "href" : "http://www.w3.org/2014/04/w3c-track.html"
366 | },
367 |
368 | {
369 | "event" : "Footnotes, comments, bookmarks, and marginalia on the Web",
370 | "place" : "San Francisco, CA, USA",
371 | "dateStart" : "2014-04-02",
372 | "persons" : "Doug, Ivan",
373 | "href" : "http://www.w3.org/2014/04/annotation/"
374 | },
375 |
376 | {
377 | "event" : "JATS-Con 2013(4)",
378 | "place" : "Bethesda, VA, USA",
379 | "dateStart" : "2014-04-01",
380 | "dateEnd" : "2014-04-02",
381 | "persons" : "Liam",
382 | "href" : "http://jats.nlm.nih.gov/jats-con/2013/schedule2013.html"
383 | },
384 |
385 | {
386 | "event" : "EDUPUB2 Workshop on Digital Publishing for Education",
387 | "place" : "Salt Lake City, UT, USA",
388 | "dateStart" : "2014-02-12",
389 | "dateEnd" : "2014-02-13",
390 | "persons" : "Ivan",
391 | "href" : "http://www.imsglobal.org/edupub/index.html"
392 | },
393 |
394 | {
395 | "event" : "Seminar on EPUB and Open Web Platform",
396 | "place" : "Delhi, India",
397 | "dateStart" : "2013-11-30",
398 | "persons" : "Priyanka",
399 | "href" : "http://idpf.org/news/announcing-new-delhi-seminar-on-epub-and-open-web-platform-nov-30"
400 | },
401 |
402 | {
403 | "event" : "IDPF EDUPUB Workshop",
404 | "place" : "Boston, MA, USA",
405 | "dateStart" : "2013-10-29",
406 | "dateEnd" : "2013-10-30",
407 | "persons" : "Jeff, Alan",
408 | "href" : "http://idpf.org/edupub-2013"
409 | },
410 |
411 | {
412 | "event" : "CONTEC",
413 | "place" : "Frankfurt, Germany",
414 | "dateStart" : "2013-10-08",
415 | "persons" : "Ivan",
416 | "href" : "http://www.w3.org/2013/Talks/1008-Frankfurt-MGIH/"
417 | },
418 |
419 | {
420 | "event" : "Tag Digitales Publizieren",
421 | "place" : "Frankfurt, Germany",
422 | "dateStart" : "2013-09-27",
423 | "persons" : "Felix",
424 | "href" : "http://www.semantic-media-web.de/index.php?id=180#digitales-publizieren",
425 | "lang" : "de"
426 | },
427 |
428 | {
429 | "event" : "Publishing and the OWP",
430 | "place" : "Paris, France",
431 | "dateStart" : "2013-09-16",
432 | "dateEnd" : "2013-09-17",
433 | "persons" : "Liam, Thierry, Karen, Ivan",
434 | "href" : "http://www.w3.org/2012/12/global-publisher/"
435 | },
436 |
437 | {
438 | "event" : "eBooks & i18n: Richer Internationalization for eBooks",
439 | "place" : "Tokyo, Japan",
440 | "dateStart" : "2013-06-04",
441 | "persons" : "Kazuyuki, Thierry, Karen, Ivan",
442 | "href" : "https://www.w3.org/2013/06/ebooks/"
443 | },
444 |
445 | {
446 | "event" : "IDPF Digital Book Conference 2013",
447 | "place" : "New York, NY, USA",
448 | "dateStart" : "2013-05-29",
449 | "dateEnd" : "2013-05-30",
450 | "persons" : "Jeff",
451 | "href" : "http://idpf.org/digital-book-2013"
452 | },
453 |
454 | {
455 | "event" : "eBooks: Great Expectations for Web Standards",
456 | "place" : "New York, NY, USA",
457 | "dateStart" : "2013-02-11",
458 | "dateEnd" : "2013-02-12",
459 | "persons" : "Kazuyuki, Thierry, Karen, Jeff, Ivan",
460 | "href" : "http://www.w3.org/2012/08/electronic-books/"
461 | }
462 | ],
463 |
464 | "presentations" : [
465 | {
466 | "event" : "Digital Publishing Summit",
467 | "place" : "Madrid, Spain",
468 | "presenter" : "Ivan Herman",
469 | "date" : "2022-06-03",
470 | "href" : "https://www.w3.org/2022/Talks/PublishingSummit-IH/Presentation.pdf"
471 | },
472 | {
473 | "event" : "Tech Forum 2022",
474 | "place" : "Online edition",
475 | "presenter" : "Wendy Reed and Dave Cramer",
476 | "date" : "2022-04-28",
477 | "href" : "https://www.slideshare.net/booknetcanada?utm_campaign=profiletracking&utm_medium=sssite&utm_source=ssslideview"
478 | },
479 | {
480 | "event" : "Digital Publishing Summit Europe 2020",
481 | "place" : "Online edition",
482 | "presenter" : "Liisa McCloy-Kelley and Daihei Shiohama",
483 | "date" : "2020-06-02",
484 | "href" : "https://cdn-api.swapcard.com/public/files/50775ed0ff7b4b378319003b9674a0a9.pdf"
485 | },
486 | {
487 | "event" : "Les 10 ans des Assises du livre numérique",
488 | "place" : "Paris, France",
489 | "presenter" : "Ivan Herman",
490 | "date" : "2018-12-03",
491 | "href" : "https://www.w3.org/2018/Talks/Assises-IH/"
492 | },
493 | {
494 | "event" : "Digital Publishing Summit Europe 2018",
495 | "place" : "Berlin, Germany",
496 | "presenter" : "Garth Conboy",
497 | "date" : "2018-05-17",
498 | "href" : "https://docs.google.com/presentation/d/1WR91-UqMwo5EVnRQSqkxFwcb75mnsRUt4zAeS8jSqQs/edit?usp=sharing"
499 | },
500 | {
501 | "event" : "ebookcraft",
502 | "place" : "Toronto, Ontario, Canada",
503 | "presenter" : "Tzviya Siegman and Karen Myers",
504 | "date" : "2018-03-22",
505 | "href" : "https://www.youtube.com/watch?v=mTv4jfyuSmg"
506 | },
507 | {
508 | "event" : "EdTech Conference 2017",
509 | "place" : "Madrid, Spain",
510 | "presenter" : "Martín Álvarez and Ivan Herman",
511 | "date" : "2017-11-16",
512 | "href" : "https://www.youtube.com/watch?v=iCH24EumEVM"
513 | },
514 | {
515 | "event" : "W3C Publishing Summit 2017",
516 | "place" : "Burlingame, CA, USA",
517 | "presenter" : "Jeff Jaffee",
518 | "date" : "2017-11-09",
519 | "href" : "https://www.w3.org/2017/Talks/PubSummit/Jaffe.pdf"
520 | },
521 | {
522 | "event" : "Workshop E-Publishing at W3C",
523 | "place" : "Frankfurt-am-Main, Germany",
524 | "presenter" : "Ivan Herman",
525 | "date" : "2017-09-15",
526 | "href" : "https://www.w3.org/2017/Talks/Publishers_DE-IH/"
527 | },
528 | {
529 | "event" : "W3C AC Meeting 2017",
530 | "place" : "Beijing, China",
531 | "presenter" : "Rick Johnson",
532 | "date" : "2017-04-24",
533 | "href" : "https://www.w3.org/2017/Talks/ac-slides/Publishing.pptx"
534 | },
535 | {
536 | "event" : "EPUB Summit 2017",
537 | "place" : "Brussels, Belgium",
538 | "presenter" : "Liisa McCloy-Kelley and Ivan Herman",
539 | "date" : "2017-03-09",
540 | "href" : "https://www.youtube.com/watch?v=AEqF8hClvk4"
541 | },
542 |
543 | {
544 | "event" : "IDPF Meeting at DBW",
545 | "place" : "New York, NY, USA",
546 | "presenter" : "Bill McCoy, George Kerscher, Garth Conboy, and Karen Myers",
547 | "date" : "2017-01-18"
548 | },
549 |
550 | {
551 | "event" : "Semantic Web In Libraries (SWIB16)",
552 | "place" : "Bonn, Germany",
553 | "presenter" : "Ivan Herman",
554 | "date" : "2016-11-29",
555 | "href" : "https://www.w3.org/2016/Talks/SWIB16-IH/"
556 | },
557 |
558 | {
559 | "event" : "Assises du Livre Numérique",
560 | "place" : "Paris, France",
561 | "presenter" : "Jeff Jaffe",
562 | "date" : "2016-11-16",
563 | "href" : "http://www.w3.org/2016/Talks/jj-assises-livre-num-2016.pptx"
564 | },
565 |
566 | {
567 | "event" : "2016 China National Computer Congress (CNCC2016)",
568 | "place" : "Taiyuan, China",
569 | "presenter" : "Ivan Herman",
570 | "date" : "2016-10-20",
571 | "href" : "https://www.w3.org/2016/Talks/CNCC-IH/"
572 | },
573 |
574 | {
575 | "event" : "EU Interinstitutional Digital Publishing Committee Plenary Meeting",
576 | "place" : "Brussels, Belgium",
577 | "presenter" : "Ivan Herman",
578 | "date" : "2016-10-11",
579 | "href" : "https://www.w3.org/2016/Talks/EU-Brussels-IH/"
580 | },
581 |
582 | {
583 | "event" : "EPUB Summit",
584 | "place" : "Bordeaux, France",
585 | "presenter" : "Ivan Herman",
586 | "date" : "2016-04-07",
587 | "href" : "https://www.w3.org/2016/Talks/EPUBSummit-IH/"
588 | },
589 |
590 | {
591 | "event" : "markup forum 2015",
592 | "place" : "Stuttgart, Germany",
593 | "presenter" : "Ivan Herman",
594 | "date" : "2015-11-20",
595 | "href" : "http://w3c.github.io/dpub/markup-forum-2015-11/index.html"
596 | },
597 |
598 | {
599 | "event" : "Día del W3C en España 2015: el futuro de la edición digital",
600 | "place" : "Madrid, Spain",
601 | "presenter" : "Ivan Herman",
602 | "date" : "2015-10-14",
603 | "href" : "http://w3c.github.io/dpub/dia-del-w3c-2015-10/index.html"
604 | },
605 |
606 | {
607 | "event" : "Buchtage 2015",
608 | "place" : "Berlin, Germany",
609 | "presenter" : "Ivan Herman",
610 | "date" : "2015-06-18",
611 | "href" : "http://w3c.github.io/dpub/buchtage-2015/index.html"
612 | },
613 |
614 | {
615 | "event" : "IDPF Digital Book Conference 2015",
616 | "place" : "New York, NY, USA",
617 | "presenter" : "Tzviya Siegman, Markus Gylling, and Ivan Herman",
618 | "date" : "2015-05-28",
619 | "href" : "http://w3c.github.io/dpub/idpf-digital-book-2015/index.html"
620 | },
621 |
622 | {
623 | "event" : "Assises du livre numérique",
624 | "place" : "Paris, France",
625 | "date" : "2015-03-19",
626 | "presenter" : "Ivan Herman",
627 | "lang" : "French",
628 | "href" : "http://w3c.github.io/dpub/salon-du-livre-2015-03/index.html"
629 | },
630 |
631 | {
632 | "event" : "Leipziger Buchmesse",
633 | "place" : "Leipzig, Germany",
634 | "date" : "2015-03-13",
635 | "presenter" : "Felix Sasaki",
636 | "lang" : "German",
637 | "href" : "http://www.w3.org/Talks/2015/0314-digipub-bookfair-leipzig/"
638 | },
639 |
640 | {
641 | "event" : "eBookCraft Conference",
642 | "place" : "Toronto, Canada",
643 | "date" : "2015-03-11",
644 | "presenter" : "Tzviya Siegman and Ivan Herman",
645 | "href" : "http://w3c.github.io/dpub/ebookcraft-2015-03/index.html"
646 | },
647 |
648 | {
649 | "event" : "EDUPUB Summit",
650 | "place" : "Phoenix, AZ, USA",
651 | "date" : "2015-02-27",
652 | "presenter" : "Tzviya Siegman and Ivan Herman",
653 | "href" : "http://w3c.github.io/dpub/edupub-2015-03/index.html"
654 | },
655 |
656 | {
657 | "event" : "CNI Fall 2014 Membership Meeting",
658 | "place" : "Washington, D.C., USA",
659 | "date" : "2014-12-08",
660 | "presenter" : "Karen Myers and Rob Sanderson",
661 | "href" : "http://www.w3.org/2014/Talks/CNI.2014-12-04.pdf"
662 | },
663 |
664 | {
665 | "event" : "the Books in Browsers Conference",
666 | "place" : "San Francisco, CA, USA",
667 | "date" : "2014-10-23",
668 | "presenter" : "Markus Gylling and Ivan Herman",
669 | "href" : "http://www.w3.org/2014/Talks/1023-SF-IH/"
670 | },
671 | {
672 | "event" : "IDPF @ BIBF",
673 | "place" : "Beijing, China",
674 | "date" : "2014-09-29",
675 | "presenter" : "Xiaoqian Wu (吴小倩)",
676 | "lang" : "Mandarin",
677 | "href" : "http://www.w3.org/2014/Talks/0829-xiaoqian-bibf/#/"
678 | },
679 | {
680 | "event" : "the NUMA",
681 | "place" : "Paris, France",
682 | "date" : "2014-06-26",
683 | "presenter" : "Ivan Herman",
684 | "lang" : "French",
685 | "href" : "http://www.w3.org/2014/Talks/0626-Paris-IH/Talk.pdf"
686 | },
687 | {
688 | "event" : "the IDPF Digital Book Conference",
689 | "place" : "New York, NY, USA",
690 | "date" : "2014-05-29",
691 | "presenter" : "Liza Daly, Markus Gylling and Ivan Herman",
692 | "href" : "http://www.w3.org/2014/Talks/0529-NYC-IH/"
693 | },
694 | {
695 | "event" : "HTML5 CG Forum Sattelite Conference",
696 | "place" : "Seoul, Korea",
697 | "date" : "2014-04-11",
698 | "presenter" : "Ivan Herman",
699 | "href" : "http://www.w3.org/2014/Talks/0411-Seoul-IH/"
700 | },
701 | {
702 | "event" : "W3C Track, WWW2014",
703 | "place" : "Seoul, Korea",
704 | "date" : "2014-04-09",
705 | "presenter" : "Ivan Herman",
706 | "href" : "http://www.w3.org/2014/Talks/0409-Seoul-IH/Talk.pdf"
707 | },
708 | {
709 | "event" : "JATS-Con 2013(4)",
710 | "place" : "Bethesda, VA, USA",
711 | "date" : "2014-04-01",
712 | "presenter" : "Liam Quin",
713 | "href" : "http://www.w3.org/2014/Talks/0401-jatscon-quin/#%281%29"
714 | },
715 | {
716 | "place" : "Beijing, China",
717 | "date" : "2013-11-07",
718 | "presenter" : "Ivan Herman",
719 | "href" : "http://www.w3.org/2013/Talks/1107-Beijing-IH/Talk.pdf"
720 | },
721 | {
722 | "event" : "CONTEC",
723 | "place" : "Frankfurt, Germany",
724 | "date" : "2013-10-08",
725 | "presenter" : "Markus Gylling and Ivan Herman",
726 | "href" : "http://www.w3.org/2013/Talks/1008-Frankfurt-MGIH/"
727 | },
728 | {
729 | "event" : "Cap Digital",
730 | "place" : "Paris, France",
731 | "date" : "2013-09-18",
732 | "presenter" : "Ivan Herman",
733 | "lang" : "French",
734 | "href" : "http://www.w3.org/2013/Talks/0918-Paris-IH/"
735 | },
736 | {
737 | "event" : "Balisage",
738 | "place" : "Prague, the Czech Republic",
739 | "date" : "2013-08-06",
740 | "presenter" : "Liam Quin",
741 | "href" : "http://www.w3.org/2013/Talks/08-quin-balisage/"
742 | },
743 | {
744 | "event" : "the IDPF Digital Book Conference",
745 | "place" : "New York, NY, USA",
746 | "date" : "2013-05-29",
747 | "presenter" : "Jeff Jaffe",
748 | "href" : "http://www.w3.org/2013/Talks/jj-idpf/jj-idpf2013.pptx"
749 | }
750 | ]
751 | }
752 |
--------------------------------------------------------------------------------
/events/css/summit.css:
--------------------------------------------------------------------------------
1 | /*
2 | * == Unminified source ==
3 | *
4 | * publishing/events/summit2017 takes its styling from summit.min.css
5 | *
6 | * Use https://github.com/css/csso to minify css for summit.min.css
7 | *
8 | * Keep both css files updated, please
9 | *
10 | */
11 |
12 | #content,
13 | h1 {
14 | margin-top: 0
15 | }
16 |
17 | .more,
18 | .more a,
19 | h1,
20 | nav {
21 | text-transform: uppercase
22 | }
23 |
24 | #intro h2,
25 | .highlight,
26 | .more,
27 | .more a,
28 | h2 {
29 | font-weight: 700
30 | }
31 |
32 | body {
33 | font-family: 'Noto Sans','Droid Sans','Helvetica Neue','Arial';
34 | font-size: 1.8em;
35 | margin-bottom: 0;
36 | padding-bottom: 30px;
37 | padding-top: 50px
38 | }
39 |
40 | h1,
41 | h2 {
42 | font-size: 2em
43 | }
44 |
45 | a {
46 | text-decoration: underline
47 | }
48 |
49 | h1 {
50 | letter-spacing: .2em
51 | }
52 |
53 | .time,
54 | h3 {
55 | color: #1e2986
56 | }
57 |
58 | h4 {
59 | color: #666
60 | }
61 |
62 | img {
63 | max-width: 100%
64 | }
65 |
66 | section {
67 | padding-bottom: 3em;
68 | padding-top: 2em
69 | }
70 |
71 | hr {
72 | border-color: #ccc;
73 | margin: 0 1em
74 | }
75 |
76 | footer {
77 | margin-bottom: 2em
78 | }
79 |
80 | body:target {
81 | padding-top: 3em
82 | }
83 |
84 | footer img {
85 | height: auto;
86 | margin-right: 1em;
87 | width: 150px
88 | }
89 |
90 | .navbar {
91 | background: #161617;
92 | box-shadow: 0 1px 2px rgba(0, 0, 0, .8)
93 | }
94 |
95 | .navbar-default .navbar-brand,
96 | .navbar-default .navbar-nav>li>a {
97 | color: #fff;
98 | text-decoration: none
99 | }
100 |
101 | .navbar-default .navbar-nav>li>a:focus,
102 | .navbar-default .navbar-nav>li>a:hover {
103 | color: #f8d364
104 | }
105 |
106 | .navbar-fixed-top {
107 | border-width: 0
108 | }
109 |
110 | .nav li a {
111 | padding-left: 12px;
112 | padding-right: 12px
113 | }
114 |
115 | .navbar-brand {
116 | padding-top: 13px
117 | }
118 |
119 | .navbar-brand img {
120 | height: 25px;
121 | width: auto
122 | }
123 |
124 | .navbar-default .navbar-toggle .icon-bar,
125 | .navbar-default .navbar-toggle:focus,
126 | .navbar-default .navbar-toggle:hover {
127 | background-color: #fff
128 | }
129 |
130 | .navbar-default .navbar-toggle:focus .icon-bar,
131 | .navbar-default .navbar-toggle:hover .icon-bar {
132 | background-color: #0067b1
133 | }
134 |
135 | #committee,
136 | #intro,
137 | #logistics,
138 | #speakers {
139 | background: center bottom no-repeat #8BC34A;
140 | background-size: 100% auto;
141 | color: #fff
142 | }
143 |
144 | .reg-btn {
145 | background-color: #00192f;
146 | border-color: #00192f;
147 | border-radius: 0;
148 | width: 200px;
149 | text-align: center;
150 | padding: 15px;
151 | text-decoration: none;
152 | color: #fff;
153 | letter-spacing: .08em
154 | }
155 |
156 | #committee h2,
157 | #logistics h2,
158 | #speakers h2 {
159 | color: #1e2986
160 | }
161 |
162 | #program h2,
163 | #sponsors h2 {
164 | color: #fff
165 | }
166 |
167 | #program,
168 | #sponsors {
169 | background-image: url(../img/bg_sec2.jpg);
170 | background-size: cover
171 | }
172 |
173 | #committee-inset,
174 | #logistics-inset,
175 | #program-inset,
176 | #speakers-inset,
177 | .inset-light,
178 | .sponsors-inset {
179 | background: rgba(255, 255, 255, .9);
180 | color: #000;
181 | margin-bottom: 1em;
182 | margin-top: 2em;
183 | padding-bottom: 1em
184 | }
185 |
186 | #program .row,
187 | #speakers-inset .row {
188 | margin: 1em auto
189 | }
190 |
191 | .navbar-nav>li>a.button,
192 | a.button {
193 | background: #f7d363;
194 | background-image: -webkit-linear-gradient(top, #f7d363 0, #c09c2e 100%);
195 | background-image: linear-gradient(to bottom, #f7d363 0, #c09c2e 100%);
196 | color: #000
197 | }
198 |
199 | #intro a.button,
200 | #logistics a.button {
201 | box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
202 | display: inline-block;
203 | font-size: 1.8em;
204 | padding: .1em .5em;
205 | text-decoration: none;
206 | text-transform: uppercase
207 | }
208 |
209 | .navbar-nav>li>a.button:focus,
210 | .navbar-nav>li>a.button:hover,
211 | a.button:focus,
212 | a.button:hover {
213 | color: #000
214 | }
215 |
216 | .navbar-nav>li>a.button:hover,
217 | a.button:hover {
218 | background: #f7d363
219 | }
220 |
221 | #logistics,
222 | #speakers {
223 | background-color: #fff;
224 | background-size: 100% auto
225 | }
226 |
227 | .more,
228 | .more a {
229 | color: #666;
230 | display: block;
231 | text-decoration: none;
232 | white-space: nowrap
233 | }
234 |
235 | [data-toggle=collapse] {
236 | cursor: pointer;
237 | outline: 0
238 | }
239 |
240 | .more:focus,
241 | :focus .more {
242 | color: #0067b1;
243 | outline: 0;
244 | text-decoration: underline
245 | }
246 |
247 | .highlight {
248 | color: #5da708
249 | }
250 |
251 | .title {
252 | color: #1e2986;
253 | font-size: 24px;
254 | padding-top: 10px
255 | }
256 |
257 | .no-js body {
258 | padding-top: 0
259 | }
260 |
261 | .no-js .navbar-fixed-top {
262 | margin-bottom: 0;
263 | position: relative
264 | }
265 |
266 | .no-js .more,
267 | .no-js .navbar-toggle {
268 | display: none
269 | }
270 |
271 | #intro {
272 | background-image: url(../img/bg_sec1.jpg);
273 | background-size: cover;
274 | text-align: center;
275 | padding-top: 4rem
276 | }
277 |
278 | #intro h1,
279 | #intro h2 {
280 | text-shadow: 0 1px 2px rgba(0, 0, 0, .8)
281 | }
282 |
283 | #intro h1 {
284 | color: #113656;
285 | font-size: 2em
286 | }
287 |
288 | #intro h2 {
289 | font-size: 2.6em;
290 | color: #1a2327;
291 | padding: 30px
292 | }
293 |
294 | #basic-info,
295 | #summary {
296 | font-size: 1em
297 | }
298 |
299 | #message,
300 | #summary {
301 | font-weight: lighter
302 | }
303 |
304 | #intro-inset {
305 | background: rgba(255, 255, 255, .67);
306 | color: #232323;
307 | margin-top: 2em;
308 | padding: 1.5em;
309 | text-align: left
310 | }
311 |
312 | #info {
313 | text-align: justify
314 | }
315 |
316 | #intro hr {
317 | border-color: #666;
318 | margin: .5em 0
319 | }
320 |
321 | #intro a.button {
322 | margin-top: .3em
323 | }
324 |
325 | #message {
326 | background: rgba(255, 255, 255, .2);
327 | padding: 1em
328 | }
329 |
330 | #message img {
331 | border: thin solid #222;
332 | float: right;
333 | height: 60px;
334 | margin-left: 1em;
335 | width: 60px
336 | }
337 |
338 | #byline {
339 | white-space: pre-line
340 | }
341 |
342 | #summary {
343 | color: #000;
344 | margin-top: 2em
345 | }
346 |
347 | #description {
348 | color: #000;
349 | text-align: left
350 | }
351 |
352 | #program .time {
353 | text-align: right
354 | }
355 |
356 | #logistics-inset img {
357 | width: 65%
358 | }
359 |
360 | #logistics a.button {
361 | margin-top: .2em
362 | }
363 |
364 | #logos1 img,
365 | #logos2 img {
366 | margin-top: 2em
367 | }
368 |
369 | .pdt20 {
370 | padding-top: 20px
371 | }
372 |
373 | .pdt30 {
374 | padding-top: 30px
375 | }
376 |
377 | .pd2-4 {
378 | padding: 20px 40px
379 | }
380 |
381 | @media screen and (max-width:940px) {
382 | .nav li a {
383 | font-size: .9em;
384 | padding-left: 8px;
385 | padding-right: 8px
386 | }
387 | h1 {
388 | font-size: 1.6em
389 | }
390 | #intro {
391 | background-image: url(../img/bg_sec1.jpg);
392 | padding-top: 3em
393 | }
394 | #intro h2 {
395 | font-size: 2.3em
396 | }
397 | }
398 |
399 | @media screen and (max-width:767px) {
400 | #logistics-inset img,
401 | .bio h3 {
402 | margin-top: 0
403 | }
404 | h1 {
405 | font-size: 1.4em
406 | }
407 | #intro {
408 | background-image: url(../img/bg_sec1.jpg)
409 | }
410 | #intro h2 {
411 | font-size: 2em
412 | }
413 | #summary {
414 | font-size: 1.2em
415 | }
416 | .bio {
417 | padding-left: 0
418 | }
419 | #speakers .more {
420 | float: right
421 | }
422 | }
423 |
424 | @media screen and (max-width:640px) {
425 | h1 {
426 | font-size: 1.3em;
427 | letter-spacing: .1em
428 | }
429 | #intro {
430 | background-image: url(../img/bg_sec1.jpg);
431 | padding-top: 2em
432 | }
433 | #intro h2 {
434 | white-space: pre-line
435 | }
436 | #summary {
437 | font-size: 1em
438 | }
439 | }
440 |
441 | @media screen and (max-width:540px) {
442 | h1 {
443 | font-size: 1.1em
444 | }
445 | #intro {
446 | background-image: url(../img/bg_sec1.jpg)
447 | }
448 | #summary {
449 | white-space: pre-line
450 | }
451 | }
452 |
453 | @media screen and (max-width:440px) {
454 | h1 {
455 | font-size: .9em
456 | }
457 | #intro {
458 | background-image: url(../img/bg_sec1.jpg)
459 | }
460 | #basic-info {
461 | font-size: 1.2em
462 | }
463 | }
464 |
465 | @media screen and (max-width:380px) {
466 | h1 {
467 | font-size: .75em
468 | }
469 | #intro {
470 | background-image: url(../img/bg_sec1.jpg)
471 | }
472 | #intro h2 {
473 | font-size: 2em
474 | }
475 | #basic-info {
476 | font-size: 1.1em
477 | }
478 | #summary {
479 | font-size: .9em
480 | }
481 | }
482 |
483 | @media screen and (max-width:320px) {
484 | #intro h2 {
485 | font-size: 2.3em
486 | }
487 | #intro {
488 | background-image: url(../img/bg_sec1.jpg)
489 | }
490 | #basic-info {
491 | font-size: 1em
492 | }
493 | .copyright {
494 | white-space: pre-line
495 | }
496 | }
497 |
--------------------------------------------------------------------------------
/events/css/summit.min.css:
--------------------------------------------------------------------------------
1 | #content,h1{margin-top:0}.more,.more a,h1,nav{text-transform:uppercase}#intro h2,.highlight,.more,.more a,h2{font-weight:700}body{font-family:'Noto Sans','Droid Sans','Helvetica Neue','Arial';font-size:1.8em;margin-bottom:0;padding-bottom:30px;padding-top:50px}h1,h2{font-size:2em}a{text-decoration:underline}h1{letter-spacing:.2em}.time,h3{color:#1e2986}h4{color:#666}img{max-width:100%}section{padding-bottom:3em;padding-top:2em}hr{border-color:#ccc;margin:0 1em}footer{margin-bottom:2em}body:target{padding-top:3em}footer img{height:auto;margin-right:1em;width:150px}.navbar{background:#161617;box-shadow:0 1px 2px rgba(0,0,0,.8)}.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a{color:#fff;text-decoration:none}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#f8d364}.navbar-fixed-top{border-width:0}.nav li a{padding-left:12px;padding-right:12px}.navbar-brand{padding-top:13px}.navbar-brand img{height:25px;width:auto}.navbar-default .navbar-toggle .icon-bar,.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#fff}.navbar-default .navbar-toggle:focus .icon-bar,.navbar-default .navbar-toggle:hover .icon-bar{background-color:#0067b1}#committee,#intro,#logistics,#speakers{background:center bottom no-repeat #8BC34A;background-size:100% auto;color:#fff}.reg-btn{background-color:#00192f;border-color:#00192f;border-radius:0;width:200px;text-align:center;padding:15px;text-decoration:none;color:#fff;letter-spacing:.08em}#committee h2,#logistics h2,#speakers h2{color:#1e2986}#program h2,#sponsors h2{color:#fff}#program,#sponsors{background-image:url(../img/bg_sec2.jpg);background-size:cover}#committee-inset,#logistics-inset,#program-inset,#speakers-inset,.inset-light,.sponsors-inset{background:rgba(255,255,255,.9);color:#000;margin-bottom:1em;margin-top:2em;padding-bottom:1em}#program .row,#speakers-inset .row{margin:1em auto}.navbar-nav>li>a.button,a.button{background:#f7d363;background-image:-webkit-linear-gradient(top,#f7d363 0,#c09c2e 100%);background-image:linear-gradient(to bottom,#f7d363 0,#c09c2e 100%);color:#000}#intro a.button,#logistics a.button{box-shadow:0 1px 2px rgba(0,0,0,.8);display:inline-block;font-size:1.8em;padding:.1em .5em;text-decoration:none;text-transform:uppercase}.navbar-nav>li>a.button:focus,.navbar-nav>li>a.button:hover,a.button:focus,a.button:hover{color:#000}.navbar-nav>li>a.button:hover,a.button:hover{background:#f7d363}#logistics,#speakers{background-color:#fff;background-size:100% auto}.more,.more a{color:#666;display:block;text-decoration:none;white-space:nowrap}[data-toggle=collapse]{cursor:pointer;outline:0}.more:focus,:focus .more{color:#0067b1;outline:0;text-decoration:underline}.highlight{color:#5da708}.title{color:#1e2986;font-size:24px;padding-top:10px}.no-js body{padding-top:0}.no-js .navbar-fixed-top{margin-bottom:0;position:relative}.no-js .more,.no-js .navbar-toggle{display:none}#intro{background-image:url(../img/bg_sec1.jpg);background-size:cover;text-align:center;padding-top:4rem}#intro h1,#intro h2{text-shadow:0 1px 2px rgba(0,0,0,.8)}#intro h1{color:#113656;font-size:2em}#intro h2{font-size:2.6em;color:#1a2327;padding:30px}#basic-info,#summary{font-size:1em}#message,#summary{font-weight:lighter}#intro-inset{background:rgba(255,255,255,.67);color:#232323;margin-top:2em;padding:1.5em;text-align:left}#info{text-align:justify}#intro hr{border-color:#666;margin:.5em 0}#intro a.button{margin-top:.3em}#message{background:rgba(255,255,255,.2);padding:1em}#message img{border:thin solid #222;float:right;height:60px;margin-left:1em;width:60px}#byline{white-space:pre-line}#summary{color:#000;margin-top:2em}#description{color:#000;text-align:left}#program .time{text-align:right}#logistics-inset img{width:65%}#logistics a.button{margin-top:.2em}#logos1 img,#logos2 img{margin-top:2em}.pdt20{padding-top:20px}.pdt30{padding-top:30px}.pd2-4{padding:20px 40px}@media screen and (max-width:940px){.nav li a{font-size:.9em;padding-left:8px;padding-right:8px}h1{font-size:1.6em}#intro{background-image:url(../img/bg_sec1.jpg);padding-top:3em}#intro h2{font-size:2.3em}}@media screen and (max-width:767px){#logistics-inset img,.bio h3{margin-top:0}h1{font-size:1.4em}#intro{background-image:url(../img/bg_sec1.jpg)}#intro h2{font-size:2em}#summary{font-size:1.2em}.bio{padding-left:0}#speakers .more{float:right}}@media screen and (max-width:640px){h1{font-size:1.3em;letter-spacing:.1em}#intro{background-image:url(../img/bg_sec1.jpg);padding-top:2em}#intro h2{white-space:pre-line}#summary{font-size:1em}}@media screen and (max-width:540px){h1{font-size:1.1em}#intro{background-image:url(../img/bg_sec1.jpg)}#summary{white-space:pre-line}}@media screen and (max-width:440px){h1{font-size:.9em}#intro{background-image:url(../img/bg_sec1.jpg)}#basic-info{font-size:1.2em}}@media screen and (max-width:380px){h1{font-size:.75em}#intro{background-image:url(../img/bg_sec1.jpg)}#intro h2{font-size:2em}#basic-info{font-size:1.1em}#summary{font-size:.9em}}@media screen and (max-width:320px){#intro h2{font-size:2.3em}#intro{background-image:url(../img/bg_sec1.jpg)}#basic-info{font-size:1em}.copyright{white-space:pre-line}}
2 |
--------------------------------------------------------------------------------
/events/helloworld.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Hello World
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/events/img/apex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/events/img/apex.png
--------------------------------------------------------------------------------
/events/img/bg_sec1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/events/img/bg_sec1.jpg
--------------------------------------------------------------------------------
/events/img/bg_sec2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/events/img/bg_sec2.jpg
--------------------------------------------------------------------------------
/events/img/hyatt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/events/img/hyatt.png
--------------------------------------------------------------------------------
/fonts/SourceSansPro-Black.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-Black.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-BlackIt.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-BlackIt.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-Bold.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-BoldIt.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-BoldIt.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-ExtraLight.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-ExtraLight.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-ExtraLightIt.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-ExtraLightIt.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-It.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-It.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-Light.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-LightIt.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-LightIt.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-Regular.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-Semibold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-Semibold.woff
--------------------------------------------------------------------------------
/fonts/SourceSansPro-SemiboldIt.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/fonts/SourceSansPro-SemiboldIt.woff
--------------------------------------------------------------------------------
/home-page-imgs/Tzviya-Karen-Toronto.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/Tzviya-Karen-Toronto.png
--------------------------------------------------------------------------------
/home-page-imgs/Webinar2020.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/Webinar2020.png
--------------------------------------------------------------------------------
/home-page-imgs/liisa-brussels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/liisa-brussels.png
--------------------------------------------------------------------------------
/home-page-imgs/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/next.png
--------------------------------------------------------------------------------
/home-page-imgs/pause.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/pause.png
--------------------------------------------------------------------------------
/home-page-imgs/previous.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/previous.png
--------------------------------------------------------------------------------
/home-page-imgs/resume.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/resume.png
--------------------------------------------------------------------------------
/home-page-imgs/wendy2021.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/wendy2021.jpg
--------------------------------------------------------------------------------
/home-page-imgs/wendy2022.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/wendy2022.jpg
--------------------------------------------------------------------------------
/home-page-imgs/wendy_dave_2022.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/home-page-imgs/wendy_dave_2022.png
--------------------------------------------------------------------------------
/img/bg_sec1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/img/bg_sec1.jpg
--------------------------------------------------------------------------------
/img/bg_sec2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/img/bg_sec2.jpg
--------------------------------------------------------------------------------
/img/hyatt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/img/hyatt.png
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Publishing@W3C
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
34 |
35 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 | Site Navigation
67 | Active Groups, Resources
68 |
77 |
78 | Presentation Videos
79 |
80 |
81 | “The year of testing dangerously: The EPUB 3.3 story - Tech Forum 2022” , April 2022 (Wendy Reid and Dave Cramer).
82 |
83 |
84 |
85 |
86 | Presentations
87 | (See also complete list )
88 |
89 |
90 |
91 |
92 | Upcoming Events with W3C Participation
93 | (See also complete list )
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 | Skip
107 |
108 | W3C »
109 | Publishing@W3C
110 |
111 |
112 |
113 |
114 |
Publishing@W3C
115 |
116 |
117 |
118 |
119 |
120 | Publishing@W3C is the Activity under which the specifically publishing-related groups in the W3C are organized: two Working Groups, two Community Groups, and a Business Group.
121 |
122 |
123 | The Working Groups
124 |
125 |
126 | Working Groups are where formal W3C standards, called Recommendations, are developed and maintained. They have detailed charters spelling out the work they have agreed to do and the timeline for its completion. Participants, typically technical people, are from organizations that are regular members of the W3C and that agree not to assert any patent claims on their contributions. There are two Working Groups in the Publishing@W3C Activity.
127 |
128 |
129 |
130 | The EPUB 3 Working Group is developing and maintaining the EPUB 3 family of specifications, with a focus on bringing EPUB 3.3 to formal W3C Recommendation status. Important aspects of that work include restructuring and clarifying the specification and developing a proper testing environment to improve reading system interoperability. Its charter explicitly requires that EPUB 3.3 must be backwards-compatible with EPUB 3.2. EPUB Accessibility 1.1 is also being taken to Recommendation status by this Working Group. Links to current drafts of EPUB 3.3, EPUB Accessibility 1.1, and related specifications are available at the group’s publication status page , along with a wealth of other information about this work.
131 |
132 |
133 |
134 | The Audiobooks Working Group is chartered to maintain the Audiobooks Recommendation, and the Publication Manifest Recommendations on which it is based, as well as fostering and advancing the standardization of audiobooks for the industry.
135 |
136 |
137 | The Community Groups
138 |
139 |
140 | Community Groups are where ideas are incubated in the W3C. They do not operate under the formal constraints of Working Groups. They’re open to anybody, not requiring membership in the W3C or adhering to the patent policy required for Working Groups. Community Groups serve an essential role in trying out new ideas and demonstrating the need for a current or future Working Group to advance successful technologies with a proven need to Recommendation status.
141 |
142 |
143 |
144 | The Publishing Community Group is the incubation zone for the Publishing@W3C Activity . It currently has task forces working on accessibility for fixed layout EPUBs and on developing comprehensive documentation for EPUB. New ideas about EPUB should be brought to the CG. Another Community Group is working on Synchronized Multimedia for Publications .
145 |
146 |
147 | The Publishing Business Group
148 |
149 |
150 | The Publishing Business Group is for people and organizations across the publishing spectrum to support the Publishing@W3C Activity by informing the Working Groups and Community Groups about needs and priorities, and by raising funds for the development of important resources like EPUBCheck . Its members are primarily from the business side of publishing-related organizations, rather than highly technical staff. Because membership in a Business Group does not include the ability to participate in Working Groups, the dues are less than those for a full membership in the W3C.
151 |
152 |
153 | Other Related Work of Interest
154 |
155 |
156 | In addition to the work of the Publishing@W3C Activity , people working in the publishing industry are also often interested in the work of other areas in the W3C, such as Cascading Style Sheets (CSS) , the Web Accessibility Initiative , among others. Participation in Interest and Working Groups is open to regular members of W3C.
157 |
158 |
159 | Latest News
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 | Questions? Ivan Herman , <ivan@w3.org>, Publishing@W3C Technical Lead. This page is served from GitHub; comments and suggestions on the page can also be made via the GitHub issues’ list.
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
215 |
216 |
217 |
218 |
--------------------------------------------------------------------------------
/js/dpub-common.js:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | * Common functions used to display events and presentations
4 | *
5 | * @author: Ivan Herman, W3C
6 | * @license: W3C Software License — https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
7 | */
8 |
9 | var months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
10 |
11 | var stringToDate = function(dateString) {
12 | /*
13 | * Split the (ISO Formatted) date string into a structure with day, month and year.
14 | * All values are stored as integegers.
15 | * Returns the day/month/year structure
16 | */
17 | vals = dateString.split("-");
18 | return { day : vals[2]*1, month : vals[1]-1, year : vals[0]*1 }
19 | }
20 |
21 | var eventToString = function(event, date) {
22 | /*
23 | * Returns an HTML encoded string with the details of an event.
24 | * The full string is enclosed in an element.
25 | * Depending on the presence (or not) of a URI, the entry is put into a link.
26 | */
27 | var retval = " ";
28 | // Add an enclosing element
29 | if( event.href === undefined ) {
30 | retval += " ";
31 | } else {
32 | retval += " ";
33 | }
34 |
35 | // The event title may be in a different language; take that into account
36 | if( event.lang === undefined ) {
37 | retval += event.event;
38 | } else {
39 | retval += "" + event.event + " ";
40 | }
41 |
42 | retval += "; " + event.place + ", ";
43 | // If there is no end date, the event is considered to be a one-day event
44 | if( event.dateEnd === undefined ) {
45 | retval += date.day + " " + months[date.month] + ", " + date.year;
46 | } else {
47 | dateEnd = stringToDate(event.dateEnd);
48 | if( date.month === dateEnd.month ) {
49 | retval += date.day + "-" + dateEnd.day + " " + months[date.month] + ", " + date.year;
50 | } else {
51 | retval += date.day + " " + months[date.month] + "-" + dateEnd.day + " " + months[dateEnd.month] + ", " + date.year;
52 | }
53 | }
54 | return retval + " ";
55 | };
56 |
57 | var presentationToString = function(presentation, date) {
58 | /*
59 | * Returns an HTML encoded string with the details of a presentation.
60 | * The full string is enclosed in an element.
61 | * Depending on the presence (or not) of a URI, the entry is put into a link.
62 | */
63 | var retval = " ";
64 | if( presentation.href === undefined ) {
65 | retval += "";
66 | } else {
67 | retval += " ";
68 | }
69 | retval += "Presentation by " + presentation.presenter + " ";
70 | if( presentation.event !== undefined ) {
71 | retval += "at " + presentation.event;
72 | }
73 | if( presentation.lang !== undefined ) {
74 | retval += " (in " + presentation.lang + ")";
75 | }
76 | retval += "; " + presentation.place + ", ";
77 | retval += date.day + " " + months[date.month] + ", " + date.year;
78 | return retval + " ";
79 | };
80 |
--------------------------------------------------------------------------------
/js/dpub-listing.js:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | * Display, as a simple list, the events and the presentations.
4 | * Relies on the functions and variable defined in dpub-common.js.
5 | *
6 | * To be used for 'events.html'
7 | *
8 | * @author: Ivan Herman, W3C
9 | * @license: W3C Software License — https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
10 | */
11 | $(document).ready( function() {
12 | /* Get the JSON file; it returns a Promise-like structure */
13 | $.getJSON("events.json")
14 | .done(function(events) {
15 | /*
16 | * Display all events with, if necessary, a separate header for the year
17 | * (The entries in the json file are supposed to be ordered by date!)
18 | */
19 | // This is just a fake start way into the future...
20 | var year = 3000;
21 | var ul = "";
22 | var main = $("#events");
23 | events.events.forEach(function(element, index, array) {
24 | var date = stringToDate(element.dateStart);
25 | var eyear = date.year;
26 | if( year > eyear ) {
27 | main.append("" + eyear + " ");
28 | ul = $("");
29 | main.append(ul);
30 | year = eyear;
31 | }
32 | ul.append(eventToString(element, date));
33 | });
34 | }).done( function(events) {
35 | /*
36 | * Display all the presentations with, if necessary, a separate header for the year
37 | * (The entries in the json file are supposed to be ordered by date!)
38 | */
39 | var year = 3000;
40 | var ul = "";
41 | var main = $("#presentations");
42 | events.presentations.forEach(function(element, index, array) {
43 | var date = stringToDate(element.date);
44 | var eyear = date.year;
45 | if( year > eyear ) {
46 | main.append("" + eyear + " ");
47 | ul = $("");
48 | main.append(ul);
49 | year = eyear;
50 | }
51 | ul.append(presentationToString(element, date));
52 | });
53 | });
54 | })
55 |
--------------------------------------------------------------------------------
/js/dpub.js:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | * Display events and the presentations, but possibly separated into time-filtered buckets.
4 | * Relies on the functions and variable defined in dpub-common.js.
5 | *
6 | * To be used for 'Overview.html'
7 | *
8 | * @author: Ivan Herman, W3C
9 | * @license: W3C Software License — https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
10 | */
11 | $(document).ready( function() {
12 | // We need a separate Date object to be able to compare with a date 6 months earlier.
13 | var today = new Date();
14 | if(today.getMonth() === 1 && today.getDate() === 29) {
15 | var lastHalfYear = new Date(today.getFullYear() - 1, 7, 29);
16 | } else {
17 | if( today.getMonth() > 6 ) {
18 | var lastHalfYear = new Date(today.getFullYear(), today.getMonth() - 6, today.getDate());
19 | } else {
20 | var lastHalfYear = new Date(today.getFullYear() - 1, today.getMonth() + 6, today.getDate());
21 | }
22 | }
23 |
24 | $.getJSON("events.json")
25 | .done(function(events) {
26 | /*
27 | * Display each event, but into two buckets: events in the future, and event in the last 6 months
28 | */
29 | events.events.forEach( function(element, index, array) {
30 | var date = new Date(element.dateStart);
31 | if( date > today ) {
32 | $("#futureevents").append(eventToString(element, stringToDate(element.dateStart)));
33 | } else if( date > lastHalfYear ) {
34 | $("#pastevents").append(eventToString(element, stringToDate(element.dateStart)));
35 | }
36 | });
37 | }).done(function(events) {
38 | /*
39 | * Display presentations in the last 6 months
40 | */
41 | events.presentations.forEach( function(element, index, array) {
42 | var date = new Date(element.date);
43 | if( date > lastHalfYear ) {
44 | $("#presentations").append(presentationToString(element, stringToDate(element.date)));
45 | }
46 | })
47 | }).fail(function(jqxhr, textStatus, error) {
48 | console.log(textStatus + ", " + error);
49 | });
50 | })
51 |
--------------------------------------------------------------------------------
/js/feed.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Inspired by:
3 | *
4 | * http://jquery-plugins.net/FeedEk/FeedEk.html
5 | *
6 | * But had to re-engineer it for the usage at W3C. The main issue was that CORS made it impossible to use the original that relied
7 | * on the googleapi service to turn the feed into JSON. Instead, the XML is used directly, relying on an Atom format
8 | *
9 | * @author: Ivan Herman, W3C
10 | * @license: W3C Software License — https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
11 | */
12 |
13 | (function($) {
14 | $.fn.atomfeed = function(o) {
15 | var options = {
16 | url : "test.xml",
17 | maxCount : 3,
18 | printEntry : function(title, link, pubDate, descr) {
19 | var s = '' + title + '
';
20 | s += '' + pubDate.getFullYear() + '-' + (pubDate.getMonth()+1) + '-' + pubDate.getDate() + ' '
21 | s += 'See content
';
22 | return(s);
23 | },
24 | };
25 | if(o) $.extend(options,o);
26 | /* This is where the new content should go */
27 | var id = $(this).attr("id");
28 | $.ajax({
29 | url: options.url,
30 | success: function(result) {
31 | var items = result.getElementsByTagName("item");
32 | for( var i = 0; i < items.length && i < options.maxCount; i++ ) {
33 | var item = items[i];
34 | var title = item.getElementsByTagName("title")[0].textContent;
35 | var link = item.getElementsByTagName("link")[0].textContent;
36 | var pubDate = new Date(item.getElementsByTagName("pubDate")[0].textContent);
37 | var descr = item.getElementsByTagName("description")[0].textContent;
38 | var s = options.printEntry(title,link,pubDate,descr);
39 | $("#"+id).append(s);
40 | }
41 | }
42 | })
43 | }
44 | })(jQuery)
45 |
46 | /*
47 | * This is a alternative printing of the RSS Content, abiding to the W3C home page style for the right panel.. Can be used as a
48 | * replacement for the default, and simple content printing in the atomfeed plugin below
49 | */
50 | var W3CFeedContentDpub = function(title, link, pubDate, descr) {
51 | var s = '';
52 | s += '
' + title + ' ';
53 | s += '
' + pubDate.getFullYear() + '-' + (pubDate.getMonth()+1) + '-' + pubDate.getDate() + ' '
54 | s += 'Continue reading →
';
55 | s += "
";
56 | return(s);
57 | }
58 |
59 | /*
60 | * This is a alternative printing of the RSS Content, abiding to the W3C home page style in the main area. Can be used as a
61 | * replacement for the default, and simple content printing in the atomfeed plugin below
62 | */
63 | var W3CFeedContentMain = function(title, link, pubDate, descr) {
64 | var s = '';
65 | s += '
' + title + ' ';
66 | s += '
' + pubDate.getFullYear() + '-' + (pubDate.getMonth()+1) + '-' + pubDate.getDate() + ' '
67 | s += descr + " ";
68 | s += 'Continue reading →
';
69 | s += "
";
70 | return(s);
71 | }
72 |
73 | $(document).ready( function() {
74 | // Add the blog references
75 | $("#dpubRss").atomfeed({
76 | url: "https://www.w3.org/blog/ecosystem/publishing/feed/",
77 | // url: "https://cors-anywhere.herokuapp.com/https://www.w3.org/blog/dpub/category/activity-news/feed/",
78 | printEntry : W3CFeedContentDpub,
79 | maxCount : 3,
80 | showDescr: false,
81 | });
82 | $("#divRss").atomfeed({
83 | // url: "https://www.w3.org/blog/dpub/category/activity-news/feed/",
84 | // url: "https://cors-anywhere.herokuapp.com/https://www.w3.org/blog/dpub/category/activity-news/feed/",
85 | printEntry : W3CFeedContentDpub,
86 | maxCount : 3,
87 | showDescr: false,
88 | });
89 |
90 | $("#mainRss").atomfeed({
91 | url: "https://www.w3.org/blog/category/digital-publishing/feed/",
92 | // url: "https://cors-anywhere.herokuapp.com/https://www.w3.org/blog/category/digital-publishing/feed/",
93 | printEntry : W3CFeedContentMain,
94 | maxCount : 3,
95 | showDescr: true,
96 | });
97 | })
98 |
--------------------------------------------------------------------------------
/js/jquery.timer.js:
--------------------------------------------------------------------------------
1 | /**
2 | * jQuery Timer Plugin (jquery.timer.js)
3 | * @version 1.0.1
4 | * @author James Brooks
5 | * @website http://james.brooks.so
6 | * @license MIT - http://jbrooksuk.mit-license.org
7 | */
8 |
9 | (function($) {
10 | jQuery.timer = function(interval, callback, options) {
11 | // Create options for the default reset value
12 | var options = jQuery.extend({ reset: 500 }, options);
13 | var interval = interval || options.reset;
14 |
15 | if(!callback) { return false; }
16 |
17 | var Timer = function(interval, callback, disabled) {
18 | // Only used by internal code to call the callback
19 | this.internalCallback = function() { callback(self); };
20 |
21 | // Clears any timers
22 | this.stop = function() {
23 | if(this.state === 1 && this.id) {
24 | clearInterval(self.id);
25 | this.state = 0;
26 | return true;
27 | }
28 | return false;
29 | };
30 | // Resets timers to a new time
31 | this.reset = function(time) {
32 | if(self.id) { clearInterval(self.id); }
33 | var time = time || options.reset;
34 | this.id = setInterval($.proxy(this.internalCallback, this), time);
35 | this.state = 1;
36 | return true;
37 | };
38 | // Pause a timer.
39 | this.pause = function() {
40 | if(self.id && this.state === 1) {
41 | clearInterval(this.id);
42 | this.state = 2;
43 | return true;
44 | }
45 | return false;
46 | };
47 | // Resumes a paused timer.
48 | this.resume = function() {
49 | if(this.state === 2) {
50 | this.state = 1;
51 | this.id = setInterval($.proxy(this.internalCallback, this), this.interval);
52 | return true;
53 | }
54 | return false;
55 | };
56 |
57 | // Set the interval time again
58 | this.interval = interval;
59 |
60 | // Set the timer, if enabled
61 | if (!disabled) {
62 | this.id = setInterval($.proxy(this.internalCallback, this), this.interval);
63 | this.state = 1;
64 | }
65 |
66 | var self = this;
67 | };
68 |
69 | // Create a new timer object
70 | return new Timer(interval, callback, options.disabled);
71 | };
72 | })(jQuery);
73 |
--------------------------------------------------------------------------------
/js/testimonial-listings.js:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | * Display, as a simple list, the events and the presentations.
4 | * Relies on the functions and variable defined in dpub-common.js.
5 | *
6 | * To be used for 'events.html'
7 | *
8 | * @author: Ivan Herman, W3C
9 | * @license: W3C Software License — https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
10 | */
11 | $(document).ready( function() {
12 | function display_testimonials(main, list) {
13 | list.forEach(function(element, index, array) {
14 | let div = $("
");
15 | main.append(div);
16 | let p = $("
");
17 | p.append(element.quote);
18 | let author = $("
");
19 | author.append(element.attribution);
20 | div.append(p);
21 | div.append(author);
22 | });
23 | }
24 |
25 | /* Get the JSON file; it returns a Promise-like structure */
26 | $.getJSON("testimonials.json")
27 | .done(function(testimonials) {
28 | display_testimonials($("#current_testimonials"), testimonials.current);
29 | display_testimonials($("#past_testimonials"), testimonials.past);
30 | })
31 | })
32 |
--------------------------------------------------------------------------------
/js/testimonials.js:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | * Display testimonials in a round-robin way.
4 | *
5 | *
6 | * @author: Ivan Herman, W3C
7 | * @license: W3C Software License — https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
8 | */
9 | var quote_rotate = (function() {
10 | $.getJSON("testimonials.json")
11 | .done(function(tdata) {
12 | var quotes = tdata.current;
13 | var quoteindex = Math.floor(Math.random() * Math.floor(quotes.length)); // Current quote index
14 | var fadetime = 1200; // Length of time to spend fading
15 | var timerinterval = 13000; // How long to wait before changing the quote
16 | var automatic = true
17 |
18 | function rotatequote() {
19 | quoteindex = (quoteindex + 1) % quotes.length;
20 | changequote_withfade(quoteindex);
21 | }
22 |
23 | function rotatequotereverse() {
24 | quoteindex = (quoteindex <= 0 ? quotes.length - 1 : quoteindex - 1);
25 | changequote_withfade(quoteindex);
26 | }
27 |
28 | function changequote_withfade(index) {
29 | $("#quoteblock-inner").fadeOut(fadetime, function() { changequote(quoteindex); }).fadeIn(fadetime);
30 | }
31 |
32 | function changequote(index) {
33 | $.each(quotes[index], function(tag, text) {
34 | if(tag == "image") {
35 | $("#quoteblock-tag-image").attr("src", text);
36 | } else {
37 | $("#quoteblock-tag-" + tag).html(text);
38 | $("#quoteblock-tag-quote").css('text-align', 'justify')
39 | }
40 | });
41 | }
42 |
43 | $(document).ready(function() {
44 | var quotetimer = $.timer(timerinterval, function() {
45 | rotatequote();
46 | });
47 |
48 | var pause_reel = function($button) {
49 | automatic = false;
50 | quotetimer.pause();
51 | $button.attr({
52 | 'src' : 'home-page-imgs/resume.png',
53 | 'aria-checked' : 'false'
54 | });
55 | }
56 |
57 | var resume_reel = function($button) {
58 | automatic = true;
59 | quotetimer.resume();
60 | $button.attr({
61 | 'src' : 'home-page-imgs/pause.png',
62 | 'aria-checked' : 'true'
63 | });
64 | }
65 |
66 | // Set up the event handlers for the testimonial related clicks
67 | $("#pre_button").click(function() {
68 | rotatequotereverse();
69 | pause_reel($("#pause_button"));
70 | });
71 | $("#next_button").click(function() {
72 | rotatequote();
73 | pause_reel($("#pause_button"));
74 | });
75 | $("#pause_button").click(function() {
76 | // Pause/resume the automatic rotation of testimonials
77 | if( automatic === true ) {
78 | pause_reel($(this));
79 | } else {
80 | resume_reel($(this));
81 | rotatequote();
82 | }
83 | });
84 |
85 | // Load the first quote
86 | changequote(quoteindex);
87 | });
88 | })
89 | .fail(function( jqxhr, textStatus, error ) {
90 | console.log(textStatus + ", " + error);
91 | });
92 | }());
93 |
--------------------------------------------------------------------------------
/logo/Linotte-SemiBold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/logo/Linotte-SemiBold.woff
--------------------------------------------------------------------------------
/logo/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/publishing/d0e7c3d179ecd31e7ae66521720023958c78dff3/logo/logo.png
--------------------------------------------------------------------------------
/logo/logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
29 |
30 |
31 |
32 |
33 |
34 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 | PUBLISHING @ W3C
48 |
49 |
--------------------------------------------------------------------------------
/test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Test
5 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/testimonials.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Publishing@W3C—Testimonials
7 |
8 |
9 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
43 |
44 |
45 |
46 |
47 |
48 |
50 |
51 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 | Site Navigation
82 | Active Groups, Resources
83 |
92 |
93 |
94 |
95 |
96 |
108 |
109 |
Publishing@W3C—Industry Testimonials
110 |
111 |
112 |
113 |
114 |
115 | Current Testimonials
116 |
117 |
118 | Past Testimonials
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
165 |
166 |
167 |
168 |
--------------------------------------------------------------------------------
/testimonials.json:
--------------------------------------------------------------------------------
1 | {
2 | "current": [
3 | {
4 | "quote":"Hachette Livre salue le formidable travail du W3C pour porter EPUB, le standard ouvert de l’industrie de livre numérique, à son meilleur niveau. Le groupe « EPUB 3 Community », sous la conduite de Dave Cramer (Hachette Book Group) et de Rachel Comerford (Macmillan Learning), a tenu ensemble pragmatisme et vision du futur pour offrir avec EPUB 3.2 une version rétro-compatible et novatrice du format EPUB3. Pour citer Dave Cramer : « vos EPUBs sont probablement déjà des fichiers EPUB 3.2 valides. » Luc Audrain a dit : « Avec EPUB 3.2, c’est tout l’écosystème du livre numérique qui bénéficie d’une version mature de EPUB3 avec ses formidables qualités d’universalité, d’interopérabilité et d’accessibilité. » Une mention particulière pour le DAISY Consortium qui, sous la responsabilité du Publishing Business Group, a conduit en temps et en heure une révision majeure de haute qualité de l’outil EPUBCheck. En validant EPUB 3.2, EPUBCheck 4.2 assure la pérennité du format EPUB pour l’industrie du livre numérique. « Je tiens ici à remercier les donateurs qui ont déjà participé à l’effort de financement participatif d’EPUBCheck en cours ». ",
5 | "attribution": "Luc Audrain, Head of Digitalization, Hachette Livre"
6 | },
7 | {
8 | "quote": "JEPA strongly believes that the EPUB 3 family will continue to play an important role in future publishing. We welcome the release of EPUB 3.2 from W3C, since it is now obvious that W3C is committed to the maintenance of EPUB 3.",
9 | "attribution": "Kazuo Shimokawa, Vice Chairman, Japan Electronic Publishing Association"
10 | },
11 | {
12 | "quote": "講談社はEPUB 3.2がWebの世界でより広く深く受け入れられるよう、EPUBの仕様が進化したことを歓迎しています。もともとEPUBは、紙によるフィクションやノンフィクション作品を主に扱ってきた出版界だけではなく、企業や公共の組織、学術の世界で得られた知識や情報を、様々なブラウザーやハードウェアといった制約にとらわれる事なく、広く共有し活用する事を念頭に開発された仕様です。HTML5、CSS、SVGといったWeb技術の進化とともにEPUBのバージョンが上がり、特定の書記方法や言語の壁を超え、アクセシビリティの向上などによって、さらに多くの人々がこれまで以上の広がりを持った知識や情報へのアクセスがしやすくなったと感じています。Webという新たな場所で、EPUB3.2を活用して、より多くの人々に、より豊かな表現力を得て、知識や情報を広げていく活動の一端を担える事を、講談社は誇りに感じています。 ",
13 | "attribution": "Junichi Yoshii, Kodansha"
14 | },
15 | {
16 | "quote": "KADOKAWAはEPUB 3.2がWebの世界でより広く深く受け入れられるよう、EPUBの仕様が進化したことを歓迎しています。 EPUBは、出版界だけではなく、企業や公共の組織、学術の世界で得られた知識や情報を、様々なブラウザーやハードウェアといった制約にとらわれる事なく、広く共有し活用する事を念頭に開発された仕様です。Web技術の進化とともにEPUBのバージョンが上がり、特定の書記方法や言語の壁を超え、アクセシビリティの向上などによって、さらに多くの人々がこれまで以上の広がりを持った知識や情報へのアクセスがしやすくなったと感じています。 Webという新たな場所で、EPUB3.2を活用して、より多くの人々に、知識や情報を広げていく活動の一端を担える事を、KADOKAWAは誇りに感じています。 ",
17 | "attribution": "Shin MIZUSHIMA, KADOKAWA CORPORATION Executive Officer, Senior Vice President"
18 | },
19 | {
20 | "quote": "The DAISY Consortium is delighted to pledge support for EPUB 3.2 in our full array of tools, training, and communications. Now that EPUB 3.2 is published and EPUBCheck 4.2.1, which incorporates checking for all EPUB 3.x specifications is released, DAISY will start to upgrade our acclaimed free and open source Accessibility Checker for EPUB (Ace by DAISY) and its companion SMART (Simple Manual Accessibility Reporting Tool). Avneesh Singh, COO for the DAISY Consortium, said, “The EPUB 3.2 release along with the validation tool - EPUBCheck has paved the way forward for the publishing industry to transition to the latest versions of EPUB 3 specifications.” Inclusivepublishing.org will continue to be our hub for all players in the publishing arena looking for up-to-date and authoritative information. “We want to thank all the members of the W3C EPUB 3 Publishing Community Group for their hard work and diligence in completing this specification. In addition, we believe it is important to recognize the companies and individuals who donated money to the fundraising that covered the costs of upgrading EPUBCheck,” said Richard Orme, CEO for the DAISY Consortium.",
21 | "attribution" : "Richard Orme, CEO, DAISY Consortium"
22 | },
23 | {
24 | "quote": "Adoption of EPUB 3 in Japan unified the publishing industry across the board, from publishers and distributors to eBook retailers, and benchmarked the advancement of the digital publishing business in the country. We are proud to be one of the first countries to standardize digital publications with EPUB 3, from reflowable literary works to image-based manga content, and is vital since Japan's digital manga publishing is now outgrowing manga print publications. As a significant contributor to the digital publishing industry and Japan’s largest eBook distributor, Media Do welcomes the release of the latest version of EPUB specifications, EPUB 3.2 along with EPUBCheck 4.2.0, which shall advance the digital publishing of content and the business globally. Congrats to W3C Publishing!",
25 | "attribution": "Daihei Shiohama, President & CEO, Media Do International, W3C AC Rep of Media Do Holdings, Co-chair of Publishing Business Group"
26 | },
27 | {
28 | "quote" : "EPUB 3 is a de facto standard in Japanese eBook industry and we welcome the sustainable evolution of EPUB 3. APL looks forward to EPUB 3.2 as the first update of EPUB 3 by W3C and we support continuous maintenance with reasonable compatibility.",
29 | "attribution": "Shinya Takami, EPUB-WG leader, Advanced Publishing Laboratory"
30 | },
31 | {
32 | "quote": "Wiley has been a strong supporter of the EPUB family of specifications for many years. We are happy to see the first update by the W3C to this important specification and, with the help of the recent updates to EPUBCheck, have already incorporated it into our toolchain. This update demonstrates that the EPUB community is devoted to truly understanding the needs of its users and responding to the feedback it receives.",
33 | "attribution": "Tzviya Siegman, Information Standards Lead, Wiley"
34 | },
35 | {
36 | "quote" : "Benetech is proud to be a part of the evolution and advancement of the latest EPUB 3.2 specification. Congratulations to Rachel Comerford and Dave Cramer for leading the charge and to all the EPUB3 Community Group members who helped make this a reality. A special thanks to DAISY for updating EPUBCheck to validate this latest specification which is crucial for world wide adoption.",
37 | "attribution": "Charles LaPierre, Technical Lead, DIAGRAM and Born Accessible, Benetech"
38 | },
39 | {
40 | "quote": "Google salutes and congratulates the W3C EPUB Community Group for the success of its efforts to modernize and future-proof EPUB with the recent publication of the EPUB 3.2 specification. This project represents that first major advancement for EPUB since the merger of the IDPF into the W3C and lays the groundwork for a productive path forward. Play Books relies heavily on EPUB and epubcheck in our production workflow — the recent advancements with these standards and tools are a boon to the entire industry.",
41 | "attribution": "Tom Turvey, Managing Director, Global Product Partnerships, News & Publishing Products, Google"
42 | }
43 | ],
44 | "past": [
45 | {
46 | "quote": "ACCESS welcomes full combination of W3C and IDPF. Books have been saved as enormous human intelligence. Web technology provide unlimited capability to share information to the world. The combination of books and the Web makes expansion of the whole publication market and the creation of new business. We will cooperate with all of you joined Publishing@W3C, so that we will establish intelligence for new generation together.",
47 | "attribution": "Ryuji Natsuumi, COO-Japan, VP of Digital Publishing Business Unit, ACCESS CO., Ltd."
48 | },
49 | {
50 | "quote": "As the leader in creative content authoring and publishing, Adobe is pleased with the merger of W3C and the IDPF. Adobe has worked with both organizations to bring professional publishing techniques to the Open Web Platform and we look forward to working together to set the roadmap for the future of publishing. The work on Web Publications will serve to continue the W3C’s efforts to shape the way that content is delivered—from classic publications, to documents, to any content destined for distribution.",
51 | "attribution": "Leonard Rosenthol, Senior Principal Scientist, Adobe"
52 | },
53 | {
54 | "quote": "アンテナハウスはW3CとIDPFの完全統合を歓迎いたします。弊社は、2011年より、デジタル書籍制作Webサービス(CAS-UB)というワンソースからPDF、EPUB、Webを作るサービスを提供しています。EPUBとWebは内容を記述する形式としてHTMLを共有しています。しかし、Webの基本であるURIや通信プロトコルの面では統合が不十分であり、EPUBとWebが別の存在となっているのに不便を感じていました。W3CとIDPFの統合により、今後、EPUBのWebへの統合が進むことを期待しています。 ",
55 | "attribution": "Tokushige Kobayashi, President, Antenna House Inc. アンテナハウス株式会社 代表取締役社長 小林 徳滋 "
56 | },
57 | {
58 | "quote": "Benetech, a long standing member of both W3C and IDPF, has worked closely with both organizations to establish and advance accessibility standards. With the IDPF’s EPUB architecture based on W3C’s web technologies, the W3C and IDPF merger will help accelerate the accessibility of future publications to not only be born digital but also born accessible. Benetech is excited to be a part of this new joint partnership and is looking forward to an accessible and bright future.",
59 | "attribution": "Brad Turner, VP of Global Literacy, Benetech"
60 | },
61 | {
62 | "quote": "As an academic research institution, it is in CWI's interest to see academic publishing evolve towards a more Web based, interactive, and globally accessible form of communication, providing a superior user experience for researchers both online and offline. We are greatly encouraged by, and welcome the combination of IDPF and W3C, which we believe will help bringing us closer to a new type of environment for scholarly publishing.",
63 | "attribution": "Jos Baeten, general director of Centrum Wiskunde & Informatica (CWI) "
64 | },
65 | {
66 | "quote": "The European Digital Reading Lab (EDRLab) is excited at the prospect of participating to the evolution of publishing standards and associated technologies with experts from two complementary domains, publishing and Web. Since 2015, we are promoting interoperability and accessibility via a broader use of EPUB in Europe. We believe that W3C support will encourage a broader adoption of EPUB 3, beyond the book industry, and may position EPUB as THE publishing format or any type of document. We are also confident that the work on Portable Web Publications, as initiated by W3C and IDPF experts inside the DPUB IG, associated with the work of the Readium Foundation on modern open-source reading software, will bring great benefits to readers in the coming years, including print-disabled people.",
67 | "attribution": "Laurent Le Meur, CTO, EDRLab"
68 | },
69 | {
70 | "quote": "The combination of W3C and IDPF aligns the goals, needs and requirements of users around the globe. VitalSource is committed to bringing improved solutions to our content creators, partners and end users based on the work of W3C and IDPF and are excited to continue our leadership in this area.",
71 | "attribution": "Rick Johnson, VP of Product Strategy, VitalSource"
72 | },
73 | {
74 | "quote": "Wiley is thrilled to see the two organizations coming together. We can now return to focusing more on publishing as a means to share and communicate knowledge, and less on scrambling to adapt to the plethora of new devices and modalities. We believe the standards of the two organizations overlap more than they diverge. We look forward to the continuing evolution of publishing, wherever it happens",
75 | "attribution": "Patrick Johnston, Director of Platform Architecture, Product Technology, John Wiley & Sons, Inc."
76 | }
77 | ]
78 | }
79 |
--------------------------------------------------------------------------------
/w3c.json:
--------------------------------------------------------------------------------
1 | {
2 | "contacts": [
3 | "iherman", "swickr"
4 | ],
5 | "repo-type": "homepage",
6 | "policy" : "restricted"
7 | }
8 |
--------------------------------------------------------------------------------