Skip to content

Commit

Permalink
Conform format of CR_COU_TITLE to OER Commons formatting (Creative C…
Browse files Browse the repository at this point in the history
…ommons Attribution Non Commercial Share Alike 4.0 to cc-by-nc-sa) (#112)

* Update create_csv.py

Conform format of CR_COU_TITLE to OER Commons formatting (Creative Commons Attribution Non Commercial Share Alike 4.0 to cc-by-nc-sa)

* Update tests to use the abbreviated CC license

---------

Co-authored-by: Peter Musser <[email protected]>
  • Loading branch information
ibrahimjaved12 and pmusser authored Oct 22, 2024
1 parent 96f2f02 commit 6141504
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ocw_oer_export/create_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def transform_single_course(course, ocw_topics_mapping, fm_ocw_keywords_mapping)
"CR_SUBLEVEL": get_cr_sublevel(course_runs["level"]),
"CR_ABSTRACT": get_description_in_plain_text(course_runs["description"]),
"CR_LANGUAGE": "en",
"CR_COU_TITLE": "Creative Commons Attribution Non Commercial Share Alike 4.0",
"CR_COU_TITLE": "cc-by-nc-sa",
"CR_PRIMARY_USER": "student|teacher",
"CR_SUBJECT": get_cr_subjects(ocw_topics_mapping, course["topics"]),
"CR_KEYWORDS": get_cr_keywords(
Expand Down
Loading

0 comments on commit 6141504

Please sign in to comment.