diff --git a/.github/workflows/linkrot.yml b/.github/workflows/linkrot.yml index 45f6402ff..58b9ee43c 100644 --- a/.github/workflows/linkrot.yml +++ b/.github/workflows/linkrot.yml @@ -20,3 +20,5 @@ jobs: run: bundle exec rake build:default - name: Test external links run: bundle exec rake test:links:external + - name: Test https links + run: bundle exec rake test:links:https diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 25b336169..49c63e7da 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -35,8 +35,8 @@ jobs: # A workflow run is made up of one or more jobs that can run sequentially run: bundle exec rake test:html - name: Test internal links run: bundle exec rake test:links:internal - - name: Test *iiif.io* links - run: bundle exec rake test:links:iiif + #- name: Test *iiif.io* links + # run: bundle exec rake test:links:iiif - name: Create GitHub deployment # Deploy to Preview site uses: glenrobson/deployments@v0.4.2 id: deployment diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc2ae92b6..217cefb85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ The _config.yml file defines various site level variables, notably the current v Links in Markdown documents must use the [reference link][reference-link] syntax, and the link id _MUST_ match this regex: `[a-zA-Z][_0-9a-zA-Z-]`, i.e., they must start with a letter, and may then contain letters, numerals, and the characters '_' and '-'. -[kram]: http://kramdown.gettalong.org/syntax.html -[squash]: http://lmgtfy.com/?q=Squash+git+commits -[reference-link]: http://kramdown.gettalong.org/syntax.html#reference-links -[ed-process]: http://iiif.io/api/annex/notes/editors/ "IIIF Editorial Process" +[kram]: https://kramdown.gettalong.org/syntax.html +[squash]: https://lmgtfy.com/?q=Squash+git+commits +[reference-link]: https://kramdown.gettalong.org/syntax.html#reference-links +[ed-process]: https://iiif.io/api/annex/notes/editors/ "IIIF Editorial Process" diff --git a/Gemfile b/Gemfile index ea7cc4fcb..2b6599feb 100644 --- a/Gemfile +++ b/Gemfile @@ -4,11 +4,12 @@ gem 'jekyll', '~> 4.1.1' gem 'jekyll-datapage-generator' # for local development, clone theme + use path loader -# gem 'iiifc-theme', path: 'iiifc-theme' -gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'main' +#gem 'iiifc-theme', path: '../iiifc-theme' +#gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'main' +gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'update_link_tests' group :development, :test do - gem 'html-proofer', "3.19.0" + gem 'html-proofer', "4.4.3" gem 'rake' end diff --git a/Rakefile b/Rakefile index 1496b209f..57d7d6f61 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ end desc 'Build CI site, run html-proofer and link tests' task :ci do Rake::Task['build:ci'].invoke - Rake::Task['test:html'].invoke + #Rake::Task['test:html'].invoke Rake::Task['test:links:internal'].invoke - Rake::Task['test:links:iiif'].invoke + #Rake::Task['test:links:iiif'].invoke end diff --git a/source/.old/community/consortium/next_steps.md b/source/.old/community/consortium/next_steps.md index 22bc9083d..686869388 100644 --- a/source/.old/community/consortium/next_steps.md +++ b/source/.old/community/consortium/next_steps.md @@ -162,7 +162,7 @@ IIIF-C Membership Tiers for Non-Commercial Organizations 1. The Coordinating Committee leads IIIF's community-based efforts across different specification efforts, working groups, subject domains, geographic regions and types of participants; 2. The Managing Director will be an ex officio member with voice and vote on the Coordinating Committee; 3. Membership in the Coordinating Committee will be drawn from active participants in IIIF Committees, Working Groups and other community efforts. - 3. There is a Code of Conduct Committee and an extensive frame of reference for the IIIF at https://iiif.io/event/conduct/#reporting-guidelines; + 3. There is a Code of Conduct Committee and an extensive frame of reference for the IIIF at https://iiif.io/event/conduct/#reporting-guidelines; 4. A Technical Review Committee shall be explored, and assuming consensus on scope, process, and structure, shall be established in order to add more structure, resources, and participatory on-ramps for the API specification process; 2. As a fundamental principle, membership in all IIIF Committees shall be drawn from active participants in IIIF, shall be diverse and inclusive, and will rotate over time as much as possible, ensuring smooth succession and ongoing development of talent. Participation in these IIIF Committees is open to all members of the IIIF community; institutional membership in IIIF-C is not a prerequisite to participation; 3. New IIIF Committees may be established by the Managing Director, with the approval of the Executive Committee. Committees of the IIIF-C shall have terms of reference, initial appointed members, and defined reporting and/or communication responsibilities among other entities of the IIIF-C; @@ -201,7 +201,7 @@ IIIF is already a community comprising almost 1000 individuals from numerous nat In addition, diversity of views as well as diversity of ethnic, religious, professional, regional origins, genders and gender preferences, and relevant experiences, already very much in place in the IIIF community are strongly positive aspects of the open community that has produced IIIF and related technologies. -Given these principles of inclusion and diversity, the IIIF Consortium and the IIIF Community need to expect tolerant and civil discourse, and respectful conduct – in all events, meetings large and small, and conversations, whether in person or held by telecommunication technologies, including email, of course. These expectations are laid out in the IIIF Code of Conduct: [http://iiif.io/event/conduct/](http://iiif.io/event/conduct/.). Cases of failures to meet the expectations defined in the IIIF Code of Conduct should be reported ASAP to the Managing Director, members of the Code of Conduct Committee, and/or to members of the Executive Committee. IIIF-C may decide to address such failures through a variety of sanctions to those responsible. +Given these principles of inclusion and diversity, the IIIF Consortium and the IIIF Community need to expect tolerant and civil discourse, and respectful conduct – in all events, meetings large and small, and conversations, whether in person or held by telecommunication technologies, including email, of course. These expectations are laid out in the IIIF Code of Conduct: [https://iiif.io/event/conduct/](https://iiif.io/event/conduct/.). Cases of failures to meet the expectations defined in the IIIF Code of Conduct should be reported ASAP to the Managing Director, members of the Code of Conduct Committee, and/or to members of the Executive Committee. IIIF-C may decide to address such failures through a variety of sanctions to those responsible. In light of the fundamental importance of having a healthy, inclusive and diverse community for IIIF, the Managing Director, in consultation with the Executive Committee and the IIIF community at large, will be advised by the Code of Conduct Committee and produce an annual plan that advances a key aspect or aspects of diversity and inclusion in the community. diff --git a/source/.old/event/2020/boston/index.md b/source/.old/event/2020/boston/index.md index 736bcbd68..99c6b1d9d 100644 --- a/source/.old/event/2020/boston/index.md +++ b/source/.old/event/2020/boston/index.md @@ -114,7 +114,7 @@ The final program will continue to develop over the next few months but please s [mit]: https://mit.edu/ [groups]: {{ site.url }}{{ site.baseurl }}/community/groups/ [consortium]: {{ site.url }}{{ site.baseurl }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.url }}{{ site.baseurl }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/.old/event/2020/fall_working_meeting/index.md b/source/.old/event/2020/fall_working_meeting/index.md index efd1679aa..76e05ba92 100644 --- a/source/.old/event/2020/fall_working_meeting/index.md +++ b/source/.old/event/2020/fall_working_meeting/index.md @@ -162,7 +162,7 @@ function loadClient() { [iiif]: https://iiif.io/ [groups]: {{ site.url }}{{ site.baseurl }}/community/groups/ [consortium]: {{ site.url }}{{ site.baseurl }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.url }}{{ site.baseurl }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/.old/event/2021/annual_conference/index.md b/source/.old/event/2021/annual_conference/index.md index eac8d2245..dacb6f45c 100644 --- a/source/.old/event/2021/annual_conference/index.md +++ b/source/.old/event/2021/annual_conference/index.md @@ -46,7 +46,7 @@ Questions? Email us at . [iiif]: https://iiif.io/ [groups]: {{ site.url }}{{ site.baseurl }}/community/groups/ [consortium]: {{ site.url }}{{ site.baseurl }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.url }}{{ site.baseurl }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/_data/institutions.yml b/source/_data/institutions.yml index 206727e3c..4cf78ac5d 100644 --- a/source/_data/institutions.yml +++ b/source/_data/institutions.yml @@ -5,20 +5,20 @@ uri: https://www.artic.edu/ iiifc: - name: Art Gallery of Ontario - uri: http://boxwood.ago.ca + uri: https://boxwood.ago.ca iiifc: - name: Bayerische Staatsbibliothek (Bavarian State Library) - uri: http://www.bsb-muenchen.de + uri: https://www.bsb-muenchen.de iiifc: 1 logo: assets/uploads/logos/bsb_logo_claim_large.svg original: true - name: La Bibliothèque nationale de France - uri: http://www.bnf.fr + uri: https://www.bnf.fr iiifc: 1 logo: assets/uploads/logos/bnf_logo.svg original: true - name: Biblissima - uri: http://www.biblissima-condorcet.fr/ + uri: https://www.biblissima-condorcet.fr/ iiifc: - name: Blavatnik Foundation Archive uri: https://www.blavatnikarchive.org/ @@ -32,7 +32,7 @@ logo: assets/uploads/logos/bl_logo_100.gif original: true - name: British Museum - uri: http://www.britishmuseum.org/ + uri: https://www.britishmuseum.org/ iiifc: - name: Brown University uri: https://repository.library.brown.edu @@ -42,31 +42,31 @@ iiifc: 2 logo: assets/uploads/logos/cambridge_university2.svg - name: Canadiana.org - uri: http://canadiana.org + uri: https://canadiana.org iiifc: - name: Carnegie Museum of Art - uri: http://records.cmoa.org + uri: https://records.cmoa.org iiifc: - name: Center for Open Data in the Humanities, Research Organization of Information and Systems, Japan - uri: http://codh.rois.ac.jp/ + uri: https://codh.rois.ac.jp/ - name: Centre de Recherche et de Restauration des Musées de France (C2RMF) - uri: http://c2rmf.fr + uri: https://c2rmf.fr iiifc: - name: Chinese University of Hong Kong uri: https://repository.lib.cuhk.edu.hk/en/IIIF-Guide iiifc: 2 logo: assets/uploads/logos/CUHK.svg - name: Cogapp - uri: http://www.cogapp.com + uri: https://www.cogapp.com iiifc: - name: Columbia University - uri: http://www.columbia.edu/ + uri: https://www.columbia.edu/ iiifc: - name: CONTENTdm - uri: http://www.oclc.org/en-US/contentdm.html + uri: https://www.oclc.org/en-US/contentdm.html iiifc: - name: Cooper Hewitt Smithsonian Design Museum - uri: http://www.cooperhewitt.org + uri: https://www.cooperhewitt.org iiifc: - name: Cornell University uri: https://www.library.cornell.edu/ @@ -81,21 +81,21 @@ uri: iiifc: 4 - name: DB Seret - uri: http://www.dbseret.com/ + uri: https://www.dbseret.com/ iiifc: 4 # - name: Data Futures Project (University of Westminster) # uri: https://www.data-futures.org/ # iiifc: 2 - name: DPLA - uri: http://dp.la/ + uri: https://dp.la/ - name: Digital Image Archive of Medieval Music (DIAMM) - uri: http://www.diamm.ac.uk/ + uri: https://www.diamm.ac.uk/ - name: Digirati uri: https://digirati.com/ - name: Durham University Library uri: https://www.dur.ac.uk/library/asc/ - name: e-codices – Virtual Manuscript Library of Switzerland - uri: http://www.e-codices.unifr.ch + uri: https://www.e-codices.unifr.ch - name: École polytechnique fédérale de Lausanne (EPFL) uri: https://www.epfl.ch/index.en.html iiifc: 2 @@ -105,11 +105,11 @@ iiifc: 2 logo: assets/uploads/logos/logo_Europeana_basic_portrait_black.png - name: Folger Shakespeare Library - uri: http://www.folger.edu/ + uri: https://www.folger.edu/ iiifc: 2 logo: assets/uploads/logos/folger_logo-header.png - name: The J. Paul Getty Trust - uri: http://getty.edu/ + uri: https://getty.edu/ iiifc: 2 logo: assets/uploads/logos/getty_signoff_horizontal.jpg - name: Ghent University @@ -121,10 +121,10 @@ iiifc: 2 logo: assets/uploads/logos/uni-goettingen-logo.svg - name: Harvard Art Museums - uri: http://www.harvardartmuseums.org/ + uri: https://www.harvardartmuseums.org/ iiifc: - name: Harvard University - uri: http://iiif.harvard.edu + uri: https://iiif.harvard.edu iiifc: 2 logo: assets/uploads/logos/HarvardUniversity_Horizontal_Large_Shield_RGB.png - name: HES-SO University of Applied Sciences and Arts, Haute école de gestion de Genève @@ -142,7 +142,7 @@ iiifc: 2 logo: assets/uploads/logos/Indiana_University_logotype.svg - name: ITHAKA - uri: http://www.ithaka.org + uri: https://www.ithaka.org iiifc: 1 logo: assets/uploads/logos/ITHAKA_logo.png original: true @@ -158,7 +158,7 @@ new: true iiifc: 3 - name: Johns Hopkins University - uri: http://library.jhu.edu + uri: https://library.jhu.edu iiifc: 2 logo: assets/uploads/logos/sheridan-museums-blue.png - name: Kakadu Software @@ -166,17 +166,17 @@ iiifc: 3 logo: assets/uploads/logos/kakadu_logo.png - name: Kansai University - uri: http://www.kansai-u.ac.jp + uri: https://www.kansai-u.ac.jp iiifc: 2 - name: Keio University Libraries - uri: http://www.lib.keio.ac.jp/en/ + uri: https://www.lib.keio.ac.jp/en/ - name: Klokan Technologies - uri: http://www.klokantech.com/ + uri: https://www.klokantech.com/ - name: KU Leuven - LIBIS+ - uri: http://libisplus.be/libisplus/mirador-iiif-en + uri: https://libisplus.be/libisplus/mirador-iiif-en iiifc: - name: Kyoto University Library Network - uri: http://www.kulib.kyoto-u.ac.jp/ + uri: https://www.kulib.kyoto-u.ac.jp/ iiifc: 2 logo: assets/uploads/logos/kyoto_university.png - name: Leiden University @@ -190,29 +190,29 @@ uri: https://www.wdl.org iiifc: - name: LUNA Imaging - uri: http://www.lunaimaging.com/iiif + uri: https://www.lunaimaging.com/iiif - name: LYRASIS uri: https://www.lyrasis.org iiifc: 4 - name: Manuscriptorium - Digital Library of Written Cultural Heritage - uri: http://www.manuscriptorium.com/ + uri: https://www.manuscriptorium.com/ - name: Max Planck Institute for European Legal History - uri: http://www.rg.mpg.de/en + uri: https://www.rg.mpg.de/en - name: MIT Libraries - uri: http://libraries.mit.edu + uri: https://libraries.mit.edu iiifc: 2 logo: assets/uploads/logos/mit-libraries-logo-bg-black-1200x504.png - name: MediaLibraryOnLine (MLOL) uri: https://www.medialibrary.it iiifc: 4 - name: Mnemoscene - uri: http://mnemoscene.io + uri: https://mnemoscene.io iiifc: - name: Moravian Library (Moravská zemská knihovna) uri: https://www.mzk.cz/ iiifc: - name: National Gallery of Art - uri: http://www.nga.gov + uri: https://www.nga.gov iiifc: 2 logo: assets/uploads/logos/National_gallery_art_logo.png - name: National Institute of Informatics @@ -231,12 +231,12 @@ logo: assets/uploads/logos/Nasjonalbiblioteket.jpg original: true - name: National Library of Denmark - uri: http://www.kb.dk/en/ + uri: https://www.kb.dk/en/ #- name: National Library of Egypt -# uri: http://www.darelkotob.gov.eg/index.html +# uri: https://www.darelkotob.gov.eg/index.html # iiifc: - name: National Library of Israel - uri: http://www.nli.org.il + uri: https://www.nli.org.il iiifc: 4 logo: assets/uploads/logos/Logo_of_The_National_Library_of_Israel.jpg - name: National Library of New Zealand @@ -246,11 +246,11 @@ iiifc: 4 logo: assets/uploads/logos/KB_Nationale-Bibliotheek_Logo_RGB.svg - name: National Library of Poland - uri: http://bn.org.pl + uri: https://bn.org.pl iiifc: 2 logo: assets/uploads/logos/BN_logo_kw.jpg - name: National Library of Scotland - uri: http://www.nls.uk/ + uri: https://www.nls.uk/ iiifc: 4 - name: National Library of Serbia uri: https://www.nb.rs/?change_lang=en @@ -259,9 +259,9 @@ iiifc: 2 logo: assets/uploads/logos/llgc_logo.png - name: Nationalmuseum Sweden - uri: http://www.nationalmuseum.se + uri: https://www.nationalmuseum.se - name: New York University Libraries - uri: http://library.nyu.edu/ + uri: https://library.nyu.edu/ iiifc: 2 logo: assets/uploads/logos/nyu_logo.png - name: NC State University Libraries @@ -274,7 +274,7 @@ logo: assets/uploads/logos/northwestern.jpg new: true - name: OCLC - uri: http://www.oclc.org/ + uri: https://www.oclc.org/ iiifc: 2 logo: assets/uploads/logos/OCLC_Logo_V_Color_NoTag.png - name: Ohio State University @@ -286,17 +286,17 @@ iiifc: 2 logo: assets/uploads/logos/PSU_libraries.png - name: Princeton University Library - uri: http://library.princeton.edu + uri: https://library.princeton.edu iiifc: 1 logo: assets/uploads/logos/PUL_Logo.png original: true - name: Princeton University Art Museum - uri: http://artmuseum.princeton.edu/ + uri: https://artmuseum.princeton.edu/ iiifc: - name: Public Record Office Victoria uri: https://www.prov.vic.gov.au/ - name: Qatar National Library - uri: http://www.qnl.qa + uri: https://www.qnl.qa iiifc: logo: assets/uploads/logos/QNL-logo-1.png - name: Sirma Group @@ -309,14 +309,14 @@ - name: "St. Louis University" uri: https://www.slu.edu/ - name: St. Mary's University - uri: http://jubilees.stmarytx.edu + uri: https://jubilees.stmarytx.edu - name: Stanford University - uri: http://library.stanford.edu/ + uri: https://library.stanford.edu/ iiifc: 1 logo: assets/uploads/logos/stanford_wordmark-nospace-stacked-red.png original: true - name: State Library of Queensland - uri: http://www.slq.qld.gov.au/ + uri: https://www.slq.qld.gov.au/ iiifc: - name: Stockholm University uri: https://www.su.se/ @@ -325,7 +325,7 @@ uri: https://swissartresearch.net/ iiifc: - name: Synaptica - uri: http://www.synaptica.com/ + uri: https://www.synaptica.com/ - name: Texas A&M Libraries uri: https://library.tamu.edu/ iiifc: 3 @@ -333,15 +333,15 @@ - name: TextGrid uri: https://textgrid.de/en/ - name: text & bytes - uri: http://www.textandbytes.com/en + uri: https://www.textandbytes.com/en - name: Trinity College Dublin uri: https://repository.dri.ie - name: United States Holocaust Memorial Museum uri: https://www.ushmm.org/ - name: Universidad de la Habana, Biblioteca Nacional de Cuba José Martí - uri: http://www.bnjm.cu/ + uri: https://www.bnjm.cu/ - name: University College Dublin - uri: http://www.ucd.ie/library/ + uri: https://www.ucd.ie/library/ iiifc: - name: University of Alberta Libraries uri: https://www.library.ualberta.ca @@ -350,43 +350,43 @@ uri: https://www.library.ubc.ca/ iiifc: 4 - name: University of California, Los Angeles - uri: http://www.ucla.edu/ + uri: https://www.ucla.edu/ iiifc: 2 logo: assets/uploads/logos/ucla_logo.png - name: University of California, Santa Barbara - uri: http://www.ucsb.edu/ + uri: https://www.ucsb.edu/ - name: University of Edinburgh - uri: http://www.ed.ac.uk/ + uri: https://www.ed.ac.uk/ iiifc: 2 logo: assets/uploads/logos/edinburgh_logo.png - name: University of Glasgow - uri: http://hms.scot/fiddle/copies/ + uri: https://hms.scot/fiddle/copies/ iiifc: - name: University of Hong Kong - uri: http://lib.hku.hk + uri: https://lib.hku.hk iiifc: logo: assets/uploads/logos/hkul-logo@2x.png - name: University of Illinois at Urbana-Champaign - uri: http://illinois.edu/ + uri: https://illinois.edu/ iiifc: - name: University of Michigan uri: https://www.lib.umich.edu/collections/digital-collections iiifc: 2 logo: assets/uploads/logos/University_of_Michigan_logo.svg - name: University of Notre Dame - uri: http://library.nd.edu + uri: https://library.nd.edu iiifc: 2 logo: assets/uploads/logos/ndmark300.png - name: University of Oklahoma uri: https://www.ou.edu/ iiifc: - name: University of Oxford (Bodleian Library) - uri: http://www.bodleian.ox.ac.uk + uri: https://www.bodleian.ox.ac.uk iiifc: 1 logo: assets/uploads/logos/bodleian_Master-Logo-Centred-Black-cropped.png original: true - name: University of Pennsylvania - uri: http://www.upenn.edu/ + uri: https://www.upenn.edu/ iiifc: 4 - name: University of Tennessee, Knoxville uri: https://www.lib.utk.edu/ @@ -394,7 +394,7 @@ logo: assets/uploads/logos/UTK.png new: true - name: University of Tokyo - uri: http://21dzk.l.u-tokyo.ac.jp/DHI/index.php + uri: https://21dzk.l.u-tokyo.ac.jp/DHI/index.php iiifc: 2 logo: assets/uploads/logos/UnivOfTokyo_logo.svg.png - name: University of Toronto @@ -405,7 +405,7 @@ uri: https://lib.utah.edu/ iiifc: - name: University of Virginia Library - uri: http://www.library.virginia.edu/ + uri: https://www.library.virginia.edu/ iiifc: - name: University of Zurich uri: https://www.uzh.ch/ @@ -431,17 +431,17 @@ uri: https://thewalters.org iiifc: - name: Wellcome Trust - uri: http://wellcomelibrary.org + uri: https://wellcomelibrary.org iiifc: 1 logo: assets/uploads/logos/Wellcome_Collection_logo.svg.png original: true - name: Wikipedia (Wikimedia Foundation) - uri: http://www.wikipedia.org/ + uri: https://www.wikipedia.org/ iiifc: - name: World Digital Library - uri: http://www.wdl.org + uri: https://www.wdl.org - name: Yale Center for British Art - uri: http://britishart.yale.edu/ + uri: https://britishart.yale.edu/ iiifc: logo: assets/uploads/logos/ycba.png - name: Yale University diff --git a/source/_data/old/washington_submissions.yml b/source/_data/old/washington_submissions.yml index 6d95c592a..3970b1fb7 100644 --- a/source/_data/old/washington_submissions.yml +++ b/source/_data/old/washington_submissions.yml @@ -60,7 +60,6 @@ firstname: Emma lastname: Stanford organization: Bodleian Libraries - web_page: '' decision: ACCEPT id: Paper 10 index: 10 @@ -97,7 +96,6 @@ firstname: Dan lastname: Brennan organization: Princeton University Art Museum - web_page: '' decision: ACCEPT id: Paper 11 index: 11 @@ -122,7 +120,6 @@ firstname: Jack lastname: Reed organization: Stanford University - web_page: '' decision: ACCEPT id: Paper 12 index: 12 @@ -155,7 +152,6 @@ firstname: Richard lastname: Palmer organization: Victoria & Albert Museum - web_page: '' decision: ACCEPT id: Paper 13 index: 13 @@ -191,7 +187,6 @@ firstname: Leander lastname: Seige organization: Leipzig University Library - web_page: '' decision: ACCEPT id: Paper 14 index: 14 @@ -227,12 +222,10 @@ firstname: Maria lastname: Whitaker organization: Indiana University Bloomington - web_page: '' - country: United States firstname: Brian lastname: Keese organization: Indiana University Bloomington - web_page: '' decision: ACCEPT id: Paper 15 index: 15 @@ -441,7 +434,6 @@ firstname: Athena lastname: Jackson organization: The Pennsylvania State University - web_page: '' decision: ACCEPT id: Paper 2 index: 2 @@ -508,27 +500,22 @@ firstname: Alan lastname: Newman organization: National Gallery of Art - web_page: '' - country: United States firstname: Benjamin lastname: Zweig organization: National Gallery of Art - web_page: '' - country: United States firstname: Michael lastname: Skalka organization: National Gallery of Art - web_page: '' - country: United States firstname: Roger lastname: Lawson organization: National Gallery of Art - web_page: '' - country: United States firstname: David lastname: Beaudet organization: National Gallery of Art - web_page: '' decision: ACCEPT id: Paper 20 index: 20 @@ -594,22 +581,19 @@ firstname: Fenella lastname: France organization: Library of Congress - web_page: http://www.loc.gov/preservation/scientists/ + web_page: https://www.loc.gov/preservation/scientists/ - country: United Kingdom firstname: Glen lastname: Robson organization: IIIF - web_page: '' - country: United States firstname: Meghan lastname: Wilson organization: Library of Congress - web_page: '' - country: United States firstname: Chris lastname: Bolser organization: Library of Congress - web_page: '' decision: ACCEPT id: Paper 21 index: 21 @@ -656,12 +640,10 @@ firstname: Stuart lastname: Snydman organization: Stanford University - web_page: '' - country: United States firstname: Ed lastname: Silverton organization: holoscene.io - web_page: '' decision: ACCEPT id: Paper 22 index: 22 @@ -692,9 +674,9 @@ attribution\u201D or \u201Clicense\u201D, https-unsupported. It would be a good\ \ opportunity for researchers of the filed to consider how to adopt, leverage,\ \ and improve IIIF images and contents in the world.
\ - \ http://bauddha.dhii.jp/SAT/iiifmani/show.php
\ + \ https://bauddha.dhii.jp/SAT/iiifmani/show.php
\ \ A sandbox of the system to test to add a Manifest URI is also provided below:\ - \
http://bauddha.dhii.jp/iiifws/show.php \ + \
https://bauddha.dhii.jp/iiifws/show.php \ \
This sandbox allows to add vie Twitter account. \ \

