Skip to content

Commit 4d87b14

Browse files
tcatapanoclaude
andcommitted
Add DCE branding to the first page of the generated PDFs. Refs #2130 #2121
New lib/branding.py supplies the header and footer used across edition640.makingandknowing.org, applied to the first page of every generated PDF: all_tl_figures, all_tcn_figures, glossary and entry-metadata. - Header: the M&K banner logo, top left, hyperlinked to the online edition. - Footer: the edition's own footer — Creative Commons glyphs and 'Making and Knowing Project. Licensed under CC BY-NC-SA 4.0', the Columbia and Center for Science and Society logos, the Privacy Notice / Disability Services / Non-Discrimination links, and the edition DOI. Reproducing the footer faithfully required the site's dark maroon bar: the two institution logos are white on transparent and were invisible on white. The CC glyphs are the site's own inline SVGs (white), not the black licensebuttons badge. Assets (banner, both logos, CC glyphs) are bundled in lib/assets/ so builds do not depend on the network. Footer text is localised: the tcn PDF reads 'Sous licence', 'Avis de confidentialité', 'Services aux personnes handicapées', 'Non-discrimination'; link targets unchanged. Verified on all four PDFs: header and footer present, both logos visible, DOI and links resolving as external URI annotations. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 8d54d68 commit 4d87b14

16 files changed

Lines changed: 382 additions & 0 deletions

allFolios/pdf/all_tcn_figures.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,51 @@
480480
text-decoration: underline;
481481
}
482482

483+
/* --- DCE branding (issue #2130): first page only --- */
484+
.mk-header {
485+
text-align: left;
486+
margin-bottom: 0.4in;
487+
}
488+
.mk-header img {
489+
width: 2.6in;
490+
}
491+
/* the edition's footer is a dark maroon bar with white type; the
492+
institution logos are white-on-transparent and need it */
493+
.mk-footer {
494+
text-align: center;
495+
font-size: 8pt;
496+
color: #fafafa;
497+
background-color: #460c0a;
498+
padding: 10pt 12pt;
499+
margin-top: 0.4in;
500+
}
501+
.mk-footer a {
502+
color: #fafafa;
503+
text-decoration: none;
504+
}
505+
.mk-footer p {
506+
margin: 4pt 0;
507+
}
508+
.mk-footer .mk-cc svg {
509+
vertical-align: middle;
510+
margin-right: 1pt;
511+
}
512+
.mk-footer-logos img {
513+
vertical-align: middle;
514+
margin: 0 6pt;
515+
}
516+
.mk-footer-logos .mk-logo-columbia { width: 1.6in; }
517+
.mk-footer-logos .mk-logo-center { width: 1.4in; }
518+
.mk-footer-doi { font-size: 7.5pt; }
519+
.mk-footer-links { font-size: 7.5pt; }
520+
483521
</style>
484522
</head>
485523
<body>
486524

