)]}'
{
  "log": [
    {
      "commit": "1212b879223a1c578e4f5236c01b9ddb972b5832",
      "tree": "4a6b9e0b5b3de614514661ae5999994819c49357",
      "parents": [
        "3eeabffbf9b045e41bec18e3ab7d42fa4383c086"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 17:18:22 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 17:19:07 2026 +0200"
      },
      "message": "Update ci script\n\nChange-Id: If88ba61bc1b304e1363fe98f08f550445ff0faee\n"
    },
    {
      "commit": "3eeabffbf9b045e41bec18e3ab7d42fa4383c086",
      "tree": "8d73ce47dba79de4e136fffe2ddfdaa645668dda",
      "parents": [
        "beefb62c5d54c29d045ef094a46922c14b710344"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 17:17:41 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 17:17:41 2026 +0200"
      },
      "message": "Update ignore files\n\nChange-Id: I170fe433f5d34623cfd03a0ac9008ea7c2e1fb87\n"
    },
    {
      "commit": "beefb62c5d54c29d045ef094a46922c14b710344",
      "tree": "36b35ad87aa20e194cf69fa60089995099e289b9",
      "parents": [
        "f667b98df6026c18fce7902a5b7a2ce2ce9179fb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 17:17:07 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 17:17:07 2026 +0200"
      },
      "message": "Remove slow ca from ids.Rmd demo\n\nChange-Id: I9d6104557e4cf89c19a2e6df7b83df42040dcd9c\n"
    },
    {
      "commit": "f667b98df6026c18fce7902a5b7a2ce2ce9179fb",
      "tree": "1908c096a011af7d6256b68d2b82e745d13ea4cc",
      "parents": [
        "55c9cef6ea81cb350849b15c2db6fedee7942270"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 17:16:28 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 17:16:28 2026 +0200"
      },
      "message": "Bump Roxygen to v8.1.0\n\nChange-Id: I9a1f2d53176dba7e28e8d5db1fbfa05d6551d1f3\n"
    },
    {
      "commit": "55c9cef6ea81cb350849b15c2db6fedee7942270",
      "tree": "957f6bef3d6b4cf7dcdc1f472f9ef15f73c32587",
      "parents": [
        "a0f8f6812ed465f8747b8c56d703afc89f31791c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 16:03:06 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 16:03:06 2026 +0200"
      },
      "message": "Render lone level 1 headings as section-divider slides\n\nA level 1 heading alone on a slide (pandoc marks these .level1) is a\nsection divider. Follow the IDS reference decks: centre that title on the\nslide and leave the bar in its usual top left corner, at the height it has\neverywhere else. Since the heading moves to the middle of the slide the bar\ncannot hang off it here, so it is painted on the slide itself instead.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Id5a52aa063ee36d30e72d122589bd0bea5651479\n"
    },
    {
      "commit": "a0f8f6812ed465f8747b8c56d703afc89f31791c",
      "tree": "28bec43d117441cc0003d6150ed65bcb58f4c94c",
      "parents": [
        "e45ed915373802087ee17cb7e05e95605faa79ab"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 14:13:11 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 14:13:11 2026 +0200"
      },
      "message": "Fix IDS theme heading and bar layout\n\nThe orange bar never reached the slide\u0027s top left corner and the headings\nstayed centred, because several separate things were fighting:\n\n- reveal.js keeps 4% of the display empty around the content (config\n  `margin`, default 0.04). No CSS inside the slide can escape that box.\n  Default it to 0 and add the breathing room back as slide padding.\n\n- Draw the bar as two ::before segments, one on the title and one on the\n  subtitle, each sized as a percentage of its own heading box. The bar\n  then always ends at the bottom of the last heading, follows a wrapped\n  heading, and needs no fixed heights. Slides without a subtitle reserve\n  the room one would take, so the bar does not change height between\n  slides.\n\n- Reaching the window\u0027s physical left edge needs viewport / scale, and\n  CSS cannot divide a length by a length. The template now publishes the\n  letter-/pillarbox bands as --ids-band-left / --ids-band-top and the bar\n  shifts out by that much; it falls back to 0px, which is already correct\n  whenever the deck and display aspect ratios agree.\n\n- Headings rendered in a regular-weight, regular-width fallback because\n  korap.ids-mannheim.de/font/fira-condensed.css returns a 404 page rather\n  than CSS. Load Fira Sans Extra Condensed from Google Fonts, weight 700.\n\n- Paint the bar as flat #f6a800. orange_bar.png is two-toned, so\n  stretching it over each segment left a pale seam where they met.\n\n- Left-align body content with the heading text and put the IDS logo\u0027s\n  top on the heading\u0027s cap line.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I199cb4f0c3b766c0774351922d05f171fdbd4e79\n"
    },
    {
      "commit": "e45ed915373802087ee17cb7e05e95605faa79ab",
      "tree": "a606e3ad95a623dcbbce59374afb3bf824823efb",
      "parents": [
        "d8ddefbddcfefc96bb1c428e03c8104af397a15c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon May 04 19:45:29 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon May 04 19:45:29 2026 +0200"
      },
      "message": "Use remotes::install_git\n\nChange-Id: Iff15c6751e1bc50f1b21f125388fb18b9c8f290f\n"
    },
    {
      "commit": "d8ddefbddcfefc96bb1c428e03c8104af397a15c",
      "tree": "ea1e06dcb1fa2f66f846486eacc435232f5bf53e",
      "parents": [
        "026356ab630b4168192d404a28fa34f52f3f7ba2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon May 04 19:41:45 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon May 04 19:41:45 2026 +0200"
      },
      "message": "Replace ICC with English wikipedia in example\n\nChange-Id: I4642f77686461599a0622057b74664d5b009880c\n"
    },
    {
      "commit": "026356ab630b4168192d404a28fa34f52f3f7ba2",
      "tree": "369f9bc6e980205cd852ecd1f36a0e6223b2d03c",
      "parents": [
        "236beb3ce227a3e11459c8a01560866052554f82"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 02 11:49:58 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 02 11:49:58 2025 +0200"
      },
      "message": "Increase code max height to 540px\n"
    },
    {
      "commit": "236beb3ce227a3e11459c8a01560866052554f82",
      "tree": "940f7e928c7f94e1679af01f88775b128846da82",
      "parents": [
        "3e018a35c769c2257fb939b55624187f631c64d1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 23:19:13 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 23:19:13 2024 +0200"
      },
      "message": "Fix footer on title frame\n\nChange-Id: I42ee19b6b116e44a647fa90068fc9e0244a8fd36\n"
    },
    {
      "commit": "3e018a35c769c2257fb939b55624187f631c64d1",
      "tree": "780c8832e465d59f7148810631bf765d0bf3b9a9",
      "parents": [
        "5a45790b3d14f5bbf5ef23cce886c1db0cee0f44"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 23:17:25 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 23:17:25 2024 +0200"
      },
      "message": "Fix WGL logo position\n\nChange-Id: I2ddf4594ed7481ef9b5004cda3ddcb1a88020eef\n"
    },
    {
      "commit": "5a45790b3d14f5bbf5ef23cce886c1db0cee0f44",
      "tree": "2024ca09179e71cb1826638f7a87a6c8da962af5",
      "parents": [
        "e9ace294fb67e160f323e2e3cd458bdeb0a38655"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:11:43 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:11:43 2024 +0200"
      },
      "message": "Update inst files\n\nChange-Id: Id637570ae87633742314fe1071237cb23bcfdcf7\n"
    },
    {
      "commit": "e9ace294fb67e160f323e2e3cd458bdeb0a38655",
      "tree": "bc7575a020f20f8e609aa97f1e6beac2c4c76fcf",
      "parents": [
        "c98e73028411d2ea486f4c199a55cf2128b31200"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:11:15 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:11:15 2024 +0200"
      },
      "message": "Try not to overlap WGL logo and arrows\n\nChange-Id: I822270d858cbe2178aa1a1285c06389da486dec3\n"
    },
    {
      "commit": "c98e73028411d2ea486f4c199a55cf2128b31200",
      "tree": "8f46950d53b8dcdcc8910fe8e60d74bed6dd785a",
      "parents": [
        "ea8ff77745bf187a5c88ccf28428b3168d77a4df"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:09:22 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:09:22 2024 +0200"
      },
      "message": "Use , as author separator in footer\n\nChange-Id: Id988591fe1e5ba728c13c2e636144779223ce751\n"
    },
    {
      "commit": "ea8ff77745bf187a5c88ccf28428b3168d77a4df",
      "tree": "199f955cbc01f9e0721cd991e751bdb1145d1a69",
      "parents": [
        "62c72832fd370dc9a2673cd96111bce4c1efbffd"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:08:46 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:08:46 2024 +0200"
      },
      "message": "Add author to example\n\nChange-Id: I32ce8492832c240afcc119790b96b127dc92d413\n"
    },
    {
      "commit": "62c72832fd370dc9a2673cd96111bce4c1efbffd",
      "tree": "d5c70b4fa9069b7a45e521752bff582fb70cae44",
      "parents": [
        "61ad0266d442008a158b571cc23bc78a44dd951f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:08:15 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:08:15 2024 +0200"
      },
      "message": "Update example figure to 16:9\n\nChange-Id: I0a2acf1c403312ebdf637c8366647a979d526750\n"
    },
    {
      "commit": "61ad0266d442008a158b571cc23bc78a44dd951f",
      "tree": "708e09c472acfad0de63556d153e7fc6061f1272",
      "parents": [
        "50dfcb216bacc7b12c7b6e396d8a5f315a922816"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:07:50 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 22:07:50 2024 +0200"
      },
      "message": "Decrease footer font size\n\nChange-Id: I86e0c3ca5f041b61b344435195b74e42587c73e7\n"
    },
    {
      "commit": "50dfcb216bacc7b12c7b6e396d8a5f315a922816",
      "tree": "38e898be2084fd0b7c5137610567050d4bbd70be",
      "parents": [
        "7902b732ea4de15c6f3f125dd5b72abfc46541dd"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 13:20:21 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 13:20:21 2024 +0200"
      },
      "message": "Drop chalkboard from demos\n\ncurrently blurs the screen :))\n\nChange-Id: Ibd3d314b2abc0a1d7ae3563f748cfde7e70d916d\n"
    },
    {
      "commit": "7902b732ea4de15c6f3f125dd5b72abfc46541dd",
      "tree": "f7f03ac9d97569f5354f62daf3efdf198d39e941",
      "parents": [
        "9c036a424c275bbeebd43ac872361864546602ac"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 13:17:46 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 13:17:46 2024 +0200"
      },
      "message": "Update .gitignore\n\nChange-Id: I9c9f46a596f22e032f82003a31a895b801fcff4b\n"
    },
    {
      "commit": "9c036a424c275bbeebd43ac872361864546602ac",
      "tree": "dd1f61511dab156b708263e434fabd09261f73d1",
      "parents": [
        "3290c4b214336a2ddae1146d6947da47057988f8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 13:17:25 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 13:17:25 2024 +0200"
      },
      "message": "Use 16:9 aspect and bump reveal.js to 5.1.0\n\nChange-Id: I6384639329daef18a40ca55cbd3c4eab0ae500e1\n"
    },
    {
      "commit": "3290c4b214336a2ddae1146d6947da47057988f8",
      "tree": "1e00ead46f8f76c7e881d9a1d0591189d589b32b",
      "parents": [
        "e8f8889bc88bcfdbb4a4f94498cd8a6af30a00fa"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 11:51:20 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 11:51:20 2024 +0200"
      },
      "message": "Allow affiliation.address instead of institute\n\nas in posterdown\n\nChange-Id: I3ecb8e91acbdf0ee5247a1962d6236fb566e955d\n"
    },
    {
      "commit": "e8f8889bc88bcfdbb4a4f94498cd8a6af30a00fa",
      "tree": "4563a945c819ec8a5291dd7122cd88d0644c9f1c",
      "parents": [
        "069f1e41c9053f80c33de74651d13deb3ba448e3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 11:50:50 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue May 14 11:50:50 2024 +0200"
      },
      "message": "Allow for multiple authors as in posterdown\n\nChange-Id: I3152c2a2e924479df225f0f5c8a0138d9da0a50d\n"
    },
    {
      "commit": "069f1e41c9053f80c33de74651d13deb3ba448e3",
      "tree": "f0f6cf0c899e79caaf0234ba7b306e59d4c4ce23",
      "parents": [
        "7df5e6946919232bb40c1036f0a0aacf398ab9d1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Oct 11 10:26:16 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Oct 11 10:26:16 2023 +0200"
      },
      "message": "Fix overlap of sort arrows in datatable header\n\nChange-Id: Ifa893b86513e4d1a9777aa0c4c5636c451d474ac\n"
    },
    {
      "commit": "7df5e6946919232bb40c1036f0a0aacf398ab9d1",
      "tree": "e528ecbf37619813126d2928b80cbedd9d7ddd0b",
      "parents": [
        "fcad9c74f6d00fe91446751abc64a0c34f53e8cf"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 21:49:17 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 21:49:17 2023 +0200"
      },
      "message": "Use generation date in IDS demo\n\nChange-Id: I8f67742643c58d16f950dd64b950ba0dbe722645\n"
    },
    {
      "commit": "fcad9c74f6d00fe91446751abc64a0c34f53e8cf",
      "tree": "4b7f594e1cf0ebd0ad45a8dd31c165ea4213c485",
      "parents": [
        "e0568141702f54c1abf227ebab9b754fa77cb51d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 21:48:57 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 21:48:57 2023 +0200"
      },
      "message": "Make sure all HCs are initialized\n\nChange-Id: I8c1ad0cc969805643ffcac1b822ae8ad32c3283e\n"
    },
    {
      "commit": "e0568141702f54c1abf227ebab9b754fa77cb51d",
      "tree": "b8acce94e6b849ceecf71b4d5550fc43a9053fa4",
      "parents": [
        "6762611e97bf090ba512a2a9994a2afc979b5b2f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 21:23:11 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 21:23:11 2023 +0200"
      },
      "message": "Add footer and slide numbers to PDF export\n\nChange-Id: I47dd08572ac89be7f06286f4dd18775351fed0de\n"
    },
    {
      "commit": "6762611e97bf090ba512a2a9994a2afc979b5b2f",
      "tree": "9204676a791212ccde93a71b28d3a32074ea296f",
      "parents": [
        "24a129ba28f2e3d5579b87120d02c0a0e05d6314"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 21:22:27 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 21:22:27 2023 +0200"
      },
      "message": "Force highchart redraws on first page change\n\nResolves #1\n\nChange-Id: Id67de92d0634f017dc411c51eb2245eeafa554c7\n"
    },
    {
      "commit": "24a129ba28f2e3d5579b87120d02c0a0e05d6314",
      "tree": "6723a04d58ad72d9d3e7caa1a2200cb9bbd06dd3",
      "parents": [
        "3f2c9c03979a3270325fd5c27207996df6600f03"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 14:04:32 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 14:04:32 2023 +0200"
      },
      "message": "Deploy and link demo slides\n\nChange-Id: I7034c0f419c64a54b59d0a55778d34170df7fa08\n"
    },
    {
      "commit": "3f2c9c03979a3270325fd5c27207996df6600f03",
      "tree": "2ea7b4eb1998a945e2acd8c9994d71c3ba88032b",
      "parents": [
        "589d1b8dd41a7ef9f9eaf19b5466ccb177f3a0bf"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 12:32:25 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 12:32:25 2023 +0200"
      },
      "message": "Fix slide numbers not showing up after reload\n\nChange-Id: Ib561ed4a26a5815f36c3ae57607d4ae3d238d14f\n"
    },
    {
      "commit": "589d1b8dd41a7ef9f9eaf19b5466ccb177f3a0bf",
      "tree": "fa64c462accbaa121c79d13c1dc9ddf78639ad99",
      "parents": [
        "c7249f959c243772365da7a3e5ee98ba4fbc5e15"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 12:31:33 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 12:31:33 2023 +0200"
      },
      "message": "Further improve slide nr and arrows\n\nChange-Id: I7cc7d30542d3b2c08c5898dc33d05f9ecd4e3543\n"
    },
    {
      "commit": "c7249f959c243772365da7a3e5ee98ba4fbc5e15",
      "tree": "5678ac2b507cd4eb5812bc1becbaf786938232ef",
      "parents": [
        "2aa8063ae3837b329ceda3e5e9b48fed630dad00"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 07:16:50 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Oct 10 09:42:35 2023 +0200"
      },
      "message": "Start fixing arrow navigation position\n\nChange-Id: I0ebdd53cdbd9439e5d8d404ddf1f92b29cc64b3d\n"
    },
    {
      "commit": "2aa8063ae3837b329ceda3e5e9b48fed630dad00",
      "tree": "2f5f0cc2964c37b103c4a7caa01753863dc14df0",
      "parents": [
        "511525134f7b17401fa4b20b9754f19b8857ec23"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 23:19:46 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 23:19:46 2023 +0200"
      },
      "message": "Mention ids example in Readme\n\nChange-Id: Ifb5d4daf222934dae6d5667f184ff303f8fabeab\n"
    },
    {
      "commit": "511525134f7b17401fa4b20b9754f19b8857ec23",
      "tree": "4a250a28045a32554779b4f2be8bdc5cc521ad94",
      "parents": [
        "11797167aa775846dfe040b0713bb1051acb80fe"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 23:18:10 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 23:18:10 2023 +0200"
      },
      "message": "Add section headings to ids example\n\nChange-Id: I4b5a58d5cf5f801a1e82e421f6fc78e863eab925\n"
    },
    {
      "commit": "11797167aa775846dfe040b0713bb1051acb80fe",
      "tree": "e3baa18bde63dbd68af5c92e6b8cfdb85cb36d77",
      "parents": [
        "fac437eca54b6d9c8695c5553dc3c1c80f84a900"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 23:17:36 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 23:17:36 2023 +0200"
      },
      "message": "Crop source code\n\nChange-Id: I12a92a02af3037afad9f90b2e86d220fb3949e68\n"
    },
    {
      "commit": "fac437eca54b6d9c8695c5553dc3c1c80f84a900",
      "tree": "203f6807e8f0a3b423302ecd6f34581360ef459e",
      "parents": [
        "02d582ab2d62fa9f4dabaf0ab3a90ab43ca4e3d2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 23:16:38 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 23:16:38 2023 +0200"
      },
      "message": "Vertically center lonely h1 section headings\n\nChange-Id: Id8b2be0184170c726bd81bd4a8a5886f9959aa76\n"
    },
    {
      "commit": "02d582ab2d62fa9f4dabaf0ab3a90ab43ca4e3d2",
      "tree": "905d550eda2d70c4e71e4b66036b0ee2b1e7e4e3",
      "parents": [
        "c5940cdf11602c1cb71115d46cccd92db22cdc39"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 20:11:52 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 21:39:21 2023 +0200"
      },
      "message": "Use puppeteer for screenshots\n\nChange-Id: Iac4f8c021ea57406b6ac085106217307d9f8357d\n"
    },
    {
      "commit": "c5940cdf11602c1cb71115d46cccd92db22cdc39",
      "tree": "d283bd2e0e603539cd38dc0fdb4c72a18d8c1115",
      "parents": [
        "f8d5ff1d1ea6ead88aacdaa589861ed2d214f9a9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 18:58:34 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 18:58:34 2023 +0200"
      },
      "message": "Also show empty subtitles\n\nChange-Id: I49d726c57de06db1c6030587737d08ddce4866f6\n"
    },
    {
      "commit": "f8d5ff1d1ea6ead88aacdaa589861ed2d214f9a9",
      "tree": "3380ad72facfaa6724eaeef1b7914b404adcdb5d",
      "parents": [
        "fbf254d01f62f2a0dd1e03f2b99d110c64bacc0d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 18:58:09 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 18:58:09 2023 +0200"
      },
      "message": "Default to ids theme\n\nChange-Id: I83c57a86247c1cca7d350ae2b101eb2bf03b8d14\n"
    },
    {
      "commit": "fbf254d01f62f2a0dd1e03f2b99d110c64bacc0d",
      "tree": "c7bca05192303ee7d2cdd31ca83b19d9d1fbe303",
      "parents": [
        "8a15259d80a326807a39f9e33c98d090b8fe44c5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 15:10:42 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 17:09:00 2023 +0200"
      },
      "message": "CI: take screenshots\n\nChange-Id: Ie9aac54f4b3aa7e0b7a14d804b157ad18e4879c9\n"
    },
    {
      "commit": "8a15259d80a326807a39f9e33c98d090b8fe44c5",
      "tree": "c08712987991cf26bfc52aef6c5158bb6f478c61",
      "parents": [
        "37d028e54f89bd4233e0fda9b0640f0047b63f55"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 12:32:16 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 15:10:14 2023 +0200"
      },
      "message": "CI: debugging\n\nChange-Id: I65b69f12842e9cf2974b42ce89fddac7ca7d0e31\n"
    },
    {
      "commit": "37d028e54f89bd4233e0fda9b0640f0047b63f55",
      "tree": "f9c80424e3afad9da9a62d458da76eff458cfbd1",
      "parents": [
        "e8dc30ba6d9c7fc210564d2b742907f5015e2520"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 12:25:31 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 12:25:31 2023 +0200"
      },
      "message": "CI: Fix common.R filename\n\nChange-Id: Ida59b087e8e15bd80da95fdf8b3ffedbd2d6ee87\n"
    },
    {
      "commit": "e8dc30ba6d9c7fc210564d2b742907f5015e2520",
      "tree": "77ed084f79e3d9a2e0f6e5c11ff42230b6f95afa",
      "parents": [
        "61cddc14ce66aa5969903016a8eae432ef9aa44d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 12:16:30 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 12:16:30 2023 +0200"
      },
      "message": "CI: install highcharter\n\nChange-Id: Id7616ec28406ba8a42c7a40413f209b38c8ddcb4\n"
    },
    {
      "commit": "61cddc14ce66aa5969903016a8eae432ef9aa44d",
      "tree": "05595f684c848355454c7c63b35ebc9454be6b26",
      "parents": [
        "289f9970f0e2dafeafb324a94f735880e02e2142"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 09:54:21 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 09:54:21 2023 +0200"
      },
      "message": "Install curl in CI workflow\n\nChange-Id: Ib35f83f6a023be311c8bf39b04ae544e5d618d2a\n"
    },
    {
      "commit": "289f9970f0e2dafeafb324a94f735880e02e2142",
      "tree": "8534fd9b287231e733b1467d8d5b98798e31d52f",
      "parents": [
        "2b548bc90dc7ec4ca11f002f3c2f638df20c8182"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 09:49:12 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 09:49:12 2023 +0200"
      },
      "message": "Fix loading common.R from other gitlab repo\n\nChange-Id: I55775a70fc808bef5b6ab9177cc0922de487e717\n"
    },
    {
      "commit": "2b548bc90dc7ec4ca11f002f3c2f638df20c8182",
      "tree": "120f86c68518eb439c0917df03d226b609db3ec9",
      "parents": [
        "b80aa78512e2662fedecc6acaa30e457d8ae45a3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 07:21:59 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 07:21:59 2023 +0200"
      },
      "message": "Debug CI script\n\nChange-Id: Ieb3b648be300a368cb8e41d46da46d47859b7ab5\n"
    },
    {
      "commit": "b80aa78512e2662fedecc6acaa30e457d8ae45a3",
      "tree": "bc54082ea222657dcf9f61511f74833c9743c0c0",
      "parents": [
        "cf38344c7a1bb091a1dcda4a76570d352e299050"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 23:33:26 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 23:33:26 2023 +0200"
      },
      "message": "Add CI script\n\nChange-Id: I7b448e603e90971ac5850d7388354798e8548834\n"
    },
    {
      "commit": "cf38344c7a1bb091a1dcda4a76570d352e299050",
      "tree": "7303019f1a5a05e10a88cc54e924a7460fd436c1",
      "parents": [
        "3b21719edb2689e8c085b3b7ff2d2fdeebc92789"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 22:50:19 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 22:50:19 2023 +0200"
      },
      "message": "Add LVC DataTable to IDS example\n\nChange-Id: Ib3ca645ed791b2589faeedb18a8e2479e2097e6d\n"
    },
    {
      "commit": "3b21719edb2689e8c085b3b7ff2d2fdeebc92789",
      "tree": "3217c924538fa64b751c1b4126f3831593822093",
      "parents": [
        "0a3c2e5eddd81950162dd2938d0fda3b7fe0e1eb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 20:56:36 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 20:56:36 2023 +0200"
      },
      "message": "Add references to demo\n\nChange-Id: I15ed9aead9fb281d93915f948e6d1f206b0d914e\n"
    },
    {
      "commit": "0a3c2e5eddd81950162dd2938d0fda3b7fe0e1eb",
      "tree": "a4515ac3506fab1f3846cc313294bec1584cf917",
      "parents": [
        "c0b272da814138c3b9989087b00035b31b50f36b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 20:20:43 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 20:20:43 2023 +0200"
      },
      "message": "Add CSS support for (Data)tables and references\n\nChange-Id: I268da5b5084491d39cf90793404b8c72865eab80\n"
    },
    {
      "commit": "c0b272da814138c3b9989087b00035b31b50f36b",
      "tree": "f28d1d0330621d93f5f35e5bcf94918d992b39d5",
      "parents": [
        "de86adb43df42cf13b93cb068fb324b80fca5c2b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 14:24:18 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 14:24:18 2023 +0200"
      },
      "message": "Fix WGL logo showing up multiple times\n\nChange-Id: I6a42328df68edfb1f2d003f4da976ad03646f739\n"
    },
    {
      "commit": "de86adb43df42cf13b93cb068fb324b80fca5c2b",
      "tree": "711639e255283890a7ec2e434d24e565eff3dc22",
      "parents": [
        "2c09462ea931b402d66f90cd7e284305e7c9fd56"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 14:20:18 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 14:20:18 2023 +0200"
      },
      "message": "Make footer invisible on title slide\n\nChange-Id: I2f7894cdde230027ccb7894d298695c35c8470b5\n"
    },
    {
      "commit": "2c09462ea931b402d66f90cd7e284305e7c9fd56",
      "tree": "37472826cc39d3632e54ea684d9b344986be6bf0",
      "parents": [
        "deebc64382c9d9c37710b0fd9aae56eaa8107182"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 14:19:47 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 14:19:47 2023 +0200"
      },
      "message": "Demo: add highchart\n\nChange-Id: I1eb75c52b609c3dadb20d26c4203519b42e2ff03\n"
    },
    {
      "commit": "deebc64382c9d9c37710b0fd9aae56eaa8107182",
      "tree": "39be10b8545bbf90731082ac9a4a82b8b67067f9",
      "parents": [
        "16a24fd71f61643d1840947c01a6ed80fef252bd"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 14:19:19 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 08 14:19:19 2023 +0200"
      },
      "message": "Enable Backspace to move to previous slide\n\nChange-Id: I52120257f29d059cfd1f820a2d3f14a797913960\n"
    },
    {
      "commit": "16a24fd71f61643d1840947c01a6ed80fef252bd",
      "tree": "af582321158a7cb3fadbe27247c435e0fd9af645",
      "parents": [
        "898754e028f96ca110ead6444001800f4405374d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 21:41:10 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 21:41:10 2023 +0200"
      },
      "message": "Render updated Readme\n\nChange-Id: I0013c3d78586ec56e943e85e4f57baa0cc2cd43c\n"
    },
    {
      "commit": "898754e028f96ca110ead6444001800f4405374d",
      "tree": "b0a01e8f00f53718206d08ed50162ded769f2811",
      "parents": [
        "fcdb126adcc1c670c6c99a53f60531f59b67ff0d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 21:01:50 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 21:01:50 2023 +0200"
      },
      "message": "Update install instruction for IDS version\n\nChange-Id: I4f9e680f7c9f93969336c13d02c4e76b1147aa18\n"
    },
    {
      "commit": "fcdb126adcc1c670c6c99a53f60531f59b67ff0d",
      "tree": "2912febae223f358154ab0f42eb8f5aa476e0ebf",
      "parents": [
        "df0eda9f39491fc6dd4cf844f4880caff3f09ec2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 21:01:15 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 21:01:15 2023 +0200"
      },
      "message": "Add favicon\n\nChange-Id: I26a6a3fdc06a6c620dc9a5950a69519bc12a6d12\n"
    },
    {
      "commit": "df0eda9f39491fc6dd4cf844f4880caff3f09ec2",
      "tree": "5f5d371c1a0560df4bd11b5eaa73bd16313e405d",
      "parents": [
        "3fdee73f9261fe25cb56c47539aecee57fdb9be3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 20:50:00 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 20:54:59 2023 +0200"
      },
      "message": "Port title frame\n\nChange-Id: I0b78db5eed0ac7dbe779aa84505aeb1faa187f77\n"
    },
    {
      "commit": "3fdee73f9261fe25cb56c47539aecee57fdb9be3",
      "tree": "aefd0dc82a166ca217e4df1ff9de8be7baccc705",
      "parents": [
        "5665ef744bf72dd3aaece084eb10bdbb7fe6d8fc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 18:52:20 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 18:52:20 2023 +0200"
      },
      "message": "Fix scss\n\nChange-Id: I53b1f65296f9d5ef1b34dcc2c485deaf65f85d76\n"
    },
    {
      "commit": "5665ef744bf72dd3aaece084eb10bdbb7fe6d8fc",
      "tree": "6f70cf1c564c26f55b333ab8ffb4183e244d7f56",
      "parents": [
        "dc994e2370355c008f8573e29b80854a3908a157"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 18:51:10 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 18:51:10 2023 +0200"
      },
      "message": "Show WGL logo only on title slide\n\nChange-Id: Id731e77ed07bdfb2a154473e5543f245eed1258c\n"
    },
    {
      "commit": "dc994e2370355c008f8573e29b80854a3908a157",
      "tree": "2d41ec804cfdd37061b8e511de3f4ed11b2a0592",
      "parents": [
        "f0ce0321741c014772fd31f021e2462890655824"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 18:50:18 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 18:50:18 2023 +0200"
      },
      "message": "Fix heading sizes\n\nChange-Id: Ibbe378d3aba4325f1b5d2e76e2814c2355959df8\n"
    },
    {
      "commit": "f0ce0321741c014772fd31f021e2462890655824",
      "tree": "81921ff73123885512b39167d256f8adac4af930",
      "parents": [
        "f51e915529ecb96a175d699b871807ca5d004968"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 15:33:47 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 15:33:47 2023 +0200"
      },
      "message": "Fix WGL Logo and slide number\n\nChange-Id: If0c7c3d1fe43be9e43dd747e2fd026084e9c9348\n"
    },
    {
      "commit": "f51e915529ecb96a175d699b871807ca5d004968",
      "tree": "3e6036f4c5f6f1798cb170c22bb46c08be114079",
      "parents": [
        "7c8f7de3d1f88781c87f467281e5a4af9b9fd4ab"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 15:32:33 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 15:33:01 2023 +0200"
      },
      "message": "Add distance between menu and custom tools\n\nChange-Id: I5a92f8f95e609a7f060ab5c98d90727f273e2bc4\n"
    },
    {
      "commit": "7c8f7de3d1f88781c87f467281e5a4af9b9fd4ab",
      "tree": "9b7eb53cbb24e32874c804b0d8088fd877298f61",
      "parents": [
        "a737b1b052ee6d6eb978c52d4d8d878773a1b9f2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 11:42:29 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 11:47:22 2023 +0200"
      },
      "message": "Add footer for ids theme\n\nChange-Id: If85c9fe027fb9cc45677068474b21d15d32e7134\n"
    },
    {
      "commit": "a737b1b052ee6d6eb978c52d4d8d878773a1b9f2",
      "tree": "706b1c2e64e08f6b3b79a751066ee9a45a9219f6",
      "parents": [
        "09b75753a99d58e575e600d8ab9abc030bec7bce"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 09:32:20 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 09:32:20 2023 +0200"
      },
      "message": "Add ids theme\n\nChange-Id: I1b4a82a3ee14a7499293c639ad22221e4b60f4c3\n"
    },
    {
      "commit": "09b75753a99d58e575e600d8ab9abc030bec7bce",
      "tree": "fa10ef6d128eaab534b3238d3f9464b7543a9e1c",
      "parents": [
        "37782091f88635b00341d708b6311465efe1a444"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 09:32:19 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 09:32:19 2023 +0200"
      },
      "message": "Update to reveal.js 4.6.1\n\nChange-Id: I566737c50b93dd8c094ad3c3fa59865260b3b4ba\n"
    },
    {
      "commit": "37782091f88635b00341d708b6311465efe1a444",
      "tree": "b84b63c43c4ce3d9f5f0781939c0621b2252ac80",
      "parents": [
        "7d613ee41faa96a7264a86c9855065fbfbfadc3f"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:36:16 2023 +0100"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:36:16 2023 +0100"
      },
      "message": "devtools::document()\n"
    },
    {
      "commit": "7d613ee41faa96a7264a86c9855065fbfbfadc3f",
      "tree": "867d9bfa6d5962cff456d722b0a96f5002e0cc00",
      "parents": [
        "6291d2f919b4202963f215bc77625d334f7d6dba"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:35:02 2023 +0100"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:35:02 2023 +0100"
      },
      "message": "Update GHA\n"
    },
    {
      "commit": "6291d2f919b4202963f215bc77625d334f7d6dba",
      "tree": "fe0829b579ef0fd1c01aff0e0e64d2f7278b09f6",
      "parents": [
        "9ec17790abe9e0abbe86e0040222908bad42041a"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:28:17 2023 +0100"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:28:17 2023 +0100"
      },
      "message": "Add MIT licence files\n"
    },
    {
      "commit": "9ec17790abe9e0abbe86e0040222908bad42041a",
      "tree": "0dc20783f58b0bb34c696be04209106c8610ad04",
      "parents": [
        "190292630dcb00e62274d5c61de80bb6767ac914"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:24:18 2023 +0100"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:24:18 2023 +0100"
      },
      "message": "Update COC\n"
    },
    {
      "commit": "190292630dcb00e62274d5c61de80bb6767ac914",
      "tree": "9173ac6f8590802d35ff7f499ef79ceb0e1bf2f9",
      "parents": [
        "61ad9d922da7aad9f76e85eae4fa8e43efe3d3e4"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:22:52 2023 +0100"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Mar 24 17:22:58 2023 +0100"
      },
      "message": "Update DESCRIPTION\n"
    },
    {
      "commit": "61ad9d922da7aad9f76e85eae4fa8e43efe3d3e4",
      "tree": "f96002b5478407ad57fd50c7aa15b4eb2c7e551b",
      "parents": [
        "c296958ded1921daa72dbc381e4997b4720f08e0"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Wed Apr 06 18:51:01 2022 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Wed Apr 06 18:51:01 2022 +0200"
      },
      "message": "Update CONTRIBUTING.md\n"
    },
    {
      "commit": "c296958ded1921daa72dbc381e4997b4720f08e0",
      "tree": "5b8a24db83f8b71949a303b04086379afec7ebc6",
      "parents": [
        "1192b2ec81c6ae4b80ec6c575adef349766a813b"
      ],
      "author": {
        "name": "Darren Tsai",
        "email": "36108216+darrenproj@users.noreply.github.com",
        "time": "Fri Mar 11 22:33:33 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 11 15:33:33 2022 +0100"
      },
      "message": "correct url to reveal.js options (#152)\n\n"
    },
    {
      "commit": "1192b2ec81c6ae4b80ec6c575adef349766a813b",
      "tree": "231586be4a2e50572cc446228df697792f744ed3",
      "parents": [
        "8afae13d17239edd07e72fd2009094493371d4c3"
      ],
      "author": {
        "name": "Gary",
        "email": "gary@rstudio.com",
        "time": "Wed Feb 16 23:57:30 2022 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 17 08:57:30 2022 +0100"
      },
      "message": "update CLA links and email alias (#150)\n\n"
    },
    {
      "commit": "8afae13d17239edd07e72fd2009094493371d4c3",
      "tree": "7fa7c73cbd43c93450dbc6fe132d781e31632f1f",
      "parents": [
        "f50b9ca88144fedcdda4437b134ebe4fee357e89"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Mon Dec 06 15:16:42 2021 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 06 15:16:42 2021 +0100"
      },
      "message": "Update to last reveal.js 4.2.1 (#148)\n\n"
    },
    {
      "commit": "f50b9ca88144fedcdda4437b134ebe4fee357e89",
      "tree": "3578642cbe6b555c6684fd96560d2ead82caeda6",
      "parents": [
        "8043a480ea9b2251f38ff3d8cb4079f6f8b172e8"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Nov 04 13:48:06 2021 +0100"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Nov 04 13:48:06 2021 +0100"
      },
      "message": "Allow testing qmd locally\n"
    },
    {
      "commit": "8043a480ea9b2251f38ff3d8cb4079f6f8b172e8",
      "tree": "9980641601da8854036080ad299230fe2b1f1aab",
      "parents": [
        "4c2c67f9472f07201afeb80d576f9bb769f41a51"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Oct 28 11:51:47 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Oct 28 11:51:47 2021 +0200"
      },
      "message": "Make it clear we are referering to JS lib\n\n[skip ci]\n"
    },
    {
      "commit": "4c2c67f9472f07201afeb80d576f9bb769f41a51",
      "tree": "5510a6afdd1347bd3e2f2d798843dee29d7277d2",
      "parents": [
        "b644099ae9608f0ab0a565ebdf17493c2e754507"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Oct 28 11:50:16 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Oct 28 11:50:16 2021 +0200"
      },
      "message": "master -\u003e main\n"
    },
    {
      "commit": "b644099ae9608f0ab0a565ebdf17493c2e754507",
      "tree": "0e314c75883e011b32d15aeaca4059fb2bad677b",
      "parents": [
        "e1893aed9df79d26db48538ace56cc0d55ae2f0c"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Oct 07 17:36:39 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Oct 07 17:36:39 2021 +0200"
      },
      "message": "Add christophe as contributor\n"
    },
    {
      "commit": "e1893aed9df79d26db48538ace56cc0d55ae2f0c",
      "tree": "53311640c8303c2078ff92ff8f2e51d9e8ff0e32",
      "parents": [
        "cc46ea0f68eb62f7c24f19c044ace57223053a9a"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Thu Oct 07 17:09:02 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 07 17:09:02 2021 +0200"
      },
      "message": "Update to reveal.js 4.1.2 (#136)\n\n- New tools/ script to manually keep step for updates\r\n- Plugins are all updated\r\n- Template update following latest Pandoc version\r\n- updated README for documentation\r\n- Help page updated \r\n- See other change in NEWS file"
    },
    {
      "commit": "cc46ea0f68eb62f7c24f19c044ace57223053a9a",
      "tree": "5c158f885ff5ceb2c7dec7097902bd38d82af01f",
      "parents": [
        "9c1392cf823c53adbd9fd9580c2179260b04e827"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 17:02:49 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Mon Sep 27 15:18:42 2021 +0200"
      },
      "message": "Add a part about auto slide method\n"
    },
    {
      "commit": "9c1392cf823c53adbd9fd9580c2179260b04e827",
      "tree": "fedcbeab3e132d9770b8338518691459857c25b0",
      "parents": [
        "4bdb3e94da1ff51e81b8082bf4d91faa3aac6f94"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 16:38:58 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 16:38:58 2021 +0200"
      },
      "message": "Add a slide about pausing using black screen\n"
    },
    {
      "commit": "4bdb3e94da1ff51e81b8082bf4d91faa3aac6f94",
      "tree": "7014c1f05badf9a8551bb787a0d9748825739f92",
      "parents": [
        "d36309e2c4836c05ba84f5d825d9bf7ad857f579"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 16:25:04 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 16:25:04 2021 +0200"
      },
      "message": "Mention Speaker View using notes plugin\n"
    },
    {
      "commit": "d36309e2c4836c05ba84f5d825d9bf7ad857f579",
      "tree": "64c6960a14a668836e1eb4cc67cc709169f43916",
      "parents": [
        "3dbc90fb6b16cf7da4d0fa98e9e3918049f6f3c6"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 16:13:19 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 16:13:19 2021 +0200"
      },
      "message": "Add a slide about overview mode\n"
    },
    {
      "commit": "3dbc90fb6b16cf7da4d0fa98e9e3918049f6f3c6",
      "tree": "bf61c8b1f611fcaad8a0a0493fec20da4c28a86d",
      "parents": [
        "ba248164330a51d62d37293179db2a74c37e0497"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 16:08:28 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 16:10:12 2021 +0200"
      },
      "message": "Add part about navigation link between slides\n"
    },
    {
      "commit": "ba248164330a51d62d37293179db2a74c37e0497",
      "tree": "b9c879cbf0fc89f8bef85425b7d5a319890faced",
      "parents": [
        "9e2a6c7765a9710cf1279f97768a6014260889c0"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:47:20 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:47:20 2021 +0200"
      },
      "message": "Add a slide with Quote syntax\n"
    },
    {
      "commit": "9e2a6c7765a9710cf1279f97768a6014260889c0",
      "tree": "27221750ae6896cc147410095174c11c61fd093c",
      "parents": [
        "80482d813f4baf5407267c2391edaf52674a04bd"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:44:17 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:44:17 2021 +0200"
      },
      "message": "Add an example for table\n"
    },
    {
      "commit": "80482d813f4baf5407267c2391edaf52674a04bd",
      "tree": "f6a84f447237926db57e3e7fb9d570c32f2d0148",
      "parents": [
        "767c8ba49bd111bc7d707cab748dc88dd0385663"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:40:09 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:40:09 2021 +0200"
      },
      "message": "Add demo of background transition\n"
    },
    {
      "commit": "767c8ba49bd111bc7d707cab748dc88dd0385663",
      "tree": "c2a60516a5aa1e4f52c63413d11e65439952099a",
      "parents": [
        "f8dd3742b38a3f45b2a24f6b76cd1c1f9c450f67"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:33:15 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:33:15 2021 +0200"
      },
      "message": "Add a demo a slide backgrounds\n"
    },
    {
      "commit": "f8dd3742b38a3f45b2a24f6b76cd1c1f9c450f67",
      "tree": "e4e3b576637dc4de23dc7cf96a76c71faeaedd4f",
      "parents": [
        "a9a379fdef6d3e23bed9bd525c58ee512e648046"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:08:08 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:08:08 2021 +0200"
      },
      "message": "Add demo of slide transition\n"
    },
    {
      "commit": "a9a379fdef6d3e23bed9bd525c58ee512e648046",
      "tree": "2deb5b428cbf2efa2171df6c69795ef6ab06014f",
      "parents": [
        "b3ac2a9e51a4224e05f3056629efd69cb15f3bd2"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:07:15 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 15:07:15 2021 +0200"
      },
      "message": "Show vertical slides in skeleton too\n"
    },
    {
      "commit": "b3ac2a9e51a4224e05f3056629efd69cb15f3bd2",
      "tree": "7dd5528cb7a2a7266288ea9c08ca8593ad7435a3",
      "parents": [
        "83a5cba607c8355fb90090d267eefd4237538f1e"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 14:49:44 2021 +0200"
      },
      "committer": {
        "name": "Christophe Dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Fri Sep 24 14:49:44 2021 +0200"
      },
      "message": "Add demo about slide transition\n"
    },
    {
      "commit": "83a5cba607c8355fb90090d267eefd4237538f1e",
      "tree": "76e762ab351f900087f29b3c5bff7045fe75e387",
      "parents": [
        "9c31e76a38e607a1d71c0377b4e049bdb07a2ca9"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 18:30:16 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 18:31:01 2021 +0200"
      },
      "message": "Add fragment example in skeleton\n"
    },
    {
      "commit": "9c31e76a38e607a1d71c0377b4e049bdb07a2ca9",
      "tree": "6a99a57716bb156cc4689f51518f6cfee87320c1",
      "parents": [
        "be0827eaa02a054623dcb5ffc319bf92c1603e94"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Thu Sep 23 18:16:20 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 23 18:16:20 2021 +0200"
      },
      "message": "Add institute variable in template for title slide (#122)\n\ncontribute to #87 by bringing at least same template as in Pandoc"
    },
    {
      "commit": "be0827eaa02a054623dcb5ffc319bf92c1603e94",
      "tree": "1bb4e71336b162c807d759adf699d3f845f02576",
      "parents": [
        "d26add3157711a71211bb5a6aebb366b3bd4b97b"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 18:08:39 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 18:08:39 2021 +0200"
      },
      "message": "Add NEWS about TOC following #127\n"
    },
    {
      "commit": "d26add3157711a71211bb5a6aebb366b3bd4b97b",
      "tree": "dcefad74c7823b7f2a27c65e0cf9f1b5c0a57b85",
      "parents": [
        "aa008e4cb334a82f870b6ecbb16a5a34a02e2fc4"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 16:55:00 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 16:55:00 2021 +0200"
      },
      "message": "Convert roxygen doc to markdown\n"
    },
    {
      "commit": "aa008e4cb334a82f870b6ecbb16a5a34a02e2fc4",
      "tree": "8f7dd68009c43b0a660685cbfc585cd1db3656d0",
      "parents": [
        "5ef4ee21f76b84e47f41d31ff88c6366bc117c49"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Thu Sep 23 16:52:37 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 23 16:52:37 2021 +0200"
      },
      "message": "Add missing variable in templates regarding toc (#127)\n\nRelated to #123 and alignement with `html_document()` behavior"
    },
    {
      "commit": "5ef4ee21f76b84e47f41d31ff88c6366bc117c49",
      "tree": "8f44c0d18c55be33d24534577e5fff810b1d7567",
      "parents": [
        "bddf9474829789f76c9b09838f9eadc7fafb69f5"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 13:03:59 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 13:03:59 2021 +0200"
      },
      "message": "rename test file\n"
    },
    {
      "commit": "bddf9474829789f76c9b09838f9eadc7fafb69f5",
      "tree": "01241e1b93f748cd814c86de8107250589febc0e",
      "parents": [
        "7052bb42bebd4e5081c3c9db87c0249c5e29866a"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 11:22:20 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 11:22:20 2021 +0200"
      },
      "message": "Typo in NEWS\n\n[skip ci]\n"
    },
    {
      "commit": "7052bb42bebd4e5081c3c9db87c0249c5e29866a",
      "tree": "7daa49fef7b50de892cb8de1a167aa9a87c78b59",
      "parents": [
        "c5a317c7f314b2c5d66300b1c197d656a59d2a48"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 11:21:35 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 11:21:35 2021 +0200"
      },
      "message": "Bump version\n\n[skip ci]\n"
    },
    {
      "commit": "c5a317c7f314b2c5d66300b1c197d656a59d2a48",
      "tree": "836797573b7d394535189f91cc6c9ace3d099829",
      "parents": [
        "0acc6c9f12b64e337770404bb7876920458a0b7a"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 11:21:08 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 11:21:08 2021 +0200"
      },
      "message": "Add NEWS bullet\n\n[skip ci]\n"
    }
  ],
  "next": "0acc6c9f12b64e337770404bb7876920458a0b7a"
}
