Skip to content

Commit 6a35cd2

Browse files
Data Commonscopybara-github
authored andcommitted
This CL adds a new import for IPEDS Graduation Rates data at the national level. It includes new StatVars for graduation rates based on educational attainment (Associate Degree, Postsecondary Certificate) and establishment ownership (Publicly Owned, Privately Owned For Profit, Privately Owned Not For Profit). New enum values for educational attainment are also added.
PiperOrigin-RevId: 861224894
1 parent ab4b586 commit 6a35cd2

5 files changed

Lines changed: 408 additions & 0 deletions

File tree

core/census_enums.mcf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ subClassOf: schema:Enumeration
231231
dcid: "USC_EducationalAttainmentEnum"
232232
name: "USC_EducationalAttainmentEnum"
233233

234+
Node: dcid:CourseCompletionTimeEnum
235+
typeOf: schema:Class
236+
subClassOf: schema:Enumeration
237+
name: "CourseCompletionTimeEnum"
238+
234239
Node: dcid:parentEducationStatus
235240
typeOf: schema:Property
236241
domainIncludes: dcs:School

core/dcschema.mcf

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2620,6 +2620,13 @@ rangeIncludes: schema:Number
26202620
domainIncludes: dcs:Student
26212621
description: "The high school graduation rate is a percentage of the ninth-grade cohort that graduates in four years."
26222622

2623+
Node: dcid:graduationRate
2624+
typeOf: schema:Property
2625+
domainIncludes: dcs:Student
2626+
name: "graduationRate"
2627+
rangeIncludes: schema:Number
2628+
description: "The rate at which students complete a program of study. This is often measured over different timeframes, for example, the percentage of students who complete the program within 100%, 150%, or 200% of the normal time."
2629+
26232630
Node: dcid:Percentile
26242631
typeOf: schema:UnitOfMeasure
26252632
name: "Percentile"
@@ -5743,3 +5750,25 @@ name: "Sparsely populated rural areas"
57435750
description: "Sparsely populated areas with dispersed small settlements that are located at a distance from each other."
57445751
descriptionUrl: "https://stat.fi/meta/kas/kaupunki_maaseu_en.html"
57455752
typeOf: dcs:HumanSettlementClassificationEnum
5753+
5754+
Node: dcid:courseCompletionTime
5755+
typeOf: schema:Property
5756+
name: "courseCompletionTime"
5757+
description: "The time within which a course or program is completed, often expressed relative to the normal or expected duration."
5758+
domainIncludes: dcid:Person
5759+
rangeIncludes: dcs:CourseCompletionTimeEnum
5760+
5761+
Node: dcid:CourseCompletedWithin100PercentOfNormalTime
5762+
typeOf: dcid:CourseCompletionTimeEnum
5763+
name: "Within 100 percent of normal time"
5764+
description: "Indicates course completion within the standard full-time duration expected for the program "
5765+
5766+
Node: dcid:CourseCompletedWithin150PercentOfNormalTime
5767+
typeOf: dcid:CourseCompletionTimeEnum
5768+
name: "Within 150 percent of normal time"
5769+
description: "Indicates course completion within 150% of the standard full-time duration expected for the program."
5770+
5771+
Node: dcid:CourseCompletedWithin200PercentOfNormalTime
5772+
typeOf: dcid:CourseCompletionTimeEnum
5773+
name: "Within 200 percent of normal time"
5774+
description: "Indicates course completion within 200% of the standard full-time duration expected for the program."

core/dcschema_enum_instances.mcf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4640,3 +4640,15 @@ name: "Wifi Enabled Device"
46404640
Node: dcid:StudentRetained
46414641
typeOf: dcid:StudentStatusEnum
46424642
name: "Student Retained"
4643+
4644+
Node: dcid:PubliclyOwnedInstitute
4645+
typeOf: dcid:InstitutionTypeEnum
4646+
name: "Publicly Owned Institute"
4647+
4648+
Node: dcid:PrivatelyOwnedNotForProfitInstitute
4649+
typeOf: dcid:InstitutionTypeEnum
4650+
name: "Privately Owned Not For Profit Institute"
4651+
4652+
Node: dcid:PrivatelyOwnedForProfitInstitute
4653+
typeOf: dcid:InstitutionTypeEnum
4654+
name: "Privately Owned For Profit Institute"

core/enum_specializations.mcf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,18 @@ Node: dcid:GraduateOrProfessionalDegree
220220
typeOf: dcs:USC_EducationalAttainmentEnum
221221
specializationOf: dcs:BachelorsDegreeOrHigher
222222

223+
Node: dcid:AssociateDegreeOrCertificate
224+
typeOf: dcs:USC_EducationalAttainmentEnum
225+
specializationOf: dcs:SecondaryOrHigher
226+
description: "An award that normally requires at least 2 but less than 4 years of full-time equivalent college work"
227+
descriptionUrl: "https://academicprograms.uic.edu/resources/ipeds/"
228+
229+
Node: dcid:PostSecondaryCertificate
230+
typeOf: dcs:USC_EducationalAttainmentEnum
231+
specializationOf: dcs:SecondaryOrHigher
232+
description: "An award that requires completion of an organized program of study at the postsecondary level in at least 1 but less than 2 full-time equivalent academic years"
233+
descriptionUrl: "https://academicprograms.uic.edu/resources/ipeds/"
234+
223235
# *CrimeTypeEnum from dcschema_enum_instances.mcf
224236
# USC_DetailedLevelOfSchoolEnum is range of detailedLevelOfSchool
225237

0 commit comments

Comments
 (0)