487525
<div class="title-page">
526+
<div class="mk-header"><a href="https://edition640.makingandknowing.org/"><img src="../../lib/assets/mk-banner-logo.png" alt="Making and Knowing Project — Secrets of Craft and Nature"/></a></div>
527+
488528
<h1>Secrets of Craft and Nature in Renaissance France</h1>
489529
<h2>Édition critique numérique du BnF Ms. Fr. 640 &mdash; transcription normalisée</h2>
490530
<div class="publishers">
@@ -495,6 +535,25 @@ <h2>Édition critique numérique du BnF Ms. Fr. 640 &mdash; transcription normal
495535
<p>New York : Making and Knowing Project, 2020</p>
496536
<p><a href="https://edition640.makingandknowing.org">https://edition640.makingandknowing.org</a></p>
497537
</div>
538+
<div class="mk-footer">
539+
<p class="mk-footer-license">
540+
<a class="mk-cc" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Licence Creative Commons BY-NC-SA 4.0"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="5.5 -3.5 64 64"> <circle fill="transparent" cx="37.785" cy="28.501" r="28.836"></circle> <path fill="white" d="M37.441-3.5c8.951 0 16.572 3.125 22.857 9.372 3.008 3.009 5.295 6.448 6.857 10.314 1.561 3.867 2.344 7.971 2.344 12.314 0 4.381-.773 8.486-2.314 12.313-1.543 3.828-3.82 7.21-6.828 10.143-3.123 3.085-6.666 5.448-10.629 7.086-3.961 1.638-8.057 2.457-12.285 2.457s-8.276-.808-12.143-2.429c-3.866-1.618-7.333-3.961-10.4-7.027-3.067-3.066-5.4-6.524-7-10.372S5.5 32.767 5.5 28.5c0-4.229.809-8.295 2.428-12.2 1.619-3.905 3.972-7.4 7.057-10.486C21.08-.394 28.565-3.5 37.441-3.5zm.116 5.772c-7.314 0-13.467 2.553-18.458 7.657-2.515 2.553-4.448 5.419-5.8 8.6a25.204 25.204 0 00-2.029 9.972c0 3.429.675 6.734 2.029 9.913 1.353 3.183 3.285 6.021 5.8 8.516 2.514 2.496 5.351 4.399 8.515 5.715a25.652 25.652 0 009.943 1.971c3.428 0 6.75-.665 9.973-1.999 3.219-1.335 6.121-3.257 8.713-5.771 4.99-4.876 7.484-10.99 7.484-18.344 0-3.543-.648-6.895-1.943-10.057-1.293-3.162-3.18-5.98-5.654-8.458-5.146-5.143-11.335-7.715-18.573-7.715zm-.401 20.915l-4.287 2.229c-.458-.951-1.019-1.619-1.685-2-.667-.38-1.286-.571-1.858-.571-2.856 0-4.286 1.885-4.286 5.657 0 1.714.362 3.084 1.085 4.113.724 1.029 1.791 1.544 3.201 1.544 1.867 0 3.181-.915 3.944-2.743l3.942 2c-.838 1.563-2 2.791-3.486 3.686-1.484.896-3.123 1.343-4.914 1.343-2.857 0-5.163-.875-6.915-2.629-1.752-1.752-2.628-4.19-2.628-7.313 0-3.048.886-5.466 2.657-7.257 1.771-1.79 4.009-2.686 6.715-2.686 3.963-.002 6.8 1.541 8.515 4.627zm18.457 0l-4.229 2.229c-.457-.951-1.02-1.619-1.686-2-.668-.38-1.307-.571-1.914-.571-2.857 0-4.287 1.885-4.287 5.657 0 1.714.363 3.084 1.086 4.113.723 1.029 1.789 1.544 3.201 1.544 1.865 0 3.18-.915 3.941-2.743l4 2c-.875 1.563-2.057 2.791-3.541 3.686a9.233 9.233 0 01-4.857 1.343c-2.896 0-5.209-.875-6.941-2.629-1.736-1.752-2.602-4.19-2.602-7.313 0-3.048.885-5.466 2.658-7.257 1.77-1.79 4.008-2.686 6.713-2.686 3.962-.002 6.783 1.541 8.458 4.627z"> </path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="5.5 -3.5 64 64"> <circle fill="transparent" cx="37.637" cy="28.806" r="28.276"></circle> <path fill="white" d="M37.443-3.5c8.988 0 16.57 3.085 22.742 9.257C66.393 11.967 69.5 19.548 69.5 28.5c0 8.991-3.049 16.476-9.145 22.456-6.476 6.363-14.113 9.544-22.912 9.544-8.649 0-16.153-3.144-22.514-9.43C8.644 44.784 5.5 37.262 5.5 28.5c0-8.761 3.144-16.342 9.429-22.742C21.101-.415 28.604-3.5 37.443-3.5zm.114 5.772c-7.276 0-13.428 2.553-18.457 7.657-5.22 5.334-7.829 11.525-7.829 18.572 0 7.086 2.59 13.22 7.77 18.398 5.181 5.182 11.352 7.771 18.514 7.771 7.123 0 13.334-2.607 18.629-7.828 5.029-4.838 7.543-10.952 7.543-18.343 0-7.276-2.553-13.465-7.656-18.571-5.104-5.104-11.276-7.656-18.514-7.656zm8.572 18.285v13.085h-3.656v15.542h-9.944V33.643h-3.656V20.557c0-.572.2-1.057.599-1.457.401-.399.887-.6 1.457-.6h13.144c.533 0 1.01.2 1.428.6.417.4.628.886.628 1.457zm-13.087-8.228c0-3.008 1.485-4.514 4.458-4.514s4.457 1.504 4.457 4.514c0 2.971-1.486 4.457-4.457 4.457s-4.458-1.486-4.458-4.457z"> </path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="5.5 -3.5 64 64"> <circle fill="transparent" cx="37.47" cy="28.736" r="29.471"></circle> <path fill="white" d="M37.442-3.5c8.99 0 16.571 3.085 22.743 9.256C66.393 11.928 69.5 19.509 69.5 28.5c0 8.992-3.048 16.476-9.145 22.458C53.88 57.32 46.241 60.5 37.442 60.5c-8.686 0-16.19-3.162-22.513-9.485C8.644 44.728 5.5 37.225 5.5 28.5c0-8.762 3.144-16.343 9.429-22.743C21.1-.414 28.604-3.5 37.442-3.5zM12.7 19.872c-.952 2.628-1.429 5.505-1.429 8.629 0 7.086 2.59 13.22 7.77 18.4 5.219 5.144 11.391 7.715 18.514 7.715 7.201 0 13.409-2.608 18.63-7.829 1.867-1.79 3.332-3.657 4.398-5.602l-12.056-5.371c-.421 2.02-1.439 3.667-3.057 4.942-1.622 1.276-3.535 2.011-5.744 2.2v4.915h-3.714v-4.915c-3.543-.036-6.782-1.312-9.714-3.827l4.4-4.457c2.094 1.942 4.476 2.913 7.143 2.913 1.104 0 2.048-.246 2.83-.743.78-.494 1.172-1.312 1.172-2.457 0-.801-.287-1.448-.858-1.943L37.9 31.127l-3.771-1.715-5.086-2.229L12.7 19.872zM37.557 2.214c-7.276 0-13.428 2.571-18.457 7.714a30.623 30.623 0 00-3.543 4.287L27.786 19.7c.533-1.676 1.542-3.019 3.029-4.028 1.484-1.009 3.218-1.571 5.2-1.686V9.071h3.715v4.915c2.934.153 5.6 1.143 8 2.971l-4.172 4.286c-1.793-1.257-3.619-1.885-5.486-1.885-.991 0-1.876.191-2.656.571-.781.381-1.172 1.029-1.172 1.943 0 .267.095.533.285.8l4.057 1.83 2.8 1.257 5.144 2.285 16.397 7.314a29.51 29.51 0 00.801-6.857c0-7.353-2.552-13.543-7.656-18.573-5.067-5.143-11.241-7.714-18.515-7.714z"> </path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="5.5 -3.5 64 64"> <circle fill="transparent" cx="36.944" cy="28.631" r="29.105"></circle> <path fill="white" d="M37.443-3.5c8.951 0 16.531 3.105 22.742 9.315C66.393 11.987 69.5 19.548 69.5 28.5c0 8.954-3.049 16.457-9.145 22.514-6.437 6.324-14.076 9.486-22.912 9.486-8.649 0-16.153-3.143-22.514-9.429C8.644 44.786 5.5 37.264 5.5 28.501c0-8.723 3.144-16.285 9.429-22.685C21.138-.395 28.643-3.5 37.443-3.5zm.114 5.772c-7.276 0-13.428 2.572-18.457 7.715-5.22 5.296-7.829 11.467-7.829 18.513 0 7.125 2.59 13.257 7.77 18.4 5.181 5.182 11.352 7.771 18.514 7.771 7.123 0 13.334-2.609 18.629-7.828 5.029-4.876 7.543-10.99 7.543-18.343 0-7.313-2.553-13.485-7.656-18.513-5.067-5.145-11.239-7.715-18.514-7.715zM23.271 23.985c.609-3.924 2.189-6.962 4.742-9.114 2.552-2.152 5.656-3.228 9.314-3.228 5.027 0 9.029 1.62 12 4.856 2.971 3.238 4.457 7.391 4.457 12.457 0 4.915-1.543 9-4.627 12.256-3.088 3.256-7.086 4.886-12.002 4.886-3.619 0-6.743-1.085-9.371-3.257-2.629-2.172-4.209-5.257-4.743-9.257H31.1c.19 3.886 2.533 5.829 7.029 5.829 2.246 0 4.057-.972 5.428-2.914 1.373-1.942 2.059-4.534 2.059-7.771 0-3.391-.629-5.971-1.885-7.743-1.258-1.771-3.066-2.657-5.43-2.657-4.268 0-6.667 1.885-7.2 5.656h2.343l-6.342 6.343-6.343-6.343 2.512.001z"> </path> </svg></a>
541+
<span>Making and Knowing Project. Sous licence <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a></span>
542+
</p>
543+
<p class="mk-footer-logos">
544+
<img class="mk-logo-columbia" src="../../lib/assets/logo_columbia.png" alt="Université Columbia"/>
545+
<img class="mk-logo-center" src="../../lib/assets/logo_center_multi_line.png" alt="Center for Science and Society, Université Columbia"/>
546+
</p>
547+
<p class="mk-footer-links">
548+
<a href="https://cuit.columbia.edu/privacy-notice">Avis de confidentialité</a>
549+
<span> | </span>
550+
<a href="http://health.columbia.edu/disability-services">Services aux personnes handicapées</a>
551+
<span> | </span>
552+
<a href="http://eoaa.columbia.edu/columbia-university-non-discrimination-statement-and-policy">Non-discrimination</a>
553+
</p>
554+
<p class="mk-footer-doi">DOI: <a href="https://doi.org/10.7916/78yt-2v41">https://doi.org/10.7916/78yt-2v41</a></p>
555+
</div>
556+
498557
</div>
499558