(2)\tSAT 2018 (SAT Daizokyo Text Database version\ \ 2018)
SAT Daizokyo Text Database has been a comprehensive\ @@ -722,7 +704,6 @@ firstname: Masahiro lastname: Shimoda organization: U-Tokyo - web_page: '' decision: ACCEPT id: Paper 24 index: 24 @@ -768,7 +749,7 @@ firstname: Jun lastname: Homma organization: FLX Style - web_page: http://2sc1815j.net/ + web_page: https://2sc1815j.net/ - country: Germany firstname: Tarek lastname: Saier @@ -814,7 +795,6 @@ firstname: "\u0141ukasz" lastname: Kozak organization: National Library of Poland - web_page: '' decision: withdrawn id: Paper 26 index: 26 @@ -855,7 +835,6 @@ firstname: Manon lastname: Foster Evans organization: National Library of Wales - web_page: '' decision: ACCEPT id: Paper 27 index: 27 @@ -893,12 +872,10 @@ firstname: Mel lastname: Mason organization: University of Oxford - web_page: '' - country: United Kingdom firstname: Andrew lastname: Hankinson organization: University of Oxford - web_page: '' decision: ACCEPT id: Paper 28 index: 28 @@ -959,7 +936,6 @@ firstname: Joe lastname: Marshall organization: The University of Edinburgh - web_page: '' - country: United Kingdom firstname: Scott lastname: Renton @@ -1064,12 +1040,11 @@ firstname: Katherine lastname: Thornton organization: Yale University - web_page: '' - country: United States firstname: Kenneth lastname: Seals-Nutt organization: Yale University - web_page: http://ksn.io + web_page: https://ksn.io decision: ACCEPT id: Paper 30 index: 30 @@ -1099,7 +1074,6 @@ firstname: Adam lastname: Wead organization: The Pennsylvania State University - web_page: '' decision: ACCEPT id: Paper 31 index: 31 @@ -1138,7 +1112,7 @@ firstname: Adam lastname: Metallo organization: Smithsonian Institution, Digitization Program Office - web_page: http://dpo.si.edu + web_page: https://dpo.si.edu - country: United States firstname: Andrew lastname: Gunther @@ -1153,7 +1127,7 @@ firstname: David lastname: Newbury organization: The Getty - web_page: http://getty.edu/ + web_page: https://getty.edu/ decision: ACCEPT id: Paper 32 index: 32 @@ -1191,12 +1165,10 @@ firstname: Edward lastname: Town organization: Yale Center for British Art - web_page: '' - country: United States firstname: Michael lastname: Appleby organization: Yale Center for British Art - web_page: '' decision: ACCEPT id: Paper 33 index: 33 @@ -1231,7 +1203,6 @@ firstname: Andy lastname: Irving organization: British Library - web_page: '' decision: ACCEPT id: Paper 34 index: 34 @@ -1284,7 +1255,6 @@ firstname: Matt lastname: McGrattan organization: Digirati - web_page: '' decision: ACCEPT id: Paper 35 index: 35 @@ -1311,7 +1281,7 @@ \ Humanities (OngCDH), has been in operation since last August, receiving Announcements\ \ from
the scholarly community and serving as the\ \ fallback Inbox for the Mirador LDN Plugin (implemented
\ - \ at http://mirador.scta.info/) written by Jeffrey Witt. In startling\ + \ at https://mirador.scta.info/) written by Jeffrey Witt. In startling\ \ fact, this has \"just worked\" for
many supplements\ \ to Manifests... so long as they are Ranges indicating Table of Contents. \ \

Jeffrey Witt and Patrick Cuba (Lead Developer,\ @@ -1360,7 +1330,7 @@ firstname: Jeffrey lastname: Witt organization: Loyola University Maryland - web_page: http://jeffreycwitt.com + web_page: https://jeffreycwitt.com decision: ACCEPT id: Paper 37 index: 37 @@ -1498,7 +1468,7 @@ firstname: Anna lastname: Naruta-Moya organization: Indigenous Digital Archive - web_page: http://IndigenousDigitalArchive.org + web_page: https://IndigenousDigitalArchive.org decision: ACCEPT id: Paper 4 index: 4 @@ -1598,7 +1568,6 @@ firstname: Eric lastname: Johnson organization: Folger Shakespeare Library - web_page: '' decision: ACCEPT id: Paper 43 index: 43 @@ -1656,12 +1625,10 @@ firstname: Stacey lastname: Redick organization: Folger Shakespeare Library - web_page: '' - country: United States firstname: Meaghan lastname: Brown organization: Folger Shakespeare Library - web_page: '' decision: ACCEPT id: Paper 44 index: 44 @@ -1694,22 +1661,18 @@ firstname: Stuart lastname: Snydman organization: Stanford University - web_page: '' - country: United States firstname: Drew lastname: Winget organization: Stanford University - web_page: '' - country: United States firstname: Gary lastname: Geisler organization: Stanford University - web_page: '' - country: United States firstname: Jack lastname: Reed organization: Stanford University - web_page: '' decision: ACCEPT id: Paper 45 index: 45 @@ -1744,17 +1707,14 @@ firstname: Sayeed lastname: Choudhury organization: Johns Hopkins University - web_page: '' - country: United States firstname: Mark lastname: Patton organization: Johns Hopkins University - web_page: '' - country: United States firstname: John lastname: Abrahams organization: Johns Hopkins University - web_page: '' decision: ACCEPT id: Paper 46 index: 46 @@ -1792,22 +1752,18 @@ firstname: Terry lastname: Brady organization: Georgetown University - web_page: '' - country: United Kingdom firstname: Scott lastname: Renton organization: The University of Edinburgh - web_page: '' - country: Ireland firstname: John lastname: Howard organization: University College Dublin - web_page: '' - country: United Kingdom firstname: Claire lastname: Knowles organization: The University of Edinburgh - web_page: '' decision: ACCEPT id: Paper 47 index: 47 @@ -1846,12 +1802,11 @@ firstname: Randy lastname: Stern organization: Harvard University - web_page: http://iiif.harvard.edu/ + web_page: https://iiif.harvard.edu/ - country: United States firstname: Brandon lastname: Bentley organization: Harvard University - web_page: '' decision: ACCEPT id: Paper 48 index: 48 @@ -1889,12 +1844,10 @@ firstname: "Esm\xE9" lastname: Cowles organization: Princeton University - web_page: '' - country: United States firstname: Shaun lastname: Ellis organization: Princeton University - web_page: '' decision: ACCEPT id: Paper 49 index: 49 @@ -1931,27 +1884,22 @@ firstname: Chifumi lastname: Nishioka organization: Kyoto University - web_page: '' - country: Japan firstname: Akemi lastname: Omura organization: Kyoto University - web_page: '' - country: Japan firstname: Fuko lastname: Hojo organization: Kyoto University - web_page: '' - country: Japan firstname: Hisaya lastname: Akazawa organization: Kyoto University - web_page: '' - country: Japan firstname: Tatsuji lastname: Tomioka organization: Kyoto University - web_page: '' decision: ACCEPT id: Paper 5 index: 5 @@ -1976,7 +1924,6 @@ firstname: Rachel lastname: Di Cresce organization: University of Toronto - web_page: '' decision: ACCEPT id: Paper 51 index: 51 @@ -2005,14 +1952,14 @@ \ handwritten books of hours (often neglected by scholars) and natively integrates\ \ IIIF resources as a core research principle.

\ \ Examples for the discussion:
1) manifests\ - \ assembling similar images from the French National Library (http://data.teklia.com/manifests/IIIF-2018/HORAE/BNF/miniature.json;\ - \
http://data.teklia.com/manifests/IIIF-2018/HORAE/BNF/miniature-and-text.json;\ - \ http://data.teklia.com/manifests/IIIF-2018/HORAE/BNF/text-with-miniature.json);\ - \
2) images with automated line segmentation (http://data.teklia.com/manifests/IIIF-2018/HORAE/BNF/text_lines.json);\ + \ assembling similar images from the French National Library (https://data.teklia.com/manifests/IIIF-2018/HORAE/BNF/miniature.json;\ + \
https://data.teklia.com/manifests/IIIF-2018/HORAE/BNF/miniature-and-text.json;\ + \ https://data.teklia.com/manifests/IIIF-2018/HORAE/BNF/text-with-miniature.json);\ + \
2) images with automated line segmentation (https://data.teklia.com/manifests/IIIF-2018/HORAE/BNF/text_lines.json);\ \
3) images with text indexing (multiple indexing\ - \ hypotheses:
http://data.teklia.com/manifests/IIIF-2018/HIMANIS/JJ96/words.json);\ + \ hypotheses:
https://data.teklia.com/manifests/IIIF-2018/HIMANIS/JJ96/words.json);\ \
4) images with text annotations at word level\ - \ (http://data.teklia.com/manifests/IIIF-2018/ORIFLAMMS/PsautierIMS.json). \ + \ (https://data.teklia.com/manifests/IIIF-2018/ORIFLAMMS/PsautierIMS.json). \ \

Image analysis and presentation \ \
IIIF infrastructures provide access to images, with or without\ \ metadata at page level (sequence, labels of foliation or caption and description\ @@ -2044,12 +1991,12 @@ \ the latter having to acknowledge cognitive issues (annotating snippet views\ \ rather than whole pages). As in Oriflamms, a solution may be built integrating\ \ several open source software, but it proves difficult to maintain through several\ - \ developing cycles.

[1] http://oriflamms.hypotheses.org/1592\ - \
[2] http://doi.ieeecomputersociety.org/10.1109/ICDAR.2017.59\ - \
[3] http://journals.openedition.org/medievales/8198\ + \ developing cycles.

[1] https://oriflamms.hypotheses.org/1592\ + \
[2] https://doi.ieeecomputersociety.org/10.1109/ICDAR.2017.59\ + \
[3] https://journals.openedition.org/medievales/8198\ \
[4] https://blog.cogapp.com/automated-image-analysis-with-iiif-6594ff5b2b32\ \
[5] https://github.com/IIIF/api/issues/1417 \ - \
[6] http://content.fromthepage.com/text-beyond-annotations-at-iiif-vatican/\ + \
[6] https://content.fromthepage.com/text-beyond-annotations-at-iiif-vatican/\ \
[7] https://hcmc.uvic.ca/tei2017/abstracts/t_125_viglianti_teiandiiif.html\ \ " authors: @@ -2057,17 +2004,16 @@ firstname: Dominique lastname: Stutzmann organization: Institut de Recherche et d'Histoire des Textes (CNRS) - web_page: http://www.irht.cnrs.fr + web_page: https://www.irht.cnrs.fr - country: France firstname: Alexis lastname: Toumi organization: Institut de Recherche et d'Histoire des Textes (CNRS) / Teklia - web_page: '' - country: France firstname: Christopher lastname: Kermorvant organization: Teklia - web_page: http://www.teklia.com/ + web_page: https://www.teklia.com/ decision: ACCEPT id: Paper 52 index: 52 @@ -2114,12 +2060,10 @@ firstname: Andrew lastname: Hankinson organization: University of Oxford - web_page: '' - country: United Kingdom firstname: Mel lastname: Mason organization: University of Oxford - web_page: '' decision: ACCEPT id: Paper 53 index: 53 @@ -2150,22 +2094,18 @@ firstname: Jack lastname: Reed organization: Stanford University - web_page: '' - country: United Kingdom firstname: Richard lastname: Higgins organization: Durham University Library - web_page: '' - country: United Kingdom firstname: Andy lastname: Irving organization: British Library - web_page: '' - country: Japan firstname: Asanobu lastname: Kitamoto organization: Center for Open Data in the Humanities / National Institute of Informatics - web_page: '' decision: ACCEPT id: Paper 54 index: 54 @@ -2200,7 +2140,6 @@ firstname: Mark lastname: Matney organization: University of California, Los Angeles - web_page: '' decision: ACCEPT id: Paper 55 index: 55 @@ -2239,7 +2178,7 @@ firstname: David lastname: Newbury organization: J. Paul Getty Trust - web_page: http://www.workergnome.com + web_page: https://www.workergnome.com decision: ACCEPT id: Paper 56 index: 56 @@ -2321,17 +2260,14 @@ firstname: Andrew lastname: Winget organization: Stanford University - web_page: '' - country: United States firstname: Rashmi lastname: Singhal organization: Harvard University - web_page: '' - country: United States firstname: Jeffrey lastname: Witt organization: Loyola University Maryland - web_page: '' decision: ACCEPT id: Paper 58 index: 58 @@ -2395,7 +2331,6 @@ firstname: Anne lastname: Mclaughlin organization: Parker Library, Corpus Christi College, Cambridge - web_page: '' decision: ACCEPT id: Paper 59 index: 59 @@ -2431,14 +2366,14 @@ interact with digital files. Part of this latter initiative has been to build a community of volunteers called the Metadata for Africa community, that we are hoping will enable access to underfunded and endangered African heritage resources.

Relevant - links:
- http://heritage.africamediaonline.com
- - http://archives.anc.org.za
- https://metadataforafrica.wordpress.com ' + links:
- https://heritage.africamediaonline.com
- + https://archives.anc.org.za
- https://metadataforafrica.wordpress.com ' authors: - country: South Africa firstname: David lastname: Larsen organization: Africa Media Online - web_page: http://heritage.africamediaonline.com + web_page: https://heritage.africamediaonline.com decision: ACCEPT id: Paper 6 index: 6 @@ -2477,7 +2412,7 @@ firstname: Marii lastname: "Nyr\xF6p" organization: Columbia University Libraries - web_page: http://marii.info + web_page: https://marii.info decision: ACCEPT id: Paper 60 index: 60 @@ -2547,7 +2482,6 @@ firstname: Naoki lastname: Kokaze organization: The University of Tokyo - web_page: '' - country: Japan firstname: Kiyonori lastname: Nagasaki @@ -2557,7 +2491,6 @@ firstname: Makoto lastname: Goto organization: National Museum of Japanese History - web_page: '' decision: ACCEPT id: Paper 61 index: 61 @@ -2669,12 +2602,10 @@ firstname: Chifumi lastname: Nishioka organization: Kyoto University - web_page: '' - country: Japan firstname: Kiyonori lastname: Nagasaki organization: The University of Tokyo - web_page: '' decision: ACCEPT id: Paper 7 index: 7 @@ -2704,17 +2635,14 @@ firstname: Michael lastname: Appleby organization: Yale Center for British Art - web_page: '' - country: United States firstname: Emmanuelle lastname: Delmas-Glass organization: Yale Center for British Art - web_page: '' - country: United States firstname: Tina lastname: Shah organization: Art Institute of Chicago - web_page: '' decision: ACCEPT id: Paper 8 index: 8 @@ -2770,7 +2698,7 @@ firstname: Christopher J. lastname: Prom organization: University of Illinois at Urbana-Champaign - web_page: http://www.archivalconnections.org/ + web_page: https://www.archivalconnections.org/ decision: ACCEPT id: Paper 9 index: 9 @@ -2824,7 +2752,7 @@ firstname: IIIF lastname: Discovery TSG organization: IIIF - web_page: http://iiif.io/api/ + web_page: https://iiif.io/api/ decision: ACCEPT id: Paper 101 index: 101 @@ -2876,7 +2804,7 @@ firstname: IIIF lastname: Newspaper Community Group organization: IIIF - web_page: http://iiif.io/community/groups/newspapers/ + web_page: https://iiif.io/community/groups/newspapers/ decision: ACCEPT id: Paper 103 index: 103 @@ -2904,7 +2832,7 @@ firstname: IIIF lastname: Manuscript Community Group organization: IIIF - web_page: http://iiif.io/community/groups/manuscripts/ + web_page: https://iiif.io/community/groups/manuscripts/ decision: ACCEPT id: Paper 104 index: 104 @@ -2958,7 +2886,7 @@ firstname: Drake lastname: Zabriskie organization: Luna Imaging Inc - web_page: http://www.lunaimaging.com/ + web_page: https://www.lunaimaging.com/ decision: ACCEPT id: Paper 106 index: 106 @@ -2979,12 +2907,12 @@ firstname: Kate lastname: Blanch organization: Design For Context - web_page: http://www.designforcontext.com/ + web_page: https://www.designforcontext.com/ - country: United States firstname: Duane lastname: Degler organization: Design For Context - web_page: http://www.designforcontext.com/ + web_page: https://www.designforcontext.com/ decision: ACCEPT id: Paper 107 index: 107 diff --git a/source/_includes/conference_table_row.html b/source/_includes/conference_table_row.html index 28be8715b..79b3354e8 100644 --- a/source/_includes/conference_table_row.html +++ b/source/_includes/conference_table_row.html @@ -3,10 +3,10 @@ {% assign start = presentation.start | string %} - + {{start}} - {{presentation.end}} - {{presentation.title}} + {{presentation.title}} {% for author in presentation.authors %} {{author.name}}{% if forloop.last == false %},{% endif %} diff --git a/source/_layouts/submission.html b/source/_layouts/submission.html index c4dccaab6..c2d1efa2e 100644 --- a/source/_layouts/submission.html +++ b/source/_layouts/submission.html @@ -22,7 +22,7 @@

{{page.submission_title}}

{% for author in page.authors %} - {% if author.web_page != '' %}{{ author.firstname }} {{ author.lastname}} - {{ author.organization }} ({{ author.country }}){% else %}{{ author.firstname }} {{ author.lastname}} - {{ author.organization }} ({{ author.country }}){% endif %}{% if forloop.last == false %}, {% endif %} + {% if author.web_page and author.web_page != '' %}{{ author.firstname }} {{ author.lastname}} - {{ author.organization }} ({{ author.country }}){% else %}{{ author.firstname }} {{ author.lastname}} - {{ author.organization }} ({{ author.country }}){% endif %}{% if forloop.last == false %}, {% endif %} {% endfor %}

Abstract: {{page.abstract | replace: '&', '&'}}

diff --git a/source/_news/2015-06-17-iiif-consortium.md b/source/_news/2015-06-17-iiif-consortium.md index 86327cbe7..c32d1b0f2 100644 --- a/source/_news/2015-06-17-iiif-consortium.md +++ b/source/_news/2015-06-17-iiif-consortium.md @@ -24,10 +24,10 @@ The IIIF-C aims to reduce inefficiency and needless redundancy born from incompa While IIIF’s origins are in libraries, the community is rapidly expanding to include museums, archives and image services of all types, creating new opportunities for exchange and collaboration across sectors. In addition to the founding IIIF-C members, 20 other institutions are contributing to discussions on specifications for interoperability and providing both open source and commercial implementations of the APIs currently available. -By adopting the IIIF and becoming part of the community, institutions gain access to well supported and sustainable technologies, and enrich scholarly use of their materials. For more information, visit [{{ site.root_url | absolute_url }}]({{ site.root_url | absolute_url }}). +By adopting the IIIF and becoming part of the community, institutions gain access to well supported and sustainable technologies, and enrich scholarly use of their materials. For more information, visit [{{ site.root_url | absolute_url }}]({{ site.root_url | absolute_url }}/). -About IIIF | [{{ site.root_url | absolute_url }}]({{ site.root_url | absolute_url }}) +About IIIF | [{{ site.root_url | absolute_url }}]({{ site.root_url | absolute_url }}/) The IIIF is driven by a group of research libraries, national libraries, and nonprofit image repositories committed to opening access to cherished image resources. IIIF (International Image Interoperability Framework) has the following goals: diff --git a/source/_news/2017-11-13-newsletter.md b/source/_news/2017-11-13-newsletter.md index a0e52dd20..962d5f32c 100644 --- a/source/_news/2017-11-13-newsletter.md +++ b/source/_news/2017-11-13-newsletter.md @@ -84,7 +84,7 @@ Active community participants are encouraged to represent IIIF at conferences, w * IIIF Panel at CIDOC, Tbilisi Georgia, September 2017 * [4Science IIIF training session in Italy][4sci-training], September 2017 * Digital Library Federation (DLF) Forum, October 2017 -* [BIREDIAL-ISTEC International Conference][istec], October 2017 +* [BIREDIAL-ISTEC International Conference][istec]{:data-proofer-ignore=''}, October 2017 * HEAnet National Conference, November 2017 * Museum Computer Group (MCG) Conference, November 2017 * Museum Computer Network (MCN) Conference, November 2017 diff --git a/source/_news/2018-07-03-newsletter.md b/source/_news/2018-07-03-newsletter.md index 1b08ca321..ed8a2af71 100644 --- a/source/_news/2018-07-03-newsletter.md +++ b/source/_news/2018-07-03-newsletter.md @@ -113,7 +113,7 @@ The alpha draft of the Image API was not ratified at the Washington conference, The [Discovery Technical Specification Group][groups-discovery] has produced a first version of its main deliverable, a [new API to facilitate the discovery and the update of IIIF resources][change-api]. The specification covers the first item of the [group's charter][charter-discovery], namely answering the needs expressed by the IIIF Community for crawling and harvesting IIIF resources. Members of the group (OCLC, NCSU, Digirati, Europeana) have worked on first implementations, and it has been submitted for feedback at the 2018 IIIF Conference in Washington D.C. Work will continue in the TSG in the coming month to cover other aspects of the charter. ## Community Groups -IIIF Community groups are designed to provide a forum for general discussion, brainstorming, sharing of use cases and demos, and working to produce tutorials and presentations based on existing IIIF APIs. The process for forming Community Groups can be found at . Please see the [IIIF Community Groups page][groups] for a calendar of group and community calls, as well as links to more information about each group. +IIIF Community groups are designed to provide a forum for general discussion, brainstorming, sharing of use cases and demos, and working to produce tutorials and presentations based on existing IIIF APIs. The process for forming Community Groups can be found at . Please see the [IIIF Community Groups page][groups] for a calendar of group and community calls, as well as links to more information about each group. ### [3D Community Group][groups-3d] The IIIF 3D Community Group had a productive and well-attended meeting at the IIIF Conference in Washington D.C. Please see the [notes][3d-notes] for more information. We also have our first story documented: . @@ -137,7 +137,7 @@ The Software Developers Community Group has been dedicated to improving the Deve ### New Releases * KU Leuven Libraries is now using the IIIF with the Mirador viewer for two projects, both related to the ancient university of Louvain, Belgium (1425-1797). The first one, [Magister Dixit][magister], contains lecture notes from KU Leuven Libraries, the Archives department of Université catholique de Louvain and the Royal Library of Belgium and the second one, [Lovaniensia][lovaniensia], in collaboration with the Bibliothèques of the Université catholique de Louvain, uses IIIF to disseminate images of the rare books of the KU Leuven Libraries. The top-level collection manifests are respectively http://services.libis.be/m2/manifest/BIBC_Lectio and http://services.libis.be/m2/manifest/BIBC_Lovaniensia. -* Cogapp have released a Slow Looking viewer, that will work with any IIIF image. Paste in IIIF image addresses to to enter a fullscreen, slow pan around the image. The results are bookmarkable and shareable. +* Cogapp have released a Slow Looking viewer, that will work with any IIIF image. Paste in IIIF image addresses to to enter a fullscreen, slow pan around the image. The results are bookmarkable and shareable. * Scholarly digital publication built around IIIF resources and DLCS toolset produced and published by the Paul Mellon Centre, developed by Digirati and designed by Strick&Williams. ["The Royal Academy Summer Exhibition: A Chronicle, 1769–2018"][chronicle250] is an open-access publication that explores the history of the Summer Exhibition at the Royal Academy of Arts in London. Essays examining key artists, artworks, and events from each individual year’s Exhibition are accompanied by 250 completely digitised and searchable copies of the accompanying Exhibition catalogues. Natural Language Processing has been used to identify names in the OCRd exhibition catalogues in order to create an index of exhibitors. * The ResCarta Foundation has released Version 7 of the ResCarta Toolkit and corresponding web application ResCarta-Web which supports IIIF access to existing user digital archives. A Mirador viewer is also provided. See the [top-level collection manifests][rescarta-collection]. @@ -181,69 +181,69 @@ The Outreach Community Group Co-Chairs: [agbd-prezi]: https://www.agbd.ch/wp-content/uploads/JARaemy_IIIF_pr%C3%A9sentation-min.pdf [api-christy]: https://stacks.wellcomecollection.org/api-use-cases-1f6db8843e93 [archives-call]: https://docs.google.com/document/d/1C-lrh9pDaISz1nolBQjJ1cA-9DEpe9O3IsoDKGbJlNw/edit -[basel]: http://bit.ly/iiif-basel +[basel]: https://bit.ly/iiif-basel [best-manuscript]: https://docs.google.com/document/d/1BWFpJ0ifaD_iIU00B242NoK4ncZ8Yo73HOU6OAy6rZs/edit [beyond-crane]: https://medium.com/@tom.crane/beyond-the-viewer-fragments-and-links-in-annotation-space-b3284e25f34 -[biblissima-iiif]: http://www.biblissima-condorcet.fr/en/courses-and-events/biblissima-and-iiif-day-innovating-rediscover-written-cultural-heritage-2018 +[biblissima-iiif]: https://www.biblissima-condorcet.fr/en/courses-and-events/biblissima-and-iiif-day-innovating-rediscover-written-cultural-heritage-2018 [caa-goodwin]: https://www.slideshare.net/EmmanuelleGlass/princeton-university-art-museum-iiif-use-cases-by-cathryn-goodwin-college-art-association-2018-conference [caa-butcosk]: https://www.slideshare.net/EmmanuelleGlass/iiif-at-the-colby-college-museum-of-art-by-charles-butcosk-college-art-association-2018-conference [caa-steward]: https://www.slideshare.net/EmmanuelleGlass/caa2018-harvard-art-museums-jeff-stewart-iiif [caa-glass]: https://www.slideshare.net/EmmanuelleGlass/international-image-interoperability-framework-iiif-supporting-conservation-research-at-the-yale-center-for-british-art-by-emmanuelle-delmasglass-college-art-association-2018-conference -[change-api]: http://iiif.io/api/discovery/0.1/ +[change-api]: https://iiif.io/api/discovery/0.1/ [chronicle250]: https://chronicle250.com/ -[developers-israel]: http://iiif.nli.org.il -[dfc]: http://www.designforcontext.com/ -[charter-discovery]: http://iiif.io/community/groups/discovery/charter/ +[developers-israel]: https://iiif.nli.org.il +[dfc]: https://www.designforcontext.com/ +[charter-discovery]: https://iiif.io/community/groups/discovery/charter/ [dlcs]: https://dlcs.info/ [drive-dc]: https://drive.google.com/drive/folders/181NSHhuH1SiChi-xLA6sQyVQ9QNCNHb_ [eca-usp]: https://drive.google.com/file/d/1fg7uYRA0uqV0DIZIuyVCwxUiHVnnLBQQ/view?usp=sharing -[eca-usp-slides]: http://prezi.com/lr5rkao46bei/?utm_campaign=share&utm_medium=copy +[eca-usp-slides]: https://prezi.com/lr5rkao46bei/?utm_campaign=share&utm_medium=copy [eca-usp-video]: https://www.youtube.com/watch?v=K8aYka0CRkE&feature=youtu.be -[edinburgh-blog]: http://libraryblogs.is.ed.ac.uk/diu/2018/06/22/a-stitch-in-time-mahabharata-delivered-online/ +[edinburgh-blog]: https://libraryblogs.is.ed.ac.uk/diu/2018/06/22/a-stitch-in-time-mahabharata-delivered-online/ [europeana-blog]: https://pro.europeana.eu/post/europeanatech-2018-gorgeous-data-glorious-technology-in-review [europeanatech18]: https://pro.europeana.eu/page/europeanatech-2018-programme -[fall-edinburgh]: http://iiif.io/event/2018/edinburgh/ +[fall-edinburgh]: https://iiif.io/event/2018/edinburgh/ [fromthepage]: https://fromthepage.com/ [gallica]: https://gallica.bnf.fr/ -[groups]: http://iiif.io/community/groups/ -[groups-3d]: http://iiif.io/community/groups/3d/ -[groups-av]: http://iiif.io/community/groups/av/ -[groups-discovery]: http://iiif.io/community/groups/discovery/ -[groups-manuscripts]: http://iiif.io/community/groups/manuscripts/ -[groups-museums]: http://iiif.io/community/groups/museums/ -[groups-newspapers]: http://iiif.io/community/groups/newspapers/ -[groups-outreach]: http://iiif.io/community/groups/outreach/ -[groups-sw]: http://iiif.io/community/groups/software/ -[groups-granularity]: http://iiif.io/community/groups/text-granularity/ -[hackathon-israel]: http://blog.nli.org.il/en/hackathon/ -[himanis-presentation]: http://www.biblissima-condorcet.fr/en/protocoles-iiif-presentation-potentialites -[hors-texte]: http://hesso.tind.io/record/2394 -[iiif-c]: http://iiif.io/community/consortium/ +[groups]: https://iiif.io/community/groups/ +[groups-3d]: https://iiif.io/community/groups/3d/ +[groups-av]: https://iiif.io/community/groups/av/ +[groups-discovery]: https://iiif.io/community/groups/discovery/ +[groups-manuscripts]: https://iiif.io/community/groups/manuscripts/ +[groups-museums]: https://iiif.io/community/groups/museums/ +[groups-newspapers]: https://iiif.io/community/groups/newspapers/ +[groups-outreach]: https://iiif.io/community/groups/outreach/ +[groups-sw]: https://iiif.io/community/groups/software/ +[groups-granularity]: https://iiif.io/community/groups/text-granularity/ +[hackathon-israel]: https://blog.nli.org.il/en/hackathon/ +[himanis-presentation]: https://www.biblissima-condorcet.fr/en/protocoles-iiif-presentation-potentialites +[hors-texte]: https://hesso.tind.io/record/2394 +[iiif-c]: https://iiif.io/community/consortium/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss -[iiif-event]: http://iiif.io/event/ +[iiif-event]: https://iiif.io/event/ [iiif-twitter]: https://twitter.com/iiif_io -[iiif-faq]: http://iiif.io/community/faq/ -[iiifc-faq]: http://iiif.io/community/consortium/faq/ +[iiif-faq]: https://iiif.io/community/faq/ +[iiifc-faq]: https://iiif.io/community/consortium/faq/ [issue-1627]: https://github.com/IIIF/api/issues/1627 [leo-medium]: https://medium.com/@leogermani/conhecendo-o-iiif-padr%C3%B5es-e-ferramentas-para-publica%C3%A7%C3%A3o-de-imagens-na-web-a62af62a1b36 [loc-news]: https://www.loc.gov/newspapers/ -[lovaniensia]: http://lovaniensia.be/ -[luna]: http://www.lunaimaging.com/ +[lovaniensia]: https://lovaniensia.be/ +[luna]: https://www.lunaimaging.com/ [lyrasis]: https://www.lyrasis.org/Pages/Main.aspx [magister]: http://heron-net.be/lectio/project_summary [ncsu-rare]: https://d.lib.ncsu.edu/collections [ncsu-million]: https://www.lib.ncsu.edu/news/special-collections/one-million-and-counting [nls]: https://www.nls.uk/ [oclc]: https://www.oclc.org/en/home.html -[or2018]: http://www.or2018.net/ +[or2018]: https://www.or2018.net/ [picturae]: https://picturae.com/en/ [quartex]: https://www.quartexcollections.com/ -[rescarta-collection]: http://demos.rescarta.org/ResCarta-Web//iiif/api/presentation/2/collection/top -[scta-linking]: http://community.scta.info/event/2018/06/14/scta-mon-thur-meeting.html -[scta-meeting]: http://community.scta.info/event/2018/06/01/scta-meeting.html +[rescarta-collection]: https://demos.rescarta.org/ResCarta-Web//iiif/api/presentation/2/collection/top +[scta-linking]: https://community.scta.info/event/2018/06/14/scta-mon-thur-meeting.html +[scta-meeting]: https://community.scta.info/event/2018/06/01/scta-meeting.html [seige-elag]: https://docs.google.com/presentation/d/1lZGHKUt93BFPS-sRmx4RN-AvW9ZfAjQGbLWCNMiHSkg/ -[slack]: http://bit.ly/iiif-slack +[slack]: https://bit.ly/iiif-slack [smithsonian-iiif]: https://iiif.si.edu/#about [submission-form]: https://goo.gl/forms/nw54cBpowzzTPRbp2 -[spec-registry]: http://iiif.io/api/annex/registry/ +[spec-registry]: https://iiif.io/api/annex/registry/ [uni-edinburgh]: https://www.ed.ac.uk/ diff --git a/source/_news/2019-12-17-boston-iiif-cfp.md b/source/_news/2019-12-17-boston-iiif-cfp.md index 2fb27a1b7..406c3719c 100644 --- a/source/_news/2019-12-17-boston-iiif-cfp.md +++ b/source/_news/2019-12-17-boston-iiif-cfp.md @@ -28,7 +28,7 @@ talks in the following forms: presentations) As with all IIIF events, the IIIF [Code of -Conduct](http://iiif.io/event/conduct/) will apply to this event. Only +Conduct](https://iiif.io/event/conduct/) will apply to this event. Only panel sessions that have a diverse set of panelists will be considered, with representation along many possible dimensions, including but not limited to race and ethnicity, national origin, gender identity and diff --git a/source/community/consortium/join.md b/source/community/consortium/join.md index 2963f08a0..4a61df6c0 100644 --- a/source/community/consortium/join.md +++ b/source/community/consortium/join.md @@ -59,7 +59,7 @@ Benefits for associate members include: * A limit of three seats on the Executive Committee may be held by commercial organizations. Non-commercial organizations include libraries, museums, and archives - individuals who work for commercial organizations are welcome and encouraged to serve in community groups and committees ## Join - + To join the consortium, please email staff@iiif.io with your intent to join or fill out the form below, and we will begin the membership process.
diff --git a/source/community/consortium/mou/index.md b/source/community/consortium/mou/index.md index 3e447d68d..1b779d448 100644 --- a/source/community/consortium/mou/index.md +++ b/source/community/consortium/mou/index.md @@ -22,7 +22,7 @@ breadcrumbs: * "International Image Interoperability Framework" (**IIIF**), coined by Stanford University in 2011, has emerged as the sum-to-date of these activities and work products, including related standards, advocacy, outreach and some software development, and * IIIF as a framework supports access control, licensing, attribution, and is agnostic about whether institutions provide constrained or openly accessible content, and * The IIIF rubric is now associated with a small, multi-institutional group of API editors that works by mutual consent and a larger group composed of individuals who have attended one or more of seven "working group" meetings, and - * The IIIF "brand" is manifest as a website ([iiif.io]({{ site.root_url | absolute_url }})), two active Google Groups and well-attended outreach meetings held since 2012 in several venues, and + * The IIIF "brand" is manifest as a website ([iiif.io]({{ site.root_url | absolute_url }}/)), two active Google Groups and well-attended outreach meetings held since 2012 in several venues, and * A near-term agenda for IIIF has been created in draft form by individuals closely involved with activities to date and vetted in discussions with the working group. **And whereas,** diff --git a/source/community/consortium/next_steps.md b/source/community/consortium/next_steps.md index b551e765c..5a2fb9a72 100644 --- a/source/community/consortium/next_steps.md +++ b/source/community/consortium/next_steps.md @@ -166,7 +166,7 @@ IIIF-C Membership Tiers for Non-Commercial Organizations 1. The Coordinating Committee leads IIIF's community-based efforts across different specification efforts, working groups, subject domains, geographic regions and types of participants; 2. The Managing Director will be an ex officio member with voice and vote on the Coordinating Committee; 3. Membership in the Coordinating Committee will be drawn from active participants in IIIF Committees, Working Groups and other community efforts. - 3. There is a Code of Conduct Committee and an extensive frame of reference for the IIIF at https://iiif.io/event/conduct/#reporting-guidelines; + 3. There is a Code of Conduct Committee and an extensive frame of reference for the IIIF at https://iiif.io/event/conduct/#reporting-guidelines; 4. A Technical Review Committee shall be explored, and assuming consensus on scope, process, and structure, shall be established in order to add more structure, resources, and participatory on-ramps for the API specification process; 2. As a fundamental principle, membership in all IIIF Committees shall be drawn from active participants in IIIF, shall be diverse and inclusive, and will rotate over time as much as possible, ensuring smooth succession and ongoing development of talent. Participation in these IIIF Committees is open to all members of the IIIF community; institutional membership in IIIF-C is not a prerequisite to participation; 3. New IIIF Committees may be established by the Managing Director, with the approval of the Executive Committee. Committees of the IIIF-C shall have terms of reference, initial appointed members, and defined reporting and/or communication responsibilities among other entities of the IIIF-C; @@ -205,7 +205,7 @@ IIIF is already a community comprising almost 1000 individuals from numerous nat In addition, diversity of views as well as diversity of ethnic, religious, professional, regional origins, genders and gender preferences, and relevant experiences, already very much in place in the IIIF community are strongly positive aspects of the open community that has produced IIIF and related technologies. -Given these principles of inclusion and diversity, the IIIF Consortium and the IIIF Community need to expect tolerant and civil discourse, and respectful conduct – in all events, meetings large and small, and conversations, whether in person or held by telecommunication technologies, including email, of course. These expectations are laid out in the IIIF Code of Conduct: [http://iiif.io/event/conduct/](http://iiif.io/event/conduct/.). Cases of failures to meet the expectations defined in the IIIF Code of Conduct should be reported ASAP to the Managing Director, members of the Code of Conduct Committee, and/or to members of the Executive Committee. IIIF-C may decide to address such failures through a variety of sanctions to those responsible. +Given these principles of inclusion and diversity, the IIIF Consortium and the IIIF Community need to expect tolerant and civil discourse, and respectful conduct – in all events, meetings large and small, and conversations, whether in person or held by telecommunication technologies, including email, of course. These expectations are laid out in the IIIF Code of Conduct: [https://iiif.io/event/conduct/](https://iiif.io/event/conduct/.). Cases of failures to meet the expectations defined in the IIIF Code of Conduct should be reported ASAP to the Managing Director, members of the Code of Conduct Committee, and/or to members of the Executive Committee. IIIF-C may decide to address such failures through a variety of sanctions to those responsible. In light of the fundamental importance of having a healthy, inclusive and diverse community for IIIF, the Managing Director, in consultation with the Executive Committee and the IIIF community at large, will be advised by the Code of Conduct Committee and produce an annual plan that advances a key aspect or aspects of diversity and inclusion in the community. diff --git a/source/community/groups/framework.md b/source/community/groups/framework.md index a8f418bb3..eb7e715c1 100644 --- a/source/community/groups/framework.md +++ b/source/community/groups/framework.md @@ -143,7 +143,7 @@ This community framework is an evolving document, and will be updated by the III If you have any questions about this document or any of the community groups or communications mechanisms, please email . -[samvera-groups]: https://samvera.org/samvera-partners/community-framework +[samvera-groups]: https://samvera.org/about/interest-working-groups [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [join-slack]: https://docs.google.com/forms/d/e/1FAIpQLSdGV9QSFo8i2z1R5iIMP7B2JVhS9akHqcykWF5_y4mtWqVrBA/viewform [calendar]: {{ site.root_url | absolute_url }}/community/groups/ diff --git a/source/community/groups/index.md b/source/community/groups/index.md index 07e845280..5a1221b16 100644 --- a/source/community/groups/index.md +++ b/source/community/groups/index.md @@ -42,7 +42,7 @@ Technical Specification Groups are specifically chartered to update existing spe * A/V TSG -- with the publication of the [Presentation API 3.0]({{ site.api_url | absolute_url }}/presentation/3.0/) in June 2020, this TSG completed its work and evolved in the A/V community group listed above. * Software Developers Community Group -

Community call calendar

+

Community call calendar

To load this calendar into external applications like Outlook or Mac Calendar please download the calendar in this [ical format](https://calendar.google.com/calendar/ical/1hnm5h86n94ore0vnoo188ter8%40group.calendar.google.com/public/basic.ics). diff --git a/source/community/index.md b/source/community/index.md index cc2802b5e..0f6181b9f 100644 --- a/source/community/index.md +++ b/source/community/index.md @@ -45,7 +45,7 @@ All our work is guided by our [Code of Conduct]({{ site.root_url | absolute_url ### Join a group call - + This calendar provides a bird's eye view of all the [IIIF group calls][groups], which take place regularly via Zoom. See something you're interested in here, or in the list of groups? Add it to your own calendar and join! diff --git a/source/event/2017/vatican.md b/source/event/2017/vatican.md index 295ff889a..9b0e7a94c 100644 --- a/source/event/2017/vatican.md +++ b/source/event/2017/vatican.md @@ -47,7 +47,7 @@ The IIIF [Code of Conduct][conduct] applies to all IIIF events and related activ The 2017 IIIF Conference is sponsored by: * The [IIIF Consortium][iiif-c] -* [Cogapp][cogapp] - Silver Sponsor +* [Cogapp][cogapp]{:data-proofer-ignore=''} - Silver Sponsor * [Digirati][digirati] - Silver Sponsor * [Klokan Technologies][klokan] - Silver Sponsor * [OCLC][oclc] - Silver Sponsor diff --git a/source/event/2019/goettingen/index.md b/source/event/2019/goettingen/index.md index f18568d44..12c1e4dc6 100644 --- a/source/event/2019/goettingen/index.md +++ b/source/event/2019/goettingen/index.md @@ -95,7 +95,7 @@ The local organizers have prepared a [few social activity suggestions][social] f * Location: Göttingen, Germany * Cost: - IIIF Consortium Member €195.00 - - 
Non-IIIF Consortium Member €295.00 + - Non-IIIF Consortium Member €295.00 * Capacity: 270 * Social Media: Tweets about the event should use #iiif or [@iiif_io](https://twitter.com/iiif_io) * Slack channel: [#göttingen-social][slack-channel] @@ -177,7 +177,7 @@ If you are interested in becoming a conference sponsor, please see the benefits }) -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.root_url | absolute_url }}/event/conduct/ [cfp]: https://goo.gl/forms/qNOT6i2IAW75C6NS2 @@ -195,7 +195,7 @@ If you are interested in becoming a conference sponsor, please see the benefits [textbytes]: https://www.textandbytes.com/ [veridian]: https://www.veridiansoftware.com/ [gallerysystems]: https://www.gallerysystems.com/ -[slack]: http://bit.ly/iiif-slack +[slack]: https://bit.ly/iiif-slack [slack-channel]: https://iiif.slack.com/app_redirect?channel=göttingen-social [social]: {{ site.root_url | absolute_url }}/event/2019/goettingen/goettingen-social/ [conduct-list]: mailto:iiif-conduct@googlegroups.com diff --git a/source/event/2020/boston/index.md b/source/event/2020/boston/index.md index 05a2d94a3..fdece16c6 100644 --- a/source/event/2020/boston/index.md +++ b/source/event/2020/boston/index.md @@ -112,7 +112,7 @@ The final program will continue to develop over the next few months but please s [mit]: https://mit.edu/ [groups]: {{ site.root_url | absolute_url }}/community/groups/ [consortium]: {{ site.root_url | absolute_url }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.root_url | absolute_url }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/event/2020/fall_working_meeting/index.md b/source/event/2020/fall_working_meeting/index.md index 4d646c245..8dd7c4e4f 100644 --- a/source/event/2020/fall_working_meeting/index.md +++ b/source/event/2020/fall_working_meeting/index.md @@ -5,7 +5,7 @@ tags: [event ] page: overview --- - + @@ -156,7 +156,7 @@ function loadClient() { [iiif]: https://iiif.io/ [groups]: {{ site.root_url | absolute_url }}/community/groups/ [consortium]: {{ site.root_url | absolute_url }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.root_url | absolute_url }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/event/2020/iiifweek/index.md b/source/event/2020/iiifweek/index.md index ef6c3e39b..ecfd86afb 100644 --- a/source/event/2020/iiifweek/index.md +++ b/source/event/2020/iiifweek/index.md @@ -5,7 +5,7 @@ tags: [event ] page: overview --- - + @@ -453,7 +453,7 @@ function loadClient() { [iiif]: https://iiif.io/ [groups]: {{ site.root_url | absolute_url }}/community/groups/ [consortium]: {{ site.root_url | absolute_url }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.root_url | absolute_url }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/event/2021/annual_conference/index.md b/source/event/2021/annual_conference/index.md index 60e230798..c652292ba 100644 --- a/source/event/2021/annual_conference/index.md +++ b/source/event/2021/annual_conference/index.md @@ -82,7 +82,7 @@ Questions? Email us at . [iiif]: https://iiif.io/ [groups]: {{ site.root_url | absolute_url }}/community/groups/ [consortium]: {{ site.root_url | absolute_url }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.root_url | absolute_url }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/event/2021/fall_working_meeting/index.md b/source/event/2021/fall_working_meeting/index.md index 4f074bb94..768fa316a 100644 --- a/source/event/2021/fall_working_meeting/index.md +++ b/source/event/2021/fall_working_meeting/index.md @@ -86,7 +86,7 @@ Questions? Email us at . [iiif]: https://iiif.io/ [groups]: {{ site.url }}{{ site.baseurl }}/community/groups/ [consortium]: {{ site.url }}{{ site.baseurl }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.url }}{{ site.baseurl }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/event/2022/cambridge/index.md b/source/event/2022/cambridge/index.md index 361e9acc3..a7e940433 100644 --- a/source/event/2022/cambridge/index.md +++ b/source/event/2022/cambridge/index.md @@ -12,7 +12,7 @@ breadcrumbs: -The 2022 [International Image Interoperability Framework (IIIF)]({{ site.root_url | absolute_url }}) Annual Conference will be held in Cambridge, MA, USA June 6–8, 2022, and will be hosted jointly by [Harvard University](https://www.harvard.edu/) and the [Massachusetts Institute of Technology ](https://mit.edu/)(MIT) along with the IIIF Consortium. +The 2022 [International Image Interoperability Framework (IIIF)]({{ site.root_url | absolute_url }}/) Annual Conference will be held in Cambridge, MA, USA June 6–8, 2022, and will be hosted jointly by [Harvard University](https://www.harvard.edu/) and the [Massachusetts Institute of Technology ](https://mit.edu/)(MIT) along with the IIIF Consortium. This event is intended for a wide range of participants and interested parties, including digital image repository managers, content curators, software developers, scholars, and administrators at libraries, museums, cultural heritage institutions, software firms, and other organizations working with digital images and audio/visual materials. @@ -156,7 +156,7 @@ The final program will continue to develop over the next few months but please s [mit]: https://mit.edu/ [groups]: {{ site.root_url | absolute_url }}/community/groups/ [consortium]: {{ site.root_url | absolute_url }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.root_url | absolute_url }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/event/2022/cambridge/schedule.md b/source/event/2022/cambridge/schedule.md index 66fc683c6..62b36b26b 100644 --- a/source/event/2022/cambridge/schedule.md +++ b/source/event/2022/cambridge/schedule.md @@ -119,7 +119,7 @@ The IIIF conference is open to advanced registrants. 3:30 - 5:00 - + There are four tours aviliable which can be signed up for through ConfTool:
  • 3:30pm - 5:00pm: Tour of the Leventhal Map and Education Center, Boston Public Library (limited to 30 attendees.)
  • @@ -152,12 +152,11 @@ The IIIF conference is open to advanced registrants. {% for session in block[1].sessions %} -
    Back to schedule
    @@ -194,7 +193,7 @@ The IIIF conference is open to advanced registrants.

    Wednesday, June 8: 3:30pm - 5:00pm

    - + Back to schedule
    3:30pm - 5:00pm @@ -207,7 +206,7 @@ The IIIF conference is open to advanced registrants.

    - + Back to schedule
    3:30pm - 5:00pm @@ -220,7 +219,7 @@ The IIIF conference is open to advanced registrants.

    - + Back to schedule
    3:30pm - 4:30pm @@ -245,7 +244,7 @@ The IIIF conference is open to advanced registrants.

    - + Back to schedule
    3:30pm - 4:30pm diff --git a/source/event/2022/online-meeting/index.md b/source/event/2022/online-meeting/index.md index fd4d8a000..b021109a1 100644 --- a/source/event/2022/online-meeting/index.md +++ b/source/event/2022/online-meeting/index.md @@ -14,7 +14,7 @@ hero: link: "https://stanford.zoom.us/meeting/register/tJcvceuuqTItG90yow4P0cusIHCBDp27UYiS" --- - + @@ -267,7 +267,7 @@ Questions? Email us at . [iiif]: https://iiif.io/ [groups]: {{ site.url }}{{ site.baseurl }}/community/groups/ [consortium]: {{ site.url }}{{ site.baseurl }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.url }}{{ site.baseurl }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/event/2023/naples/index.md b/source/event/2023/naples/index.md index 28d684410..ded568c02 100644 --- a/source/event/2023/naples/index.md +++ b/source/event/2023/naples/index.md @@ -12,7 +12,7 @@ breadcrumbs: -The 2023 [International Image Interoperability Framework (IIIF)]({{ site.root_url | absolute_url }}) Annual Conference will be held in Naples, Italy, June 5–8, 2023, and will be hosted jointly by the [University of Naples Federico II](http://www.international.unina.it/) and the IIIF Consortium. +The 2023 [International Image Interoperability Framework (IIIF)]({{ site.root_url | absolute_url }}/) Annual Conference will be held in Naples, Italy, June 5–8, 2023, and will be hosted jointly by the [University of Naples Federico II](http://www.international.unina.it/) and the IIIF Consortium. This event is intended for a wide range of participants and interested parties, including digital image repository managers, content curators, software developers, scholars, and administrators at libraries, museums, cultural heritage institutions, software firms, and other organizations working with digital images and audio/visual materials. @@ -167,7 +167,7 @@ The final program will continue to develop over the next few months but please s [iiif]: https://iiif.io/ [groups]: {{ site.root_url | absolute_url }}/community/groups/ [consortium]: {{ site.root_url | absolute_url }}/community/consortium/ -[home-page]: http://iiif.io/ +[home-page]: https://iiif.io/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss [conduct]: {{ site.root_url | absolute_url }}/event/conduct/ [hashtag]: https://twitter.com/search?q=%23iiif&src=typd diff --git a/source/event/2023/naples/schedule.md b/source/event/2023/naples/schedule.md index 9a1cd8aa2..c37e0ecad 100644 --- a/source/event/2023/naples/schedule.md +++ b/source/event/2023/naples/schedule.md @@ -152,7 +152,7 @@ The IIIF conference is open to advanced registrants. diff --git a/source/get-started/index.md b/source/get-started/index.md index dd3e9feb1..c8f149e12 100644 --- a/source/get-started/index.md +++ b/source/get-started/index.md @@ -112,7 +112,7 @@ Take the first step to exploring the rich world of IIIF-enabled materials. {{ theme.block-center-start }} - + ## Implement IIIF for your materials {: #implementers} diff --git a/source/get-started/non-english.md b/source/get-started/non-english.md index 382f4cbab..47327ded5 100644 --- a/source/get-started/non-english.md +++ b/source/get-started/non-english.md @@ -37,7 +37,7 @@ Also, don't miss the ["Community Translations"]({{ site.api_url | absolute_url } ## Português / Portuguese - [Conhecendo o IIIF — Padrões e ferramentas para publicação de imagens na web](https://medium.com/ecologiadigital/conhecendo-o-iiif-padr%C3%B5es-e-ferramentas-para-publica%C3%A7%C3%A3o-de-imagens-na-web-a62af62a1b36) -- [IIIF e patrimônio cultural](https://martimpassos.notion.site/IIIF-e-Patrim-nio-Cultural-92dbb6e8feb0498f9c77b8f00f5d5386) +- [IIIF e patrimônio cultural](https://martimpassos.notion.site/IIIF-e-Patrim-nio-Cultural-92dbb6e8feb0498f9c77b8f00f5d5386){:data-proofer-ignore=''} ## 中文 / Chinese - [Chinese translations of the IIIF specifications]({{ site.api_url | absolute_url }}/#community-translations) diff --git a/source/get-started/why-iiif.md b/source/get-started/why-iiif.md index 51a63fbcb..2b7bc3362 100644 --- a/source/get-started/why-iiif.md +++ b/source/get-started/why-iiif.md @@ -59,7 +59,7 @@ IIIF APIs give portable views onto images or any of its regions, and provide inc ### Support for attribution and access control -Built in API calls support attribution and access control: the Authentication API ([http://iiif.io/api/auth/](http://iiif.io/api/auth/)), is integral and consistent with the IIIF conception. +Built in API calls support attribution and access control: the Authentication API ([https://iiif.io/api/auth/](https://iiif.io/api/auth/)), is integral and consistent with the IIIF conception. ## Global network