-
Notifications
You must be signed in to change notification settings - Fork 858
Add properties to EducationalOccupationalProgram to model program duration and application dates #2419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In the termsPerYear: property, some courses are not offered annually, after taking Oracle I and II, my community college did not offer Oracle III and IV until they had accumulated several years of lower semester completions. Perhaps this field should be text to be able to accept words like "biannual" and "biennial"? In cases like the above, there is a minimumEnrollment: property that is important to the colleges and students, without enough student interest, they will not offer the course. There is a taxonomy available for this topic, the CIP codes from NCES. I don't know if there is an international equivalent, but looking over the proposal, I'm not seeing a description that suggests using the available codes. https://en.wikipedia.org/wiki/Classification_of_Instructional_Programs From my work with CIP data, I have also noticed that some specialty degrees are not conferred annually -- the data indicates some are conferred every other year. |
As far as CIP codes, authors could use |
@vholland termsPerYear: Prevalent in all colleges, if you can't fit it into your schedule or enrollment too large, you have to wait a year to take the (often required) second semester. This could also be part of the purported "on time graduation" statistic. There are so many specialties now, that the course availability doesn't always fit a 5 year graduation expectation. CIP codes: educationalCredentialAwarded = suggest NCES CIP codes Mentioning additional ontologies would be fine, but at least the suggestion in the description puts the data-entry and data-consumer on the same page. I.e., the data-consumer can search the string within the property for a matching CIP code or SOC code. (or the codes that match their region) |
@vholland I don't like that credits and "units" are being treated as interchangeable terms. I assume the "units" of a program would be courses / modules: classes, research projects, placements etc?--it needs further definition. Typically in Europe a year of study would involve 60 or 120 credits depending on the credit scheme used, so using I would like to see @WeaverStever do the CIP codes address more than the subject of the program? They don't really seem to match with credentials awarded. |
Yes, I've found that credits, units and semester units can mean different things. Additionally, some schools now grade on a 5.0 gpa system rather than the traditional 4.0 gpa system. I always laugh when I see 4.0+ GPA in news articles. I've also seen program requirements where if you did not get the "cum laude" honorarium, you did not graduate. I.e., "cum laude" means you had a B level GPA. The CIP codes are a field of study, much like a major or minor. Here are the 2017 codes for "11 Computer" -- aka fit the Computer Science curriculum or overlap. These cover the gambit, some are (1 yr / 2yr) certificate courses or associate (science) degree level, some at bachelor's level and some are offered in the postgrad level. 01.0106 | Agricultural Business Technology. |
Re: units vs. credits. The definition should be clear that it is the measurement of an individual class, which could be linked to program cost and duration. I see units and credits (or credit hours) used interchangeably in the US. I like the idea of keeping the definition loose enough to allow an institution to use their preferred type. Not sure what the answer is to that, since it feels odd to use a term that is neither credits nor units. For example, at Stanford the expected courseload is 15 units per quarter. In this example the typicalUnitsPerTerm is 15, and the termsPerYear is 4. Given a programs full unit count, you could calculate duration and use cost per credit to calculate cost. John Tyler Community College calls these credit hours, with 15 credit hours per semester, and 3 semesters per year. In this example the typicalUnitsPerTerm is 15, and the termsPerYear is 3. Re: timing of program |
I think I got all the feedback incorporated into PR #2429 @philbarker Please let me know if I missed anything. |
Included in schema.org 7.0 |
Thank you Vicki!
…On Thu, May 28, 2020 at 11:20 AM Vicki Tardif ***@***.***> wrote:
Closed #2419 <#2419>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2419 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUTLGFNFHNWGTDQ4CSU7ADRT2TOTANCNFSM4JW6BRIA>
.
|
Many EducationalOccupationalProgram pages provide information for determining how long a program typically takes, when terms typically run, and when applications are accepted. I propose adding the following properties to
EducationalOccupationalProgram
to allow authors to mark up that sort of data.The properties include:
numberOfUnits
: The number of units or credits required to complete the program, not including prerequisites for enrollment.typicalUnitsPerTerm
: The number of units or credits a full-time student would be expected to take in 1 term however 'term' is defined by the institution.termDuration
: The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term.termsPerYear
: The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.applicationStartDate
: The date at which the program begins collecting applications for the next enrollment cycle.applicationDeadline
: The date at which the program stops collecting applications for the next enrollment cycle.maximumEnrollment
: The maximum number of students who may be enrolled in the program.educationalProgramMode
: Similar tocourseMode
, The medium or means of delivery of the program as a whole. The value may either be a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).timeOfDay
: The time of day the program normally runs. For example, "evenings".I also propose extending the domains of the following existing properties to include
EducationalOccupationalProgram
:startDate
endDate
dayOfWeek
The text was updated successfully, but these errors were encountered: