)]}'
{
  "log": [
    {
      "commit": "60a299becf93f0455d06facc768f46bdf897db2a",
      "tree": "3fe3adb6dee2c70681814b72687093c0ee0acaa1",
      "parents": [
        "1bd536e135f8ac57421cf58f0648284e77da1cbc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 05 17:45:56 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 05 18:10:11 2026 +0200"
      },
      "message": "feat: add support for customizable QR code text/caption in poster margin\n\nChange-Id: I731628490502fb5af4333ec27105dc61396e6ef8\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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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"
    },
    {
      "commit": "095d7de21fab45f086a98ca98e2f97a6b1f53de9",
      "tree": "846bde7960dc34bff8a8f0a1ab563bd286bd4a19",
      "parents": [
        "5e2f38e726de72f0f75bc59cb0ec49d089ceb82a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 08:22:56 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 16 09:07:07 2023 +0200"
      },
      "message": "Improve margins\n\nChange-Id: I0ad246a5001b047bdce69ab02f7bedb9971bd085\n"
    },
    {
      "commit": "dcb81cf4d119b50845239e2ce6a606bac57b9ffa",
      "tree": "8ef7541065d6acd5c59886024fae1963bcd17cda",
      "parents": [
        "a9ba8c9a5d515fb89f7c7e713d52557b0992567b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 15 08:58:56 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 15 08:58:56 2023 +0200"
      },
      "message": "Center demo figure2\n\nChange-Id: Ic77495f4d4f7e74d7268ca5385b04bfa7f9378be\n"
    },
    {
      "commit": "b9bbf2073a721816dcedcf5156e39467ca2acf03",
      "tree": "9b397ea396d147e33e893ed43ced43f91941f903",
      "parents": [
        "d97a8cb6d8f860433cc40c3a654c997d49f3af05"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 20:10:30 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 20:10:30 2023 +0200"
      },
      "message": "More adaptions and customization for IDS\n\nChange-Id: I86d2a82f8b57e56fb7687297ad2bb584666ba830\n"
    },
    {
      "commit": "d97a8cb6d8f860433cc40c3a654c997d49f3af05",
      "tree": "2e7a6dc4e9214ddf0cc39271f18ac860a5ae70dc",
      "parents": [
        "c372485eca368d6b4e5a60f7e4eb7e56c61a1f95"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 20:10:30 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 20:10:30 2023 +0200"
      },
      "message": "In skeleton get CSL from GitHub\n\nChange-Id: I6a976df8bdc4c40aed4c370575579fa51afc4dfc\n"
    },
    {
      "commit": "c372485eca368d6b4e5a60f7e4eb7e56c61a1f95",
      "tree": "7e67d4c49a4e6ef1a50fbc7aed2277e019b4342f",
      "parents": [
        "9250fc2b435061d6af453127e3532a19881b0829"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 14:20:36 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 14:20:36 2023 +0200"
      },
      "message": "Start adding IDS specific documentation\n\nChange-Id: I1d731da0633e3f83eeec0c0d76d415183ab10745\n"
    },
    {
      "commit": "9250fc2b435061d6af453127e3532a19881b0829",
      "tree": "456d36e043ded655dbd861db76a5e0b0a92781a2",
      "parents": [
        "38f41bb593aaf82474b7694f1a9659d6d0a1cc59"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 14:19:55 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 14:19:55 2023 +0200"
      },
      "message": "Add CSS for bibliography\n\nChange-Id: I67c34b52c3959d09f4d4dd9cf20fced758a049c7\n"
    },
    {
      "commit": "38f41bb593aaf82474b7694f1a9659d6d0a1cc59",
      "tree": "ea3d08240ed58dee28977bea636deb069fbdbb8a",
      "parents": [
        "d2be7361c484907b3f269e7890dbcb4f9f4d4007"
      ],
      "author": {
        "name": "Marc K",
        "email": "morckx@gmail.com",
        "time": "Wed Jun 14 11:02:29 2023 +0200"
      },
      "committer": {
        "name": "Marc K",
        "email": "morckx@gmail.com",
        "time": "Wed Jun 14 11:02:29 2023 +0200"
      },
      "message": "Try to make sure that the full height is used\n\nChange-Id: Ib0d48b213a77eb410ddf839bab7b22071febc71a\n"
    },
    {
      "commit": "d2be7361c484907b3f269e7890dbcb4f9f4d4007",
      "tree": "b4100a3cc33f088b296add1404bd9ffdf8284fbd",
      "parents": [
        "48c5a8c749659a3a711ddb51591ce529bef7e375"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 07:17:27 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 07:17:27 2023 +0200"
      },
      "message": "Move ids poster to posterdown_ids and restore original posterdown_html\n\nChange-Id: Ib44b4020134c403a2946d0fc4b79777e9ecbe3ac\n"
    },
    {
      "commit": "48c5a8c749659a3a711ddb51591ce529bef7e375",
      "tree": "662d938ad3d96fb7ca4e8f0b20e6ee5ee260a7ad",
      "parents": [
        "119873fe208619dcd77d998437e7df4cf960318f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 06:40:49 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 06:41:30 2023 +0200"
      },
      "message": "Handle bottom margin on the @page level\n\nThe other options are not reliable\n\nChange-Id: I5f5eee937e8b062bca7ddf24a41163c0818ed2d7\n"
    },
    {
      "commit": "119873fe208619dcd77d998437e7df4cf960318f",
      "tree": "a3491fa435c6b9162fd1a0ca8ede7b28e1868c7a",
      "parents": [
        "3bc458267e80c5ed6f01bce21afabba8c15d4a69"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 06:40:49 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 06:41:30 2023 +0200"
      },
      "message": "Allow for second logo again\n\nChange-Id: I060ca1544f4695bbf1d5e61cf4fd481404fde711\n"
    },
    {
      "commit": "3bc458267e80c5ed6f01bce21afabba8c15d4a69",
      "tree": "4fbff45690e6b34c556853e8a3248a65f65fae06",
      "parents": [
        "ba1fab3be49ebe62c613e71e2df5bf0241705be4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 06:40:49 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 06:41:30 2023 +0200"
      },
      "message": "Integrate logo svgs inline\n\nChange-Id: I3e712ab07f77a82aff2bf796bb36aeadc0bb4cc4\n"
    },
    {
      "commit": "ba1fab3be49ebe62c613e71e2df5bf0241705be4",
      "tree": "7beca5e540610181274ebbca7e52aff52a29fb46",
      "parents": [
        "35471b0ff929c2fb50b0afb1b2a7da02969b3e87"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 06:40:49 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 14 06:41:25 2023 +0200"
      },
      "message": "Adapt to IDS A0 poster style\n\nChange-Id: I6d78c9b8cbbc5bc4e8bca492ba2eb386e1798682\n"
    },
    {
      "commit": "82b625f9f09c7b8b661b18769204fb09b5daa2b6",
      "tree": "f6ab5adfea89c29127ea74e479562ee5b50113f7",
      "parents": [
        "495e41d2cb24afa2e4616155d4b49729d8387b1a"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Feb 17 18:52:15 2020 -0500"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Feb 17 18:52:15 2020 -0500"
      },
      "message": "Fix left logo error from issue #119\n"
    },
    {
      "commit": "495e41d2cb24afa2e4616155d4b49729d8387b1a",
      "tree": "6a394f856ab1a0f87a084f3ea44501d5c19e74e2",
      "parents": [
        "badbbed095b6b75d0bab190f5b8ae7e0d1310946"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Jan 27 11:35:41 2020 -0500"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Jan 27 11:35:41 2020 -0500"
      },
      "message": "fix for last commit not working on the other templates.\n"
    },
    {
      "commit": "badbbed095b6b75d0bab190f5b8ae7e0d1310946",
      "tree": "f04e463b9e85b0313e26e102da504100405fc740",
      "parents": [
        "0f744f4f6ec7e824b51d326316f8ddd1e9a16837"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Jan 27 11:27:12 2020 -0500"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Jan 27 11:27:12 2020 -0500"
      },
      "message": "change `codechunk_fontsize` to codechunk_textsize`, add `codechunk_width`, and add support fo python chunks\n"
    },
    {
      "commit": "0f744f4f6ec7e824b51d326316f8ddd1e9a16837",
      "tree": "17275f9e72b469c69d6ab46a9663174f8728076f",
      "parents": [
        "a4fca20fd795a17e81ca00565360a5185541acfa",
        "a09053ba6045803b81f8af77abc6403845ebf148"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Fri Jan 24 16:56:31 2020 -0500"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Fri Jan 24 16:56:31 2020 -0500"
      },
      "message": "Merge branch \u0027master\u0027 of https://github.com/brentthorne/posterdown\n"
    },
    {
      "commit": "a4fca20fd795a17e81ca00565360a5185541acfa",
      "tree": "827887da0e4f13256b03c1a9edf3d935404c92d5",
      "parents": [
        "52db059c00886a54de2bfd45c3e9f9dfd4a73062"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Fri Jan 24 16:55:33 2020 -0500"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Fri Jan 24 16:55:33 2020 -0500"
      },
      "message": "Add `codechunk_fontsize` option for YAML in all three templates.\n"
    },
    {
      "commit": "a09053ba6045803b81f8af77abc6403845ebf148",
      "tree": "e6e688425a1b02daa32c6efaf99785b8102663c8",
      "parents": [
        "52db059c00886a54de2bfd45c3e9f9dfd4a73062"
      ],
      "author": {
        "name": "unknown",
        "email": "brent.thorne18@gmail.com",
        "time": "Wed Dec 04 11:54:51 2019 -0500"
      },
      "committer": {
        "name": "unknown",
        "email": "brent.thorne18@gmail.com",
        "time": "Wed Dec 04 11:54:51 2019 -0500"
      },
      "message": "Add `titlebox_height` as requested in #113\n"
    },
    {
      "commit": "04e4f660f1c5b8e9af85499b5012564f976ad921",
      "tree": "021349616cdf7e3dbe00cb545a226299de19d706",
      "parents": [
        "44daab69827b2700e5e72bccdfc68920abc8323d"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Fri Nov 08 10:35:11 2019 -0500"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Fri Nov 08 10:35:11 2019 -0500"
      },
      "message": "add author_textcol to posterdown_betterport template, similar to #110\n"
    },
    {
      "commit": "44daab69827b2700e5e72bccdfc68920abc8323d",
      "tree": "982a17177630431907987be5a39174dd3b52cfd2",
      "parents": [
        "3663c199a3162ba72ac7122891bdeb731c66061c"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Tue Nov 05 16:30:33 2019 -0500"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Tue Nov 05 16:30:33 2019 -0500"
      },
      "message": "posterdown_html updates\n\n- fix body_textcol problem\n- fix ugly links\n- fix code chunk display\n- make fig/ tab caption font size smaller by default\n- fix height space issue when using border in title section of poster that resolves issue #97\n"
    },
    {
      "commit": "3663c199a3162ba72ac7122891bdeb731c66061c",
      "tree": "a40ba90d8b6fec984e5e792b46c3745b7df5f786",
      "parents": [
        "568d918a6520aa5870fc2e88aca55bc354ea7a83"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Fri Nov 01 10:06:56 2019 -0400"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Fri Nov 01 10:06:56 2019 -0400"
      },
      "message": "posterdown_betterland support dynamic main_findings size, see issue #106.\n"
    },
    {
      "commit": "568d918a6520aa5870fc2e88aca55bc354ea7a83",
      "tree": "34658805dfd3656602accd8dfbb62003083c23f3",
      "parents": [
        "a65b76a973a8744ccf901dd37a5ced3a39422f69"
      ],
      "author": {
        "name": "Jean Manguy",
        "email": "jeanmanguy@users.noreply.github.com",
        "time": "Wed Oct 23 16:35:52 2019 +0100"
      },
      "committer": {
        "name": "Brent Thorne",
        "email": "15312739+brentthorne@users.noreply.github.com",
        "time": "Wed Oct 23 11:35:52 2019 -0400"
      },
      "message": "Add custom css support to posterdown_betterport and posterdown_betterland (#103)\n\n* added custom css to betterport\r\n\r\n* added custom css to betterland\r\n"
    },
    {
      "commit": "ba245c955c173469ffe0054162bf03a5dfc962fc",
      "tree": "6a810a6804a09039d3d01361634f7c8e203a6640",
      "parents": [
        "f9dae9d321412a8777ee86dcb90fec9985138f0b"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Aug 26 13:11:22 2019 -0400"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Aug 26 13:11:22 2019 -0400"
      },
      "message": "posterdown_html add support for css stylesheet\n"
    },
    {
      "commit": "f9dae9d321412a8777ee86dcb90fec9985138f0b",
      "tree": "2ec0e3d10b13c51abdde50ad6de821dd1c464d80",
      "parents": [
        "cdc007aa29a53200900e34d8b6ea93109eb1bbb7"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Aug 26 11:45:39 2019 -0400"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Mon Aug 26 11:45:39 2019 -0400"
      },
      "message": "posterdown_html make spacing between columns more consistent and reactive.\n"
    },
    {
      "commit": "cdc007aa29a53200900e34d8b6ea93109eb1bbb7",
      "tree": "b7c4215c1fe58b0576ef78efc4f857c930c16a90",
      "parents": [
        "a092b8393e8ff61e41838521bfc46110263fa67e",
        "eb0e208b6e274c43637cc19edeedbaaf9cac02ea"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Thu Aug 22 17:54:35 2019 -0400"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Thu Aug 22 17:54:35 2019 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of https://github.com/brentthorne/posterdown\n"
    },
    {
      "commit": "a092b8393e8ff61e41838521bfc46110263fa67e",
      "tree": "e917de291a951dd2e565c99d92e295c135a26b19",
      "parents": [
        "dcb74c5224cc8d665db647abd27e9163ac5bec77"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Thu Aug 22 17:53:40 2019 -0400"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Thu Aug 22 17:53:54 2019 -0400"
      },
      "message": "add column break trick from #89 and tried to fix the spacing issues with #97\n"
    },
    {
      "commit": "0cf7702b0d6bca8e462f3fb83d29e831a9b2c9c8",
      "tree": "e5b4d699a56af4d176f0266701622c4da16fae77",
      "parents": [
        "dcb74c5224cc8d665db647abd27e9163ac5bec77"
      ],
      "author": {
        "name": "Tom Palmer",
        "email": "remlapmot@hotmail.com",
        "time": "Sat Aug 03 00:26:11 2019 +0100"
      },
      "committer": {
        "name": "Brent Thorne",
        "email": "15312739+brentthorne@users.noreply.github.com",
        "time": "Fri Aug 02 19:26:11 2019 -0400"
      },
      "message": "main_fonsize typo fix (#91)\n\n"
    },
    {
      "commit": "dcb74c5224cc8d665db647abd27e9163ac5bec77",
      "tree": "34413c23a19065f44231fc676b1e85d462296f52",
      "parents": [
        "c450d1d9602593affa97015e925c793b7d91879c"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Tue Jul 23 13:19:50 2019 -0400"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Tue Jul 23 13:19:50 2019 -0400"
      },
      "message": "add break to affiliation posterdown_html\n"
    },
    {
      "commit": "2a9d42938fdf054740edc51b8559d533913850ff",
      "tree": "ff354d32855685595b06390b91878f29f533f186",
      "parents": [
        "d259f41d7e65dccccf0652320786f1cacc0cdcc3"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Sun Jul 21 11:24:57 2019 -0400"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Sun Jul 21 11:24:57 2019 -0400"
      },
      "message": "fix orcid id issue in extra author option.\nfix font issue in betterport.\nadd emphasis class option to betterport.\n"
    },
    {
      "commit": "d259f41d7e65dccccf0652320786f1cacc0cdcc3",
      "tree": "0631fbf77bdc30d7e33cc603f8c534f52e79fc5d",
      "parents": [
        "92b6cadf202e889ca4fa2857571b46687dcdd763"
      ],
      "author": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Tue Jul 09 09:21:39 2019 -0400"
      },
      "committer": {
        "name": "brentthorne",
        "email": "brent.thorne18@gmail.com",
        "time": "Tue Jul 09 09:21:39 2019 -0400"
      },
      "message": "add better support for images in the betterland template main section.\n"
    }
  ],
  "next": "92b6cadf202e889ca4fa2857571b46687dcdd763"
}
