diff --git a/data/blob.ttl b/data/blob.ttl index 8bbabe3..fa265c5 100644 --- a/data/blob.ttl +++ b/data/blob.ttl @@ -1500,3 +1500,63 @@ prefix library: :primary_source "http://www.ittig.cnr.it/EditoriaServizi/AttivitaEditoriale/InformaticaEDiritto/IeD_2012_01_AliprandiPiana.pdf" ; :primary_source_retrieved "2023-04-02" ; :type "PDF" . + + + :library library:applied_calculus_ed1_2014 ; + :primary_source "https://www.opentextbookstore.com/appcalc/appcalc.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:first_course_linear_algebra_v3.50_Beezer ; + :primary_source "http://linear.ups.edu/download/fcla-3.50-print.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:first_course_linear_algebra_exercise_manual_v3.50_Beezer ; + :primary_source "http://linear.ups.edu/download/fcla-3.50-solution-manual.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:first_course_linear_algebra_sage_primer_v3.50_Beezer ; + :primary_source "http://linear.ups.edu/download/fcla-3.50-sage-6.9-primer.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:first_course_linear_algebra_flashcard_v3.50_Beezer ; + :primary_source "http://linear.ups.edu/download/fcla-3.50-flashcards.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:active_calculus_Boelkins_2019 ; + :primary_source "https://scholarworks.gvsu.edu/cgi/viewcontent.cgi?article=1018&context=books" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:special_values_trigonometric_functions_CHSN_2009 ; + :primary_source "https://www.ocf.berkeley.edu/~daradib/chsntech/review/math/review-trigtable.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:math_trigonometry_review_CHSN_2009 ; + :primary_source "https://www.ocf.berkeley.edu/~daradib/chsntech/review/math/review-trig.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:math_precalculus_review_CHSN_2009 ; + :primary_source "https://www.ocf.berkeley.edu/~daradib/chsntech/review/math/review-precalc.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . + + + :library library:math_calculus_review_CHSN_2009 ; + :primary_source "https://www.ocf.berkeley.edu/~daradib/chsntech/review/math/review-calc.pdf" ; + :primary_source_retrieved "2023-04-04" ; + :type "PDF" . diff --git a/data/library.ttl b/data/library.ttl index e9dace5..0308f2c 100644 --- a/data/library.ttl +++ b/data/library.ttl @@ -1298,3 +1298,53 @@ prefix license: :title "Il Free and Open Source software nell’ordinamento italiano: principali problematiche giuridiche" ; :license license:CC-BY-SA-3.0 ; :author "Simone Aliprandi", "Carlo Piana" . + +:applied_calculus_ed1_2014 + :title "Applied Calculus" ; + :license license:CC-BY-3.0 ; + :author "Shana Calaway", "Dale Hoffman", "David Lippman" . + +:first_course_linear_algebra_v3.50_Beezer + :title "A First Course in Linear Algebra (Version 3.50)" ; + :license license:GFDL-1.2-no-invariants-or-later ; + :author "Robert A. Beezer" . + +:first_course_linear_algebra_exercise_manual_v3.50_Beezer + :title "Exercise and Solution Manual for A First Course in Linear Algebra" ; + :license license:GFDL-1.2-no-invariants-or-later ; + :author "Robert A. Beezer" . + +:first_course_linear_algebra_sage_primer_v3.50_Beezer + :title "Sage Primer for Linear Algebra - A First Course in Linear Algebra" ; + :license license:GFDL-1.2-no-invariants-or-later ; + :author "Robert A. Beezer" . + +:first_course_linear_algebra_flashcard_v3.50_Beezer + :title "Flashcard Supplement to A First Course in Linear Algebra" ; + :license license:GFDL-1.2-no-invariants-or-later ; + :author "Robert A. Beezer" . + +:active_calculus_Boelkins_2019 + :title "Active Calculus" ; + :license license:CC-BY-SA-4.0 ; + :author "Matthew Boelkins", "David Austin", "Steven Schlicker" . + +:special_values_trigonometric_functions_CHSN_2009 + :title "Special values of trigonometric functions" ; + :license license:CC-BY-SA-3.0 ; + :author "Dara Adib" . + +:math_trigonometry_review_CHSN_2009 + :title "Math Trigonometry Review" ; + :license license:CC-BY-SA-3.0 ; + :author "Dara Adib" . + +:math_precalculus_review_CHSN_2009 + :title "Math Precalculus (12H/4H) Review" ; + :license license:CC-BY-SA-3.0 ; + :author "Dara Adib" . + +:math_calculus_review_CHSN_2009 + :title "Math Calculus Review" ; + :license license:CC-BY-SA-3.0 ; + :author "Dara Adib" .