)]}'
{
  "log": [
    {
      "commit": "a01aee1902f1a82f5a059486af41abbf3ebfed19",
      "tree": "5a22845ed3f3b510d118aead370f257788682a1e",
      "parents": [
        "5e1b44a94e48033ada508960d90903a6fc9b7034"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 04 10:33:17 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 04 11:08:18 2026 +0200"
      },
      "message": "Add bordered fabric poster variant\n\nChange-Id: I8ceae9833cca768f4795d3b1096021c9e2d8ebc0\n"
    },
    {
      "commit": "5e1b44a94e48033ada508960d90903a6fc9b7034",
      "tree": "dc5e1cb1e8ecae6dbd6e30dc9cee9a2f16a02d43",
      "parents": [
        "c6326904e59cbaaa0dd65d7b9c9112442aa3eb7f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 18:38:05 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 18:38:05 2026 +0200"
      },
      "message": "Let table captions use the full column width\n\nAn HTML \u003ccaption\u003e box is constrained to its table\u0027s width, so long\ncaptions above narrow tables wrapped into many short lines. Move each\ncaption out of its table into a \u003cp class\u003d\"caption table-caption\"\u003e right\nabove it (keeping the bookdown numbering span and its #tab:... anchor),\nso captions can span the full column width instead.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I3fdb38298c672de2aaa2d1cb66f61a2793f98adb\n"
    },
    {
      "commit": "c6326904e59cbaaa0dd65d7b9c9112442aa3eb7f",
      "tree": "c4266e1644baa9baf8294129f89cba09f76989f3",
      "parents": [
        "a487fb74ce4c985cb5b0568eed67a3c2602ea32a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 15:34:30 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 15:38:29 2026 +0200"
      },
      "message": "Add emoji to the demo poster to exercise Twemoji rendering\n\nIncludes a plain face, a flag (ASCII-range codepoints), a ZWJ family\nsequence, and a skin-tone modifier, so the CI-built demo poster\ndoubles as a visual/functional check that the Twemoji font fix\n(f25b229) actually renders these in color end to end.\n\nCo-Authored-By: Claude Sonnet 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Iff714337bde976d8eb42bc1de4e73153279792ec\n"
    },
    {
      "commit": "a487fb74ce4c985cb5b0568eed67a3c2602ea32a",
      "tree": "e65f42505faa7abf4d5bc2ae68cd29a52b1dd022",
      "parents": [
        "817166976b2942cf793ea01c33c1d358ac61f76f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 15:16:59 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 15:38:23 2026 +0200"
      },
      "message": "Render emoji with a Chrome-PDF-compatible Twemoji build\n\nThe previous attempt (8171669, reverted in 8abef81) installed upstream\nTwemoji\u0027s own release, which uses the SVGinOT color-font format. Chrome\nrenders SVGinOT in color on screen, but its print-to-PDF path doesn\u0027t\nsupport it and silently falls back to the font\u0027s monochrome outline\nglyphs -- confirmed via `pdffonts` showing the embedded glyphs as a\nplain (non-color) font subset in a real CI-built poster.\n\nFedora\u0027s twitter-twemoji-fonts package instead ships Twemoji as\nCBDT/CBLC (bitmap glyphs), the same technology Noto Color Emoji uses,\nwhich Chrome does support for PDF export (verified locally: embeds as\na color Type 3 font, and renders correctly in the printed poster).\nExtract just the .ttf from Fedora\u0027s RPM via rpm2cpio/cpio rather than\nadding a whole extra package repository.\n\nCo-Authored-By: Claude Sonnet 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ic6168efa44af3b0a84ecdb643e483d107aaac547\n"
    },
    {
      "commit": "817166976b2942cf793ea01c33c1d358ac61f76f",
      "tree": "4612c74499bf433701cc1af3f9a7cb135f02d2bb",
      "parents": [
        "53422f60ddd86cd6fae0ff79bc3c263712ab850b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 14:56:31 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 14:56:31 2026 +0200"
      },
      "message": "Render emoji with Twemoji instead of relying on browser/OS default\n\nApple Color Emoji isn\u0027t legally redistributable via CI, so posters\npreviewed locally (macOS) and posters built by the CI pipeline (Linux)\ncould end up showing different emoji glyphs. Twemoji is openly\nlicensed and now installed explicitly in CI, giving posters a\nconsistent, deterministic emoji style regardless of where they\u0027re\nrendered. Noto Color Emoji / Segoe UI Emoji remain as fallbacks.\n\nCo-Authored-By: Claude Sonnet 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I471e23d9720372ec459d05eeb98ccb6f97d5e970\n"
    },
    {
      "commit": "53422f60ddd86cd6fae0ff79bc3c263712ab850b",
      "tree": "1fbaa4a039df64835bf4181ef7532f296ea20952",
      "parents": [
        "e63695130c0626c2665aa2e9f18ec8936b9edac9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 12:25:12 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 23 12:25:12 2026 +0200"
      },
      "message": "Strip kableExtra\u0027s inline font-size override from table captions\n\nkable_styling(font_size \u003d ...) adds an inline\n\"font-size: initial !important;\" to table captions, which no stylesheet\nrule can override, leaving them at the browser default size while figure\ncaptions get the template\u0027s 20pt. Remove the inline property via a small\nscript before \u003c/body\u003e so the template\u0027s caption CSS applies. Runs in\nbrowsers and in headless Chrome PDF printing alike.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: If01351f62ec34a39a0a4ca4747f7e767207e3ebb\n"
    },
    {
      "commit": "e63695130c0626c2665aa2e9f18ec8936b9edac9",
      "tree": "b9c12903f3a931a47251ca75d15f230cc1c00e4a",
      "parents": [
        "c25189d17b54bb0c699d997dad625fd364671ea5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 16:09:52 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 16:09:52 2026 +0200"
      },
      "message": "Update roxygen2 to 8.0.0\n\nChange-Id: I08e89fa9421445475c5b5862eba5edc40e8ca323\n"
    },
    {
      "commit": "c25189d17b54bb0c699d997dad625fd364671ea5",
      "tree": "e4e7d296ade11af6543cb8df6372c4a0f5405f5a",
      "parents": [
        "68a3e3566c86f06ca870e404fec75b94dba0daa8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 15:52:34 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 15:57:40 2026 +0200"
      },
      "message": "Fix bottom-left logo clipping and Leibniz SVG viewBoxes\n\nThree related defects conspired to clip the Leibniz Association logo at\nthe poster bottom, depending on viewport size and info-column width:\n\n- #info-column used `bottom: 7vH` in print, but vh resolves against the\n  headless-Chrome viewport, not the page, so the offset was arbitrary.\n  Use a physical 25mm instead.\n- The title row\u0027s margin-top collapsed through .poster_wrap, pushing the\n  wrap ~6% below the page bottom, so bottom-anchored children ended up in\n  the zone the @page bottom margin cuts off. `display: flow-root` on the\n  wrap stops the collapse and pins it to the page.\n- Both inline Leibniz logos declared `viewBox\u003d\"0 0 ... 120\"` while their\n  drawings actually span y\u003d89..388, so part of the artwork (notably the\n  \"Leibniz Association\" caption) could fall outside the rendered area at\n  certain element widths. Set the viewBoxes to the true drawing extents\n  (measured with inkscape --query).\n\nVerified with the CMC2026 and DeLiKo@DNB posters: logo complete on both,\nlayouts otherwise unchanged.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: Id0d871069d5a3576231313cb5d4acb20495b0c18\n"
    },
    {
      "commit": "68a3e3566c86f06ca870e404fec75b94dba0daa8",
      "tree": "83f20e1cf15241a8a8fac931150108aa2dae7dc4",
      "parents": [
        "c0ae3c288ccacc25d7e173ddbe80d2af08d64b98"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 15:29:53 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 15:29:53 2026 +0200"
      },
      "message": "Remove background tint from verbatim/code spans\n\nInline code kept a light secondary/primary-colour background tint,\nwhich stands out on posters (and prints as grey boxes). Keep the\ncoloured foreground but make the background transparent.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I03d27bb66259a5cc515bfcf949886fcac2f17abd\n"
    },
    {
      "commit": "c0ae3c288ccacc25d7e173ddbe80d2af08d64b98",
      "tree": "ea2a54f7c2b3cc556a9b920740fa9d6395b7aa29",
      "parents": [
        "d13544da46100e0f1247ae31ada1c97b1001a70d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 11:47:07 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 11:52:59 2026 +0200"
      },
      "message": "Add fabric print variant with black replaced by dark grey\n\nWhen printing on light fabric, solid black bleeds out, making QR codes\nhard to scan and text fuzzy. ci/pdf-lighten-black rewrites all vector\npure black in a finished PDF to a dark grey (default 15%, configurable)\nvia a qpdf QDF round-trip: text and vector graphics stay vector and\nembedded raster images are untouched. The CI now additionally produces\ntarget/skeleton_fabric.pdf.\n\nPorted from the DeLiKo@DNB poster project.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I594a1a813284e8d4f9d6c3a97f0d3d56c36162a6\n"
    },
    {
      "commit": "d13544da46100e0f1247ae31ada1c97b1001a70d",
      "tree": "4412bca1d504155a5591f14b02e7b87c4d819cf2",
      "parents": [
        "c26344ffbd9616b08d57bc961c91a7b176ae0681"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 11:04:45 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 17 11:52:59 2026 +0200"
      },
      "message": "Port html2pdf and CI improvements from the DeLiKo@DNB poster project\n\nci/html2pdf:\n- Temporarily inject CSS that forces exact A0 dimensions and prevents\n  Chrome\u0027s print shrinking (restored via trap, also on failure)\n- Enable automatic hyphenation with full google-chrome by seeding a\n  persistent profile with the hyphen-data component; chrome-headless-shell\n  (CI) bundles the dictionaries and needs no help. Language-aware via\n  \u003chtml lang\u003e with a build-time warning if no dictionary is found\n- Work from the input file\u0027s directory so relative asset links resolve\n- Honor the optional output-path argument (previously silently ignored);\n  URLs still bypass injection for the CI smoke test\n\n.gitlab-ci.yml:\n- Apt mirror auto-selection with retries and timeouts\n- Cache apt archives, ccache, and the R library between runs\n- Install Node.js 24 LTS (distro Node 18 is EOL and too old for\n  current @puppeteer/browsers)\n- Install emoji/symbol fonts; add ghostscript and an A1 downscale step\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\nChange-Id: I704f1c1749690f3a86619ad724fa3e4484c0824a\n"
    },
    {
      "commit": "c26344ffbd9616b08d57bc961c91a7b176ae0681",
      "tree": "498517f4f7656da2bb56629181f477a5e61b2ced",
      "parents": [
        "6667402d613886936511859f1241d2f2cf4bcac8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 26 11:21:56 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 26 11:22:42 2026 +0100"
      },
      "message": "Make copyright year configurable via \u0027year\u0027 YAML variable, default 2026\n\nChange-Id: Ibdf26a92b252198f57384636c31d065f07e1564f\n"
    },
    {
      "commit": "6667402d613886936511859f1241d2f2cf4bcac8",
      "tree": "a8b7e571c93aee032617f4d3c23e8b8a6aedc21d",
      "parents": [
        "25d44638fbd5971fce3a049a5ae6f055dc56811a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 17:37:56 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 17:37:56 2025 +0200"
      },
      "message": "Add thin space in R5\n\nChange-Id: I45288758baef86996b4cf0f3c95497d22d10166f\n"
    },
    {
      "commit": "25d44638fbd5971fce3a049a5ae6f055dc56811a",
      "tree": "170fa62bc1a758c00146ad1a2b32c1c6cf18dd9f",
      "parents": [
        "e074d05e948b3d636c2e811c51d7579939791c4e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 17:37:05 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 17:37:05 2025 +0200"
      },
      "message": "Always use \"Postfach\"\n\nChange-Id: Ifa0f2cb1678d05ca42fe5472f71b42cf016cd54f\n"
    },
    {
      "commit": "e074d05e948b3d636c2e811c51d7579939791c4e",
      "tree": "1eade58046649600acd830b6aef34436df49bfc4",
      "parents": [
        "71bfc029d29a76595d4e96205fd0caf64694447b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 13:50:10 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 14:43:59 2025 +0200"
      },
      "message": "Fix ci scripts\n\nChange-Id: I1ba50c6bf57f94f9eb811623aa8d3e8427b39361\n"
    },
    {
      "commit": "71bfc029d29a76595d4e96205fd0caf64694447b",
      "tree": "795eee9bc4d8fbdc32918fb73b6685ad8ec09034",
      "parents": [
        "046b1f7150e45f295f13579d34b1a1badda4d4d8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 07:13:28 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 07:13:28 2025 +0200"
      },
      "message": "Make sure hyphenation is always activated\n\nChange-Id: I3df2b114cb9b50df09095b7b8cef55495777bcaa\n"
    },
    {
      "commit": "046b1f7150e45f295f13579d34b1a1badda4d4d8",
      "tree": "52c2dd52c6b6104090cf55d9b89b6f921371377f",
      "parents": [
        "fcb7d47d802788244434cbe41507d417842ca7db"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 07:13:09 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 20 07:13:09 2025 +0200"
      },
      "message": "Fix Mozilla not displaying two columns\n\nChange-Id: Ie9e7968b6110c780e44448fc6a712b28e888bd72\n"
    },
    {
      "commit": "fcb7d47d802788244434cbe41507d417842ca7db",
      "tree": "45ab162fa701c3dc6d4ab207ecd6076e2202538d",
      "parents": [
        "d280ea6eeefae8bb7f6422285fbf87b7c7ecf331"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 17 18:07:57 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 17 18:24:21 2025 +0200"
      },
      "message": "Make html2pdf fool proof\n\nChange-Id: Idf92b21a25a219945a35deddc8844e6a99a2dff9\n"
    },
    {
      "commit": "d280ea6eeefae8bb7f6422285fbf87b7c7ecf331",
      "tree": "698fa2ccbf9325fdac2e4b8781aad0f6f1e0d5f7",
      "parents": [
        "99f558b9db695d5a4f21d46a7f60e4a9ea7cbf81"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 17 16:52:55 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 17 18:24:21 2025 +0200"
      },
      "message": "CI: do not try to install original posterdown\n\nseems to be removed from CRAN\n\nChange-Id: I9ea7ff532cf2b4757815008a34cd73b45d084512\n"
    },
    {
      "commit": "99f558b9db695d5a4f21d46a7f60e4a9ea7cbf81",
      "tree": "8155473f43a1244cb155424676bbfdd7915e24eb",
      "parents": [
        "9abbec1eb0ab118591e8576b94c929a65d055b8c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 17 18:04:19 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 17 18:04:19 2025 +0200"
      },
      "message": "Make sure that line heights are consistent\n\nChange-Id: Ic63b3c48a9d5529e7ff0bb989b64eb89ebc412ac\n"
    },
    {
      "commit": "9abbec1eb0ab118591e8576b94c929a65d055b8c",
      "tree": "ba27cadf48db7ad3400ddffd2ad0908fcf5ccd9f",
      "parents": [
        "db31f584da2457becaf56831c0af598c0a1ff668"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 01 17:28:25 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 01 17:28:25 2025 +0200"
      },
      "message": "Fix install command in README.md"
    },
    {
      "commit": "db31f584da2457becaf56831c0af598c0a1ff668",
      "tree": "29ca56fe674f1254eb228be076d92d8a31729b67",
      "parents": [
        "7e5b82263883db3c05e9cef6734d0b60312a8bf7"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 27 09:54:08 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 27 09:54:08 2025 +0100"
      },
      "message": "Improve bottom alignment of info column / WGL logo\n\nChange-Id: If410794f1cb4cf67f3e496feb892ae3544afde08\n"
    },
    {
      "commit": "7e5b82263883db3c05e9cef6734d0b60312a8bf7",
      "tree": "7694364737814669d817a8a8e9a0e8991e16bafe",
      "parents": [
        "dbd0bee9281b9aa2f6a4655705f1cba36def4eae"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 27 09:42:58 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 27 09:42:58 2025 +0100"
      },
      "message": "Fix size of German logo\n\nChange-Id: I4e9ce52a3934a5d96a4bb68ba83bb654af05f78c\n"
    },
    {
      "commit": "dbd0bee9281b9aa2f6a4655705f1cba36def4eae",
      "tree": "b06d10838b4b0af7b98146db24bd50dc7ca25043",
      "parents": [
        "d897975c79718fc85bb88b33bbaa4c80d7a8e24d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 25 12:48:56 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 25 12:48:56 2025 +0100"
      },
      "message": "Use second_logo instead of logoleft\n\nChange-Id: Id1192aee665611c437344f2c976ec0903273113a\n"
    },
    {
      "commit": "d897975c79718fc85bb88b33bbaa4c80d7a8e24d",
      "tree": "d6dc645f871ad58758fcda472c455f5ccbff6249",
      "parents": [
        "bb0659e3e326633e2126cbf1f4fc6912a1849618"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 25 12:45:05 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 25 12:45:05 2025 +0100"
      },
      "message": "All backgrounds are white\n\nChange-Id: I90c6515c778d425b4358f24e6b55965c871a9f8d\n"
    },
    {
      "commit": "bb0659e3e326633e2126cbf1f4fc6912a1849618",
      "tree": "fd8910b58e9a235610165f62f901ba1a8fc0a17b",
      "parents": [
        "60c2e47226080f9e74a276022be5282e4f7855d3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 24 18:07:06 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 24 18:07:06 2025 +0100"
      },
      "message": "Fix spelling of Programmbereich\n\nChange-Id: I48bfbed99948199a064402c3ea5f265d74de14ef\n"
    },
    {
      "commit": "60c2e47226080f9e74a276022be5282e4f7855d3",
      "tree": "02778d27b38be2f8c1d00d121b188af36eb5b0cf",
      "parents": [
        "cce8a492a2246be5618bb3026117a58733ab2eb4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 24 17:35:29 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 24 17:35:29 2025 +0100"
      },
      "message": "Remove zoom: 1 to make it adjustable\n\nChange-Id: Ied5c42cd3bd60e478ad1305cd62b97f38dda186b\n"
    },
    {
      "commit": "cce8a492a2246be5618bb3026117a58733ab2eb4",
      "tree": "363abffbc3854f49a340ca116d6035eab40224cc",
      "parents": [
        "ea92ad9dd08538bba137bf513ca6ffce22ab0c7a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 24 15:29:53 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 24 15:29:53 2025 +0100"
      },
      "message": "Revert \"Put zoom\u003d1 first to fix chrome issues\"\n\nThis reverts commit 50d2e1504dca2233b4c9dc9546cbb5a50e72fe51.\n"
    },
    {
      "commit": "ea92ad9dd08538bba137bf513ca6ffce22ab0c7a",
      "tree": "54fd27474a899c0db63b1527399722e44b277769",
      "parents": [
        "50d2e1504dca2233b4c9dc9546cbb5a50e72fe51"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Mar 23 18:16:06 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Mar 23 18:27:13 2025 +0100"
      },
      "message": "Switch to chrome-headless-shell in ci script\n\nChange-Id: Ibd1030f7cbbeb6ca8052be35b0411f8f2bcadb78\n"
    },
    {
      "commit": "50d2e1504dca2233b4c9dc9546cbb5a50e72fe51",
      "tree": "101a5181603a277f14f90b848f2ab9b0a7f5acf4",
      "parents": [
        "008d677fa57100aa5304de7ea6d98293f6b5e0ca"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Mar 23 18:15:23 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Mar 23 18:27:13 2025 +0100"
      },
      "message": "Put zoom\u003d1 first to fix chrome issues\n\nChange-Id: I7e410889fd534960c2543e52ec3945a9568ebaf5\n"
    },
    {
      "commit": "008d677fa57100aa5304de7ea6d98293f6b5e0ca",
      "tree": "a6e84a932cd19a6f604b15d93cafd13c4224e01e",
      "parents": [
        "87788d8c0e6b8b0b1765ded9238a14da4b41bc7e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 22 16:43:36 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 22 16:43:36 2025 +0100"
      },
      "message": "Add lang.de yaml option\n\nChange-Id: I2d11203e7e20bd658227bbe70177b4dcbcd1bd8e\n"
    },
    {
      "commit": "87788d8c0e6b8b0b1765ded9238a14da4b41bc7e",
      "tree": "c10492407d71713784a033b8bb3a87329accb852",
      "parents": [
        "b91feaeba225eb6e0e474f35fde76fa4aaf1b272"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 06 10:42:59 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 06 10:42:59 2025 +0100"
      },
      "message": "Add thin space in R 5 and remove D-\n\nThanks @Norbert!\n\nChange-Id: I82bbcf32ed5a960d3908fafa9c0c71300f288204\n"
    },
    {
      "commit": "b91feaeba225eb6e0e474f35fde76fa4aaf1b272",
      "tree": "3e3e08d9ca088d0fade6adac35be6a389b3c2322",
      "parents": [
        "78b0871692e6376e302168e848ca174fe1a0e0b5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 03 20:18:56 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 03 20:18:56 2025 +0100"
      },
      "message": "Make sure zoom is set to 1 in CSS\n\nOtherwise there are sometimes large margins right and bottom margins,\nafter conversion to PDF.\n\nChange-Id: I624140444e50bce26f939409cf9c8ec57d00770b\n"
    },
    {
      "commit": "78b0871692e6376e302168e848ca174fe1a0e0b5",
      "tree": "612d0d6a2fcb3ceff0453db5cbab2a2c5f45a714",
      "parents": [
        "cd68d8b0cab1ab2a3bec06e73cdd6907e0b4747e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 02 22:10:18 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 02 22:10:18 2025 +0100"
      },
      "message": "CI: use pak to install R packages\n\nChange-Id: I7fa652655f7754026227618f2ce42780e81bff4e\n"
    },
    {
      "commit": "cd68d8b0cab1ab2a3bec06e73cdd6907e0b4747e",
      "tree": "bd9c787d3f0cf5cf99c3ddeb011307fef2984b6e",
      "parents": [
        "6773050788c184f73ca97fb035a7a2653db03862"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 28 10:12:33 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 28 10:13:05 2025 +0100"
      },
      "message": "Update copyright in left column to 2025\n\nChange-Id: Id0844794cb8ef5467bc07b120c50972a838cecc2\n"
    },
    {
      "commit": "6773050788c184f73ca97fb035a7a2653db03862",
      "tree": "b8ca38bdbe4a01d16d7c8f31fd19d467c7cba232",
      "parents": [
        "e7654f7e3ec68bb0571d0bd09c7dbb0257ac3098"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 28 10:09:40 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 28 10:13:05 2025 +0100"
      },
      "message": "Use headless\u003dnew in html2pdf with chrome\n\nChange-Id: Id3cd3ad30e8c77300b8853b7c8950492279246fc\n"
    },
    {
      "commit": "e7654f7e3ec68bb0571d0bd09c7dbb0257ac3098",
      "tree": "62dcbade8bacff53f40ec8fb4efaf72cece113a7",
      "parents": [
        "f0eeb4654231adde0a96a4b6c33ea1a1d647dd07",
        "432d4043cd0a2612d59d012f0b3412c234141aef"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 05 10:33:12 2024 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Wed Jun 05 10:33:12 2024 +0200"
      },
      "message": "Merge \"README: Add instructions for plain markdown (without R)\""
    },
    {
      "commit": "432d4043cd0a2612d59d012f0b3412c234141aef",
      "tree": "55d4fa7e5030620f06aa65cccb5f6460d38d673e",
      "parents": [
        "a39d0cc66078e613cc225d8e24cbc29a9a00feda"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 05 10:15:04 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 05 10:15:04 2024 +0200"
      },
      "message": "README: Add instructions for plain markdown (without R)\n\nChange-Id: Iee09456a9eed02ce4b9de25fb480e7ed6b2aa604\n"
    },
    {
      "commit": "f0eeb4654231adde0a96a4b6c33ea1a1d647dd07",
      "tree": "0eb2946ce58981376bb1e64816015a8e2b6c8c46",
      "parents": [
        "e7b1945c5d542feed48254914f39b4086b6e1b49"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 31 16:13:55 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 31 16:13:55 2024 +0200"
      },
      "message": "CI: fix build\n\nChange-Id: I75432693106668382fb097939cb98f3fbc3e0eeb\n"
    },
    {
      "commit": "e7b1945c5d542feed48254914f39b4086b6e1b49",
      "tree": "5f3974540bb450758b8d68dd4b4611078926d9c7",
      "parents": [
        "a39d0cc66078e613cc225d8e24cbc29a9a00feda"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 31 14:43:10 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 31 14:43:10 2024 +0200"
      },
      "message": "Fix CI build\n\nChange-Id: I94958f7b7409732b6ab172908996eacb04d25c8f\n"
    },
    {
      "commit": "a39d0cc66078e613cc225d8e24cbc29a9a00feda",
      "tree": "83bc1860f2819c76ca9531d15534759e5b80744a",
      "parents": [
        "99e5cb813d35b795b8e7320065d8201311da2dcd"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 31 12:45:45 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 31 12:45:45 2024 +0200"
      },
      "message": "Rename to posterdown.ids\n\nand drop support for other layouts\n\nChange-Id: I8f62e38044f5259bd91bcc5aac551c9d9567d5b2\n"
    },
    {
      "commit": "99e5cb813d35b795b8e7320065d8201311da2dcd",
      "tree": "ecee256d679fd84e4dafc747b908af73102593d1",
      "parents": [
        "e2d5d2317f982cccc16896162b1c3821c86b0fc9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 18:28:58 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 18:28:58 2024 +0200"
      },
      "message": "Fix typo in example poster subtitle\n\nChange-Id: I0d8930f41e5b2bc276d65c9bce4fb48c43a56b36\n"
    },
    {
      "commit": "e2d5d2317f982cccc16896162b1c3821c86b0fc9",
      "tree": "10947d125c37065abcfcfe965b6e7e1fd452c889",
      "parents": [
        "c8fc6a65dfe6298ba1a50e87a4525b249db8444e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 18:25:00 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 18:25:00 2024 +0200"
      },
      "message": "CI: Install STIX fonts for TeX-math\n\nChange-Id: I96468b0a89301b5d532228bfa6f45d7e0ec9b2d1\n"
    },
    {
      "commit": "c8fc6a65dfe6298ba1a50e87a4525b249db8444e",
      "tree": "8be62c99dd103d5efc2c3cfa54c62fb3bd925271",
      "parents": [
        "d5ffc1046df216003836bece4e16958064eee32d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 18:21:59 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 18:21:59 2024 +0200"
      },
      "message": "Fix Readme.md errors\n\nChange-Id: I5a05447f1c27afd32e0b9f924d26736670eaa358\n"
    },
    {
      "commit": "d5ffc1046df216003836bece4e16958064eee32d",
      "tree": "449460f1bd6c4450f6f0e6a2170792c245cc18cb",
      "parents": [
        "bc7bf64d056a58ec1f509008d3b4845a2ff5a149"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 11:04:18 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 11:04:18 2024 +0200"
      },
      "message": "Update .gitignore\n\nChange-Id: Id4981cf61660ba206060dd26e82a0994c4351009\n"
    },
    {
      "commit": "bc7bf64d056a58ec1f509008d3b4845a2ff5a149",
      "tree": "c2d9c7a8c60574d7d38624a40769a3e4ca6e1dc3",
      "parents": [
        "1c1c59bfa70a3e21ffd9375e006d93dfb5c3e971"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 11:03:20 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 11:03:20 2024 +0200"
      },
      "message": "Left-align QR-Code (hack)\n\nAs suggested by @volz\n\nThis is a hack because the qrcode svg itself contains a margin that\ncannot be changed easily.\n\nChange-Id: I36bc026dc5bab42b37fe4530812a77044d463ee3\n"
    },
    {
      "commit": "1c1c59bfa70a3e21ffd9375e006d93dfb5c3e971",
      "tree": "65fc30a29aff1f5630bd5679a477ee867c4daabe",
      "parents": [
        "def927c31520303ccc450b35cb0055a4b947d490"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 10:57:14 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 10:57:14 2024 +0200"
      },
      "message": "Add hint about revealjs-ids to demo poster\n\nChange-Id: I0ab9a0d7508faf85cd21a4540a32b293970ad7d3\n"
    },
    {
      "commit": "def927c31520303ccc450b35cb0055a4b947d490",
      "tree": "3ceab50163ea0bac5ebdacc16e33743c61dd80f2",
      "parents": [
        "9470432364cb7bfade6b1eb302424dfcaa43f456"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 10:56:36 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 29 10:56:36 2024 +0200"
      },
      "message": "Adapt Readme more closely to IDS application\n\nChange-Id: I857ac36de37e40dcfddd32a475cab7c56a420b73\n"
    },
    {
      "commit": "9470432364cb7bfade6b1eb302424dfcaa43f456",
      "tree": "43f456566367c5a3948c561a87061ae7e62c0314",
      "parents": [
        "0edbbcd919cc3dfc70749f900f68a35c1a37bb7a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon May 13 13:00:18 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon May 13 13:00:18 2024 +0200"
      },
      "message": "Bump version to 2.0\n\nChange-Id: Ieb6d6a1a202feb7cd6d4943f68bd318c3fe65b5f\n"
    },
    {
      "commit": "0edbbcd919cc3dfc70749f900f68a35c1a37bb7a",
      "tree": "6a93a1c79b0f02db7cdc2bdeeb82ee9e64074054",
      "parents": [
        "ea62b43b6032727f1d246fc186cf35486464b875"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon May 13 13:00:06 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon May 13 13:00:06 2024 +0200"
      },
      "message": "Increase margin top of figure caption from 2 to 4mm\n\nChange-Id: I5d5ff69756b1e8b19ab2499efd7390b51971f5de\n"
    },
    {
      "commit": "ea62b43b6032727f1d246fc186cf35486464b875",
      "tree": "e639acc17e8a67bb9a57b4fa5e3ef3f92eecd2a3",
      "parents": [
        "d69b9fac22310732f2e30317caf9a691e4898547"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 18:35:32 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 18:35:39 2024 +0200"
      },
      "message": "Update copyright year to 2024\n\nChange-Id: I015af38ea608fc7160731917ac040030633455ec\n"
    },
    {
      "commit": "d69b9fac22310732f2e30317caf9a691e4898547",
      "tree": "8383e7f7a24101b1198f3a5a2a4a04eb46ab7cfc",
      "parents": [
        "894587505b9fae35a80115b548d5d1f593993a8e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 12:46:35 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 12:46:35 2024 +0200"
      },
      "message": "Get CRAN repo from CDN\n\nChange-Id: Idb5e35036c55bccb6e5aac8e9ca01e0a224803b1\n"
    },
    {
      "commit": "894587505b9fae35a80115b548d5d1f593993a8e",
      "tree": "b405598ff8adb6e831610144eae0213aeaeed57e",
      "parents": [
        "3b69cbb0b50992b2ed0f69b69b22aed5ab95c4f6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 12:17:46 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 12:17:46 2024 +0200"
      },
      "message": "ci: Install all R packages dependencies\n\nChange-Id: I6b8a84c6751a8ea0027dafaf5510b4f677a98a57\n"
    },
    {
      "commit": "3b69cbb0b50992b2ed0f69b69b22aed5ab95c4f6",
      "tree": "8133e3f36e882722c35987c5fb843b6cdc80d885",
      "parents": [
        "3707b6798444e8dbaef5b1f2dee07e2f62c4ce46"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 12:17:14 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 12:17:14 2024 +0200"
      },
      "message": "ci: Use all cores for R package installation\n\nChange-Id: I42b6020133312bfc4ded9c5831bd3b88c37e3957\n"
    },
    {
      "commit": "3707b6798444e8dbaef5b1f2dee07e2f62c4ce46",
      "tree": "dfa7f6ce0d99f97a3fdf71f91c2d1880359afcf0",
      "parents": [
        "56bba5fa4a1d9ea4a36b8c2b7671fb4f4ee24cc7"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 11:26:13 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 02 11:26:13 2024 +0200"
      },
      "message": "Revert \"html2pdf: use headless\u003dnew explicitly\"\n\nThis reverts commit 56bba5fa4a1d9ea4a36b8c2b7671fb4f4ee24cc7.\n"
    },
    {
      "commit": "56bba5fa4a1d9ea4a36b8c2b7671fb4f4ee24cc7",
      "tree": "c48c990a79e607ff425ab244b143eadbf7741a80",
      "parents": [
        "9920d9d7e0ae778cc86891ac29ae7146cb4f36bb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 30 21:11:48 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 30 21:11:48 2024 +0200"
      },
      "message": "html2pdf: use headless\u003dnew explicitly\n\nChange-Id: I501b390c9646ae549c9d144e530a6306c36e5ff7\n"
    },
    {
      "commit": "9920d9d7e0ae778cc86891ac29ae7146cb4f36bb",
      "tree": "dfa7f6ce0d99f97a3fdf71f91c2d1880359afcf0",
      "parents": [
        "18a120ca3b9f82e1b0245cbe64b15cdea9308a35"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 30 20:54:55 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 30 21:10:26 2024 +0200"
      },
      "message": "html2pdf: set virtual time budget\n\nChange-Id: Ia99d00671ed618aa8f5698772e70dcfa1952b915\n"
    },
    {
      "commit": "18a120ca3b9f82e1b0245cbe64b15cdea9308a35",
      "tree": "a5fb735a8b558f0a6f94865e13ccb3e8a07160eb",
      "parents": [
        "f796d62b54ef5cc98d79ed938bdf0ab633aabe90"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 30 21:04:33 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 30 21:10:26 2024 +0200"
      },
      "message": "html2pdf: Prepare for specific chrome-version\n\njust in case\n\nChange-Id: I8cf09f21ee10620456d491c493b61f66e259fdd5\n"
    },
    {
      "commit": "f796d62b54ef5cc98d79ed938bdf0ab633aabe90",
      "tree": "68537e00047672ac641f1fa4ddd601cccf6206e9",
      "parents": [
        "7f2578e4d9a42e0f92b7ba5ae43c6ef0f66b6b0b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 30 19:47:44 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 30 19:47:44 2024 +0200"
      },
      "message": "Don´t set default img width in css to make it overridable\n\nby fig.width\n\nChange-Id: Ib57f1412f7b3191805e4de00ae8b5b17ba4ffec4\n"
    },
    {
      "commit": "7f2578e4d9a42e0f92b7ba5ae43c6ef0f66b6b0b",
      "tree": "f99f5f4a3ee0e5472e8f90141ed6560bca3048a9",
      "parents": [
        "ffb615607b3fccdd0ed38b13d5fe6ca00e136b41"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 29 17:17:39 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 29 17:17:39 2023 +0200"
      },
      "message": "Try to fix some CORS problems\n\nChange-Id: If77e120ba380678bd2296c5bed61f65ab9438442\n"
    },
    {
      "commit": "ffb615607b3fccdd0ed38b13d5fe6ca00e136b41",
      "tree": "f19922cd14806c1b4392735f0132f517f7ab2f8f",
      "parents": [
        "1548dc34a3580e7ac0fdea9b364433265efbc5c5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 29 14:34:11 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 29 14:34:11 2023 +0200"
      },
      "message": "Enable automatic hyphenation (set lang metadata)\n\nChange-Id: I5c885d3043a27766e2b1dfec05703347d0f45d3d\n"
    },
    {
      "commit": "1548dc34a3580e7ac0fdea9b364433265efbc5c5",
      "tree": "cdbfe8c504a7babbc5d03f831c1c8d891ec70b4a",
      "parents": [
        "716df9313bc84a80ef28acdbe82c1ba3a67aa210"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 28 22:17:34 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 28 22:17:34 2023 +0200"
      },
      "message": "Let columnline_style default to none\n\nChange-Id: Icbeed54325cfd8ff36005da124a556af72435413\n"
    },
    {
      "commit": "716df9313bc84a80ef28acdbe82c1ba3a67aa210",
      "tree": "e29c850a2e75561e77e704794f79962ad216473d",
      "parents": [
        "b08ed46e8075a615b8a4e00a427d223ed099ec8b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 28 20:24:00 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 28 20:24:00 2023 +0200"
      },
      "message": "Make source code font weight 600\n\nChange-Id: Ibfbe97d05ca9c05379e344c42f4d73c54a096e71\n"
    },
    {
      "commit": "b08ed46e8075a615b8a4e00a427d223ed099ec8b",
      "tree": "266be902980949882c4a2cf981c049425aa2d268",
      "parents": [
        "80df4e3f73ae011d1ab6ebb3b3270be87b22486d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 27 18:07:58 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 27 18:07:58 2023 +0200"
      },
      "message": "Actually avoid page breaks in .figure\n\nChange-Id: I085dcd014ccab724f3bc205c4c9e5eaa821ad197\n"
    },
    {
      "commit": "80df4e3f73ae011d1ab6ebb3b3270be87b22486d",
      "tree": "2d36af724b2b5bb75ac2f308d1c10dda2b6049c5",
      "parents": [
        "edd2c4eb708b37f46035859ea3972d06abfe2208"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 27 18:07:07 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 27 18:07:07 2023 +0200"
      },
      "message": "Reduce margins around datatables\n\nChange-Id: I2cb72ea08e9f7d5b28ed38ae5332bbec5e8880ae\n"
    },
    {
      "commit": "edd2c4eb708b37f46035859ea3972d06abfe2208",
      "tree": "0697f4b6c6c9b6399291f0a35ab3f17213790f81",
      "parents": [
        "fb3808892748108752e4918e46d0213ada1377a9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 27 15:57:45 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 27 15:57:45 2023 +0200"
      },
      "message": "Avoid page break in source code\n\nChange-Id: Idf2fc6061b322f89311b72976c2e1ddc6b34c240\n"
    },
    {
      "commit": "fb3808892748108752e4918e46d0213ada1377a9",
      "tree": "78d3955e995ad25a7049285a072b18dba0e0484e",
      "parents": [
        "24081891b3fb021147076d347bb6a913d0ee681e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jun 26 20:52:06 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jun 26 20:52:06 2023 +0200"
      },
      "message": "Reduce body-img width to column width\n\nChange-Id: Id53938ee41bdf1a7b95d52cadfa1fff207608740\n"
    },
    {
      "commit": "24081891b3fb021147076d347bb6a913d0ee681e",
      "tree": "f2691bc77fbfc71cbe4218acc8760c470259fb74",
      "parents": [
        "cbe8b14f2375d900702c40f9c4c4301defa29e60"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jun 26 20:51:27 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jun 26 20:51:27 2023 +0200"
      },
      "message": "Include more lines of qrcode svg to allow for embedded logos\n\nChange-Id: If96e7a0764325088adbe8e32614f5273d6c24c9a\n"
    },
    {
      "commit": "cbe8b14f2375d900702c40f9c4c4301defa29e60",
      "tree": "3ff3a5d3a0b34482217b72c80bc7c25f710f85c1",
      "parents": [
        "b07481cad5efc0c811fe1082975589efeb97bb05"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jun 24 17:48:20 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jun 24 18:20:12 2023 +0200"
      },
      "message": "Add linked qrcode: qrlink\n\nChange-Id: I344ae90b5cc6aad9f61ff5ac9e42fe8680af7164\n"
    },
    {
      "commit": "b07481cad5efc0c811fe1082975589efeb97bb05",
      "tree": "8ffc45f3c25592d9010aa0ecfe4757ef67117379",
      "parents": [
        "efa616e3322b188a3f2953651314edf4bfb9ae75"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jun 24 10:42:37 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jun 24 10:42:37 2023 +0200"
      },
      "message": "Fix contact website\n\nChange-Id: I8069ce57f3f1531bd9a4517852b2e311aca3e1ee\n"
    },
    {
      "commit": "efa616e3322b188a3f2953651314edf4bfb9ae75",
      "tree": "712e9b400b4f4ed11541b04371a758ebd3701fb8",
      "parents": [
        "87016efe3402fc0300739b1db0177757c788de5f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jun 24 10:42:16 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jun 24 10:42:16 2023 +0200"
      },
      "message": "Add contact.qrcode option\n\nChange-Id: Ia394607bbdc284c68b4cee8c00bc73c4c438a865\n"
    },
    {
      "commit": "87016efe3402fc0300739b1db0177757c788de5f",
      "tree": "02d812b4c694dabcc3a31f0564bef4ad8649a14c",
      "parents": [
        "7c3742c3267e57a47b64114af99349da28c0fbf1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 23 20:10:55 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 23 20:10:55 2023 +0200"
      },
      "message": "Avoid page breaks after headlines and inside figures\n\nChange-Id: Ic4a844d36538e8074a09a772a29f6818481788e0\n"
    },
    {
      "commit": "7c3742c3267e57a47b64114af99349da28c0fbf1",
      "tree": "7221be546d1b876e9b23e05ec7d6a1f78b3800c8",
      "parents": [
        "d2078914f817583d33f94034042acdabc881b1ae"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 23 20:01:49 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 23 20:01:49 2023 +0200"
      },
      "message": "Make sure info-column is displayed on first page\n\nby fiddling around :/\n\nChange-Id: I94be7a5f21f7f8b3b327b855408da0bfb5bb3530\n"
    },
    {
      "commit": "d2078914f817583d33f94034042acdabc881b1ae",
      "tree": "15e42f3ebd6b2bde5dc0b1f1c69357c846f9a06d",
      "parents": [
        "0bbfe8c6b8736832ad7575bcff5112b0cecb6cfc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 23 18:41:10 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 23 18:41:10 2023 +0200"
      },
      "message": "Make sure that the infobox is placed at the bottom\n\nChange-Id: Ibaf55132f834dfc83286e3d94c04500c04746df6\n"
    },
    {
      "commit": "0bbfe8c6b8736832ad7575bcff5112b0cecb6cfc",
      "tree": "ad822905479f32c2ee29f05c097b762532d3c589",
      "parents": [
        "b874ac8a572252ff18fb3ba286a16de7ee3e5e5b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 23 18:39:17 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 23 18:39:45 2023 +0200"
      },
      "message": "Make orange bar more reliable for short titles\n\nChange-Id: I02476b1d7b63c5f7e50bd0c95076626f6ac779f3\n"
    },
    {
      "commit": "b874ac8a572252ff18fb3ba286a16de7ee3e5e5b",
      "tree": "ce7ff8962548e3394ae0f32bf521b4c7cc49445e",
      "parents": [
        "b413d2ca1686fae504daa500b310019edcc19d56"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 22 16:51:50 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 22 16:51:50 2023 +0200"
      },
      "message": "Move IDS logo 1% up\n\nChange-Id: I6a0009bdb9cd55ca6bf81f3a75506c1b68bf51c8\n"
    },
    {
      "commit": "b413d2ca1686fae504daa500b310019edcc19d56",
      "tree": "78067b51bb80b19e46e0c872a63b06cc92fbc5c3",
      "parents": [
        "0485f3606fd71c916828e4dd5bbc644bf6d83b3d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 22 15:45:53 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 22 16:33:10 2023 +0200"
      },
      "message": "Use table layout for orange bar + title\n\nChange-Id: I4030555c74dabdf1646a73a58f380c9432f5b127\n"
    },
    {
      "commit": "0485f3606fd71c916828e4dd5bbc644bf6d83b3d",
      "tree": "d2ed938e82d5c8752dd15b1a75a4a9aaaf42c23a",
      "parents": [
        "7ca2eba982fb5b626a0c0c2628296fe38d8d1dce"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 19:55:26 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 19:55:26 2023 +0200"
      },
      "message": "Fix top margin and margin after ul ul\n\nChange-Id: Ibed46c99379ca5bc5a03fc37fa21e9a02af8fdf1\n"
    },
    {
      "commit": "7ca2eba982fb5b626a0c0c2628296fe38d8d1dce",
      "tree": "6ba01e9fe39e650bedbb193bcc80414e7dd70a10",
      "parents": [
        "01a59188b397146f2603166f3f99f5b4f4a55fc8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 13:35:16 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 13:35:16 2023 +0200"
      },
      "message": "Use darker IDS orange variant\n\nChange-Id: Ib98ce480435f6bf21b4d37d00ce1f9548a257099\n"
    },
    {
      "commit": "01a59188b397146f2603166f3f99f5b4f4a55fc8",
      "tree": "6a7b20a170673580f2387fc350a47e6c1cad1e95",
      "parents": [
        "f25c5281bbc167e164b819bc6f5e093610de2121"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 13:34:48 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 13:34:48 2023 +0200"
      },
      "message": "Apply Norberts corrections\n\n* margin above IDS Logo must be roughly sas high as the logo itself\n* always use Leibniz-Institut für ...\n\nChange-Id: I658b6d5afd0af1b07e74cdf64391029f500c58ce\n"
    },
    {
      "commit": "f25c5281bbc167e164b819bc6f5e093610de2121",
      "tree": "589120b6140a77ecbb5db6056680cf108ad243de",
      "parents": [
        "59d7b14f71880cb4e4f31f89c4f8352ece9b859d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:49:54 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:49:54 2023 +0200"
      },
      "message": "Switch back to chrome headless\u003dold\n\nheadless\u003dnew does not reliably terminate\n\nChange-Id: I54c130580d9a95722e701980bc9449912d00d176\n"
    },
    {
      "commit": "59d7b14f71880cb4e4f31f89c4f8352ece9b859d",
      "tree": "a9f229c119a4387617ac9ccc93175214ecf0e4ca",
      "parents": [
        "16cb8bb0c5cb5ffe19b5cfa1da58662b7b133551"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:46:56 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:46:56 2023 +0200"
      },
      "message": "Fix typos\n\nChange-Id: I6d90eb4ea0036edffb5d54625f377baa42fe00c1\n"
    },
    {
      "commit": "16cb8bb0c5cb5ffe19b5cfa1da58662b7b133551",
      "tree": "156d03c35eafd3636a5e1fddebd960e4f0ca54f8",
      "parents": [
        "917b6180971f6eb4fa45f7d6e7491bd171a1e922"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:44:57 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:46:29 2023 +0200"
      },
      "message": "Style footnotess\n\nChange-Id: Id39837f5378a00f213ebee2a01916a9b975e8797\n"
    },
    {
      "commit": "917b6180971f6eb4fa45f7d6e7491bd171a1e922",
      "tree": "ba4ef42be4c60925268f586d3566189e6cb6bd57",
      "parents": [
        "c1ef9d271218cf3f8c201bfa46c295aeefb61f4f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:43:39 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:43:39 2023 +0200"
      },
      "message": "Add street address to left column\n\nChange-Id: I8f053b4669dab328fb61b896b9a9cfc2ba17f982\n"
    },
    {
      "commit": "c1ef9d271218cf3f8c201bfa46c295aeefb61f4f",
      "tree": "ee804e7b1bdbec6c81a1afc3deb7c840504707cd",
      "parents": [
        "84bb39d9ffb9a519b03917d183cd95b42fd5bff8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:43:08 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 21 11:43:08 2023 +0200"
      },
      "message": "Remove hyphen from Leibniz Institute\n\nChange-Id: Id601d8b3fc090b0e7398174b24f22ce1059eea70\n"
    },
    {
      "commit": "84bb39d9ffb9a519b03917d183cd95b42fd5bff8",
      "tree": "d2f1cd3a06b4d5a30d9247681c15078b4bf498f8",
      "parents": [
        "ad17fb07e7809aca7b69337bfb3527af6df540f2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 20 15:34:48 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 20 15:57:44 2023 +0200"
      },
      "message": "Now really switch to headless\u003dnew\n\nChange-Id: I9a93b919058677eb6364ea4f8011b895f4f5f4f2\n"
    },
    {
      "commit": "ad17fb07e7809aca7b69337bfb3527af6df540f2",
      "tree": "882eee47078d09045d7ac6d5fbdb1cea7c956b1e",
      "parents": [
        "72cbb13dc40f4abd98d132a92ec1c8131597ce6e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 20 15:20:51 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 20 15:20:51 2023 +0200"
      },
      "message": "Reduce vertical margins for h4 - h6\n\nChange-Id: I7fdad39b8273f13d4fc445bd469bcd204873d47e\n"
    },
    {
      "commit": "72cbb13dc40f4abd98d132a92ec1c8131597ce6e",
      "tree": "361d91491ccb5d6fe7deb411896141b2d0c563ff",
      "parents": [
        "fcc3ca9b175d02fb3726f219aeacf3ef5f5dd5ff"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jun 19 17:21:43 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jun 19 17:21:43 2023 +0200"
      },
      "message": "Decrease default titlebox_height to 7.5%\n\nChange-Id: Icbdbdfa4ef7ba7db8b24e641eb5891651fdf0634\n"
    },
    {
      "commit": "fcc3ca9b175d02fb3726f219aeacf3ef5f5dd5ff",
      "tree": "f82ea42d399032b61b846d66942c76646ad2f26a",
      "parents": [
        "fb80dc5650b27460519a4ea47ef0eb7994817168"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 15:07:15 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 15:07:15 2023 +0200"
      },
      "message": "Only center imgs in figures\n\nChange-Id: I756d9ecc885f51b39a26418bd008581c4593672a\n"
    },
    {
      "commit": "fb80dc5650b27460519a4ea47ef0eb7994817168",
      "tree": "74c4db5bb28d749b5a5e88f5b784f7ebd1194dbd",
      "parents": [
        "c193333b5c115ce2e06bda3ae64f4736adb6abe9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 14:31:50 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 15:06:11 2023 +0200"
      },
      "message": "Switch to headless\u003dnew chrome interface\n\nChange-Id: Id6f2c847bf5d5b1be65caf78cdd03977b409d5e4\n"
    },
    {
      "commit": "c193333b5c115ce2e06bda3ae64f4736adb6abe9",
      "tree": "0f0a188476c08a878884bc145b2e83537cd00d5d",
      "parents": [
        "2de8dfb6da2637a76a050f76079f793d73ae227d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 13:03:12 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 13:03:12 2023 +0200"
      },
      "message": "Fix figure caption centering\n\nChange-Id: I0f15d88a401cbd7838b17610f70bd7de1c1cd597\n"
    },
    {
      "commit": "2de8dfb6da2637a76a050f76079f793d73ae227d",
      "tree": "cfbfe656728e30d741dee9b9397599ca72017c42",
      "parents": [
        "5625fc75755a55bf918906bd7583759dc26e835b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 12:37:18 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 12:37:18 2023 +0200"
      },
      "message": "Center images and captions by default\n\nChange-Id: Ia7b6e3d071fd5b62edb197784571ab5f1b648649\n"
    },
    {
      "commit": "5625fc75755a55bf918906bd7583759dc26e835b",
      "tree": "2af85efeabcaa249358c5764948ce76dc53f2592",
      "parents": [
        "fbbd0bacd8dcd1f5d6e716f12f2cd3a663e76a37"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 12:12:13 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 12:12:13 2023 +0200"
      },
      "message": "Add Zotero hint to skeleton\n\nChange-Id: I95768158acc623a77e07c757800e4564f9c08c14\n"
    },
    {
      "commit": "fbbd0bacd8dcd1f5d6e716f12f2cd3a663e76a37",
      "tree": "afcb60117d35856f1be20ecba15bf42bada66a1c",
      "parents": [
        "4bc00016f73eec95c6a0a05c84f833213b18ba3e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 12:11:51 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 12:11:51 2023 +0200"
      },
      "message": "Improve source code style slightly\n\nChange-Id: I32186e8d7fcfa913e0ba64e7e494bac60ceddc95\n"
    },
    {
      "commit": "4bc00016f73eec95c6a0a05c84f833213b18ba3e",
      "tree": "79bf1e46364f12e8a67ff23090c16167de3cace9",
      "parents": [
        "f3c9ad4e6e4ee310e24287a15272e4c0db5ced11"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 12:07:58 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 18 12:07:58 2023 +0200"
      },
      "message": "Unify top and bottom margins for p, ol, ul\n\nChange-Id: I4fef691d9130f05403f2c33af0831f297f1755ac\n"
    },
    {
      "commit": "f3c9ad4e6e4ee310e24287a15272e4c0db5ced11",
      "tree": "2cbaf0e4f536f41367c857e394dda15ede5a0dae",
      "parents": [
        "fd6b8f2818f1bf975efcb4b3fe537aaadc9d8b21"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:16:30 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:16:30 2023 +0200"
      },
      "message": "Decrease vertical margins around pars\n\nChange-Id: I2db0392818faeefcea65f72abe17524c2b4a1eb9\n"
    },
    {
      "commit": "fd6b8f2818f1bf975efcb4b3fe537aaadc9d8b21",
      "tree": "4cd1459165052bb9194bf309172bc31f1b270970",
      "parents": [
        "37912c3b30752969386942b925d7da019fe76939"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:09:59 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:09:59 2023 +0200"
      },
      "message": "Add vertical space around tables\n\nChange-Id: Ic682942768d9a06bf4e76898959ba5be93bab021\n"
    },
    {
      "commit": "37912c3b30752969386942b925d7da019fe76939",
      "tree": "176c65a8a290c6a4206b5b10e5a80e4a34865a06",
      "parents": [
        "017c91289776703b4842f836d89fb9aaaa6d4e88"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:09:36 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:09:36 2023 +0200"
      },
      "message": "Vertically align orange box in front of h1\n\nChange-Id: Ic6ada7f53be1a36468c8e61adbf0cd0e2389f46f\n"
    },
    {
      "commit": "017c91289776703b4842f836d89fb9aaaa6d4e88",
      "tree": "450c653ea716960d3da26041a4504f6b49256e16",
      "parents": [
        "756f4d08a99a2be157672b6827374ca23d23f282"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:08:47 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:08:47 2023 +0200"
      },
      "message": "Increase column gap and drop all horizontal content margins\n\nChange-Id: I8ef4ebb19aee92d320c9538aa2d4874dbac822a8\n"
    },
    {
      "commit": "756f4d08a99a2be157672b6827374ca23d23f282",
      "tree": "890e950c72da2e5524ad6e68ebbb529f07e70238",
      "parents": [
        "d0e1b3a0fd91389aac7033c846d4433393d88e19"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:07:12 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 17:07:12 2023 +0200"
      },
      "message": "Use all horizontal space for title\n\nChange-Id: Ib3d93a89ab9993e296ce0512be3b7aa36885234d\n"
    }
  ],
  "next": "d0e1b3a0fd91389aac7033c846d4433393d88e19"
}
