Skip to content

Commit

Permalink
Merge pull request #87 from ScrollPrize/villa-model
Browse files Browse the repository at this point in the history
Add Villa dei Papiri model build instructions
  • Loading branch information
stephenrparsons authored Jan 29, 2025
2 parents 476b6b4 + 88a63ee commit efa4791
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
39 changes: 39 additions & 0 deletions scrollprize.org/docs/33_villa_model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "Villa dei Papiri model"
hide_table_of_contents: true
---

<head>
<html data-theme="dark" />

<meta
name="description"
content="A $1,000,000+ machine learning and computer vision competition"
/>

<meta property="og:type" content="website" />
<meta property="og:url" content="https://scrollprize.org" />
<meta property="og:title" content="Vesuvius Challenge" />
<meta
property="og:description"
content="A $1,000,000+ machine learning and computer vision competition"
/>
<meta
property="og:image"
content="https://scrollprize.org/img/social/opengraph.jpg"
/>

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://scrollprize.org" />
<meta property="twitter:title" content="Vesuvius Challenge" />
<meta
property="twitter:description"
content="A $1,000,000+ machine learning and computer vision competition"
/>
<meta
property="twitter:image"
content="https://scrollprize.org/img/social/opengraph.jpg"
/>
</head>

Click here to download building instructions: [Villa dei Papiri Instructions.pdf](https://drive.google.com/file/d/11m_LRqZzh0_N5NoFPSnkQpeIMDKH_Jcc/view?usp=sharing)
4 changes: 4 additions & 0 deletions scrollprize.org/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ const config = {
to: "https://donate.stripe.com/aEUg101vt9eN8gM144",
from: "/donate",
},
{
to: "/villa_model",
from: "/lego",
}
],
},
],
Expand Down
8 changes: 8 additions & 0 deletions scrollprize.org/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ const sidebars = {
{ type: 'doc', id: 'landing' },
{ type: 'doc', id: 'jobs' },
],
villaModelSidebar: [
{
type: 'html',
value: '<a class="navbar__brand custom-top-header" href="/"><div class="navbar__logo"><img src="/img/social/favicon-64x64.png" alt="Vesuvius Challenge Logo" class="themedImage_ToTc themedImage--dark_i4oU"></div><b class="navbar__title text--truncate">Vesuvius Challenge</b></a>'
},
{ type: 'doc', id: 'landing' },
{ type: 'doc', id: 'villa_model' },
],
overviewSidebar: [
{
type: 'html',
Expand Down

0 comments on commit efa4791

Please sign in to comment.