500559

allFolios/pdf/all_tcn_figures.pdf

41.1 KB
Binary file not shown.

allFolios/pdf/all_tl_figures.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,51 @@
480480
text-decoration: underline;
481481
}
482482

483+
/* --- DCE branding (issue #2130): first page only --- */
484+
.mk-header {
485+
text-align: left;
486+
margin-bottom: 0.4in;
487+
}
488+
.mk-header img {
489+
width: 2.6in;
490+
}
491+
/* the edition's footer is a dark maroon bar with white type; the
492+
institution logos are white-on-transparent and need it */
493+
.mk-footer {
494+
text-align: center;
495+
font-size: 8pt;
496+
color: #fafafa;
497+
background-color: #460c0a;
498+
padding: 10pt 12pt;
499+
margin-top: 0.4in;
500+
}
501+
.mk-footer a {
502+
color: #fafafa;
503+
text-decoration: none;
504+
}
505+
.mk-footer p {
506+
margin: 4pt 0;
507+
}
508+
.mk-footer .mk-cc svg {
509+
vertical-align: middle;
510+
margin-right: 1pt;
511+
}
512+
.mk-footer-logos img {
513+
vertical-align: middle;
514+
margin: 0 6pt;
515+
}
516+
.mk-footer-logos .mk-logo-columbia { width: 1.6in; }
517+
.mk-footer-logos .mk-logo-center { width: 1.4in; }
518+
.mk-footer-doi { font-size: 7.5pt; }
519+
.mk-footer-links { font-size: 7.5pt; }
520+
483521
</style>
484522
</head>
485523
<body>
486524

