-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
290 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
[ | ||
{ | ||
"model": "vb.school", | ||
"pk": 1, | ||
"fields": { | ||
"name": "Middle Georgia State", | ||
"slug": "mga", | ||
"short_name": "MGA", | ||
"mascot": "Knights", | ||
"mail_domains": ["mga.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 2, | ||
"fields": { | ||
"name": "University of Florida", | ||
"slug": "ufl", | ||
"short_name": "University of Florida", | ||
"mascot": "Gators", | ||
"mail_domains": ["ufl.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 3, | ||
"fields": { | ||
"name": "Arizona State University", | ||
"slug": "asu", | ||
"short_name": "ASU", | ||
"mascot": "Sun Devils", | ||
"mail_domains": ["asu.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 4, | ||
"fields": { | ||
"name": "University of Pennsylvania", | ||
"slug": "upenn", | ||
"short_name": "UPenn", | ||
"mascot": "Quakers", | ||
"mail_domains": ["upenn.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 5, | ||
"fields": { | ||
"name": "Florida State", | ||
"slug": "fsu", | ||
"short_name": "FSU", | ||
"mascot": "Seminoles", | ||
"mail_domains": ["fsu.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 6, | ||
"fields": { | ||
"name": "Georgia State", | ||
"slug": "gsu", | ||
"short_name": "GSU", | ||
"mascot": "Panthers", | ||
"mail_domains": ["gsu.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 7, | ||
"fields": { | ||
"name": "University of Pittsburgh", | ||
"slug": "pitt", | ||
"short_name": "PItt", | ||
"mascot": "Panthers", | ||
"mail_domains": ["pitt.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 8, | ||
"fields": { | ||
"name": "Penn State", | ||
"slug": "psu", | ||
"short_name": "Penn State", | ||
"mascot": "Nittany Lions", | ||
"mail_domains": ["psu.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 9, | ||
"fields": { | ||
"name": "University of Arizona", | ||
"slug": "arizona", | ||
"short_name": "Arizona", | ||
"mascot": "Wildcats", | ||
"mail_domains": ["arizona.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 10, | ||
"fields": { | ||
"name": "University of Las Vegas", | ||
"slug": "unlv", | ||
"short_name": "UNLV", | ||
"mascot": "Rebels", | ||
"mail_domains": ["unlv.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 11, | ||
"fields": { | ||
"name": "University of Wisconsin", | ||
"slug": "wisc", | ||
"short_name": "UW", | ||
"mascot": "Badgers", | ||
"mail_domains": ["wisc.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 12, | ||
"fields": { | ||
"name": "University of Michigan", | ||
"slug": "umich", | ||
"short_name": "UMich", | ||
"mascot": "Wolverines", | ||
"mail_domains": ["umich.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 13, | ||
"fields": { | ||
"name": "Michigan State", | ||
"slug": "msu", | ||
"short_name": "MSU", | ||
"mascot": "Spartans", | ||
"mail_domains": ["msu.edu"] | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,145 @@ | ||
[{"model": "vb.school", "pk": 1, "fields": {"name": "Middle Georgia State", "slug": "mga", "short_name": "MGA", "mascot": "Knights", "mail_domains": ["mga.edu"]}}, {"model": "vb.school", "pk": 2, "fields": {"name": "University of Florida", "slug": "ufl", "short_name": "University of Florida", "mascot": "Gators", "mail_domains": ["ufl.edu"]}}, {"model": "vb.school", "pk": 3, "fields": {"name": "Arizona State University", "slug": "asu", "short_name": "ASU", "mascot": "Sun Devils", "mail_domains": ["asu.edu"]}}, {"model": "vb.school", "pk": 4, "fields": {"name": "University of Pennsylvania", "slug": "upenn", "short_name": "UPenn", "mascot": "Quakers", "mail_domains": ["upenn.edu"]}}, {"model": "vb.school", "pk": 5, "fields": {"name": "Florida State", "slug": "fsu", "short_name": "FSU", "mascot": "Seminoles", "mail_domains": ["fsu.edu"]}}, {"model": "vb.school", "pk": 6, "fields": {"name": "Georgia State", "slug": "gsu", "short_name": "GSU", "mascot": "Panthers", "mail_domains": ["gsu.edu"]}}, {"model": "vb.school", "pk": 7, "fields": {"name": "University of Pittsburgh", "slug": "pitt", "short_name": "PItt", "mascot": "Panthers", "mail_domains": ["pitt.edu"]}}, {"model": "vb.school", "pk": 8, "fields": {"name": "Penn State", "slug": "psu", "short_name": "Penn State", "mascot": "Nittany Lions", "mail_domains": ["psu.edu"]}}, {"model": "vb.school", "pk": 9, "fields": {"name": "University of Arizona", "slug": "arizona", "short_name": "Arizona", "mascot": "Wildcats", "mail_domains": ["arizona.edu"]}}, {"model": "vb.school", "pk": 10, "fields": {"name": "University of Las Vegas", "slug": "unlv", "short_name": "UNLV", "mascot": "Rebels", "mail_domains": ["unlv.edu"]}}, {"model": "vb.school", "pk": 11, "fields": {"name": "University of Wisconsin", "slug": "wisc", "short_name": "UW", "mascot": "Badgers", "mail_domains": ["wisc.edu"]}}, {"model": "vb.school", "pk": 12, "fields": {"name": "University of Michigan", "slug": "umich", "short_name": "UMich", "mascot": "Wolverines", "mail_domains": ["umich.edu"]}}, {"model": "vb.school", "pk": 13, "fields": {"name": "Michigan State", "slug": "msu", "short_name": "MSU", "mascot": "Spartans", "mail_domains": ["msu.edu"]}}, {"model": "vb.contest", "pk": 1, "fields": {"name": "$25 Amazon Gift Card Giveaway", "start_at": "2024-04-02T23:17:11Z", "end_at": "2024-04-06T23:17:24Z", "template": "{{ school.short_name }} students: check your voter registration for a 1 in 10 chance to win a $25 Amazon gift card.", "school": 1}}] | ||
[ | ||
{ | ||
"model": "vb.school", | ||
"pk": 1, | ||
"fields": { | ||
"name": "Middle Georgia State", | ||
"slug": "mga", | ||
"short_name": "MGA", | ||
"mascot": "Knights", | ||
"mail_domains": ["mga.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 2, | ||
"fields": { | ||
"name": "University of Florida", | ||
"slug": "ufl", | ||
"short_name": "University of Florida", | ||
"mascot": "Gators", | ||
"mail_domains": ["ufl.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 3, | ||
"fields": { | ||
"name": "Arizona State University", | ||
"slug": "asu", | ||
"short_name": "ASU", | ||
"mascot": "Sun Devils", | ||
"mail_domains": ["asu.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 4, | ||
"fields": { | ||
"name": "University of Pennsylvania", | ||
"slug": "upenn", | ||
"short_name": "UPenn", | ||
"mascot": "Quakers", | ||
"mail_domains": ["upenn.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 5, | ||
"fields": { | ||
"name": "Florida State", | ||
"slug": "fsu", | ||
"short_name": "FSU", | ||
"mascot": "Seminoles", | ||
"mail_domains": ["fsu.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 6, | ||
"fields": { | ||
"name": "Georgia State", | ||
"slug": "gsu", | ||
"short_name": "GSU", | ||
"mascot": "Panthers", | ||
"mail_domains": ["gsu.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 7, | ||
"fields": { | ||
"name": "University of Pittsburgh", | ||
"slug": "pitt", | ||
"short_name": "PItt", | ||
"mascot": "Panthers", | ||
"mail_domains": ["pitt.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 8, | ||
"fields": { | ||
"name": "Penn State", | ||
"slug": "psu", | ||
"short_name": "Penn State", | ||
"mascot": "Nittany Lions", | ||
"mail_domains": ["psu.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 9, | ||
"fields": { | ||
"name": "University of Arizona", | ||
"slug": "arizona", | ||
"short_name": "Arizona", | ||
"mascot": "Wildcats", | ||
"mail_domains": ["arizona.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 10, | ||
"fields": { | ||
"name": "University of Las Vegas", | ||
"slug": "unlv", | ||
"short_name": "UNLV", | ||
"mascot": "Rebels", | ||
"mail_domains": ["unlv.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 11, | ||
"fields": { | ||
"name": "University of Wisconsin", | ||
"slug": "wisc", | ||
"short_name": "UW", | ||
"mascot": "Badgers", | ||
"mail_domains": ["wisc.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 12, | ||
"fields": { | ||
"name": "University of Michigan", | ||
"slug": "umich", | ||
"short_name": "UMich", | ||
"mascot": "Wolverines", | ||
"mail_domains": ["umich.edu"] | ||
} | ||
}, | ||
{ | ||
"model": "vb.school", | ||
"pk": 13, | ||
"fields": { | ||
"name": "Michigan State", | ||
"slug": "msu", | ||
"short_name": "MSU", | ||
"mascot": "Spartans", | ||
"mail_domains": ["msu.edu"] | ||
} | ||
} | ||
] |