{"id":20300901,"url":"https://github.com/fitzwilliammuseum/fitz-wp-collection-beta","last_synced_at":"2026-04-16T22:31:41.882Z","repository":{"id":105139146,"uuid":"340044187","full_name":"FitzwilliamMuseum/fitz-wp-collection-beta","owner":"FitzwilliamMuseum","description":"A shortcode plugin for the Fitzwilliam Museum collection records to be rendered in posts or pages on wordpress.","archived":false,"fork":false,"pushed_at":"2022-04-19T22:57:37.000Z","size":122,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T06:29:27.649Z","etag":null,"topics":["fitzwilliam-museum","plugin","shortcode","wordpress"],"latest_commit_sha":null,"homepage":"https://collection.beta.fitz.ms","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FitzwilliamMuseum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-18T12:32:27.000Z","updated_at":"2022-04-19T22:57:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"be076472-f46f-498e-bfba-2e6fc062def7","html_url":"https://github.com/FitzwilliamMuseum/fitz-wp-collection-beta","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/FitzwilliamMuseum/fitz-wp-collection-beta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FitzwilliamMuseum%2Ffitz-wp-collection-beta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FitzwilliamMuseum%2Ffitz-wp-collection-beta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FitzwilliamMuseum%2Ffitz-wp-collection-beta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FitzwilliamMuseum%2Ffitz-wp-collection-beta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FitzwilliamMuseum","download_url":"https://codeload.github.com/FitzwilliamMuseum/fitz-wp-collection-beta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FitzwilliamMuseum%2Ffitz-wp-collection-beta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fitzwilliam-museum","plugin","shortcode","wordpress"],"created_at":"2024-11-14T16:22:01.825Z","updated_at":"2026-04-16T22:31:41.863Z","avatar_url":"https://github.com/FitzwilliamMuseum.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fitzwilliam Museum Artworks\n\n[![DOI](https://zenodo.org/badge/340044187.svg)](https://zenodo.org/badge/latestdoi/340044187)\n\n\nA WordPress plugin that creates \u003ca href=\"https://en.support.wordpress.com/shortcodes/\"\u003eshortcodes\u003c/a\u003e\nfor displaying up-to-date Fitzwilliam Museum artworks on your WordPress site.\n\nThis plugin is based on the work that [@mchesterkadwell](https://github.com/mchesterkadwell) created for [@findsorguk](https://github.com/findsorguk/) in 2017 for the PastExplorers project. As ever we stand on the shoulders of giants. [Original code](https://github.com/findsorguk/wp-findsorguk) can be found on the Portable Antiquities Scheme github repo (an endangered dataset, with software that is now 6 years old).\n\n## Fitzwilliam Museum Open Data\n\nMost images and all public data on the Fitzwilliam Museum collection are Creative Commons licensed.\n\nSome images are restricted due to artist copyright.\n\n## Shortcodes\n\nThe simplest possible shortcode just needs the record id and inserts a picture and caption automatically:\n\n`[artwork id=656]`\n\nYou can also specify a caption text and the image size*:\n\n`[artwork id=656 caption-text=\"An amazing artwork by Titian\" image-size=large]`\n\nOr, if you prefer, no caption at all:\n\n`[artwork id=656 caption-option=none]`\n\nOr you can choose the HTML type that is returned (Figure, Card or Image - Bootstrap style):\n\n`[artwork id=656 display-type=card caption=\"A crime in action\"]`\n\nAll the images come with copyright information and an attribution.\n\n## Shortcode options\n\nThe shortcode takes the following attributes:\n\n* **id** - the record id of the artwork (required)\n* **caption-option** - whether to display a caption or not (optional)\n  * auto - caption is automatically generated from the record or the caption-text provided (default)\n  * none - no caption\n* **display type** - type of HTML to return\n  * Figure (Image in Bootstrap layout) with caption and link to record\n  * Card - (Bootstrap card layout) with caption and descriptive text\n  * Image - just an html image\n* **caption-text** - the text to display as the caption (optional)\n* **image-size** - the relative size of the image\n  * preview\n  * medium (default)\n  * large\n  * original\n\n## Editor button\n\nThe plugin installs a button in the editor toolbar to make it easy to insert a shortcode.\n\n![An image showing the popup editor button installed](https://fitz-cms-images.s3.eu-west-2.amazonaws.com/screenshot-2021-02-22-at-16.45.48.png)\n\nInsert the cursor in your post where you want the shortcode to appear and press the button.\n\n![A screenshot of the editor](https://fitz-cms-images.s3.eu-west-2.amazonaws.com/screenshot-2021-02-22-at-16.48.00.png)\n\nA popup appears to take your options:\n\n![A screenshot of the plugin](https://fitz-cms-images.s3.eu-west-2.amazonaws.com/screenshot-2021-02-22-at-16.45.21.png)\n\nYou can enter the artwork as:\n![A demo of code entered](https://fitz-cms-images.s3.eu-west-2.amazonaws.com/screenshot-2021-02-22-at-16.50.20.png)\n\n* URL - e.g. https://collection.beta.fitz.ms/id/object/656/\n* Record ID - which is the id found at the end of the URL e.g. 656\n* Accession number - e.g. M.12-1904 - this is to come shortly as the system does not present json code for this query right now.\n\nPress 'Insert Shortcode' to check your input and create your shortcode.\n\nThe end result will look like this in the preview or published post:\n\n![A demo of the plugin working](https://fitz-cms-images.s3.eu-west-2.amazonaws.com/tarquin-wordpress.png)\n\n# Installation\n\nThe plugin is not yet available from the 'Add Plugins' page in your WordPress installation. However, we hope to make it available soon!\n\nThere are two different ways install from this Github repository. You'll need to be an administrator of your WordPress installation to\ndo this.\n\n 1. Click on the green 'Clone or download' button in this repository and choose Download zip.\n\n    Then go to the 'Plugins \u003e Add New' page of your WordPress installation, click the 'Upload Plugin' button and\n    choose the zip file you just downloaded. You won't get all the updates from the repo this way, but this is the\n    simplest way to install at the moment.\n\n 2. Alternatively, if you have direct access to your server (and probably sudo access) you can install the plugin via git:\n\n    Navigate to the wp-content/plugins directory of your WordPress installation and clone this repository:\n\n\n    Go to the 'Plugins' page of your WordPress installation and find 'collection.beta.fitz.ms artworks and Coins' in the list.\n    To activate the plugin click 'Activate' (or 'Network Activate' if you have a multisite installation and want it to be\navailable to all the sites in your installation).\n\n# How it works\n\nThe Fitzwilliam Museum provides JSON versions of its artwork records and search results, which are computer readable and come directly from elasticsearch.\n\nThe user inserts a shortcode into a post with an artwork record id and the plugin fetches the data for that record from the collection.beta.fitz.ms JSON feeds.\n\n\n## Example JSON response from collection.beta.fitz.ms\n\n```\n{\n    \"admin\": {\n        \"added\": 1592995599000,\n        \"created\": 1312637261000,\n        \"flag\": \"Standard Record\",\n        \"id\": \"object-656\",\n        \"indexed\": 1612279217590,\n        \"modified\": 1610038407000,\n        \"processed\": 1612278713980,\n        \"source\": \"adlib\",\n        \"stream\": \"fitz-online\",\n        \"uid\": \"adlib-object-656\",\n        \"uri\": \"http:\\/\\/data.fitzmuseum.cam.ac.uk\\/id\\/object\\/656\",\n        \"uuid\": \"2ae7af42-978d-3dbc-be34-a59ebbc15e97\",\n        \"version\": 7\n    },\n    \"agents\": [\n        {\n            \"@link\": {\n                \"relation\": \"person\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"agent-178606\",\n                \"uid\": \"adlib-agent-178606\",\n                \"uuid\": \"adce2593-ac68-3182-bcbb-38fdf878d224\"\n            },\n            \"summary_title\": \"Tarquin\"\n        },\n        {\n            \"@link\": {\n                \"relation\": \"person\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"agent-156878\",\n                \"uid\": \"adlib-agent-156878\",\n                \"uuid\": \"f5040d65-b7d5-33fe-8ff9-83d03b03a3ab\"\n            },\n            \"summary_title\": \"Lucretia\"\n        },\n        {\n            \"@link\": {\n                \"relation\": \"person\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"agent-178600\",\n                \"uid\": \"adlib-agent-178600\",\n                \"uuid\": \"4b26f549-4234-3a97-9ecd-901164eff048\"\n            },\n            \"summary_title\": \"Nudity\"\n        },\n        {\n            \"@link\": {\n                \"relation\": \"person\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"agent-153965\",\n                \"uid\": \"adlib-agent-153965\",\n                \"uuid\": \"9664cc3a-6337-3bb4-bb64-5aa43f095c53\"\n            },\n            \"summary_title\": \"servant\"\n        }\n    ],\n    \"categories\": [\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-106226\",\n                \"uid\": \"adlib-term-106226\",\n                \"uuid\": \"194567f2-2bcd-3446-ae31-652386611815\"\n            },\n            \"summary_title\": \"painting\"\n        }\n    ],\n    \"component\": [\n        {\n            \"materials\": [\n                {\n                    \"reference\": {\n                        \"@link\": {\n                            \"type\": \"reference\"\n                        },\n                        \"admin\": {\n                            \"id\": \"term-39136\",\n                            \"uid\": \"adlib-term-39136\",\n                            \"uuid\": \"12043b78-5c81-37bf-bdff-9ae151968b41\"\n                        },\n                        \"summary_title\": \"canvas\"\n                    }\n                }\n            ],\n            \"name\": \"Support\"\n        },\n        {\n            \"measurements\": {\n                \"dimensions\": [\n                    {\n                        \"dimension\": \"Height\",\n                        \"units\": \"cm\",\n                        \"value\": \"188.9\"\n                    },\n                    {\n                        \"dimension\": \"Width\",\n                        \"units\": \"cm\",\n                        \"value\": \"145.1\"\n                    }\n                ]\n            },\n            \"name\": \"Canvas\"\n        }\n    ],\n    \"department\": {\n        \"value\": \"Paintings, Drawings and Prints\"\n    },\n    \"exhibitions\": [\n        {\n            \"@link\": {\n                \"catalogue\": \"320\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"exhibition-18\",\n                \"uid\": \"adlib-exhibition-18\",\n                \"uuid\": \"d710f826-fb52-350a-bae1-4630a842e7cb\"\n            },\n            \"summary_title\": \"Treasures of Cambridge\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"exhibition-199\",\n                \"uid\": \"adlib-exhibition-199\",\n                \"uuid\": \"ee41cef3-9b52-3d45-b7da-880df65f7ec4\"\n            },\n            \"summary_title\": \"The Genius of Venice\"\n        },\n        {\n            \"@link\": {\n                \"catalogue\": \"65\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"exhibition-201\",\n                \"uid\": \"adlib-exhibition-201\",\n                \"uuid\": \"14c86d72-5b3b-32f3-85f5-cf71b1bb9878\"\n            },\n            \"summary_title\": \"Treasures from the Fitzwilliam, \\\"The Increase of Learning and other great Objects of that Noble Foundation\\\"\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"exhibition-202\",\n                \"uid\": \"adlib-exhibition-202\",\n                \"uuid\": \"a7ccadb5-901f-35a4-bffc-c1379cd6d7e8\"\n            },\n            \"summary_title\": \"Titian, Prince of Painters\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"exhibition-3231\",\n                \"uid\": \"adlib-exhibition-3231\",\n                \"uuid\": \"bb7e2c29-0bd7-3add-9c0d-401b9a43a07a\"\n            },\n            \"summary_title\": \"Titian\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"exhibition-2664\",\n                \"uid\": \"adlib-exhibition-2664\",\n                \"uuid\": \"fce2d9af-c830-3d12-b84e-a1473a258da9\"\n            },\n            \"summary_title\": \"Titien, Tintoret, Veronese, Rivalites a Venise 1540-1600\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"exhibition-3093\",\n                \"uid\": \"adlib-exhibition-3093\",\n                \"uuid\": \"39a2a222-6a2f-3541-8e36-6b432d77187e\"\n            },\n            \"summary_title\": \"Der Spate Tizian und die Sinnlichkeit der Malerei\"\n        }\n    ],\n    \"identifier\": [\n        {\n            \"accession_number\": \"914\",\n            \"primary\": true,\n            \"type\": \"accession number\",\n            \"value\": \"914\"\n        },\n        {\n            \"priref\": \"656\",\n            \"type\": \"priref\",\n            \"value\": \"656\"\n        },\n        {\n            \"type\": \"uri\",\n            \"uri\": \"http:\\/\\/data.fitzmuseum.cam.ac.uk\\/id\\/object\\/656\",\n            \"value\": \"http:\\/\\/data.fitzmuseum.cam.ac.uk\\/id\\/object\\/656\"\n        }\n    ],\n    \"inscription\": [\n        {\n            \"location\": \"on the slipper, right\",\n            \"transcription\": [\n                {\n                    \"value\": \"TITIANVS.F.    (see catalogue for accurate transcription)\"\n                }\n            ],\n            \"type\": \"signature\"\n        }\n    ],\n    \"institutions\": [\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"agent-149638\",\n                \"uid\": \"adlib-agent-149638\",\n                \"uuid\": \"7376d833-d0a7-3be0-916e-9c892b7a24d8\"\n            },\n            \"summary_title\": \"The Fitzwilliam Museum\"\n        }\n    ],\n    \"lifecycle\": {\n        \"acquisition\": [\n            {\n                \"agents\": [\n                    {\n                        \"@link\": {\n                            \"type\": \"reference\"\n                        },\n                        \"admin\": {\n                            \"id\": \"agent-96932\",\n                            \"uid\": \"adlib-agent-96932\",\n                            \"uuid\": \"00cc6772-bda6-35b8-a126-bc4b97b39d66\"\n                        },\n                        \"summary_title\": \"Fairfax Murray, Charles\"\n                    }\n                ],\n                \"date\": [\n                    {\n                        \"earliest\": 1918,\n                        \"latest\": 1918,\n                        \"value\": \"1918\"\n                    }\n                ],\n                \"method\": {\n                    \"value\": \"given\"\n                }\n            }\n        ],\n        \"creation\": [\n            {\n                \"date\": [\n                    {\n                        \"earliest\": 1571,\n                        \"era\": [\n                            \"CE\"\n                        ],\n                        \"latest\": 1571,\n                        \"precision\": \"circa\",\n                        \"value\": \"1571\"\n                    }\n                ],\n                \"maker\": [\n                    {\n                        \"@link\": {\n                            \"role\": [\n                                {\n                                    \"value\": \"painter\"\n                                }\n                            ],\n                            \"type\": \"reference\"\n                        },\n                        \"admin\": {\n                            \"id\": \"agent-135216\",\n                            \"uid\": \"adlib-agent-135216\",\n                            \"uuid\": \"15246541-1d06-34f7-b400-5b2b876591d9\"\n                        },\n                        \"summary_title\": \"Vecellio, Tiziano\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"medium\": [\n        {\n            \"materials\": [\n                {\n                    \"reference\": {\n                        \"@link\": {\n                            \"type\": \"reference\"\n                        },\n                        \"admin\": {\n                            \"id\": \"term-37032\",\n                            \"uid\": \"adlib-term-37032\",\n                            \"uuid\": \"f9c1a037-2d7a-3297-83ff-657c4c02e10b\"\n                        },\n                        \"summary_title\": \"oil paint\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"multimedia\": [\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"media-218166\",\n                \"uid\": \"adlib-media-218166\",\n                \"uuid\": \"55ce0dfb-ef17-35a4-a0da-32823be0482e\"\n            },\n            \"processed\": {\n                \"large\": {\n                    \"format\": \"jpeg\",\n                    \"location\": \"pdp\\/pdp82\\/914_201001_adn21_dc2.jpg\",\n                    \"location_is_relative\": true,\n                    \"measurements\": {\n                        \"dimensions\": [\n                            {\n                                \"dimension\": \"height\",\n                                \"units\": \"pixels\",\n                                \"value\": 1024\n                            },\n                            {\n                                \"dimension\": \"width\",\n                                \"units\": \"pixels\",\n                                \"value\": 789\n                            }\n                        ]\n                    },\n                    \"modified\": 1605710881820,\n                    \"resizable\": true,\n                    \"type\": \"image\"\n                },\n                \"mid\": {\n                    \"format\": \"jpeg\",\n                    \"location\": \"pdp\\/pdp82\\/mid_914_201001_adn21_dc2.jpg\",\n                    \"location_is_relative\": true,\n                    \"measurements\": {\n                        \"dimensions\": [\n                            {\n                                \"dimension\": \"height\",\n                                \"units\": \"pixels\",\n                                \"value\": 649\n                            },\n                            {\n                                \"dimension\": \"width\",\n                                \"units\": \"pixels\",\n                                \"value\": 500\n                            }\n                        ]\n                    },\n                    \"modified\": 1605710881820,\n                    \"resizable\": true,\n                    \"type\": \"image\"\n                },\n                \"original\": {\n                    \"format\": \"jpeg\",\n                    \"location\": \"pdp\\/pdp82\\/914_201001_adn21_dc2.jpg\",\n                    \"location_is_relative\": true,\n                    \"measurements\": {\n                        \"dimensions\": [\n                            {\n                                \"dimension\": \"height\",\n                                \"units\": \"pixels\",\n                                \"value\": 1024\n                            },\n                            {\n                                \"dimension\": \"width\",\n                                \"units\": \"pixels\",\n                                \"value\": 789\n                            }\n                        ]\n                    },\n                    \"modified\": 1605710881820,\n                    \"resizable\": true,\n                    \"type\": \"image\"\n                },\n                \"preview\": {\n                    \"format\": \"jpeg\",\n                    \"location\": \"pdp\\/pdp82\\/preview_914_201001_adn21_dc2.jpg\",\n                    \"location_is_relative\": true,\n                    \"measurements\": {\n                        \"dimensions\": [\n                            {\n                                \"dimension\": \"height\",\n                                \"units\": \"pixels\",\n                                \"value\": 324\n                            },\n                            {\n                                \"dimension\": \"width\",\n                                \"units\": \"pixels\",\n                                \"value\": 250\n                            }\n                        ]\n                    },\n                    \"modified\": 1605710881820,\n                    \"resizable\": true,\n                    \"type\": \"image\"\n                }\n            },\n            \"type\": {\n                \"base\": \"media\",\n                \"type\": \"image\"\n            }\n        }\n    ],\n    \"name\": [\n        {\n            \"reference\": {\n                \"@link\": {\n                    \"type\": \"reference\"\n                },\n                \"admin\": {\n                    \"id\": \"term-106226\",\n                    \"uid\": \"adlib-term-106226\",\n                    \"uuid\": \"194567f2-2bcd-3446-ae31-652386611815\"\n                },\n                \"summary_title\": \"painting\"\n            }\n        }\n    ],\n    \"note\": [\n        {\n            \"type\": \"history note\",\n            \"value\": \"Probably Philip II of Spain, 1571, and Spanish Royal collection until 1813, when Joseph Bonaparte apparently took it to France, on relinquishing the throne of Spain; anonymous sale, ('Property of a distinguished Foreign Nobleman', sent for sale by Joseph Bates), Christie's, 24 May 1845 (71) bt. in; C.J. Nieuwenhuys; William Coningham, sale, Christie's, 9 June 1879 (66), bt. in; John, 2nd Lord Northwick; his sale by Phillips, Thirlestane House, Cheltenham, 29 July ff. 1859 (1001), bt. Nieuwenhuys; Charles Scarisbrick; anon. sale (C.J. Nieuwenhuys), Christie's, 28 June 1879 (66), bt. in; C.J Nieuwenhuys (decd.) sale, Christie's, 17 July 1886 (53), bt. Murray; Charles Butler (decd.) sale, Christie's, 25 May 1911 (95),  bt. Agnew.\"\n        }\n    ],\n    \"owners\": [\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"agent-149638\",\n                \"uid\": \"adlib-agent-149638\",\n                \"uuid\": \"7376d833-d0a7-3be0-916e-9c892b7a24d8\"\n            },\n            \"summary_title\": \"The Fitzwilliam Museum\"\n        }\n    ],\n    \"publications\": [\n        {\n            \"@link\": {\n                \"page\": \"31\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-382\",\n                \"uid\": \"adlib-publication-382\",\n                \"uuid\": \"ee5148de-e3eb-3d38-88db-9a331edf70b6\"\n            },\n            \"summary_title\": \"Treasures of the Fitzwilliam Museum\"\n        },\n        {\n            \"@link\": {\n                \"page\": \"208\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-6\",\n                \"uid\": \"adlib-publication-6\",\n                \"uuid\": \"de1257ed-819b-337c-a407-8a7f41d7184d\"\n            },\n            \"summary_title\": \"The Principal Pictures in the Fitzwilliam Museum, Cambridge (1929)\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-129\",\n                \"uid\": \"adlib-publication-129\",\n                \"uuid\": \"b0deb99e-b005-39b6-a7e3-bb744b073200\"\n            },\n            \"summary_title\": \"Tiziano\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-130\",\n                \"uid\": \"adlib-publication-130\",\n                \"uuid\": \"6ab78860-0df8-3db1-8c34-38e8fa27bbed\"\n            },\n            \"summary_title\": \"Tizian, Leben und Werk\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-131\",\n                \"uid\": \"adlib-publication-131\",\n                \"uuid\": \"df28a134-1213-36bb-a421-1cc5a1b6fe1e\"\n            },\n            \"summary_title\": \"Titian: the paintings and Drawings\"\n        },\n        {\n            \"@link\": {\n                \"page\": \"91\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-200000003\",\n                \"uid\": \"adlib-publication-200000003\",\n                \"uuid\": \"8cf0eb7f-5416-30b3-b2a0-eaed2d3c6e05\"\n            },\n            \"summary_title\": \"[Unknown; Illustrated London News; 1960]\"\n        },\n        {\n            \"@link\": {\n                \"page\": \"30\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-46\",\n                \"uid\": \"adlib-publication-46\",\n                \"uuid\": \"3ce88b28-89e0-3ca4-841a-2205560410c4\"\n            },\n            \"summary_title\": \"Treasures in Cambridge\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-15\",\n                \"uid\": \"adlib-publication-15\",\n                \"uuid\": \"a688918a-bb81-3998-99cc-81244715767d\"\n            },\n            \"summary_title\": \"The Fitzwilliam Museum, An Illustrated Survey\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-49\",\n                \"uid\": \"adlib-publication-49\",\n                \"uuid\": \"da721774-686e-3b95-bee3-39549309b6b0\"\n            },\n            \"summary_title\": \"Fitzwilliam Museum...Handbook and Guide\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-128\",\n                \"uid\": \"adlib-publication-128\",\n                \"uuid\": \"ed7666e3-9922-3b0c-b637-b3cb12e698fc\"\n            },\n            \"summary_title\": \"Tutta la Pittura di Tiziano\"\n        },\n        {\n            \"@link\": {\n                \"notes\": \"fig. 1, 'a droite'\",\n                \"page\": \"18\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-200000146\",\n                \"uid\": \"adlib-publication-200000146\",\n                \"uuid\": \"7c4bdf0c-286b-3353-92cb-af84e12b1c7d\"\n            },\n            \"summary_title\": \"Etude sur deux tableaux du Titien intitul\\u00e9s: Tarquin and Lucretia\"\n        },\n        {\n            \"@link\": {\n                \"page\": \"766\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-200000148\",\n                \"uid\": \"adlib-publication-200000148\",\n                \"uuid\": \"ff598f8d-e4b7-3ce4-8861-5430d6ff7865\"\n            },\n            \"summary_title\": \"Titian's 'Tarquin and Lucretia' in Painting of the Month\"\n        },\n        {\n            \"@link\": {\n                \"page\": \"172-175\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-5\",\n                \"uid\": \"adlib-publication-5\",\n                \"uuid\": \"c37bfc24-ce16-38f0-a61f-e104be121758\"\n            },\n            \"summary_title\": \"Catalogue of Paintings in the Fitzwilliam Museum, Cambridge, Italian School\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-200000145\",\n                \"uid\": \"adlib-publication-200000145\",\n                \"uuid\": \"6d58830b-b3a2-3fc6-aca0-e340b87e2dc6\"\n            },\n            \"summary_title\": \"'Rubens in Madrid and the decoration of the King's summer apartments'\"\n        },\n        {\n            \"@link\": {\n                \"page\": \"162-172\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-200000147\",\n                \"uid\": \"adlib-publication-200000147\",\n                \"uuid\": \"0b07310d-03b1-3c43-8381-9f4738465ca2\"\n            },\n            \"summary_title\": \"'Titian's 'Tarquin and Lucretia' in the Fitzwilliam'\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-285\",\n                \"uid\": \"adlib-publication-285\",\n                \"uuid\": \"20524ed7-f96f-3ce6-907b-f9c6f968197e\"\n            },\n            \"summary_title\": \"Supplement to the Catalogue 'Titian Prince of Painters'\"\n        },\n        {\n            \"@link\": {\n                \"page\": \"198-200\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"publication-200000149\",\n                \"uid\": \"adlib-publication-200000149\",\n                \"uuid\": \"4e4655b4-e96f-3b25-a5e5-658b6f4d2be7\"\n            },\n            \"summary_title\": \"'Mourning for Lucretia'\"\n        }\n    ],\n    \"school_or_style\": [\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-8403\",\n                \"uid\": \"adlib-term-8403\",\n                \"uuid\": \"f0de1729-98ba-32a3-adc6-c207550ffb08\"\n            },\n            \"summary_title\": \"Italian\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-106260\",\n                \"uid\": \"adlib-term-106260\",\n                \"uuid\": \"e4137209-f1f3-3154-9f8f-6304b0731874\"\n            },\n            \"summary_title\": \"Venetian School\"\n        }\n    ],\n    \"subjects\": [\n        {\n            \"@link\": {\n                \"relation\": \"object name\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-69145\",\n                \"uid\": \"adlib-term-69145\",\n                \"uuid\": \"784af795-5401-382f-b51a-79b0f2b2dab1\"\n            },\n            \"summary_title\": \"curtains\"\n        },\n        {\n            \"@link\": {\n                \"relation\": \"object name\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-107796\",\n                \"uid\": \"adlib-term-107796\",\n                \"uuid\": \"23593458-4ce0-320f-888c-2ba8aa5c5eb1\"\n            },\n            \"summary_title\": \"knife\"\n        },\n        {\n            \"@link\": {\n                \"relation\": \"object name\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-109648\",\n                \"uid\": \"adlib-term-109648\",\n                \"uuid\": \"81e9054e-fe90-3431-8bf2-645c7c671530\"\n            },\n            \"summary_title\": \"dagger\"\n        },\n        {\n            \"@link\": {\n                \"relation\": \"object name\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-106409\",\n                \"uid\": \"adlib-term-106409\",\n                \"uuid\": \"cf38689b-f0cd-3a76-9e24-496891523312\"\n            },\n            \"summary_title\": \"bed\"\n        },\n        {\n            \"@link\": {\n                \"relation\": \"object name\",\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-235\",\n                \"uid\": \"adlib-term-235\",\n                \"uuid\": \"9cf0c470-4a55-3706-83a2-ae280fc26871\"\n            },\n            \"summary_title\": \"fashion\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"literal\"\n            },\n            \"name\": [\n                {\n                    \"value\": \"curtains\"\n                }\n            ],\n            \"summary_title\": \"curtains\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"literal\"\n            },\n            \"name\": [\n                {\n                    \"value\": \"knife\"\n                }\n            ],\n            \"summary_title\": \"knife\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"literal\"\n            },\n            \"name\": [\n                {\n                    \"value\": \"dagger\"\n                }\n            ],\n            \"summary_title\": \"dagger\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"literal\"\n            },\n            \"name\": [\n                {\n                    \"value\": \"bed\"\n                }\n            ],\n            \"summary_title\": \"bed\"\n        },\n        {\n            \"@link\": {\n                \"type\": \"literal\"\n            },\n            \"name\": [\n                {\n                    \"value\": \"fashion\"\n                }\n            ],\n            \"summary_title\": \"fashion\"\n        }\n    ],\n    \"summary\": {\n        \"reference\": {\n            \"@link\": {\n                \"type\": \"reference\"\n            },\n            \"admin\": {\n                \"id\": \"term-106226\",\n                \"uid\": \"adlib-term-106226\",\n                \"uuid\": \"194567f2-2bcd-3446-ae31-652386611815\"\n            },\n            \"summary_title\": \"painting\"\n        }\n    },\n    \"summary_title\": \"painting\",\n    \"techniques\": [\n        {\n            \"description\": [\n                {\n                    \"value\": \"oil on canvas\"\n                }\n            ],\n            \"reference\": {\n                \"@link\": {\n                    \"type\": \"reference\"\n                },\n                \"admin\": {\n                    \"id\": \"term-30011\",\n                    \"uid\": \"adlib-term-30011\",\n                    \"uuid\": \"13394a8d-f74d-3653-9665-2f427e155819\"\n                },\n                \"summary_title\": \"painting (image-making)\"\n            }\n        }\n    ],\n    \"title\": [\n        {\n            \"value\": \"Tarquin and Lucretia\"\n        }\n    ],\n    \"type\": {\n        \"base\": \"object\",\n        \"type\": \"OBJECT\"\n    }\n}\n```\n\n# Author\n\nDaniel Pett \u0026 Mary Chester-Kadwell, The University of Cambridge\n\n# License\n\nGPL v3\n\n# To do\n\n* Caching of data to prevent unnecessary get requests and so speed up posts and pages\n* Admin option to suppress error messages if desired\n\n# Known issues\n\n* Level of documentation at the Museum - some fields have no text!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzwilliammuseum%2Ffitz-wp-collection-beta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitzwilliammuseum%2Ffitz-wp-collection-beta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzwilliammuseum%2Ffitz-wp-collection-beta/lists"}