487525
<div class="title-page">
526+
<div class="mk-header"><a href="https://edition640.makingandknowing.org/"><img src="../../lib/assets/mk-banner-logo.png" alt="Making and Knowing Project — Secrets of Craft and Nature"/></a></div>
527+
488528
<h1>Secrets of Craft and Nature in Renaissance France</h1>
489529
<h2>A Digital Critical Edition and English Translation of BnF Ms. Fr. 640</h2>
490530
<div class="publishers">
@@ -495,6 +535,25 @@ <h2>A Digital Critical Edition and English Translation of BnF Ms. Fr. 640</h2>
495535
<p>New York: Making and Knowing Project, 2020</p>
496536
<p><a href="https://edition640.makingandknowing.org">https://edition640.makingandknowing.org</a></p>
497537
</div>
538+
<div class="mk-footer">
539+
<p class="mk-footer-license">
540+
<a class="mk-cc" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons BY-NC-SA 4.0 licence"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="5.5 -3.5 64 64"> <circle fill="transparent" cx="37.785" cy="28.501" r="28.836"></circle> <path fill="white" d="M37.441-3.5c8.951 0 16.572 3.125 22.857 9.372 3.008 3.009 5.295 6.448 6.857 10.314 1.561 3.867 2.344 7.971 2.344 12.314 0 4.381-.773 8.486-2.314 12.313-1.543 3.828-3.82 7.21-6.828 10.143-3.123 3.085-6.666 5.448-10.629 7.086-3.961 1.638-8.057 2.457-12.285 2.457s-8.276-.808-12.143-2.429c-3.866-1.618-7.333-3.961-10.4-7.027-3.067-3.066-5.4-6.524-7-10.372S5.5 32.767 5.5 28.5c0-4.229.809-8.295 2.428-12.2 1.619-3.905 3.972-7.4 7.057-10.486C21.08-.394 28.565-3.5 37.441-3.5zm.116 5.772c-7.314 0-13.467 2.553-18.458 7.657-2.515 2.553-4.448 5.419-5.8 8.6a25.204 25.204 0 00-2.029 9.972c0 3.429.675 6.734 2.029 9.913 1.353 3.183 3.285 6.021 5.8 8.516 2.514 2.496 5.351 4.399 8.515 5.715a25.652 25.652 0 009.943 1.971c3.428 0 6.75-.665 9.973-1.999 3.219-1.335 6.121-3.257 8.713-5.771 4.99-4.876 7.484-10.99 7.484-18.344 0-3.543-.648-6.895-1.943-10.057-1.293-3.162-3.18-5.98-5.654-8.458-5.146-5.143-11.335-7.715-18.573-7.715zm-.401 20.915l-4.287 2.229c-.458-.951-1.019-1.619-1.685-2-.667-.38-1.286-.571-1.858-.571-2.856 0-4.286 1.885-4.286 5.657 0 1.714.362 3.084 1.085 4.113.724 1.029 1.791 1.544 3.201 1.544 1.867 0 3.181-.915 3.944-2.743l3.942 2c-.838 1.563-2 2.791-3.486 3.686-1.484.896-3.123 1.343-4.914 1.343-2.857 0-5.163-.875-6.915-2.629-1.752-1.752-2.628-4.19-2.628-7.313 0-3.048.886-5.466 2.657-7.257 1.771-1.79 4.009-2.686 6.715-2.686 3.963-.002 6.8 1.541 8.515 4.627zm18.457 0l-4.229 2.229c-.457-.951-1.02-1.619-1.686-2-.668-.38-1.307-.571-1.914-.571-2.857 0-4.287 1.885-4.287 5.657 0 1.714.363 3.084 1.086 4.113.723 1.029 1.789 1.544 3.201 1.544 1.865 0 3.18-.915 3.941-2.743l4 2c-.875 1.563-2.057 2.791-3.541 3.686a9.233 9.233 0 01-4.857 1.343c-2.896 0-5.209-.875-6.941-2.629-1.736-1.752-2.602-4.19-2.602-7.313 0-3.048.885-5.466 2.658-7.257 1.77-1.79 4.008-2.686 6.713-2.686 3.962-.002 6.783 1.541 8.458 4.627z"> </path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="5.5 -3.5 64 64"> <circle fill="transparent" cx="37.637" cy="28.806" r="28.276"></circle> <path fill="white" d="M37.443-3.5c8.988 0 16.57 3.085 22.742 9.257C66.393 11.967 69.5 19.548 69.5 28.5c0 8.991-3.049 16.476-9.145 22.456-6.476 6.363-14.113 9.544-22.912 9.544-8.649 0-16.153-3.144-22.514-9.43C8.644 44.784 5.5 37.262 5.5 28.5c0-8.761 3.144-16.342 9.429-22.742C21.101-.415 28.604-3.5 37.443-3.5zm.114 5.772c-7.276 0-13.428 2.553-18.457 7.657-5.22 5.334-7.829 11.525-7.829 18.572 0 7.086 2.59 13.22 7.77 18.398 5.181 5.182 11.352 7.771 18.514 7.771 7.123 0 13.334-2.607 18.629-7.828 5.029-4.838 7.543-10.952 7.543-18.343 0-7.276-2.553-13.465-7.656-18.571-5.104-5.104-11.276-7.656-18.514-7.656zm8.572 18.285v13.085h-3.656v15.542h-9.944V33.643h-3.656V20.557c0-.572.2-1.057.599-1.457.401-.399.887-.6 1.457-.6h13.144c.533 0 1.01.2 1.428.6.417.4.628.886.628 1.457zm-13.087-8.228c0-3.008 1.485-4.514 4.458-4.514s4.457 1.504 4.457 4.514c0 2.971-1.486 4.457-4.457 4.457s-4.458-1.486-4.458-4.457z"> </path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="5.5 -3.5 64 64"> <circle fill="transparent" cx="37.47" cy="28.736" r="29.471"></circle> <path fill="white" d="M37.442-3.5c8.99 0 16.571 3.085 22.743 9.256C66.393 11.928 69.5 19.509 69.5 28.5c0 8.992-3.048 16.476-9.145 22.458C53.88 57.32 46.241 60.5 37.442 60.5c-8.686 0-16.19-3.162-22.513-9.485C8.644 44.728 5.5 37.225 5.5 28.5c0-8.762 3.144-16.343 9.429-22.743C21.1-.414 28.604-3.5 37.442-3.5zM12.7 19.872c-.952 2.628-1.429 5.505-1.429 8.629 0 7.086 2.59 13.22 7.77 18.4 5.219 5.144 11.391 7.715 18.514 7.715 7.201 0 13.409-2.608 18.63-7.829 1.867-1.79 3.332-3.657 4.398-5.602l-12.056-5.371c-.421 2.02-1.439 3.667-3.057 4.942-1.622 1.276-3.535 2.011-5.744 2.2v4.915h-3.714v-4.915c-3.543-.036-6.782-1.312-9.714-3.827l4.4-4.457c2.094 1.942 4.476 2.913 7.143 2.913 1.104 0 2.048-.246 2.83-.743.78-.494 1.172-1.312 1.172-2.457 0-.801-.287-1.448-.858-1.943L37.9 31.127l-3.771-1.715-5.086-2.229L12.7 19.872zM37.557 2.214c-7.276 0-13.428 2.571-18.457 7.714a30.623 30.623 0 00-3.543 4.287L27.786 19.7c.533-1.676 1.542-3.019 3.029-4.028 1.484-1.009 3.218-1.571 5.2-1.686V9.071h3.715v4.915c2.934.153 5.6 1.143 8 2.971l-4.172 4.286c-1.793-1.257-3.619-1.885-5.486-1.885-.991 0-1.876.191-2.656.571-.781.381-1.172 1.029-1.172 1.943 0 .267.095.533.285.8l4.057 1.83 2.8 1.257 5.144 2.285 16.397 7.314a29.51 29.51 0 00.801-6.857c0-7.353-2.552-13.543-7.656-18.573-5.067-5.143-11.241-7.714-18.515-7.714z"> </path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="5.5 -3.5 64 64"> <circle fill="transparent" cx="36.944" cy="28.631" r="29.105"></circle> <path fill="white" d="M37.443-3.5c8.951 0 16.531 3.105 22.742 9.315C66.393 11.987 69.5 19.548 69.5 28.5c0 8.954-3.049 16.457-9.145 22.514-6.437 6.324-14.076 9.486-22.912 9.486-8.649 0-16.153-3.143-22.514-9.429C8.644 44.786 5.5 37.264 5.5 28.501c0-8.723 3.144-16.285 9.429-22.685C21.138-.395 28.643-3.5 37.443-3.5zm.114 5.772c-7.276 0-13.428 2.572-18.457 7.715-5.22 5.296-7.829 11.467-7.829 18.513 0 7.125 2.59 13.257 7.77 18.4 5.181 5.182 11.352 7.771 18.514 7.771 7.123 0 13.334-2.609 18.629-7.828 5.029-4.876 7.543-10.99 7.543-18.343 0-7.313-2.553-13.485-7.656-18.513-5.067-5.145-11.239-7.715-18.514-7.715zM23.271 23.985c.609-3.924 2.189-6.962 4.742-9.114 2.552-2.152 5.656-3.228 9.314-3.228 5.027 0 9.029 1.62 12 4.856 2.971 3.238 4.457 7.391 4.457 12.457 0 4.915-1.543 9-4.627 12.256-3.088 3.256-7.086 4.886-12.002 4.886-3.619 0-6.743-1.085-9.371-3.257-2.629-2.172-4.209-5.257-4.743-9.257H31.1c.19 3.886 2.533 5.829 7.029 5.829 2.246 0 4.057-.972 5.428-2.914 1.373-1.942 2.059-4.534 2.059-7.771 0-3.391-.629-5.971-1.885-7.743-1.258-1.771-3.066-2.657-5.43-2.657-4.268 0-6.667 1.885-7.2 5.656h2.343l-6.342 6.343-6.343-6.343 2.512.001z"> </path> </svg></a>
541+
<span>Making and Knowing Project. Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a></span>
542+
</p>
543+
<p class="mk-footer-logos">
544+
<img class="mk-logo-columbia" src="../../lib/assets/logo_columbia.png" alt="Columbia University"/>
545+
<img class="mk-logo-center" src="../../lib/assets/logo_center_multi_line.png" alt="Center for Science and Society, Columbia University"/>
546+
</p>
547+
<p class="mk-footer-links">
548+
<a href="https://cuit.columbia.edu/privacy-notice">Privacy Notice</a>
549+
<span> | </span>
550+
<a href="http://health.columbia.edu/disability-services">Disability Services</a>
551+
<span> | </span>
552+
<a href="http://eoaa.columbia.edu/columbia-university-non-discrimination-statement-and-policy">Non-Discrimination</a>
553+
</p>
554+
<p class="mk-footer-doi">DOI: <a href="https://doi.org/10.7916/78yt-2v41">https://doi.org/10.7916/78yt-2v41</a></p>
555+
</div>
556+
498557
</div>
499558

500559

allFolios/pdf/all_tl_figures.pdf

41.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)