Re: #remix Images missing from remix across libraries
#remix
Josh Halpern
Hi, I think I found the issue To change that, Goto (old FORTRAN programmer) Page Setting in and select detailed for the category listing display (the radio button right under the icon (you should compess your icons a bit for a better display . Took the liberty of doing that Best Josh Halpern
On Fri, Jul 17, 2020 at 3:48 PM Mark Baillie <mtbaillie@...> wrote:
|
|
|
|
Re: #remix Images missing from remix across libraries
#remix
Josh Halpern
The problem is that the figures were hotlinks to a wikibooks page that has disappeared. I found one of the two figures and will get the second as well as prettify, but I am in the workshop meetings so it will take a couple of hours (should be done today). The one that I fixed is now an image file in the Mindtouch system and I will take care of the second one on that page later and work my way through. You took the pages from a relatively old LibreTexts, which we had not gone back to and eliminated this issue. Best Josh Halpern
On Fri, Jul 17, 2020 at 1:39 PM Kevin Gilmore <kg021@...> wrote: I am a new user and am working my way through the Construction Guide. After putting together a partial remix map for a course, I created a new remix and pushed it into my sandbox as a Course Shell to see how the initial sections were taking shape. But, many of the images are not showing up. Here is the link for the shell...
|
|
|
|
Re: #remix Images missing from remix across libraries
#remix
Mark Baillie
I’ll also tag on to your thread here about Remixer challenges (I hope thats ok).
toggle quoted messageShow quoted text
When I remixed from this page: I ended up with a clone that doesn’t show the chapters on the main page unless I am logged in with my personal account. Any idea why that is? Almost seems like a privelidge access issue, but I haven’t put any restriction on the page. Also, even when I do see the chapter pages (when logged in to my account), the chapters don’t show the pages within the chapters from the book view. Here is the original page that I remixed from (see red circles for the preview of what’s inside the chapter): And the remixed page when logged in: Is there a preference to turn on to get the chapter squares to show the preview of what pages are within the chapter? Mark Baillie, Ph.D. Department of Chemistry, Assistant Professor https://ualr.edu/chemistry/ STEM Education Center, STRIVE Program Director https://ualr.edu/strive/ University of Arkansas at Little Rock 501-301-4695
|
|
|
|
#remix Images missing from remix across libraries
#remix
Kevin Gilmore
I am a new user and am working my way through the Construction Guide. After putting together a partial remix map for a course, I created a new remix and pushed it into my sandbox as a Course Shell to see how the initial sections were taking shape. But, many of the images are not showing up. Here is the link for the shell...
https://eng.libretexts.org/Sandboxes/kg021@.../CEEG_445_Course_Shell_test ...and here is an example of where the images are not showing up. https://eng.libretexts.org/Sandboxes/kg021@.../CEEG_445_Course_Shell_test/01%3A_Chemistry_Basics/1.03%3A_Forces_between_Molecules If you have suggestions I would appreciate it. Also, my account is created in the Engineering library, but I hope to pull most of the material for this shell from the Chemistry library. It looks like I should have no problems reaching across libraries as long as I continue to reload the New Remix map that I started on. However, if there are reasons I should locate my account/sandbox/shells in the Chemistry library instead, that would probably be good to know now. Thanks! -- Kevin Gilmore Civil & Environmental Engineering Bucknell University
|
|
|
|
Attributions?
Mark Baillie
Hi all - I'm working with a group of colleagues on the Summer Institutes Libretext. There is only an attribution for me right now. Is there a way I can add attributions for the others that are working on the book? When I go in the drop down menu for Authors in the page settings, none of my collaborators are in that drop down (yet).
Also, is it possible to move the attribution to the bottom of the page instead of the top? Here is the book we are all working in: https://socialsci.libretexts.org/Bookshelves/Education_and_Professional_Development/Mobile_Summer_Institute_on_Scientific_Teaching/Generic/2020_MoSI Thanks - Mark
|
|
|
|
Re: Changing numbers in a list of questions
#Formatting
Patrick McClanahan
DANG!! thats a whole lot easier than editing the HTML...thanks for that pointer....
Patrick McClanahan
Professor of Computer Science
Science and Math 252
San Joaquin Delta College
Stockton, CA
(209) 954-5323
From: main@Libretexts-ConstructionForum.groups.io <main@Libretexts-ConstructionForum.groups.io> on behalf of Delmar Larsen via groups.io <dlarsen@...>
Sent: Friday, July 10, 2020 11:27 AM To: main@Libretexts-ConstructionForum.groups.io <main@Libretexts-ConstructionForum.groups.io> Subject: Re: [Libretexts-ConstructionForum] Changing numbers in a list of questions #Formatting
Right click on the list and you can select the "Numbered list Properties"
Then set the starting number to 7 On 7/10/2020 11:21 AM, Jasmine Keane via groups.io wrote:
Yes, sorry, it's this page -- Delmar Larsen, Ph.D. LibreText, Founder & Executive Director https://LibreTexts.org The Future is Open Request Instructor's account via https://tinyurl.com/Register4Libre Request Team account via https://tinyurl.com/Register4Libre Request Harvest or to donate OER content: https://tinyurl.com/HarvestRequest Weekly Libretexts Office Hours Zoom meetings (open to all): * Tuesdays (https://zoom.us/j/380504419) at 9:00am (PDT) * Thursdays (https://zoom.us/j/662384088) at 9:00am (PDT)
|
|
|
|
Re: Changing numbers in a list of questions
#Formatting
Jasmine Keane
Ah ok thank you!
|
|
|
|
Re: Changing numbers in a list of questions
#Formatting
Delmar Larsen <dlarsen@...>
Right click on the list and you can select the "Numbered list Properties"
Then set the starting number to 7 On 7/10/2020 11:21 AM, Jasmine Keane
via groups.io wrote:
Yes, sorry, it's this page -- Delmar Larsen, Ph.D. LibreText, Founder & Executive Director https://LibreTexts.org The Future is Open Request Instructor's account via https://tinyurl.com/Register4Libre Request Team account via https://tinyurl.com/Register4Libre Request Harvest or to donate OER content: https://tinyurl.com/HarvestRequest Weekly Libretexts Office Hours Zoom meetings (open to all): * Tuesdays (https://zoom.us/j/380504419) at 9:00am (PDT) * Thursdays (https://zoom.us/j/662384088) at 9:00am (PDT)
|
|
|
|
Re: Changing numbers in a list of questions
#Formatting
Patrick McClanahan
You can do this in the html...I have never figured a way to do this simply using the editor.
In html you can set it in the List Item tag for the question as:
<ol start="4"> <li>Speedwalk Stu</li> <li>Saunterin’ Sam</li> <li>Slowpoke Rodriguez</li> </ol>
Each of your items will start with <ol> - just insert the start="4". Also - make sure to include the quotation marks
Pat
Patrick McClanahan
Professor of Computer Science
Science and Math 252
San Joaquin Delta College
Stockton, CA
(209) 954-5323
From: main@Libretexts-ConstructionForum.groups.io <main@Libretexts-ConstructionForum.groups.io> on behalf of Jasmine Keane via groups.io <jkeane@...>
Sent: Friday, July 10, 2020 11:15 AM To: main@Libretexts-ConstructionForum.groups.io <main@Libretexts-ConstructionForum.groups.io> Subject: [Libretexts-ConstructionForum] Changing numbers in a list of questions #Formatting
Hi everyone,
I'm working on a text right now that has questions listed as 1-7 for example but with have a text break after the third or fourth question, and I cant figure out how to add the non question text and keep the numbering accurate to the original source. The numbering automatically resets to 1. Is there anyway to get around that and force the question number to be a different one? Thank you, Jasmine Keane
|
|
|
|
Re: Changing numbers in a list of questions
#Formatting
Jasmine Keane
Yes, sorry, it's this page
https://eng.libretexts.org/Under_Construction/Climate_Toolkit%3A_A_Resource_Manual_for_Science_and_Action_(Granshaw)/21%3A_Climate_Change_on_the_Community_Scale/21.2%3A_Investigation#widget-files it's supposed to look like this
|
|
|
|
Re: Changing numbers in a list of questions
#Formatting
Delmar Larsen <dlarsen@...>
Which page? Can you give a URL? On 7/10/2020 11:15 AM, Jasmine Keane
via groups.io wrote:
Hi everyone, -- Delmar Larsen, Ph.D. LibreText, Founder & Executive Director https://LibreTexts.org The Future is Open Request Instructor's account via https://tinyurl.com/Register4Libre Request Team account via https://tinyurl.com/Register4Libre Request Harvest or to donate OER content: https://tinyurl.com/HarvestRequest Weekly Libretexts Office Hours Zoom meetings (open to all): * Tuesdays (https://zoom.us/j/380504419) at 9:00am (PDT) * Thursdays (https://zoom.us/j/662384088) at 9:00am (PDT)
|
|
|
|
Changing numbers in a list of questions
#Formatting
Jasmine Keane
Hi everyone,
I'm working on a text right now that has questions listed as 1-7 for example but with have a text break after the third or fourth question, and I cant figure out how to add the non question text and keep the numbering accurate to the original source. The numbering automatically resets to 1. Is there anyway to get around that and force the question number to be a different one? Thank you, Jasmine Keane
|
|
|
|
Chapter disappears when I try to add new chapter via reremix tool
#remix
Breanna Yang <brsyang@...>
Hi everyone,
When I tried to add a new chapter via the reremix tool, one of the chapters previously there disappears. The sections/pages within are still there, but the name changes and the text in the chapter itself also disappears. When I clicked add to server on the reremixing tool, I am sure the page said nothing would be deleted, and one page would be added. I am not sure what I am doing to cause pages to disappear. It has happened to me twice before. Is there a limit to how many chapters can be in a book? Thank you, Breanna Yang
|
|
|
|
Re: Formatting and Remixer
#Formatting
Delmar Larsen <dlarsen@...>
It is best to make pages up in the Remixer since it handles a few issues than just manually making pages. The primary issues will be:
Delmar On 7/7/2020 9:21 PM, Breanna Yang via
groups.io wrote:
I am having trouble figuring out how to use the remixer and formatting. The second image is of a chapter that I created initially in the remixer and the first is a chapter that I created outside of the remixer directly by pressing "new" on the page for the book. Once I got inside the chapter, I pressed "new", "section/page" for both chapters, but in the end, the formatting looks different as the chapter created outside of the remixer has the "topic hierarchy" box. How do I make it so that the two chapters have a consistent format? -- Delmar Larsen, Ph.D. LibreText, Founder & Executive Director https://LibreTexts.org The Future is Open Request Instructor's account via https://tinyurl.com/Register4Libre Request Team account via https://tinyurl.com/Register4Libre Request Harvest or to donate OER content: https://tinyurl.com/HarvestRequest Weekly Libretexts Office Hours Zoom meetings (open to all): * Tuesdays (https://zoom.us/j/380504419) at 9:00am (PDT) * Thursdays (https://zoom.us/j/662384088) at 9:00am (PDT)
|
|
|
|
Formatting and Remixer
#Formatting
Breanna Yang <brsyang@...>
Hi everyone,
I am having trouble figuring out how to use the remixer and formatting. The second image is of a chapter that I created initially in the remixer and the first is a chapter that I created outside of the remixer directly by pressing "new" on the page for the book. Once I got inside the chapter, I pressed "new", "section/page" for both chapters, but in the end, the formatting looks different as the chapter created outside of the remixer has the "topic hierarchy" box. How do I make it so that the two chapters have a consistent format? Thank you, Breanna Yang
|
|
|
|
Re: How to link to Image in Another Part of Text
#accessibility
#Formatting
Delmar Larsen <dlarsen@...>
Breanna: I am unsure I understand. Let's schedule a video chat so I can address this directly. Delmar On 7/1/2020 10:41 AM, Breanna Yang via
groups.io wrote:
Hi everyone, -- Delmar Larsen, Ph.D. LibreText, Founder & Executive Director https://LibreTexts.org The Future is Open Request Instructor's account via https://tinyurl.com/Register4Libre Request Team account via https://tinyurl.com/Register4Libre Request Harvest or to donate OER content: https://tinyurl.com/HarvestRequest Weekly Libretexts Office Hours Zoom meetings (open to all): * Tuesdays (https://zoom.us/j/380504419) at 9:00am (PDT) * Thursdays (https://zoom.us/j/662384088) at 9:00am (PDT)
|
|
|
|
How to link to Image in Another Part of Text
#accessibility
#Formatting
Breanna Yang <brsyang@...>
Hi everyone,
In the project I am working on, there are a lot of links to images throughout the rest of the text. When I click "Edit Link" I see that there is a "Jump to anchor or section" drop down menu, but there is only one choice for me right now "No anchor or section selected." How do I access the function that will allow me to jump to a section of the text with the image? Thanks, Breanna Yang
|
|
|
|
Re: #Formatting #accessibility How to Link Definition to vocabulary?
#Formatting
#accessibility
Delmar Larsen <dlarsen@...>
It is in the works. I think the last estimate was to expect a
prototype in 4 weeks. On 6/26/2020 7:30 PM, Breanna Yang via
groups.io wrote:
Hi everyone, -- Delmar Larsen, Ph.D. LibreText, Founder & Executive Director https://LibreTexts.org The Future is Open Request Instructor's account via https://tinyurl.com/Register4Libre Request Team account via https://tinyurl.com/Register4Libre Request Harvest or to donate OER content: https://tinyurl.com/HarvestRequest Weekly Libretexts Office Hours Zoom meetings (open to all): * Tuesdays (https://zoom.us/j/380504419) at 9:00am (PDT) * Thursdays (https://zoom.us/j/662384088) at 9:00am (PDT)
|
|
|
|
#Formatting #accessibility How to Link Definition to vocabulary?
#Formatting
#accessibility
Breanna Yang <brsyang@...>
Hi everyone,
In the project I am working on, the original document provides definitions to vocabulary terms if you hover/click on the term. I was wondering if there is a similar function on LibreText? Or if there is not an exact replica, what are some ways to link a term to its definition? It seems like a very useful function. Thank you, Breanna Yang
|
|
|
|
Re: #Figures
#Figures
Tianxin (Viatrix) Zhang
I got it. Thank you very much.
On Sun, Jun 21, 2020 at 11:34 AM Delmar Larsen via groups.io <dlarsen=libretexts.org@groups.io> wrote:
|
|
|