Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Chemistry LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Stage
    • Author
    • Show Page TOC
    • Cover Page
    • License
    • Transcluded
    • Number of Print Columns
    • PrintOptions
    • OER program or Publisher
    • Student Analytics
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 224 results
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/02%3A_A_Framework_for_Designing_Online_Texts/2.02%3A_Content_on_LibreTexts
    A textbook starts with some thoughts about content. What is it we want to teach? This part of CAP is obviously critical - but it is the least important to discuss in general for a few reasons: (1) Eac...A textbook starts with some thoughts about content. What is it we want to teach? This part of CAP is obviously critical - but it is the least important to discuss in general for a few reasons: (1) Each course within each discipline is different; (2) each professor will want to cover different things in different levels of depth; and (3) it is mostly the same as what you would find in a traditional hardcopy textbook.
  • https://chem.libretexts.org/Courses/Remixer_University/A_Quick_Guide_to_LibreTexts_for_New_Instructors/04%3A_Conductor/4.01%3A_Conductor_Home
    If you have logged in to from the commons (discussed in the previous chapter) or go directly there, you will see the Rocket page from which you can go to any of the libraries or the applications for w...If you have logged in to from the commons (discussed in the previous chapter) or go directly there, you will see the Rocket page from which you can go to any of the libraries or the applications for which you have permissions. The search bar lets you search for all of the projects in the Conductor, the support center can be accessed from here as well as from the blue encircled question mark symbol at the bottom of the page, and there is a direct link to the Commons.
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/08%3A_Basic_Editing/8.09%3A_Adding_Automatic_Organizations
    A common template used in the LibreTexts is the portfolio template that is used to make a dynamic, all-inclusive and easy way to maintain table of contents of all daughter pages.
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/09%3A_Advanced_Editing/9.03%3A_Adding_and_Editing_Equations
    The equations in the LibreTexts are handled by the MathJax add-on (based on LaTeX). Below are some details to help out.
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/11%3A_Interactive_Elements/11.09%3A_Adding_Geogebra_Explorations_to_LibreTexts_Pages
    If you are curious to learn more about how some of the GeoGebra explorations in the repository are set up, you copy the GeoGebra exploration from the repository to your sandbox (either using the remix...If you are curious to learn more about how some of the GeoGebra explorations in the repository are set up, you copy the GeoGebra exploration from the repository to your sandbox (either using the remixer or creating a new page and then using content reuse) and then fork the page.
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/13%3A_Disseminating_Texts
    A guiding aspect of the LibreTexts platform is not just enable faculty the freedom to construct and customize their texts as desired, but to enable multiple mechanisms of disseminating those texts to ...A guiding aspect of the LibreTexts platform is not just enable faculty the freedom to construct and customize their texts as desired, but to enable multiple mechanisms of disseminating those texts to students including online, PDFs, printing professional bound books and exporting to campus Learning Management Systems (LMSs).
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/11%3A_Interactive_Elements/11.04%3A_Interactive_Molecule_and_Protein_-_Molecule_Generator
    This is the seven-step workflow to embed an interactive protein figure. It is similar for embedding a molecule, but uses the PDB database.
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/16%3A_Conductor_for_Admins
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/11%3A_Interactive_Elements/11.02%3A_Jupyter_Notebooks_(Executable_Programming_Code_and_Figures)/11.2.06%3A_How_to_Incorporate_Data_Files_in_Your_Code_Blocks-_For_SageMath
    There are a number of ways data files and can be incorporated into code blocks. However, ensure that you have already followed the steps in the introduction to the CKEditor Binder Plugin Tutorial here...There are a number of ways data files and can be incorporated into code blocks. However, ensure that you have already followed the steps in the introduction to the CKEditor Binder Plugin Tutorial here. The CKEditor Binder Plugin supports Python which is what SageMath runs on, libraries that are supported by our version of Python may be used to read in the file. To reuse this, simply exchange the provided url with the one attained from your own page.
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/11%3A_Interactive_Elements/11.02%3A_Jupyter_Notebooks_(Executable_Programming_Code_and_Figures)/11.2.04%3A_How_to_Incorporate_Data_Files_in_Your_Code_Blocks-_For_Python
    Remember to press the "Run" button prior to pressing "OK". Printing both the code and output without, will the below result, to avoid this simply check "Insert Code Only" after pressing "Run". Once th...Remember to press the "Run" button prior to pressing "OK". Printing both the code and output without, will the below result, to avoid this simply check "Insert Code Only" after pressing "Run". Once the data file has been loaded, use Python code that you may normally use to read out the lines in the data file. To ensure that the above code block runs successfully, the user needs to run the wget code prior to running the above code if both parts are added in separately.
  • https://chem.libretexts.org/Courses/Remixer_University/Construction_Guide_for_LibreTexts_2e/11%3A_Interactive_Elements/11.02%3A_Jupyter_Notebooks_(Executable_Programming_Code_and_Figures)/11.2.08%3A_Using_ipywidgets_for_Interactivity/11.2.8.01%3A_Enabling_and_Using_Interactive_Matplotlib_Features
    If you have ever created and displayed a plot using matplotlib yourself, then you may have noticed that the plot has some interactive features allowing you to pan, reset view, save the image, and more...If you have ever created and displayed a plot using matplotlib yourself, then you may have noticed that the plot has some interactive features allowing you to pan, reset view, save the image, and more. Run the code, and you should see that there is a vertical toolbar on the left-hand side of the plot which allows us to interact with the figure.

Support Center

How can we help?