home » dokk/data.git
Author zPlus <zplus@peers.community> 2023-04-04 22:26:48
Committer zPlus <zplus@peers.community> 2023-04-04 22:26:48
Commit f05c8e2 (patch)
Tree 9a25c3f
Parent(s)

Add more PDFs to the library.


commits diff: 18b3ecf..f05c8e2
2 files changed, 110 insertions, 0 deletionsdownload


Diffstat
-rw-r--r-- data/blob.ttl 60
-rw-r--r-- data/library.ttl 50

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+60/-0 M   data/blob.ttl
index 8bbabe3..fa265c5
old size: 74K - new size: 77K
@@ -1500,3 +1500,63 @@ prefix library: <dokk:library:>
1500 1500 :primary_source "http://www.ittig.cnr.it/EditoriaServizi/AttivitaEditoriale/InformaticaEDiritto/IeD_2012_01_AliprandiPiana.pdf" ;
1501 1501 :primary_source_retrieved "2023-04-02" ;
1502 1502 :type "PDF" .
1503 +
1504 + <dokk:blob:pdf/applied_calculus_ed1_2014.pdf>
1505 + :library library:applied_calculus_ed1_2014 ;
1506 + :primary_source "https://www.opentextbookstore.com/appcalc/appcalc.pdf" ;
1507 + :primary_source_retrieved "2023-04-04" ;
1508 + :type "PDF" .
1509 +
1510 + <dokk:blob:pdf/first_course_linear_algebra_v3.50_Beezer.pdf>
1511 + :library library:first_course_linear_algebra_v3.50_Beezer ;
1512 + :primary_source "http://linear.ups.edu/download/fcla-3.50-print.pdf" ;
1513 + :primary_source_retrieved "2023-04-04" ;
1514 + :type "PDF" .
1515 +
1516 + <dokk:blob:pdf/first_course_linear_algebra_exercise_manual_v3.50_Beezer.pdf>
1517 + :library library:first_course_linear_algebra_exercise_manual_v3.50_Beezer ;
1518 + :primary_source "http://linear.ups.edu/download/fcla-3.50-solution-manual.pdf" ;
1519 + :primary_source_retrieved "2023-04-04" ;
1520 + :type "PDF" .
1521 +
1522 + <dokk:blob:pdf/first_course_linear_algebra_sage_primer_v3.50_Beezer.pdf>
1523 + :library library:first_course_linear_algebra_sage_primer_v3.50_Beezer ;
1524 + :primary_source "http://linear.ups.edu/download/fcla-3.50-sage-6.9-primer.pdf" ;
1525 + :primary_source_retrieved "2023-04-04" ;
1526 + :type "PDF" .
1527 +
1528 + <dokk:blob:pdf/first_course_linear_algebra_flashcard_v3.50_Beezer.pdf>
1529 + :library library:first_course_linear_algebra_flashcard_v3.50_Beezer ;
1530 + :primary_source "http://linear.ups.edu/download/fcla-3.50-flashcards.pdf" ;
1531 + :primary_source_retrieved "2023-04-04" ;
1532 + :type "PDF" .
1533 +
1534 + <dokk:blob:pdf/active_calculus_Boelkins_2019.pdf>
1535 + :library library:active_calculus_Boelkins_2019 ;
1536 + :primary_source "https://scholarworks.gvsu.edu/cgi/viewcontent.cgi?article=1018&context=books" ;
1537 + :primary_source_retrieved "2023-04-04" ;
1538 + :type "PDF" .
1539 +
1540 + <dokk:blob:pdf/special_values_trigonometric_functions_CHSN_2009.pdf>
1541 + :library library:special_values_trigonometric_functions_CHSN_2009 ;
1542 + :primary_source "https://www.ocf.berkeley.edu/~daradib/chsntech/review/math/review-trigtable.pdf" ;
1543 + :primary_source_retrieved "2023-04-04" ;
1544 + :type "PDF" .
1545 +
1546 + <dokk:blob:pdf/math_trigonometry_review_CHSN_2009.pdf>
1547 + :library library:math_trigonometry_review_CHSN_2009 ;
1548 + :primary_source "https://www.ocf.berkeley.edu/~daradib/chsntech/review/math/review-trig.pdf" ;
1549 + :primary_source_retrieved "2023-04-04" ;
1550 + :type "PDF" .
1551 +
1552 + <dokk:blob:pdf/math_precalculus_review_CHSN_2009.pdf>
1553 + :library library:math_precalculus_review_CHSN_2009 ;
1554 + :primary_source "https://www.ocf.berkeley.edu/~daradib/chsntech/review/math/review-precalc.pdf" ;
1555 + :primary_source_retrieved "2023-04-04" ;
1556 + :type "PDF" .
1557 +
1558 + <dokk:blob:pdf/math_calculus_review_CHSN_2009.pdf>
1559 + :library library:math_calculus_review_CHSN_2009 ;
1560 + :primary_source "https://www.ocf.berkeley.edu/~daradib/chsntech/review/math/review-calc.pdf" ;
1561 + :primary_source_retrieved "2023-04-04" ;
1562 + :type "PDF" .

+50/-0 M   data/library.ttl
index e9dace5..0308f2c
old size: 51K - new size: 53K
@@ -1298,3 +1298,53 @@ prefix license: <dokk:license:>
1298 1298 :title "Il Free and Open Source software nell’ordinamento italiano: principali problematiche giuridiche" ;
1299 1299 :license license:CC-BY-SA-3.0 ;
1300 1300 :author "Simone Aliprandi", "Carlo Piana" .
1301 +
1302 + :applied_calculus_ed1_2014
1303 + :title "Applied Calculus" ;
1304 + :license license:CC-BY-3.0 ;
1305 + :author "Shana Calaway", "Dale Hoffman", "David Lippman" .
1306 +
1307 + :first_course_linear_algebra_v3.50_Beezer
1308 + :title "A First Course in Linear Algebra (Version 3.50)" ;
1309 + :license license:GFDL-1.2-no-invariants-or-later ;
1310 + :author "Robert A. Beezer" .
1311 +
1312 + :first_course_linear_algebra_exercise_manual_v3.50_Beezer
1313 + :title "Exercise and Solution Manual for A First Course in Linear Algebra" ;
1314 + :license license:GFDL-1.2-no-invariants-or-later ;
1315 + :author "Robert A. Beezer" .
1316 +
1317 + :first_course_linear_algebra_sage_primer_v3.50_Beezer
1318 + :title "Sage Primer for Linear Algebra - A First Course in Linear Algebra" ;
1319 + :license license:GFDL-1.2-no-invariants-or-later ;
1320 + :author "Robert A. Beezer" .
1321 +
1322 + :first_course_linear_algebra_flashcard_v3.50_Beezer
1323 + :title "Flashcard Supplement to A First Course in Linear Algebra" ;
1324 + :license license:GFDL-1.2-no-invariants-or-later ;
1325 + :author "Robert A. Beezer" .
1326 +
1327 + :active_calculus_Boelkins_2019
1328 + :title "Active Calculus" ;
1329 + :license license:CC-BY-SA-4.0 ;
1330 + :author "Matthew Boelkins", "David Austin", "Steven Schlicker" .
1331 +
1332 + :special_values_trigonometric_functions_CHSN_2009
1333 + :title "Special values of trigonometric functions" ;
1334 + :license license:CC-BY-SA-3.0 ;
1335 + :author "Dara Adib" .
1336 +
1337 + :math_trigonometry_review_CHSN_2009
1338 + :title "Math Trigonometry Review" ;
1339 + :license license:CC-BY-SA-3.0 ;
1340 + :author "Dara Adib" .
1341 +
1342 + :math_precalculus_review_CHSN_2009
1343 + :title "Math Precalculus (12H/4H) Review" ;
1344 + :license license:CC-BY-SA-3.0 ;
1345 + :author "Dara Adib" .
1346 +
1347 + :math_calculus_review_CHSN_2009
1348 + :title "Math Calculus Review" ;
1349 + :license license:CC-BY-SA-3.0 ;
1350 + :author "Dara Adib" .