Skip to content

Instantly share code, notes, and snippets.

@hygull
Last active May 4, 2018 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hygull/44cfdc1d4e703b70eb14f16fec14bf2c to your computer and use it in GitHub Desktop.
Save hygull/44cfdc1d4e703b70eb14f16fec14bf2c to your computer and use it in GitHub Desktop.
BCCampus - Details of Scrapped data from 2 different pages

Below is the details of scrapped data of 2 different pages https://open.bccampus.ca/find-open-textbooks/ and https://open.bccampus.ca/find-open-textbooks/?start=10.

ORIGIN

https://stackoverflow.com/questions/50160675/remove-duplicate-entries-from-json-file-beautifulsoup

CODE TO SCRAP THE ABOVE 2 PAGES

from urllib.request import urlopen
from bs4 import BeautifulSoup as soup
import json

urls = ['https://open.bccampus.ca/find-open-textbooks/', 
'https://open.bccampus.ca/find-open-textbooks/?start=10']

data = []
#opening up connection and grabbing page
for url in urls:
    uClient = urlopen(url)
    page_html = uClient.read()
    uClient.close()

    #html parsing
    page_soup = soup(page_html, "html.parser")

    #grabs info for each textbook
    containers = page_soup.find_all("h4")
    print (containers,"\n", len(containers))
    print ("======================================*.ITEM AND CONTAINER*======================================\n")
    i = 1
    for container in containers:
       item = {}
       item['type'] = "Textbook"
       item['title'] = container.parent.a.text
       item['author'] = container.nextSibling.findNextSibling(text=True)
       item['link'] = "https://open.bccampus.ca/find-open-textbooks/" + container.parent.a["href"]
       item['source'] = "BC Campus"

       data.append(item) # add the item to the list
       print (i, ".........................................................")
       print (item)
       print ("\n")
       print (container)
       print ("\n")
       print (container.parent)
       print ("\n")
       print (container.parent.a)
       print ("\n")
       print (container.parent.a.text)
       i += 1
       print (".............................................................\n")

with open("./json/bc-new.json", "w") as writeJSON:
    json.dump(data, writeJSON, ensure_ascii=False)

OUTPUT:

[<h4><a href="?uuid=feacda80-4fc1-40a5-b713-d6be6a73abe4&amp;contributor=&amp;keyword=&amp;subject=">Vital Sign Measurement Across the Lifespan - 1st Canadian edition</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=19892992-ae43-48c4-a832-59faa1d7108b&amp;contributor=&amp;keyword=&amp;subject=">Exploring Movie Construction and Production</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> </h4>, <h4><a href="?uuid=8678fbae-6724-454c-a796-3c6667d826be&amp;contributor=&amp;keyword=&amp;subject=">Project Management</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=66bedfc5-48eb-4bb6-bd26-0f1f784c13e4&amp;contributor=&amp;keyword=&amp;subject=">Principles of Macroeconomics - 2e: OpenStax</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=b7ed9d7e-0f41-41ee-8c8f-25887fa5056c&amp;contributor=&amp;keyword=&amp;subject=">Principles of Microeconomics - 2e: OpenStax</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&amp;contributor=&amp;keyword=&amp;subject=">Principles of Economics - 2e: OpenStax</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&amp;contributor=&amp;keyword=&amp;subject=">Biology - 2e: OpenStax</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&amp;contributor=&amp;keyword=&amp;subject=">Nutrition and Labelling for the Canadian Baker</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&amp;contributor=&amp;keyword=&amp;subject=">Canadian History: Post-Confederation</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Reader 4</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> </h4>] 
 20
======================================*.ITEM AND CONTAINER*======================================

1 .........................................................
{'type': 'Textbook', 'title': 'Vital Sign Measurement Across the Lifespan - 1st Canadian edition', 'author': ' Jennifer L. Lapum, Margaret Verkuyl, Wendy Garcia, Oona St-Amant, Andy Tan, Ryerson University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=feacda80-4fc1-40a5-b713-d6be6a73abe4&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=feacda80-4fc1-40a5-b713-d6be6a73abe4&amp;contributor=&amp;keyword=&amp;subject=">Vital Sign Measurement Across the Lifespan - 1st Canadian edition</a></h4>


<li><h4><a href="?uuid=feacda80-4fc1-40a5-b713-d6be6a73abe4&amp;contributor=&amp;keyword=&amp;subject=">Vital Sign Measurement Across the Lifespan - 1st Canadian edition</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Jennifer L. Lapum, Margaret Verkuyl, Wendy Garcia, Oona St-Amant, Andy Tan, Ryerson University<br/><strong>Date:</strong> May 3, 2018<p><strong>Description:</strong> The purpose of this textbook is to help learners develop best practices in vital sign measurement. Using a multi-media approach, it will provide opportunities to read about, observe, practice, and test vital sign measurement.</p></li>


<a href="?uuid=feacda80-4fc1-40a5-b713-d6be6a73abe4&amp;contributor=&amp;keyword=&amp;subject=">Vital Sign Measurement Across the Lifespan - 1st Canadian edition</a>


Vital Sign Measurement Across the Lifespan - 1st Canadian edition
.............................................................

2 .........................................................
{'type': 'Textbook', 'title': 'Vital Sign Measurement Across the Lifespan - 1st Canadian edition', 'author': ' Jennifer L. Lapum, Margaret Verkuyl, Wendy Garcia, Oona St-Amant, Andy Tan, Ryerson University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=feacda80-4fc1-40a5-b713-d6be6a73abe4&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=feacda80-4fc1-40a5-b713-d6be6a73abe4&amp;contributor=&amp;keyword=&amp;subject=">Vital Sign Measurement Across the Lifespan - 1st Canadian edition</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Jennifer L. Lapum, Margaret Verkuyl, Wendy Garcia, Oona St-Amant, Andy Tan, Ryerson University<br/><strong>Date:</strong> May 3, 2018<p><strong>Description:</strong> The purpose of this textbook is to help learners develop best practices in vital sign measurement. Using a multi-media approach, it will provide opportunities to read about, observe, practice, and test vital sign measurement.</p></li>


<a href="?uuid=feacda80-4fc1-40a5-b713-d6be6a73abe4&amp;contributor=&amp;keyword=&amp;subject=">Vital Sign Measurement Across the Lifespan - 1st Canadian edition</a>


Vital Sign Measurement Across the Lifespan - 1st Canadian edition
.............................................................

3 .........................................................
{'type': 'Textbook', 'title': 'Exploring Movie Construction and Production', 'author': ' John Reich, SUNY Genesee Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=19892992-ae43-48c4-a832-59faa1d7108b&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=19892992-ae43-48c4-a832-59faa1d7108b&amp;contributor=&amp;keyword=&amp;subject=">Exploring Movie Construction and Production</a></h4>


<li><h4><a href="?uuid=19892992-ae43-48c4-a832-59faa1d7108b&amp;contributor=&amp;keyword=&amp;subject=">Exploring Movie Construction and Production</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> </h4><strong>Author(s):</strong> John Reich, SUNY Genesee Community College<br/><strong>Date:</strong> May 2, 2018<p><strong>Description:</strong> Exploring Movie Construction and Production contains eight chapters of the major areas of film construction and production. The discussion covers theme, genre, narrative structure, character portrayal, story, plot, directing style, cinematography, and editing. Important terminology is defined and types of analysis are discussed and demonstrated. An extended example of how a movie description reflects the setting, narrative structure, or directing style is used throughout the book to illustrate <a href="?uuid=19892992-ae43-48c4-a832-59faa1d7108b&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=19892992-ae43-48c4-a832-59faa1d7108b&amp;contributor=&amp;keyword=&amp;subject=">Exploring Movie Construction and Production</a>


Exploring Movie Construction and Production
.............................................................

4 .........................................................
{'type': 'Textbook', 'title': 'Exploring Movie Construction and Production', 'author': ' John Reich, SUNY Genesee Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=19892992-ae43-48c4-a832-59faa1d7108b&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> </h4>


<li><h4><a href="?uuid=19892992-ae43-48c4-a832-59faa1d7108b&amp;contributor=&amp;keyword=&amp;subject=">Exploring Movie Construction and Production</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> </h4><strong>Author(s):</strong> John Reich, SUNY Genesee Community College<br/><strong>Date:</strong> May 2, 2018<p><strong>Description:</strong> Exploring Movie Construction and Production contains eight chapters of the major areas of film construction and production. The discussion covers theme, genre, narrative structure, character portrayal, story, plot, directing style, cinematography, and editing. Important terminology is defined and types of analysis are discussed and demonstrated. An extended example of how a movie description reflects the setting, narrative structure, or directing style is used throughout the book to illustrate <a href="?uuid=19892992-ae43-48c4-a832-59faa1d7108b&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=19892992-ae43-48c4-a832-59faa1d7108b&amp;contributor=&amp;keyword=&amp;subject=">Exploring Movie Construction and Production</a>


Exploring Movie Construction and Production
.............................................................

5 .........................................................
{'type': 'Textbook', 'title': 'Project Management', 'author': ' Adrienne Watt', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=8678fbae-6724-454c-a796-3c6667d826be&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=8678fbae-6724-454c-a796-3c6667d826be&amp;contributor=&amp;keyword=&amp;subject=">Project Management</a></h4>


<li><h4><a href="?uuid=8678fbae-6724-454c-a796-3c6667d826be&amp;contributor=&amp;keyword=&amp;subject=">Project Management</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Adrienne Watt<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> This book covers the basics of project management. This includes the process of initiation, planning, execution, control and close out that all projects share.

This book has been adapted by the author as of August 15, 2014. The adaptation includes Canadianized content, PowerPoints, Audio Files, and Chapter Questions, which are located in the book's appendixes.</p></li>


<a href="?uuid=8678fbae-6724-454c-a796-3c6667d826be&amp;contributor=&amp;keyword=&amp;subject=">Project Management</a>


Project Management
.............................................................

6 .........................................................
{'type': 'Textbook', 'title': 'Project Management', 'author': ' Adrienne Watt', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=8678fbae-6724-454c-a796-3c6667d826be&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=8678fbae-6724-454c-a796-3c6667d826be&amp;contributor=&amp;keyword=&amp;subject=">Project Management</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Adrienne Watt<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> This book covers the basics of project management. This includes the process of initiation, planning, execution, control and close out that all projects share.

This book has been adapted by the author as of August 15, 2014. The adaptation includes Canadianized content, PowerPoints, Audio Files, and Chapter Questions, which are located in the book's appendixes.</p></li>


<a href="?uuid=8678fbae-6724-454c-a796-3c6667d826be&amp;contributor=&amp;keyword=&amp;subject=">Project Management</a>


Project Management
.............................................................

7 .........................................................
{'type': 'Textbook', 'title': 'Principles of Macroeconomics - 2e: OpenStax', 'author': ' Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University, Timothy Taylor, Macalester College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=66bedfc5-48eb-4bb6-bd26-0f1f784c13e4&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=66bedfc5-48eb-4bb6-bd26-0f1f784c13e4&amp;contributor=&amp;keyword=&amp;subject=">Principles of Macroeconomics - 2e: OpenStax</a></h4>


<li><h4><a href="?uuid=66bedfc5-48eb-4bb6-bd26-0f1f784c13e4&amp;contributor=&amp;keyword=&amp;subject=">Principles of Macroeconomics - 2e: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University, Timothy Taylor, Macalester College<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> Principles of Macroeconomics 2e covers the scope and sequence of most introductory economics courses. The text includes many current examples, which are handled in a politically equitable way. The outcome is a balanced approach to the theory and application of economics concepts. The second edition has been thoroughly revised to increase clarity, update data and current event impacts, and incorporate the feedback from many reviewers and adopters.  </p></li>


<a href="?uuid=66bedfc5-48eb-4bb6-bd26-0f1f784c13e4&amp;contributor=&amp;keyword=&amp;subject=">Principles of Macroeconomics - 2e: OpenStax</a>


Principles of Macroeconomics - 2e: OpenStax
.............................................................

8 .........................................................
{'type': 'Textbook', 'title': 'Principles of Macroeconomics - 2e: OpenStax', 'author': ' Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University, Timothy Taylor, Macalester College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=66bedfc5-48eb-4bb6-bd26-0f1f784c13e4&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=66bedfc5-48eb-4bb6-bd26-0f1f784c13e4&amp;contributor=&amp;keyword=&amp;subject=">Principles of Macroeconomics - 2e: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University, Timothy Taylor, Macalester College<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> Principles of Macroeconomics 2e covers the scope and sequence of most introductory economics courses. The text includes many current examples, which are handled in a politically equitable way. The outcome is a balanced approach to the theory and application of economics concepts. The second edition has been thoroughly revised to increase clarity, update data and current event impacts, and incorporate the feedback from many reviewers and adopters.  </p></li>


<a href="?uuid=66bedfc5-48eb-4bb6-bd26-0f1f784c13e4&amp;contributor=&amp;keyword=&amp;subject=">Principles of Macroeconomics - 2e: OpenStax</a>


Principles of Macroeconomics - 2e: OpenStax
.............................................................

9 .........................................................
{'type': 'Textbook', 'title': 'Principles of Microeconomics - 2e: OpenStax', 'author': ' Timothy Taylor, Macalester College, Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=b7ed9d7e-0f41-41ee-8c8f-25887fa5056c&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=b7ed9d7e-0f41-41ee-8c8f-25887fa5056c&amp;contributor=&amp;keyword=&amp;subject=">Principles of Microeconomics - 2e: OpenStax</a></h4>


<li><h4><a href="?uuid=b7ed9d7e-0f41-41ee-8c8f-25887fa5056c&amp;contributor=&amp;keyword=&amp;subject=">Principles of Microeconomics - 2e: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Timothy Taylor, Macalester College, Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> Principles of Microeconomics 2e covers the scope and sequence of most introductory microeconomics courses. The text includes many current examples, which are handled in a politically equitable way. The outcome is a balanced approach to the theory and application of economics concepts. The second edition has been thoroughly revised to increase clarity, update data and current event impacts, and incorporate the feedback from many reviewers and adopters.  </p></li>


<a href="?uuid=b7ed9d7e-0f41-41ee-8c8f-25887fa5056c&amp;contributor=&amp;keyword=&amp;subject=">Principles of Microeconomics - 2e: OpenStax</a>


Principles of Microeconomics - 2e: OpenStax
.............................................................

10 .........................................................
{'type': 'Textbook', 'title': 'Principles of Microeconomics - 2e: OpenStax', 'author': ' Timothy Taylor, Macalester College, Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=b7ed9d7e-0f41-41ee-8c8f-25887fa5056c&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=b7ed9d7e-0f41-41ee-8c8f-25887fa5056c&amp;contributor=&amp;keyword=&amp;subject=">Principles of Microeconomics - 2e: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Timothy Taylor, Macalester College, Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> Principles of Microeconomics 2e covers the scope and sequence of most introductory microeconomics courses. The text includes many current examples, which are handled in a politically equitable way. The outcome is a balanced approach to the theory and application of economics concepts. The second edition has been thoroughly revised to increase clarity, update data and current event impacts, and incorporate the feedback from many reviewers and adopters.  </p></li>


<a href="?uuid=b7ed9d7e-0f41-41ee-8c8f-25887fa5056c&amp;contributor=&amp;keyword=&amp;subject=">Principles of Microeconomics - 2e: OpenStax</a>


Principles of Microeconomics - 2e: OpenStax
.............................................................

11 .........................................................
{'type': 'Textbook', 'title': 'Principles of Economics - 2e: OpenStax', 'author': ' Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University, Timothy Taylor, Macalester College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&amp;contributor=&amp;keyword=&amp;subject=">Principles of Economics - 2e: OpenStax</a></h4>


<li><h4><a href="?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&amp;contributor=&amp;keyword=&amp;subject=">Principles of Economics - 2e: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University, Timothy Taylor, Macalester College<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> Principles of Economics 2e (2nd edition) covers the scope and sequence of requirements for a two-semester introductory economics course. The authors take a balanced approach to micro-and macroeconomics, to both Keynesian and classical views, and to the theory and application of economics concepts. The text also includes many current examples, which are handled in a politically equitable way. The second edition has been thoroughly revised to increase clarity, update data and current event impact<a href="?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&amp;contributor=&amp;keyword=&amp;subject=">Principles of Economics - 2e: OpenStax</a>


Principles of Economics - 2e: OpenStax
.............................................................

12 .........................................................
{'type': 'Textbook', 'title': 'Principles of Economics - 2e: OpenStax', 'author': ' Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University, Timothy Taylor, Macalester College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&amp;contributor=&amp;keyword=&amp;subject=">Principles of Economics - 2e: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Steven A. Greenlaw, University of Mary Washington, David Shapiro, Pennsylvania State University, Timothy Taylor, Macalester College<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> Principles of Economics 2e (2nd edition) covers the scope and sequence of requirements for a two-semester introductory economics course. The authors take a balanced approach to micro-and macroeconomics, to both Keynesian and classical views, and to the theory and application of economics concepts. The text also includes many current examples, which are handled in a politically equitable way. The second edition has been thoroughly revised to increase clarity, update data and current event impact<a href="?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=8fcf63de-feea-4a46-b98c-34d649d3d9a0&amp;contributor=&amp;keyword=&amp;subject=">Principles of Economics - 2e: OpenStax</a>


Principles of Economics - 2e: OpenStax
.............................................................

13 .........................................................
{'type': 'Textbook', 'title': 'Biology - 2e: OpenStax', 'author': ' Mary Ann Clark, Texas Wesleyan University, Jung Choi, Georgia Institute of Technology, Matthew Douglas, Grand Rapids Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&amp;contributor=&amp;keyword=&amp;subject=">Biology - 2e: OpenStax</a></h4>


<li><h4><a href="?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&amp;contributor=&amp;keyword=&amp;subject=">Biology - 2e: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Mary Ann Clark, Texas Wesleyan University, Jung Choi, Georgia Institute of Technology, Matthew Douglas, Grand Rapids Community College<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> Biology 2e is designed to cover the scope and sequence requirements of a typical two-semester biology course for science majors. The text provides comprehensive coverage of foundational research and core biology concepts through an evolutionary lens. Biology includes rich features that engage students in scientific inquiry, highlight careers in the biological sciences, and offer everyday applications. The book also includes various types of practice and homework questions that help students und<a href="?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&amp;contributor=&amp;keyword=&amp;subject=">Biology - 2e: OpenStax</a>


Biology - 2e: OpenStax
.............................................................

14 .........................................................
{'type': 'Textbook', 'title': 'Biology - 2e: OpenStax', 'author': ' Mary Ann Clark, Texas Wesleyan University, Jung Choi, Georgia Institute of Technology, Matthew Douglas, Grand Rapids Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&amp;contributor=&amp;keyword=&amp;subject=">Biology - 2e: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Mary Ann Clark, Texas Wesleyan University, Jung Choi, Georgia Institute of Technology, Matthew Douglas, Grand Rapids Community College<br/><strong>Date:</strong> May 1, 2018<p><strong>Description:</strong> Biology 2e is designed to cover the scope and sequence requirements of a typical two-semester biology course for science majors. The text provides comprehensive coverage of foundational research and core biology concepts through an evolutionary lens. Biology includes rich features that engage students in scientific inquiry, highlight careers in the biological sciences, and offer everyday applications. The book also includes various types of practice and homework questions that help students und<a href="?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=3ffb8117-dc5a-4197-b0ed-b0edef51d17a&amp;contributor=&amp;keyword=&amp;subject=">Biology - 2e: OpenStax</a>


Biology - 2e: OpenStax
.............................................................

15 .........................................................
{'type': 'Textbook', 'title': 'Nutrition and Labelling for the Canadian Baker', 'author': ' The BC Cook Articulation Committee, go2HR', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&amp;contributor=&amp;keyword=&amp;subject=">Nutrition and Labelling for the Canadian Baker</a></h4>


<li><h4><a href="?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&amp;contributor=&amp;keyword=&amp;subject=">Nutrition and Labelling for the Canadian Baker</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> The BC Cook Articulation Committee, go2HR<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This book is intended to give students a basic understanding of nutritional information and labelling in the baking industry. In particular, there is a focus on Canadian regulations regarding labelling and merchandising of baked goods, as well as baking for customers with special diets, allergies, and intolerances.

Nutrition and Labelling for the Canadian Baker is one of a series of Culinary Arts books developed to support the training of students and apprentices in British Columbia’s food ser<a href="?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&amp;contributor=&amp;keyword=&amp;subject=">Nutrition and Labelling for the Canadian Baker</a>


Nutrition and Labelling for the Canadian Baker
.............................................................

16 .........................................................
{'type': 'Textbook', 'title': 'Nutrition and Labelling for the Canadian Baker', 'author': ' The BC Cook Articulation Committee, go2HR', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&amp;contributor=&amp;keyword=&amp;subject=">Nutrition and Labelling for the Canadian Baker</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> The BC Cook Articulation Committee, go2HR<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This book is intended to give students a basic understanding of nutritional information and labelling in the baking industry. In particular, there is a focus on Canadian regulations regarding labelling and merchandising of baked goods, as well as baking for customers with special diets, allergies, and intolerances.

Nutrition and Labelling for the Canadian Baker is one of a series of Culinary Arts books developed to support the training of students and apprentices in British Columbia’s food ser<a href="?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=3bb22917-ec4b-4ef5-b649-84c296a9765a&amp;contributor=&amp;keyword=&amp;subject=">Nutrition and Labelling for the Canadian Baker</a>


Nutrition and Labelling for the Canadian Baker
.............................................................

17 .........................................................
{'type': 'Textbook', 'title': 'Canadian History: Post-Confederation', 'author': ' John Douglas Belshaw, Thompson Rivers University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&amp;contributor=&amp;keyword=&amp;subject=">Canadian History: Post-Confederation</a></h4>


<li><h4><a href="?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&amp;contributor=&amp;keyword=&amp;subject=">Canadian History: Post-Confederation</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> John Douglas Belshaw, Thompson Rivers University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This textbook introduces aspects of the history of Canada since Confederation. “Canada” in this context includes Newfoundland and all the other parts that come to be aggregated into the Dominion after 1867. Much of this text follows thematic lines. Each chapter moves chronologically but with alternative narratives in mind. What Aboriginal accounts must we place in the foreground? Which structures (economic or social) determine the range of choices available to human agents of history? What envi<a href="?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&amp;contributor=&amp;keyword=&amp;subject=">Canadian History: Post-Confederation</a>


Canadian History: Post-Confederation
.............................................................

18 .........................................................
{'type': 'Textbook', 'title': 'Canadian History: Post-Confederation', 'author': ' John Douglas Belshaw, Thompson Rivers University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&amp;contributor=&amp;keyword=&amp;subject=">Canadian History: Post-Confederation</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> John Douglas Belshaw, Thompson Rivers University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This textbook introduces aspects of the history of Canada since Confederation. “Canada” in this context includes Newfoundland and all the other parts that come to be aggregated into the Dominion after 1867. Much of this text follows thematic lines. Each chapter moves chronologically but with alternative narratives in mind. What Aboriginal accounts must we place in the foreground? Which structures (economic or social) determine the range of choices available to human agents of history? What envi<a href="?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=504e63e2-0742-4d47-b763-49728f8b88e3&amp;contributor=&amp;keyword=&amp;subject=">Canadian History: Post-Confederation</a>


Canadian History: Post-Confederation
.............................................................

19 .........................................................
{'type': 'Textbook', 'title': 'BC Reads: Adult Literacy Fundamental English - Reader 4', 'author': ' Shantel Ivits, Vancouver Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Reader 4</a></h4>


<li><h4><a href="?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Reader 4</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> </h4><strong>Author(s):</strong> Shantel Ivits, Vancouver Community College<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This reader contains nine original stories written specifically for adults, and is designed to accompany the BC Reads: Adult Literacy Fundamental English - Course Pack 4. This level 4 reader, one of a series of six readers, is roughly equivalent to grades 4.5 to 6 in the K-12 system. New vocabulary are set in bold throughout each story, and then summarized and defined in a Glossary found in the appendix. Font size and line spacing can be adjusted in the online view, and have been enhanced for t<a href="?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Reader 4</a>


BC Reads: Adult Literacy Fundamental English - Reader 4
.............................................................

20 .........................................................
{'type': 'Textbook', 'title': 'BC Reads: Adult Literacy Fundamental English - Reader 4', 'author': ' Shantel Ivits, Vancouver Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> </h4>


<li><h4><a href="?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Reader 4</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> </h4><strong>Author(s):</strong> Shantel Ivits, Vancouver Community College<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This reader contains nine original stories written specifically for adults, and is designed to accompany the BC Reads: Adult Literacy Fundamental English - Course Pack 4. This level 4 reader, one of a series of six readers, is roughly equivalent to grades 4.5 to 6 in the K-12 system. New vocabulary are set in bold throughout each story, and then summarized and defined in a Glossary found in the appendix. Font size and line spacing can be adjusted in the online view, and have been enhanced for t<a href="?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=22064af6-a82e-4d05-a529-0530dc4f6581&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Reader 4</a>


BC Reads: Adult Literacy Fundamental English - Reader 4
.............................................................

[<h4><a href="?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Course Pack 4</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&amp;contributor=&amp;keyword=&amp;subject=">Introduction to Tourism and Hospitality in BC</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&amp;contributor=&amp;keyword=&amp;subject=">Physical Geology</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> </h4>, <h4><a href="?uuid=47e557eb-f65f-4586-b08f-ae4600504177&amp;contributor=&amp;keyword=&amp;subject=">Global Women's Issues: Women in the World Today, extended version</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&amp;contributor=&amp;keyword=&amp;subject=">Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> </h4>, <h4><a href="?uuid=fb061187-187c-4272-8ba1-5b3993dfc0e8&amp;contributor=&amp;keyword=&amp;subject=">Speaking and Writing Punjabi</a></h4>, <h4> </h4>, <h4><a href="?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&amp;contributor=&amp;keyword=&amp;subject=">University Physics Volume 3: OpenStax</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=db971e1f-dee2-4032-99b4-a9115d3f9ce6&amp;contributor=&amp;keyword=&amp;subject=">Combinatorics: Enumeration, Graph Theory, and Design Theory</a></h4>, <h4> </h4>, <h4><a href="?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&amp;contributor=&amp;keyword=&amp;subject=">Biology: OpenStax</a></h4>, <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>, <h4><a href="?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&amp;contributor=&amp;keyword=&amp;subject=">Naming the Unnamable: An Approach to Poetry for New Generations</a></h4>, <h4> </h4>] 
 20
======================================*.ITEM AND CONTAINER*======================================

1 .........................................................
{'type': 'Textbook', 'title': 'BC Reads: Adult Literacy Fundamental English - Course Pack 4', 'author': ' Shantel Ivits, Vancouver Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Course Pack 4</a></h4>


<li><h4><a href="?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Course Pack 4</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Shantel Ivits, Vancouver Community College<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This course pack is designed to meet the learning outcomes for Adult Literacy Fundamental English Level 4 (roughly equivalent to grades 4.5 to 6 in the K-12 system). Every chapter includes a level-appropriate, high-interest reading of between 400 and 500 words. The readings are freely available in a separate reader with convenient links to the readings in each chapter of this course pack. Font size and line spacing can be adjusted in the online view, and have been enhanced for the print and PDF<a href="?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Course Pack 4</a>


BC Reads: Adult Literacy Fundamental English - Course Pack 4
.............................................................

2 .........................................................
{'type': 'Textbook', 'title': 'BC Reads: Adult Literacy Fundamental English - Course Pack 4', 'author': ' Shantel Ivits, Vancouver Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Course Pack 4</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Shantel Ivits, Vancouver Community College<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This course pack is designed to meet the learning outcomes for Adult Literacy Fundamental English Level 4 (roughly equivalent to grades 4.5 to 6 in the K-12 system). Every chapter includes a level-appropriate, high-interest reading of between 400 and 500 words. The readings are freely available in a separate reader with convenient links to the readings in each chapter of this course pack. Font size and line spacing can be adjusted in the online view, and have been enhanced for the print and PDF<a href="?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=ead724b0-1d6c-4ab7-b6c9-62cb574d4de7&amp;contributor=&amp;keyword=&amp;subject=">BC Reads: Adult Literacy Fundamental English - Course Pack 4</a>


BC Reads: Adult Literacy Fundamental English - Course Pack 4
.............................................................

3 .........................................................
{'type': 'Textbook', 'title': 'Introduction to Tourism and Hospitality in BC', 'author': ' Morgan Westcott, LinkBC, Geoffrey Bird, Royal Roads University, Peter Briscoe, Ray Freeman, Royal Roads University, Kelly Glazer, Keith Henry, Terry Hood, Heather Knowles, Micki McCartney, Vancouver Island University, Donna Owens, George Brown College, Lynda Robinson, Vancouver Island University, Eugene Thomlinson, Royal Roads University, Griff Tripp, Don Webster, Capilano University, Rebecca Wilson-Mah, Royal Roads University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&amp;contributor=&amp;keyword=&amp;subject=">Introduction to Tourism and Hospitality in BC</a></h4>


<li><h4><a href="?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&amp;contributor=&amp;keyword=&amp;subject=">Introduction to Tourism and Hospitality in BC</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Morgan Westcott, LinkBC, Geoffrey Bird, Royal Roads University, Peter Briscoe, Ray Freeman, Royal Roads University, Kelly Glazer, Keith Henry, Terry Hood, Heather Knowles, Micki McCartney, Vancouver Island University, Donna Owens, George Brown College, Lynda Robinson, Vancouver Island University, Eugene Thomlinson, Royal Roads University, Griff Tripp, Don Webster, Capilano University, Rebecca Wilson-Mah, Royal Roads University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This textbook is an introduction to the tourism and hospitality industry in British Columbia, and is written with a first year college and university audience in mind. It is a collaborative work with input from educators, industry leaders, employers, and past graduates of BC’s tourism and hospitality management programs. All chapters have been reviewed by experts in the field. Each chapter is organized thematically moving from a global, then national, and finally provincial context. Chapters co<a href="?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&amp;contributor=&amp;keyword=&amp;subject=">Introduction to Tourism and Hospitality in BC</a>


Introduction to Tourism and Hospitality in BC
.............................................................

4 .........................................................
{'type': 'Textbook', 'title': 'Introduction to Tourism and Hospitality in BC', 'author': ' Morgan Westcott, LinkBC, Geoffrey Bird, Royal Roads University, Peter Briscoe, Ray Freeman, Royal Roads University, Kelly Glazer, Keith Henry, Terry Hood, Heather Knowles, Micki McCartney, Vancouver Island University, Donna Owens, George Brown College, Lynda Robinson, Vancouver Island University, Eugene Thomlinson, Royal Roads University, Griff Tripp, Don Webster, Capilano University, Rebecca Wilson-Mah, Royal Roads University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&amp;contributor=&amp;keyword=&amp;subject=">Introduction to Tourism and Hospitality in BC</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Morgan Westcott, LinkBC, Geoffrey Bird, Royal Roads University, Peter Briscoe, Ray Freeman, Royal Roads University, Kelly Glazer, Keith Henry, Terry Hood, Heather Knowles, Micki McCartney, Vancouver Island University, Donna Owens, George Brown College, Lynda Robinson, Vancouver Island University, Eugene Thomlinson, Royal Roads University, Griff Tripp, Don Webster, Capilano University, Rebecca Wilson-Mah, Royal Roads University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> This textbook is an introduction to the tourism and hospitality industry in British Columbia, and is written with a first year college and university audience in mind. It is a collaborative work with input from educators, industry leaders, employers, and past graduates of BC’s tourism and hospitality management programs. All chapters have been reviewed by experts in the field. Each chapter is organized thematically moving from a global, then national, and finally provincial context. Chapters co<a href="?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=fdb68dba-0709-4778-a2f7-af8bafd84fa9&amp;contributor=&amp;keyword=&amp;subject=">Introduction to Tourism and Hospitality in BC</a>


Introduction to Tourism and Hospitality in BC
.............................................................

5 .........................................................
{'type': 'Textbook', 'title': 'Physical Geology', 'author': ' Steven Earle, Thompson Rivers University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&amp;contributor=&amp;keyword=&amp;subject=">Physical Geology</a></h4>


<li><h4><a href="?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&amp;contributor=&amp;keyword=&amp;subject=">Physical Geology</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> </h4><strong>Author(s):</strong> Steven Earle, Thompson Rivers University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> Physical Geology is a comprehensive introductory text on the physical aspects of geology, including rocks and minerals, plate tectonics, earthquakes, volcanoes, glaciation, groundwater, streams, coasts, mass wasting, climate change, planetary geology and much more.  It has a strong emphasis on examples from western Canada, especially British Columbia, and also includes a chapter devoted to the geological history of western Canada.  The book is a collaboration of faculty from Earth Science depar<a href="?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&amp;contributor=&amp;keyword=&amp;subject=">Physical Geology</a>


Physical Geology
.............................................................

6 .........................................................
{'type': 'Textbook', 'title': 'Physical Geology', 'author': ' Steven Earle, Thompson Rivers University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> </h4>


<li><h4><a href="?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&amp;contributor=&amp;keyword=&amp;subject=">Physical Geology</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> </h4><strong>Author(s):</strong> Steven Earle, Thompson Rivers University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> Physical Geology is a comprehensive introductory text on the physical aspects of geology, including rocks and minerals, plate tectonics, earthquakes, volcanoes, glaciation, groundwater, streams, coasts, mass wasting, climate change, planetary geology and much more.  It has a strong emphasis on examples from western Canada, especially British Columbia, and also includes a chapter devoted to the geological history of western Canada.  The book is a collaboration of faculty from Earth Science depar<a href="?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=52166cd1-e380-4e1b-9a6f-d891936e4749&amp;contributor=&amp;keyword=&amp;subject=">Physical Geology</a>


Physical Geology
.............................................................

7 .........................................................
{'type': 'Textbook', 'title': "Global Women's Issues: Women in the World Today, extended version", 'author': ' United States Department of State, Bureau of International Information Programs , Dr. Janni Aragon, Dr. Mariel Miller, University of Victoria', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=47e557eb-f65f-4586-b08f-ae4600504177&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=47e557eb-f65f-4586-b08f-ae4600504177&amp;contributor=&amp;keyword=&amp;subject=">Global Women's Issues: Women in the World Today, extended version</a></h4>


<li><h4><a href="?uuid=47e557eb-f65f-4586-b08f-ae4600504177&amp;contributor=&amp;keyword=&amp;subject=">Global Women's Issues: Women in the World Today, extended version</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> United States Department of State, Bureau of International Information Programs , Dr. Janni Aragon, Dr. Mariel Miller, University of Victoria<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> We cannot solve global challenges unless women participate fully in efforts to find solutions. Female participation in the private sector is a crucial economic driver for societies worldwide. Economic security benefits every facet of a woman’s life, with positive effects on the health, education and vitality of families. Learn about women who are changing their societies for the better. This book is based on the twelve critical areas of concern identified in the Beijing Declaration and Platform<a href="?uuid=47e557eb-f65f-4586-b08f-ae4600504177&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=47e557eb-f65f-4586-b08f-ae4600504177&amp;contributor=&amp;keyword=&amp;subject=">Global Women's Issues: Women in the World Today, extended version</a>


Global Women's Issues: Women in the World Today, extended version
.............................................................

8 .........................................................
{'type': 'Textbook', 'title': "Global Women's Issues: Women in the World Today, extended version", 'author': ' United States Department of State, Bureau of International Information Programs , Dr. Janni Aragon, Dr. Mariel Miller, University of Victoria', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=47e557eb-f65f-4586-b08f-ae4600504177&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=47e557eb-f65f-4586-b08f-ae4600504177&amp;contributor=&amp;keyword=&amp;subject=">Global Women's Issues: Women in the World Today, extended version</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> United States Department of State, Bureau of International Information Programs , Dr. Janni Aragon, Dr. Mariel Miller, University of Victoria<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> We cannot solve global challenges unless women participate fully in efforts to find solutions. Female participation in the private sector is a crucial economic driver for societies worldwide. Economic security benefits every facet of a woman’s life, with positive effects on the health, education and vitality of families. Learn about women who are changing their societies for the better. This book is based on the twelve critical areas of concern identified in the Beijing Declaration and Platform<a href="?uuid=47e557eb-f65f-4586-b08f-ae4600504177&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=47e557eb-f65f-4586-b08f-ae4600504177&amp;contributor=&amp;keyword=&amp;subject=">Global Women's Issues: Women in the World Today, extended version</a>


Global Women's Issues: Women in the World Today, extended version
.............................................................

9 .........................................................
{'type': 'Textbook', 'title': 'Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition', 'author': ' Mohammad Mahbobi, Thompson Rivers University, Thomas K. Tiemann, Elon University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&amp;contributor=&amp;keyword=&amp;subject=">Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition</a></h4>


<li><h4><a href="?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&amp;contributor=&amp;keyword=&amp;subject=">Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> </h4><strong>Author(s):</strong> Mohammad Mahbobi, Thompson Rivers University, Thomas K. Tiemann, Elon University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> "Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition" is an adaptation of Thomas K. Tiemann's book, "Introductory Business Statistics". In addition to covering basics such as populations, samples, the difference between data and information, and sampling distributions, descriptive statistics and frequency distributions, normal and t-distributions, hypothesis testing, t-tests, f-tests, analysis of variance, non-parametric tests, and regression basics, the follow<a href="?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&amp;contributor=&amp;keyword=&amp;subject=">Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition</a>


Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition
.............................................................

10 .........................................................
{'type': 'Textbook', 'title': 'Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition', 'author': ' Mohammad Mahbobi, Thompson Rivers University, Thomas K. Tiemann, Elon University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> </h4>


<li><h4><a href="?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&amp;contributor=&amp;keyword=&amp;subject=">Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> </h4><strong>Author(s):</strong> Mohammad Mahbobi, Thompson Rivers University, Thomas K. Tiemann, Elon University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> "Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition" is an adaptation of Thomas K. Tiemann's book, "Introductory Business Statistics". In addition to covering basics such as populations, samples, the difference between data and information, and sampling distributions, descriptive statistics and frequency distributions, normal and t-distributions, hypothesis testing, t-tests, f-tests, analysis of variance, non-parametric tests, and regression basics, the follow<a href="?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=2903c1ea-7e71-4db4-9c02-071616a65f1f&amp;contributor=&amp;keyword=&amp;subject=">Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition</a>


Introductory Business Statistics with Interactive Spreadsheets - 1st Canadian Edition
.............................................................

11 .........................................................
{'type': 'Textbook', 'title': 'Speaking and Writing Punjabi', 'author': ' Ranbir Johal, Kwantlen Polytechnic University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=fb061187-187c-4272-8ba1-5b3993dfc0e8&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=fb061187-187c-4272-8ba1-5b3993dfc0e8&amp;contributor=&amp;keyword=&amp;subject=">Speaking and Writing Punjabi</a></h4>


<li><h4><a href="?uuid=fb061187-187c-4272-8ba1-5b3993dfc0e8&amp;contributor=&amp;keyword=&amp;subject=">Speaking and Writing Punjabi</a></h4> <h4> </h4><strong>Author(s):</strong> Ranbir Johal, Kwantlen Polytechnic University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> Speaking and Writing Punjabi, by Ranbir Johal, is an introductory Punjabi textbook/workbook. This textbook is organized around a communicative approach with each chapter containing dialogues and exercises based on topics such as greetings and introductions, family and friends, daily routine, food and shopping.  Ranbir Johal teaches Punjabi language and South Asian content courses at Kwantlen Polytechnic University. </p></li>


<a href="?uuid=fb061187-187c-4272-8ba1-5b3993dfc0e8&amp;contributor=&amp;keyword=&amp;subject=">Speaking and Writing Punjabi</a>


Speaking and Writing Punjabi
.............................................................

12 .........................................................
{'type': 'Textbook', 'title': 'Speaking and Writing Punjabi', 'author': ' Ranbir Johal, Kwantlen Polytechnic University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=fb061187-187c-4272-8ba1-5b3993dfc0e8&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> </h4>


<li><h4><a href="?uuid=fb061187-187c-4272-8ba1-5b3993dfc0e8&amp;contributor=&amp;keyword=&amp;subject=">Speaking and Writing Punjabi</a></h4> <h4> </h4><strong>Author(s):</strong> Ranbir Johal, Kwantlen Polytechnic University<br/><strong>Date:</strong> Apr 30, 2018<p><strong>Description:</strong> Speaking and Writing Punjabi, by Ranbir Johal, is an introductory Punjabi textbook/workbook. This textbook is organized around a communicative approach with each chapter containing dialogues and exercises based on topics such as greetings and introductions, family and friends, daily routine, food and shopping.  Ranbir Johal teaches Punjabi language and South Asian content courses at Kwantlen Polytechnic University. </p></li>


<a href="?uuid=fb061187-187c-4272-8ba1-5b3993dfc0e8&amp;contributor=&amp;keyword=&amp;subject=">Speaking and Writing Punjabi</a>


Speaking and Writing Punjabi
.............................................................

13 .........................................................
{'type': 'Textbook', 'title': 'University Physics Volume 3: OpenStax', 'author': ' Samuel J. Ling, Truman State University, Jeff Sanny, Loyola Marymount University, William Moebs (retired), Loyola Marymount University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&amp;contributor=&amp;keyword=&amp;subject=">University Physics Volume 3: OpenStax</a></h4>


<li><h4><a href="?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&amp;contributor=&amp;keyword=&amp;subject=">University Physics Volume 3: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Samuel J. Ling, Truman State University, Jeff Sanny, Loyola Marymount University, William Moebs (retired), Loyola Marymount University<br/><strong>Date:</strong> Apr 27, 2018<p><strong>Description:</strong> University Physics is a three-volume collection that meets the scope and sequence requirements for two- and three-semester calculus-based physics courses. Volume 1 covers mechanics, sound, oscillations, and waves. Volume 2 covers thermodynamics, electricity and magnetism, and Volume 3 covers optics and modern physics. This textbook emphasizes connections between between theory and application, making physics concepts interesting and accessible to students while maintaining the mathematical rigo<a href="?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&amp;contributor=&amp;keyword=&amp;subject=">University Physics Volume 3: OpenStax</a>


University Physics Volume 3: OpenStax
.............................................................

14 .........................................................
{'type': 'Textbook', 'title': 'University Physics Volume 3: OpenStax', 'author': ' Samuel J. Ling, Truman State University, Jeff Sanny, Loyola Marymount University, William Moebs (retired), Loyola Marymount University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&amp;contributor=&amp;keyword=&amp;subject=">University Physics Volume 3: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Samuel J. Ling, Truman State University, Jeff Sanny, Loyola Marymount University, William Moebs (retired), Loyola Marymount University<br/><strong>Date:</strong> Apr 27, 2018<p><strong>Description:</strong> University Physics is a three-volume collection that meets the scope and sequence requirements for two- and three-semester calculus-based physics courses. Volume 1 covers mechanics, sound, oscillations, and waves. Volume 2 covers thermodynamics, electricity and magnetism, and Volume 3 covers optics and modern physics. This textbook emphasizes connections between between theory and application, making physics concepts interesting and accessible to students while maintaining the mathematical rigo<a href="?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=8b94e5f6-8d63-40fe-9028-7fc50b70a3bb&amp;contributor=&amp;keyword=&amp;subject=">University Physics Volume 3: OpenStax</a>


University Physics Volume 3: OpenStax
.............................................................

15 .........................................................
{'type': 'Textbook', 'title': 'Combinatorics: Enumeration, Graph Theory, and Design Theory', 'author': ' Joy Morris, University of Lethbridge', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=db971e1f-dee2-4032-99b4-a9115d3f9ce6&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=db971e1f-dee2-4032-99b4-a9115d3f9ce6&amp;contributor=&amp;keyword=&amp;subject=">Combinatorics: Enumeration, Graph Theory, and Design Theory</a></h4>


<li><h4><a href="?uuid=db971e1f-dee2-4032-99b4-a9115d3f9ce6&amp;contributor=&amp;keyword=&amp;subject=">Combinatorics: Enumeration, Graph Theory, and Design Theory</a></h4> <h4> </h4><strong>Author(s):</strong> Joy Morris, University of Lethbridge<br/><strong>Date:</strong> Apr 27, 2018<p><strong>Description:</strong> Combinatorics provides an introduction to enumeration, graph theory, and design theory. It is aimed at upper-level undergraduate students and the exercises expect some mathematical sophistication, including a reasonable ability to construct proofs. The text is designed to be used in an undergraduate course, but could be suitable for independent study by a student with some mathematical background and understanding of proofs. It does not assume any background knowledge of combinatorics. </p></li>


<a href="?uuid=db971e1f-dee2-4032-99b4-a9115d3f9ce6&amp;contributor=&amp;keyword=&amp;subject=">Combinatorics: Enumeration, Graph Theory, and Design Theory</a>


Combinatorics: Enumeration, Graph Theory, and Design Theory
.............................................................

16 .........................................................
{'type': 'Textbook', 'title': 'Combinatorics: Enumeration, Graph Theory, and Design Theory', 'author': ' Joy Morris, University of Lethbridge', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=db971e1f-dee2-4032-99b4-a9115d3f9ce6&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> </h4>


<li><h4><a href="?uuid=db971e1f-dee2-4032-99b4-a9115d3f9ce6&amp;contributor=&amp;keyword=&amp;subject=">Combinatorics: Enumeration, Graph Theory, and Design Theory</a></h4> <h4> </h4><strong>Author(s):</strong> Joy Morris, University of Lethbridge<br/><strong>Date:</strong> Apr 27, 2018<p><strong>Description:</strong> Combinatorics provides an introduction to enumeration, graph theory, and design theory. It is aimed at upper-level undergraduate students and the exercises expect some mathematical sophistication, including a reasonable ability to construct proofs. The text is designed to be used in an undergraduate course, but could be suitable for independent study by a student with some mathematical background and understanding of proofs. It does not assume any background knowledge of combinatorics. </p></li>


<a href="?uuid=db971e1f-dee2-4032-99b4-a9115d3f9ce6&amp;contributor=&amp;keyword=&amp;subject=">Combinatorics: Enumeration, Graph Theory, and Design Theory</a>


Combinatorics: Enumeration, Graph Theory, and Design Theory
.............................................................

17 .........................................................
{'type': 'Textbook', 'title': 'Biology: OpenStax', 'author': ' Yael Avissar, Rhode Island College, Jung Choi, Georgia Institute of Technology, Jean DeSaix, University of North Carolina, Vladimir Jurukovski, Suffolk County Community College, Robert Wise, University of Wisconsin, Connie Rye, East Mississippi Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&amp;contributor=&amp;keyword=&amp;subject=">Biology: OpenStax</a></h4>


<li><h4><a href="?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&amp;contributor=&amp;keyword=&amp;subject=">Biology: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Yael Avissar, Rhode Island College, Jung Choi, Georgia Institute of Technology, Jean DeSaix, University of North Carolina, Vladimir Jurukovski, Suffolk County Community College, Robert Wise, University of Wisconsin, Connie Rye, East Mississippi Community College<br/><strong>Date:</strong> Apr 27, 2018<p><strong>Description:</strong> THIS BOOK WILL BE ARCHIVED ON JUNE 1, 2018 AS IT HAS BEEN REPLACED BY A NEW EDITION . Published by OpenStax College, Biology is designed for multi-semester biology courses for science majors. It is grounded on an evolutionary basis and includes features that highlight careers in the biological sciences and everyday applications of the concepts at hand. To meet the needs of today’s instructors and students, some content has been strategically condensed while maintaining the overall scope and cov<a href="?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&amp;contributor=&amp;keyword=&amp;subject=">Biology: OpenStax</a>


Biology: OpenStax
.............................................................

18 .........................................................
{'type': 'Textbook', 'title': 'Biology: OpenStax', 'author': ' Yael Avissar, Rhode Island College, Jung Choi, Georgia Institute of Technology, Jean DeSaix, University of North Carolina, Vladimir Jurukovski, Suffolk County Community College, Robert Wise, University of Wisconsin, Connie Rye, East Mississippi Community College', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4>


<li><h4><a href="?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&amp;contributor=&amp;keyword=&amp;subject=">Biology: OpenStax</a></h4> <h4> <i class="fa fa-check-square-o"></i> <small><a href="?lists=reviewed">Faculty reviewed</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=adopted">Adopted</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=accessible">Accessible</a></small> <i class="fa fa-check-square-o"></i> <small><a href="?lists=ancillary">Ancillary Resources</a></small> </h4><strong>Author(s):</strong> Yael Avissar, Rhode Island College, Jung Choi, Georgia Institute of Technology, Jean DeSaix, University of North Carolina, Vladimir Jurukovski, Suffolk County Community College, Robert Wise, University of Wisconsin, Connie Rye, East Mississippi Community College<br/><strong>Date:</strong> Apr 27, 2018<p><strong>Description:</strong> THIS BOOK WILL BE ARCHIVED ON JUNE 1, 2018 AS IT HAS BEEN REPLACED BY A NEW EDITION . Published by OpenStax College, Biology is designed for multi-semester biology courses for science majors. It is grounded on an evolutionary basis and includes features that highlight careers in the biological sciences and everyday applications of the concepts at hand. To meet the needs of today’s instructors and students, some content has been strategically condensed while maintaining the overall scope and cov<a href="?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=561e303a-5a74-4bfe-af71-e884daece4e5&amp;contributor=&amp;keyword=&amp;subject=">Biology: OpenStax</a>


Biology: OpenStax
.............................................................

19 .........................................................
{'type': 'Textbook', 'title': 'Naming the Unnamable: An Approach to Poetry for New Generations', 'author': ' Michelle Bonczek Evory. Western Michigan University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4><a href="?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&amp;contributor=&amp;keyword=&amp;subject=">Naming the Unnamable: An Approach to Poetry for New Generations</a></h4>


<li><h4><a href="?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&amp;contributor=&amp;keyword=&amp;subject=">Naming the Unnamable: An Approach to Poetry for New Generations</a></h4> <h4> </h4><strong>Author(s):</strong> Michelle Bonczek Evory. Western Michigan University<br/><strong>Date:</strong> Apr 27, 2018<p><strong>Description:</strong> Informed by a writing philosophy that values both spontaneity and discipline, Michelle Bonczek Evory’s Naming the Unnameable: An Approach to Poetry for New Generations  offers practical advice and strategies for developing a writing process that is centered on play and supported by an understanding of America’s rich literary traditions. With consideration to the psychology of invention, Bonczek Evory provides students with exercises aimed to make writing in its early stages a form of play that <a href="?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&amp;contributor=&amp;keyword=&amp;subject=">Naming the Unnamable: An Approach to Poetry for New Generations</a>


Naming the Unnamable: An Approach to Poetry for New Generations
.............................................................

20 .........................................................
{'type': 'Textbook', 'title': 'Naming the Unnamable: An Approach to Poetry for New Generations', 'author': ' Michelle Bonczek Evory. Western Michigan University', 'link': 'https://open.bccampus.ca/find-open-textbooks/?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&contributor=&keyword=&subject=', 'source': 'BC Campus'}


<h4> </h4>


<li><h4><a href="?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&amp;contributor=&amp;keyword=&amp;subject=">Naming the Unnamable: An Approach to Poetry for New Generations</a></h4> <h4> </h4><strong>Author(s):</strong> Michelle Bonczek Evory. Western Michigan University<br/><strong>Date:</strong> Apr 27, 2018<p><strong>Description:</strong> Informed by a writing philosophy that values both spontaneity and discipline, Michelle Bonczek Evory’s Naming the Unnameable: An Approach to Poetry for New Generations  offers practical advice and strategies for developing a writing process that is centered on play and supported by an understanding of America’s rich literary traditions. With consideration to the psychology of invention, Bonczek Evory provides students with exercises aimed to make writing in its early stages a form of play that <a href="?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&amp;contributor=&amp;keyword=&amp;subject=">...[more]</a></p></li>


<a href="?uuid=8880b4d1-7f62-42fc-a912-3015f216f195&amp;contributor=&amp;keyword=&amp;subject=">Naming the Unnamable: An Approach to Poetry for New Generations</a>


Naming the Unnamable: An Approach to Poetry for New Generations
.............................................................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment