Skip to content

Instantly share code, notes, and snippets.

@jasonclark
Last active December 6, 2022 20:57
Show Gist options
  • Save jasonclark/22b119764f69ebb3979fbf11dc7993a9 to your computer and use it in GitHub Desktop.
Save jasonclark/22b119764f69ebb3979fbf11dc7993a9 to your computer and use it in GitHub Desktop.
montana.edu/academics create json-ld to define programs generically Action: Ready to share with Brooke and Philip on December 6 https://schema.org/CollegeOrUniversity https://schema.org/EducationalOccupationalProgram https://schema.org/educationalCredentialAwarded https://schema.org/Course https://schema.org/hasCourseInstance
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "EducationalOccupationalProgram",
"name": "Undergraduate Accounting degree from Montana State University",
"description": "Accounting – B.S. in Business, Accounting EmphasisAccounting is designed to help students develop the necessary technical expertise and broad-based business knowledge required for long-term success in careers such as auditing, assurance, tax consulting, corporate or non-profit accounting and finance, financial analysis, venture capital and financial planning."
"url": "https://www.montana.edu/academics/accounting/",
"provider": {
"@type": "CollegeOrUniversity",
"name": "Montana State University",
"address": {
"@type": "PostalAddress",
"streetAddress": "201 Strand Union Building (SUB) P.O. Box 172190",
"addressLocality": "Bozeman",
"addressRegion": "MT",
"postalCode": "59717"
}
},
"timeToComplete": "P4Y",
"educationalCredentialAwarded": {
"@type": "EducationalOccupationalCredential",
"credentialCategory": "Bachelor of Science in Business, Accounting Emphasis"
},
"programPrerequisites": {
"@type": "EducationalOccupationalCredential",
"credentialCategory": "High school diploma"
},
"hasCourse": [
{
"@type": "Course",
"name": "BGEN 104US - Business & Entrepreneurship Fundamentals Seminar"
"courseMode": "full-time",
"location": "MSU Campus",
"startDate": "2023-01-17",
"endDate": "2023-05-22"
},
{
"@type": "Course",
"name": "ECNS 101IS - Economic Way of Thinking"
"courseMode": "full-time",
"location": "MSU Campus",
"startDate": "2023-01-17",
"endDate": "2023-05-22"
},
{
"@type": "Course",
"name": "M 161Q - Survey of Calculus"
"courseMode": "full-time",
"location": "MSU Campus",
"startDate": "2023-01-17",
"endDate": "2023-05-22"
}
],
"offers": [
{
"@type": "Offer",
"category": "Resident Tuition",
"priceSpecification": {
"@type": "PriceSpecification",
"price": 16278,
"priceCurrency": "USD"
}
},
{
"@type": "Offer",
"category": "International Tuition",
"priceSpecification": {
"@type": "PriceSpecification",
"price": 37344,
"priceCurrency": "USD"
}
},
{
"@type": "Offer",
"category": "Other Tuition",
"priceSpecification": {
"@type": "PriceSpecification",
"price": 35599,
"priceCurrency": "USD"
}
},
{
"@type": "Offer",
"category": "Room and Board",
"priceSpecification": {
"@type": "PriceSpecification",
"price": 13588,
"priceCurrency": "USD"
}
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment