You are on page 1of 96
Characteristics of FIA, Introduction to AJAX: AJAX design basics, AJAX vs Traditional Approach, Rich User Interface using Alax, jQuery framework with AJAX. a“ 2 43 44 45 Fich Internet Application (RIA)... 44.4 Characteristics of RIA 44.2 Advantages of RIA... Introduction to AJAX... 42.4 AJAX Design Basics 42.1.1. Design Pattoms of AJAX... 422 AJAX vs Traditional Approach Rich User interface using AJAX [Query framework with AJAX... 44.1. jQuery AJAX Introduction. 442 |Quoryajax() Method Multiple Choice Questions * Chapter Ends. AB 4-9 AZ, 413 413 4-13 415 418 Internet Programming (MU - Sem 5 - Comp. © RIAs are web applications that have most of the characteristics of desktop applications, typically delivered through web-browser plug-ins or independently via sandboxes or virtual machines. ‘¢ ‘The term "rich Intemet application” was intrxtuced in a white paper in March 2002 byMacromedia (now merged into ‘Adobe. ‘© RIA is built with very powerful development tools which enable ito run faster. ‘¢ RIA provides users a better visual experience and more interactivity as compared to traditional browser applications which just use HTML and HTTP. © RIAs have always been about the user experience, it ‘enhancing the end-user experience in different ways. © RIAs can run faster and be more engaging. RIA is developed using various technologies such as Java, Silveright, JavaFX, JavaScript, RESTIWS ete. ‘© Rich Internet Applications (RIA) can ether run within a web browser with client-side scripts (JavaScript) and a browser plug-in or execute within a secure sandbox as desktop applications (c.g, Flash applications). © For example, when registering at a web site, a simple Validation ofthe username that tis an email can be done on the browser with a Javascript scrip, to give an interactive experience. Beiter still, users may remember search engines that support auto completion of search terms. Such ‘experiences are possible with client-side scripting. An RIA normally runs inside a Web browser and usually does not require software installation on the client side to work, However, some RIAs may only work properly with one ‘oF more specific browsers. ‘© For security purposes, most RIAs run their cient portions Within special isolated area of the clint desktop called a sandbox ‘+The sandbox limits visibility and access 10 the file and ‘operating system on the client to the application server on the other side of the connection ‘4 This approach allows the client system to handle local (New Syllabus w.e f academic year 21-22) (M5-67) Page no. (4-2) (Rich Internet Application (RIA) lowering the amount and frequency of client-server traffic, ‘especially as compared to the client-server implementations built around so-called thin cliemts. O® 53 RIA Tools allax Fig. 4.L.1 : RIA Tools 1. Adobe Flex : Highly productive, open source application framework forbuikding and maintaining expressive web applications that deploy consistently onall major browsers, desktops and devices. 2 OpenLaszlo : Open source platform for the development and delivery of Richfnteret Applications, consists of the LZX. programming language and theOpenLaszlo Server. 3. Microsoft Silverlight : Powerful development tool for ‘creating engaging interactive user experiences for Web and ‘mobile applications. 4. JavaFX : Software platform for creating and delivering ‘esktop applications. well as Rich Intemet Applications (RIAs) that can run across a wide varity of devices. "= Platforms of RIA 1. Adobe Flash, 2 sae! 3. Microsoft Sitvertight 4. AJAX a] 1. Performance - RIAs can ofen perform better than traditional spplications on the bass of the characteristics of network and applications, performance of secver also. improved by offloading possible processing’ work to the client system and ‘also perceived performance in terms of UI responsiveness ‘nd smoother visual transitions and animations are key activities, calculations, reformatting and so forth, thereby [Sat ot eye ie [al rech-Neo Publications, a SACHIN SHAH Venture arming (MU - Sem 5 - Comp, hes Fuchs etc ar pp te posible 0 use an RIA. An RIA plaiform let thet 5 seth the application without connecting to the { pore .gnchronizing it automatically When the user gos ive, nl consistency of look and feel - With RIA tools, the atc nt xen Wt ie wowace ipesing ems cn be mor cay cone an consistent. - _ security - RIAs should be as secure as any other web application, and the framework should be well equipped to enforce limitations appropriately when the user lacks the required privileges, especially when running within a sn cones ch eb Advanced Communications- Sophisticated communications wih supporting servers through optimized network protocols can considerably enhance the user experience. _ Rapid Development - An RIA Framework should facilitate rapid development of a rich user experience through its easy- to-use interfaces in ways that help developers. Direct Interaction - An RIA can use a wider range of controls that allow greater efficiency and enhance the user experience. In RIAs, for example, users can interact directly with page elements through editing or drag-and-drop tools. ‘They can also do things like pan across a map or other image: | Better Feedback Because of ther ability 0 change parts of ages without reloading, RIAs can provide the user with fast and accurate feedback, real-time confirmation of actions and choice, and informative and detailed error messaBes- | Improved Features - RIA allow programmers 10 embsl! varus functionalities in praphics-based wed pases Hs ok fascinating and engaging like desktop applications. RIA prove complex application sreens on wich YaFiou mi media, including different fonts, vector graphic and bitmap files online conferencing etc. are paused BY USi2g ee mmedern development tools. Putpage updating - RAS ctor additional technologies, such as real-time steaming, gs et pucines, and local ctl’ BES fect teens 4.1.2 Advantages of RIA ciple of RIA and run the they are connected 1 —the network: ok 1-22) (5-67) New Sytabus w.e academic year 2 Fall interactive experience : Unlike Web applications = provide page-by-page interaction and feedback, RIA provides full imeractive end-user experience. ‘A Comprehensive Solution : A comprehens end solution facilitating full interactive clients and a centralized managed server: A Single Unified IDE & Paradigm : The RIA is supported by a single and unified IDE and development paradigm for defining server-side and client-side logic ‘along with the user interface design. Automatic Logic Partitioning: The RIA deployment modules facilitate optimized automatic logic partitioning between client and server. jive end-t0- distributed Performance-Aware Development : The Rich Client Studio is a performance-aware platform for developing response-optimized applications. Native Look & Feel : It provides an automatic reflection of the native look and feel of the selected client machine. Browser free solution : RIA is independent of browser ‘vendors and browser versions. AJAXis an acronym for Asynchronous JavaScript and XML. It is not a programming language. It is a technology for developing better, faster and interactive Web Applications using HTML, CSS, JavaScript and XML, © HTML : Hypertext Markup Language (HTML) is used for defining the structure of a Web Application. © CSS : Cascading Style Sheet (CSS) is used to provide Jook and style to a Web Application. © JavaScript : JavaScript is used for making a Web ‘Application interactive, interesting and user friendly. o XML : Extensible Markup Language (XML) is a format to store and transport data from the Web Server. It is a group of inter-related technologies like JavaScript, DOM, XML, HTML/XHTML, CSS, XMLHttpRequest ete. AJAX allows you to send and receive data asynchronously without eloading the web page. [Ral tech-Neo Publications... SACHIN SHAH Venture Intemet Programming (MU - Sem 5 - Come. '® AJAX allows you to send only important information t0 the server not the entire page. So only valuable data from the client side is routed to the server side, It makes your ‘application interactive and faster. "= What's the meaning of Asynchronous in AJAX? ‘Asynchronous means that the Web Application could send ‘and receive data from the Web Server without refreshing the page. ‘This background process of sending and receiving data from the server along with updating different sections of a web page defines Asynchronous property/feature of ATAX. 5 Benefits of Ajax 1. Using AJAX you can create better, faster, and. more user- friendly web applications. 2. Ajax is based on JavaScript, CSS, HTML and XML ete. So you can easily learn, 3. Ajx behavior and works is like @ desktop application. So ‘Ajax use for creating a rich web application. "= Working of AJAX It creates more interactive techniques for faster and more efficient web applications by using JavaScript, XML, CSS, and HTML. For various web applications, Ajax uses various techniques like this ‘¢ In Ajax, when the user needs to create content, XHTML is used while CSS is used for presenting the user request purpose; the document object model (DOM) and javascript both will be used to display the content dynamically. By using synchronous methods in web applications, information can be transmitted and received effectively, for example, when you fill a form and submit it. You will be automatically directed to the new server with that page information ‘© After hitting the submit button in the background, javascript sends a request, and with the response generated, it will ‘update to the current screen. In this process, the user will be "unaware of the background XML code requests. ‘© XML is used as a format to generate and receive the server data in any format. (New Syllabus we academic year 21-22) (M5-67) (Rich Intemet Application (RIA). ‘© While most of the web browsers are dependent on web server technology, it is independent of web server software, Fig. 42.1 : AJAX Working | Where to Use AJAX? Below mentioned are the places where Ajax is used. ‘Login forms : Eg: user can type their login credentials inthe original page form; their software will send a request t0 the server to logged in, and the page will be updated as needed. ‘© Auto-complete : When you run a query in the Google search bar with the help of auto fill settings, suggestions will be shown in drop down below ‘© Rating and Voting : The voting can decide the site's main content in web pages like Digg and Reddit by bookmarking them ‘© Updating with user content : When 1 user posts a tweet, it Will be added to their feed, and everything is updated. * Now itis used by tweeter to run their trending topics page ‘© Form submission and validation © It makes web applications quicker, and the numbers of responses are also reduced. © Lightboxes are used nowadays instead of pop-ups © Using Ajax with flash application "Examples of Ajax Application Given below are the lists of web applications that commonly use Ajax 1. Google suggests that auto-complete options will be offered while typing when a user enters the search query in the Google search bar. Suggestions given by Google can be ‘avigted by using operational keys. [hrech-neo Publications...A SACHIN SHAH Venture Yahoo maps are easier While operating, oe fun. Tis Map uses Ajax to drag ose witout Using buon that Wl be at cage ote ser, Googe maps are general applications that use Ajax, realtime application in which the user can manipulate the data and change the view settings, Ajax directly works on a eb browser without any plugin installations. i Miosoft internet explorer used Ajax, but due to ity reliability, more web application like chrome, Mozil, irstly, only ete. sing this advantages of Ajax Advantages: Reduces the server traffic and increases the speed Itis responsive, and the time taken is alo less Form validation Bandwidth usage can be reduced Asynchronous calls can be made; this reduces the time for data arrival Disadvantages ‘Open-source newly created web browser. servers is not possible with Ajax. 4.2.1 Explain about the object that parts of a webpage without rel __ Page. AJAX Design Basics helps AJAX reload Joading the whole Wil gt exact idea about the working of AJAX. ‘An important role is played by the XMLHttpRe« AIAX processing. Request is sent by the user through UI Javascript call goes to XMLHttpRequest ject bing the XMLHttpRequest object the server Sylabus w.e f academic yeat 21-22) (5-67 Active x request is created only in internet explorer and a For security reason, you can only access information from the web host that serves pages. Fetching information from other AJAX uses the XMLHttpRequest object to communicate with the server. The Fig. 4.2.2 shows the flow of AJAX: Here you quest objet in (User interface) and the HTTP Request sent t0 © Now the server interacts with the database using any of the server side scripting language like JSP, PHP, Servlet, oF ASP.net, Browsor XMLHIpRoquest = Teo a ga3° I = Fig. 4.2.2 : AJAX Communication Data is retrieved fom the database as per the requirement. Server sends the data in the form of XML or JSON through the XMLHttpRequest callback function ‘Then the data is displayed using HTML and CSS on the browser. © AJAX Processing Steps and Ajax Script 1 GQ. Write steps to process AJAX. "© Seeps to process AJAX > Step 1: An event by the client is fired. ‘When an event is fired, a JavaScript method gets called, Example validareID() JavaScript method is mapped as an event 1] handler to an onKeyPress event on input form field. The id here is ‘myid” . > Step 2: An XMLHtipRequest objects created. haem This variable makes ATAX function ajaxFun()( Possible try ajaxReqObj = new XMLHtipRequest() Uf Opera 8.0+, Firefox, Safari [Bl rech-Neo Publications..A SACHIN SHAH Venture ramming (MU - Ser es 2m 5 - Comp, ee ee 6 + The callback( function ig (ich Internet Application called by the a, ea the state of XMLElapRequest objet is changed to he veadyiate then the XMLHttpRequest object was conf feivoke all) the processReqFun() method Loe 1 55 spRequest object and qutsinpRequest object and processes theres ‘heres returned by the server i received by this function so eur procesing wil be done, Now se inthe given example, tis function will set message depending upon the eserves returned valve. pingrocenltogFan) { _poprendy State 200) ) Siep7: The HTML DOM is updated. Now this isthe last step. Here the HTML document will be ‘nated, Process will be as follows: + UsingDOMAPI, the JavaScript receives a reference to any element in the web page ‘oament getElementByla("serldMsg") 1° werldMg "is the ID attribute of an element present in the HTML document Using tavaScrpt, the atuibutes of element can be modified. The style properties can be modified or child elements can Pe ‘ued, modified or removed. New Sytabus wef academic year 21-22) (5-67) uuserMessageElement.style.color="green! ‘megText="ValidUserld’s ) ‘varmagBody=document.createTextNode(mseTex)s ise*MessageElement.childNodes(0]) If the messageBody element is already created then just replace it otherwise append the new Es _utetMessage Element replaceChild(magBody,userMessageEle ment.childNodes{0)s } lee { tuserMessageE.lement appendChild(mseBod); ) > es as aah GQ. What are two methods in ajax to update part of webpage? Describe them in deal ' ‘© In Ajax, we frequently want to update just part of a Web Module page, not the whole page 4+ Two methods enable ws todo this: the insertA djacent HTML meod, which ls us to insert HTML next to an element that already exis, and the insertAdjacentText method, which tes us to inser text inthe same way. Rican seaniinin Obes SITE tig (ci ce Aue i Seek yall lk sos ilactinia Ata De Dace MBE, ; toinser AdjacentTTML and insert Adjcent Tet i as aah achat ce i it ER HTML Tiniaip sate tin al tin, down Ryn ‘hon you ck the Yt, the ole ine a ow teat Bld err [Ral rech-Neo Publications..A SACHIN SHAH Venture ich Internat Application (RA) Internet Programming (MU - Sem 5 - Comp.) £ L cote s) = © Here's how it works: clement with the ID div the application contains a
Updating part ofa page
.
© And that
element contains the button, which is connected toa JavaScript function named update:
‘© In the update function, we can call the
element's insertAdjacentHTML method to insert the textfield next to the element Updating part of page
(New Syllabus w.ef academic year 21-22) (M5-67) ‘+ Here's how we can insert the new text field after the end of the
element: ‘ Updating part of a page © Using inserAdjacentHTML and insertAdjacentText, we can insert HTML and text into a Web page, adjacent to another Web page item. WS 4.2.1.1 Design Patterns of AJAX 1 GQ._ Explain the following AJAX patterns : 12) Submission Throttling 2) Predictive Fetch 3) Fallback patterns The thre important design pattems of AJAX are discussed below. 1. Submission Throttling * lretioving data from the server is one part of the problem sending data to server is another. * Science in AJAX page refreshes needs to be avoided, it is important to know when to send user data to the server * One approach that could be taken isto send data to server on every User interaction. But this results in a lot of requests submited tothe servers a short period. * In case of submission throttling the data to be send to the servers buffered on the client. * This datais then sent to the server at predefined times. Tech-Neo Publications..A SACHIN SHAH Venture yoo Perino 5 - Con ay from pe dele £O™ YPN t sending day i does't seem lke a delay 1 the ysen. qhen a client side funct the data. stcanbe sent at a predefined time interval, this determination depends onthe use case a ‘After the data is sent, the application i Continuous {0 gather |, Predictive Fetch Incase of traditional web applications, the application reacts only when there is an interaction, _ | This is called “fetch on demand”, server what data should be retrieved, ‘The user action tells the | Inthe predictive fetch algorithm, the application guesses what the user is going to do next and retrieves the appropriate data. | Determining the future action of the user is just a guess based on the user’s intentions | For eg: say a user is reading an online article of 3 pages. It can be assumed here that ifthe user is reading the 1 page for, few seconds, the person will also be interested in reading the 2 page. Hence the 2° page can be downloaded at the background before the user explicitly clicks on the ‘Next. + Therefore when the user clicks on next, the 2" page instantaneously appears reducing the response time. Similarly the 3" page can be downloaded when the user reads 2 page for a few seconds. This extra data being downloaded is cached on in emails. Ifa person starts to anticipate that the mail ‘address book so this ean Be the client * Some approach can be applied composing a mail, it is logical Would be sent to someone in the Preloaded and kept By using AJAX to fetch information text step, can overload the Server: "Therefore this algorithm has t0 be implemented eee He is Topical to assume that information will Be 13 ‘completing the user's next request 3. Fallback patterns * All the above methods work fine the server side. related to any possible ‘when it lem at when there is no proble oe i -22) (M5-67) | "New syllabus w.e.f academic Year 21-22) ( (Rich intornot Application (RIA))....Page Ne. ‘The following proble © The requestmight never make it to the server: © Anerror might occur at the server. Cancel Pending Requests © error occurs on the server like a file not fount or an internal server error, then it doesn’t make sense to trying again after a few minutes. * Such problems need an administrator to fi it * In such a situation all the pending requests are simply cancelled, © This can be done by setting a flag somewhere in the code that says “don’t send any more request”, ‘© This solution has maximum impact on the periodic refresh pattern Try Again + Another option isto silently Keep trying for either a specified ‘amount of time o a particular number of files. ‘© This problem is handled behind the scenes without generally notifying the user ‘© Unless the AJAX functionality is key to the user's experience, itis not needed to notify user about the failures. YS 4.2.2 AJAX vs Traditional Approach GQ._Draw the diagram of AJAX application model and ? traditional applications web model and compare 1 them. : (A) Traditional Web Applications ‘© Fig. 42.5 represents the typical model of client and server interactions in a traditional web application, such as one which includes user registration form, © In the first step, the form is filled by the user and then submitted. (Step 1) eA request is generated by browser and sent to server. The server receives the request and processes it (Step 2). After processing the request, a response is generated by the server and the response containing the exact page that the browser will render (Step 3) is sent tothe cient 4¢ This entire process forces the browser to load the new page (Step 4) and for the time being makes the browser window blank, [fal tech-Neo Publications..A SACHIN SHAH Venture lnternet Programming (MU - Sem 5 - Comp.) Fig. 4.2.5 : Traditional Web Application © Remember that meanwhile the client has to wait for the server to give response and reloads the whole page containing the data from the response (Step 4). © Intime being when the asynchronous request is processing on the server, the user is not able to interact with the client web page. ‘© Frequent long periods of waiting impacts the site performance and led some users to refer to the World Wide Web as the “World Wide Wait.” ‘© Ifthe further user interacts with another form and submits it, the process is repeated (Steps 5-8). ‘© Basically this model was designed for a web of hypertext documents, '® As the web evolved into a full-scale applications platform, the model represented in Fig. 4.2.5 leads to regular pplication performance. ©The fulkpage refresh needs the users to reset their ‘understanding ofthe full-page contents. © Users started to insist a model which would generate the responsive fee! of desktop applications. (8) Ajax Web Applications { 6Q, Explain in detail AJAX Web application model with + neat diagram. © AJAX Web application model uses JavaSeript and XMLHupRequest object for asynchronous data exchange. ‘The JavaScript uses the XMLHupRequest object to exchange data asynchronously over the client and server, (New Syllabus w.e academic year 21-22) (M5-67) (4-10) "AJAX Web application model resolve the major problem of synchronous request-esponse model of communication associated with classical Web application model, which keeps the user in waiting state and does not provide the best user experience AJAX, a new approach to Web applications, which is based ‘on several technologies that help in developing applications with better user experience. It uses JavaScript and XML as the main technology for developing interactive Web applications. Browser Client Fig. 42.6: AJAX Web Application ‘The AJAX application eliminates the start-stop-start-stop ‘nature or the click, wait, and refresh criteria of the client- Instead of loading the Web page at the beginning of the session, the browser loads the AIAX engine waitten in JavaScript Every user action that normally would generate an HTTP request takes the form of a JavaScript call tthe AJAX Engine. ‘The server response comprises data and not the presentation, which implies thatthe data required by the client is provided by the server as the response, and presentation is implemented on that data with the help of markup language from Ajax engine. ‘The JavaScript does not redraw all activities instead only Updates the Web page dynamically WB rech-neo Publications...A SACHIN SHAH Venture ee nat rograming (MU - Sem 5- Comp) in JavaScript. it iS possible to Gin we tuitons even when the JavaScript as web server and the server is still w the background. When server comp updates just the part of the page client never has to wait around, That synchronous requests > forms and click made a request to the orking on the request in tes its processing, code that has changed. This way is the power of MAX Engine between the client and the apni application, _isespctive of the server. does asynchronous communica New Sytabus wef academic yeat 23-22) Page no. (Rich Internet Application (RIA). -omplete This prevents the user from waiting for the server 10 < its processing. “The AJAX Engine takes care of displaying the UI and the interaction with the server on the user's behalf In traditional Web applications, the synchronous mode of ‘communication existed between the client and the server as shown in following Fig. 4.2.7. User waits a the servor ‘completes the interactivity completes the Processing User waits til the server processing — Data Transmission Data Transmission is not restricted for us ol Browser User Interface meee / a Fig. 4.2.7: Synchronous mode of communication Since AJAX is essentially used fora partial update and asynchronous communication, the AJAX model used for programming and it ie with specific data exchange format, specific programming language, or the specific communication Higduile o\ oo | Laeaaty (M5-67) 4 [fal rech-Neo Publications..A SACHIN SHAH Venture Internet Programming (MU - Sem § - Comp) © Above diagram clarify that every user action generates an [HTTP request that takes the form of a JavaScript to call the AJAX engine. ‘© Responses to the user actions do not involve the trip back to the server asin the classical Web application model. Instead, the AIAX Engine handles on its own, such as data validation, some navigation and editing data in memory If the AJAX Engine needs something from the server, like retrieving new data or loading additional interface code, then the engine makes the asynchronous interaction with the server using JavaScript and XMLHttpRequest object for asynchronous data exchange. ‘©The engine's interaction withthe server does not interrupt the user's interaction with the application. In this way, the asynchronous communication is done with the help of the AJAX engine. ee Dol 4.3 RICH USER INTERFACE USING AJAX 16Q_ Explain in detail RUI implementation using AJAX 1 with neat diagram. : ‘The architecture of RU using AJAX works as follows. User ‘Web Server tion (FIA)).. (Rich Internet. (4-12) “The web browser uses HTTP to send request for a page to the server which responds to the request in standard manner. ‘At this stage, no mashup content is present when the page is first loaded by the browser. The browser downloads some JavaScript and the HTML forthe page. ‘The browser issues another request to the server for ‘additional content which is responded by the server in an asynchronous manner. “The server acts as a proxy and is responsible for forwarding requests coming in from the browser to the intended recipients. ‘Amazon receives a SOAP request. Fig. 4.3.1 shows that the architecture proceeds in further steps, where amazon responds the request with appropriate data, A REST request is forwarded by the server to Yahoo, which returns the response in an XML format ‘The web server then performs all the mashing operations, ‘combines the responses and then sends back to the browser in the standard format. MyMash P's, SOAP Request XML Response] Y#ho? Fig. 43.1 : RUT using AJAX (New Syllabus w.ef academic year 21-22) (M5-67) Ul rech-weo Pubications.A SACHIN SHAH Venture x san for "Asynchronous JeaScrpt and XML" foci cides fear of sed seacrsons Ip E ‘Sends tutp GET sre wing XMLEIRequest bjt. Ac i abut wing JavaScript file from the IS silty of JavaScript to send ayeshronous mp request ‘executes it, atthe xl data. 28a response (also in othe formats) sod a pa 2 eh pe ig I ie ea sponding or refreshing entire web Page, DOM element(s)- we very Hoary inclines various methods to send As re these methods internally we XMLHupRewest | yy 4.4.2 JQueryajax() Method JavaScript. ‘The following table lists all the Ajax performs an AJAX ject of 3: aoery Alex Methods creer aante a a tea ne eae he See a a ie ee le Ses em “oe serve is deft values “applcation/s- www frmurlencoded” (KMLHtpReavest) ‘oud be a string, an array, oF 8 JSON object Internet Programming (MU. Name Value ce eror(xhr, status, error) Ttis a callback function that gets executed when a request fails It accepts three arguments, Tis a Boolean valve. Its default valve is true. It represents whether to tigger a global AJAX event handler ‘a oF ot aan Tis a Boolean value. Its default value is false. It specifies a request to be successful i the response has changed since the last header. a It isa sting that overides the callback function name ina jsonp request. sonpCallback itis a string that contains the name of the callback function for ajsonp request. password Is used to specify a password that i to be used in an HTTP access authentication request processData tis a Boolean value. Is default value is tre. It is used to specify whether or not the data seat with the request should be converted into query string, seriptCharset It specifies the charset for the request. It applies only when the “script” transport is used. success(result, statu, xhr) As its name implies, this callback function executes when the request succeeds. It accepts three arguments, Its the timeout for the request in terms of milliseconds. If itis set to the value 0, it means that there is no timeout timeout traditional Ttis Boolean value. We can stit to tre if we want o use the traditional style of param serialization. ype 1k specifies the typeof isp request, such as POST, PUT, and GET. Its default vale is GET. laa tis the URL to which the request is sent. Its default valve is the current page. sername tis a username thai to be used in an HTTP access authentication request. she tis callback function that is used for creating the XMLHtipRequest objec. Example test.html_ ‘¢ First, we have to either download a jQuery library or find a link of jQuery’s latest version by going to its official website. | Example].html

Hello World

!DOCTYPE html> : 3S ‘© Second, we need to create an HTML document, including the + Query library ‘ © Then, within the ‘ Output Important Note2 ‘To: Sania Mires From: Serena William ‘Message: Don't forget me this weekend! or ear ye 2a >>| 5.6 XML PARSERS ‘An XML parser isa software library or package that provides interfaces for client applications to work with an XML document ‘The XML Parser is designed to read the XML and create a way for programs to use XML. XML parser validates the document and check that the document is well formatted. ‘The parser aims to check the syntax for a well- defined file and it is used all round in the software. = kK: If user simply copies an XML file, then each program had to.all parser to read the XML. ‘The parser reads the document and analyses the structure of ‘the document and data properties fech-Neo Publications...A SACHIN SHAH Venture mo. mp.) Internet Programming (MU - Sem % 5.6.1 How Does XML Parsers Work? ‘© The main job of an XML parser is to access or modify the data in the document, The parser contains installed software packages forthe client applications to interface with and also ‘does the validation process of the XML Documents. Here the ‘component parts are compared with the DTD or schema pattern for checking. ‘© It triggers the event when it finds opening and closing tags in file while parsing line-by-line. Parser covers two sections: & Jexer and parser, A lexer takes input characters from the file and produces tokens lke (<, > and tag names) ©The parser takes this token and constructs a tree-based syntax with respective to grammar With DOM the whole document is read, while in case of SAX parser reads node by node and throws parsing events “The Parser could be categorized as validating and non- validating ‘* Validating Parser : It needs a Document type Declaration to parse and gives an error if the respective document doesn't ‘match with DTD and constraints. © Non-Validating Parser : This Parser eliminates DTD and the parser checks for the well-formed document. 5.6.2 Types of XML Parsers These are the two main types of XML Parsrs: DOM 2. SAX DOM (Document Object Model) ‘A DOM document is an object which contains all the information of an XML document. It is composed like a tree structure. The DOM Parser implements a DOM API. This API is very simple to se, 5 Features of DOM Parser ‘A DOM Parser creates an internal structure in memory which is a DOM document object and the client applications get information of the original XML document by invoking ‘methods on this document object, DOM Parser has a tree based structure (New Syllabus w.e.f academic year 21-22) (M5-67) 0. (5-16) (Web Extension: PHP and XML). 1 advantages 11 supports both read and write operations and the API s very simple t use, Iti preferred when random access to widely separated pats of a document is require. Disadvantages It is memory inefficient. (Consumes more memory because the whole XML document needs to load into memory). Itis comparatively slower than other parsers. SAX (Simple API for XML) 'A.SAX Parser implements SAX APL. This API is an event ‘based API and Jess intuitive. 5 Features of SAX Parser It does not ereate any intemal structure Clients does not know what methods to call, they just a overrides the methods of the API and place his own code inside method. 3, It is an event based parser, it works like an event handler in Java. = Advantages 1. Itis simple and memory efficient. 2. _ Itis very fast and works for huge documents. «= Disadvantages 1. Itis event-based so its API is less intuitive, 2, Clients never know the full information because the data is £ GQ. Explain XSL and XSLT with broken into pieces. XSL stands for EXtensible Stylesheet Language. It considered as same to XML as CSS is to HTML, "= Need for XSL In HTML all tags used are predefined such as font, body, heading etc. and browser has knowledge of adding styles them and display them to the end user with the help of CSS styles. This is not same in XML as it consists of user defined tags Tech-Neo Publications... SACHIN SHAH Venture Internet Programming (MU - Sem 5 - Comp.) ‘ lelass> > Step 3: View the XML Document in a browser >o_5.8 XSLT ELEMENTS AND ATTRIBUTES _ 2 ee ee 5.8.1 XSL: cemplate ‘©The element defines an output producing template. This element must have either the match atribute or the name attribute set, "= Attributes Attribute ‘Specifies a pattern that determines the elements For which this template should be used. It is a required attribute if there is no name attribute. Match name | Specifies a name for this template, by which it can ‘be invoked through the element. Specifies a particular mode for this template, which ‘ean be matched by an attribute of the clement. This is useful for processing the same information in multiple ways. Specifies a numeric priority for this template, This can be any number other than Infinity. The processor uses this number when more than one priority template matches the same node. %® 5.8.2 apply-XSL : template ‘The element selects a set of nodes in the input tree and instructs the processor to apply the proper templates to them. (New Syllabus w.ef academic year 21-22) (M5-67) [al rech-neo Publicatons..a SACHIN SHAH Venture programming (MU -Sem 5 -Comp) ig mitributes 5 syntax cee = ‘ eect | Uses an XPath expression tha specifies the nodes | | “¥ Attributes to be Procsied. An ateist®) selects te ene | | PRE pase node-set. If this atribut is nt set, ll child nodes bee ofthe current node ae selected, ee ae cz Made If there are multiple ways of processing defined forthe same node, distinguishes among them, stylesheet © syntax © Attributes 3.5.8.3 XSL: import ‘4 The element isa top-level element that serves to por the contents of one stylesheet into another stylesheet. 4+ Generally speaking, the contents of the imported stylesheet ‘have a lower import precedence than that of the importing ‘axskimport href=URI /> ‘Description — ‘Specifies the URI ofthe stylesheet to impor. © syntax + The element invokes a named template pame=NAME> > [optional] %® 5.8.6 XSL: element ©The custelemen clement creates an element inthe ouput document "syntax “ ‘TEMPLATE == Attributes Description, ‘Specifies the desired name of the output element. ‘The name must be'a valid QName. Attribute ‘Name Specifies the namespace of the output element. ‘A. whitespace-separated list of attribute-set clement names to be applied to the element element's output element. Applied attributes can bbe overridden via nested attribute elements. XxsL attribute Explain the folowing elements wrt XSLT with an t ena 1 Module (6a © xsl:attribute ‘¢ The element creates an attribute in the output, document, using any valves that can be accessed from the stylesheet. ©The element must be defined before any other output document element inside the output document element for Which it establishes atribute values. ‘+ Butit may be after or inside elements that won't be part of the output like or et). ‘Tech-Neo Publications...A SACHIN SHAH Venture Internet Programming (MU - Sem 5 - Comp.) © Syntax ‘ ‘TEMPLATE, "3 Attributes Attribute Description Name Specifies the name of the attribute to be createdin the output document. The name must bea valid QName. Namespace | Defines the namespace URI for this attribute in the output document. You cannot set the related namespace prefix with this element. % 5.8.8 XSL: attribute-set wagegaaias seen following elements wrt XSLT with an © xshattribute-set © The cxskattribute-se> clement creates a named set of tributes, which can then be applied as whole to the output document, in a manner similar to named styles in CSS. = syntax ‘ ‘ = Attributes Attribute Description Specifies the name of the attribute set. The name ust bea valid QName. Name attributesets Builds an attribute set from other attribute sets ‘The names of the contributing sets must be separated with whitespace characters and must not directly or indirectly embed themselves. (New Syllabus w.e.f academic year 21-22) (M5-67) : This tag is used to apply templte repeatedly for each node. © Declaration Following isthe syntax declaration of elemest © attributes Attribute Description Select It's expression of XPath to be evaluated in current context to determine the set of nodes 10 be iterated. For example you can again see the studeatsxml and students xs1 files Walrech-neo Publications..A SACHIN SHAH Venture 4 Programming (MU - oe Som 5 Comp B emis @¢ Declaration cexsl:sort>: This "98 8 Used 0 specity a sog ori Following isthe symax declaration o ct son, Galo lect = string-expression ung = { nmtoken } dsstype = ("tex | “number” | QName } onder = { "ascending" | “descending” } element. Page no. (5-21. (Web Extension: PHP and XML), ‘ isskson> | © Attributes ‘Sfaalsternplale> f jeans Description Ostpet select Sorting key of the node. Open the students.xml file | Sorting Key ofits ai anew] |g Language alphabet used to determine sort | onder. | datatype Data type ofthe text | order Sorting order. Default is “ascending” |easeonder | Sorting onder of string by capitalization Default value fort "upper-first ' Example Consider previous students xml file. re Yow we will create students.als file to use the tag, ‘This tag is used to specify conditional test against < = Se > Module sti 5 ‘Sbody> . © Attributes — ‘St3>Students Stable border = "2"> Attributes ‘Name & Description Strbgeolor = "lightgray" > Test the xml data to test. ‘Sth>Roll_No “First_Name ‘Sth>Last_ Name ‘Sth> Marks She> ee ———_— Gea. a 5-67 [fel rech-Neo Publications..A SACHIN SHAH Venture ar 21-24 New syllabus wef academic Yo yamming (MU - Som - Comp.) a is embeded with HTML. and used tg sion tracking ete, handle ie database, ip is compatible with maximam of current advanced dames ike Onele, MySQL, Sybase, Poses iosott SQL Server and Informix, : puis an object-oriented language pris an open-source scripting language, 1 pissimple and eas oar langage AHP file contains PHP tags and ends with the extension «ste 4 PHP scripts can only be interpreted oa serve that has PHP installed. The client computers accessing the PHP scripts require a web browser only. 33. 5.9.2 Why use PHP 1 PRP is a server-side scripting language, whichis sed to design the dynamic web applications with MySQL database 4+ PHPis opensource and fre. 4+ Th handles dynamic content, database as well as seision tacking forthe website. + You can create sessions in PHP. 4 Itean acess cookies variable and also se cookies 4+ helps to encrypt the data and apply validation 1 UIP support several protocols such s HTTP, POP3, SNMP, LDAP, IMAP, and many mor. + Using PHP anguage, you can contol he wser to aces some pages of your website. + As PHP is easy to install and setup his i why PHP is the best language t0 lear. - PHP can handle the forms, such as - collect the data from teers using forms, save tint the database, and eur wef information to the user. For example - Registration form. + pup crm; thin means you can deploy your Te abe of feet oper sem == 28 windows, Linux, Mac 0S ae * Large community document ‘the main reason °\5.9.3 PHP Features PAP isa popular ng nee Popular rogram ei ee of PHP's mos 4 open source nature. The followin ‘Sena featres. oe year 21-22) (M5-67) Mew sytabus wef academic Fig, 59.1: Features of PHP 1, Performance PHP scripts are considerably faster to run than scripts writen in other languages like JSP and ASP. PHP utilizes its own ‘memory, which reduces the servers workload and loading. time, resulting in quicker processing and better performance, 2. Open Source PHP source code and software may be found on the internet for fre. You may build all versions of PHP according to your reeds without having 10 pay anything. It's whole set of components is available for free download and use. 3. Familiarity with syntax PHP has easily understandable syntax. Programmers are comfortable coding with it. 4, Embedded PHP code can be easily embedded within HTML tags and script. ‘5, Platform Independent can be easly executed in other OS also. 6, Database Support PHP supports all the leading databases such as MySQL, ‘SQLite, ODBC, ete 1. Brror Reporting PHP has predefined error reporting constants to generate an error notice or warning at runtime. E.g, E_ERROR, E_WARNING, E_STRICT, E_PARSE. [al rech-Neo Pubii jons...A SACHIN SHAH Venture Internet Programming (MU - Sem 5 - Comp. > 8 Loosely Typed Language PHP allows us to use a variable without declaring its datatype. It will be taken automatically at the time of ‘execution based on the type of data it contains on its value. ) 9. Web servers Support PHP is compatible with almost all local servers used today like Apache, Netscape, Microsoft II, ete. > 10. Security PHP is a secure language to develop the website. It consists cof multiple layers of security to prevent threads and malicious attacks > 11. Controt Different programming languages require long script or code, ‘whereas PHP can do the same work in a few lines of code. It ‘has maximum control over the websites like you can make ‘changes easily whenever you want. > 12, A Helpful PHP Community thas a large community of developers who regularly updates documentation, tutorials, online help, and FAQs. Leaning PHP from the communities is one ofthe significant benefits. 5.9.4 PHP Syntax ‘GQ. Explain the basic structure of PHP program with an. example. +A PHP script is always executed at server side, and browser get the plain HTML result in response ‘©The location of PHP Script can be any where in the document ¢ The PHP paring engine requires a method to distinguish PHP code from other script in the page. This is called as “escaping to PHP. © The PHP script stats with ‘© “phps the extension for PHP files. © APHP file is combination of PHP script with HTML tags. We will see as imple example of PHP, which has used the built in function echo () to output the text “Welcome To the World of PHP” on a webpage Example: Write a program displaying sample message. (New Syllabus w.ef academic year 21-22) (M5-67) First PHP Seript ae ‘

First Example ‘ ‘ ee ‘ Note : PHP statements end with semicolon( Output First Example ‘Welcome To the World of PHP B 595 Comments in PHP ‘* Accomment i justin formative text which is not executed. © Comments can be used to: © To give details of program elements tothe reader. ‘© Remind yourself of what you did sometimes we may forget what we were doing or what the purpose of specific entity is. Tech-Neo Publications...A SACHIN SHAH Venture i comments in PHP pOCTYPE buml> ts ‘eee 3 5.9.6 PHP Case Sensitivity ring efements ke if eS * In PHP, the built in propri ser dined cements A while, echo, functions, casse* (Web Extension: PHP and XML)._.Pags = are valid. "5 Case sensitivity in PHP < ‘ ‘ PHP Comments <jile> </head> ‘<body> <font si <tohp ECHO "Phoenix InfoTech<br>"; ‘echo "Phoenix InfoTech<br>"; EcHo "Phoenix InfoTech"; > 5 PHP is case sensitive in regards with the variable names Inthe following example, the fist statement will print the ‘name of stadent but second and third statements will display error. ‘This happens because Ssname, $SNAME and SsnaME are considered as three different variables not case sensitive pepe Teen {New syllabus w.e-f acade™! jech-Neo Publications..A SACHIN SHAH Venture ‘Ap operator is a symbol which operates on one o¢ more ales or variables. For example: + is an operator sich performs addition of more than one valoes or variables. PHP has collections of operators to perform various ‘operations. These operators can be classified as follows, Here value a will be 6 and b will be Post-decrement: int a=S by — = ine Performs don of two) M-eN= IS Here valu will be 4 and b wll be 5 an =i we consider vatible M=S. weol-M=5 — | Performs subsraction of Operator | Description Example some, sent wel || Fa [icenemtnemter | Peinremene operand increases the integer vale | soM=6 Post-increment Decrement operator decreases the integer valve by 1 Intemet Programming (MU - Sem 5 - Comp.) 3. Comparison Operators © Relational operators check the relation between two ‘operands. 6Q “Enlai any ve PH Comparson Operators. j Logical AND operator. ‘Used to check multiple |S !=_M) both conditions| conditions. If all. the | AP true so result of ee conditions get satisfy ‘¢ Here we consider two variables M=10 and N=20 ben coated [Operator Description Example true, f Logical OR operator. | (M> 20) 1(N> M) here [Determines whether the two operands |(M == N) is have same values or not. If equal then | not tue. condition is true [Determines whether the two operands have same values or not. If not equal then true. condition is tue. > Determines whether the left side operand] (M > N) is have greater value than the right side] not tru. operand. I itis, then the condition is tre, < Determines whether the left side operand |(M < N) is Ihave less value than the right side | true. operand. If its, then the condition is true. > Determines whether the left side operand |(M >= N) is have value greater than or equal to the | not tue, right side operand. If it is, then the condition is tue. Determines whether the left side operand | (M <= N)is has value Jess than or equal to the right te. side operand. If ts, then the condition is 4. Logical Operators eo. State four logical operators with their uses '* Logical operators are used to check the conditions. These ‘operators are used in decision makings statements. ‘¢ _Teretums true or false according to the condition satisfaction, ‘© Here we consider two variables M=10 and N=20 first condition is false! |and second condition is| jiu so result of ‘I ‘Used to check multiple conditions. If either of| the condition get satisfy then condition becomes | operation i true. true. 1 [Logical NOT Operator. | (M_< N) = here McN ‘This operator reverses Produces true but the logical stte of the] Because of NOT operator operand. If a condition| tis converted to fase is te, then false or vice versa | 5. Assignment Operators {6Q._ What ae the assignment operator? Assignment operators are used to variable, ‘Consider M=10, N=5 and A=0. Operator = Simple assignment] A = M+ N will assign| operator. Assigns values] the value of M +N ie. from right side operands to| (10+5=15) 0 A left side operand = ‘Add AND assignment|M += N is equivalent ‘operator. It adds the right|toM=M +N ‘operand to the left operand] Now M will be 1045 = ‘and assigns the result to the 15 eft operand, Subtract AND assignment] M-= Wis equivalent o operator. subtracts the|M-=M -N Fight operand from the left] Now M will be 10-5 operand. and assigns thes result tothe let operand (New Syllabus w.ef academic year 21-22) (M5-67) Ua rech.neo Pubications,.A SACHIN SHAH Venture ‘Multiply AND assignment operator, I multiplies the ight operand with the left operand and assigns the result tothe left operand, M = N is equivalent loM=M*N Now M will be 10 # 5 =50 8. PHP Array Operators “The array operators ae we 10 COMPAS ITS Operator | Name Example Union of Sx and sy + | Union tx + 89 Divide AND assignment M = N is equivalent to M=M/N Now M will be 105 =2 righ] operand and assigns the result tothe left operand, Modulus AND assignment|M %= N is equivalent operator. It takes modulus |toM =M % N’ fusing two operands and! Now M willbe 10 % 5 assigns the result to the left] «There ae also some other operators which are important nd supported by PHP. One of them is Temary operator (7°) hich is performed on three operands 4+ Iti aso known as conditional operator. 1+ Ternary operator performed on three operands ike ArBc Means that if Aste then perform B oerwise perform C. Here A,B, C can be conditions of expressions ample Here consider two variables X=10 and ¥=20 MAX = (XY) 7: ¥ + If value of variable having greater valve the MAX. In this case the value of ¥ wil will be assigned 10 be assigned to the |sy___ piers (eee ‘True if Sx and SY have the same key/value pairs Equality ‘True if $x and Sy ave the same key/value pairs in the same order and of the same tyPes Identity MAX Steir ing Operators PHP has two operators that are specially signed for strings. eo ee Fatt | Conestenton of cmd Sext2 ‘$ext! and $txt2 {ne aia F ‘Concatenation assignment ew sytabus wes academic yea! 21-22) (5-67) ‘True if $x is not equal 10 Sy gx 1= SY Inequality ‘True if $x is not equal to Sy ‘True if $x is not identical to Sy Toquality | $% <> $Y ‘Non-identity| =. 5.9.9 PHP Data Types DUP data types are used to hold different types of data or values, PHP support 8 primitive datatypes that can be categorized further in 3 ypes 1. Scalar Types (predefined) 2, Compound Types (wser-defined) 3, Special Types PHP Data Types: Scalar Types It olds only single value. There are 4 scalar data types in PHP. 1. boolean 3. flat 4 PHP Data Types : Compound Types ‘can hold multiple values. Thee are 2 compound datatypes in PHP. 2. imoger string ‘There are 2 special datatypes in PHP. 1. resource 2, NULL [Bl rech-Neo Publications. A SACHIN SHAH Venture | js) { O1=> string(t3) . onaha” (2]=> string( ete Eni go Bement: Royal Enel ‘jay Blement2: Yamaha “Ay Element3: KTM ) 2. PHP object DN=S seing@y Object ae the instances of user-defined classes tha, : can tore tot ales and functions. They must be explicitly declared example dass bike { eric yoot 21°22) New syllabus w.e.f acad (1) Conditional Statements "© Use Conditional statements are used 10 check conditions epending upon which the flow of program can be decided. PHP support following three conditional statements: (1) taese statement: It sed to check single condition Jf the conttion is tve then one block of coe it executed and if condition is false another block of code is executed. Else if statement: This i also known‘ els if ladder. It's used to check multiple conditions. switch statement : It is @ mul statement. It is used to check multiple conditions. @ @ Ii way decision making a = (The if.else Statement Use ‘It used to check single condition If the condition is true thea it block of code is executed and if condition is false another block ‘of code is executed. 5 syntax iffeondition) statements else yam to check the number is even Write prog ‘odd. 5 program to check the number is even or odd <<{DOCTYPEhiml> <himl> <head> <tille> Conditionalstatements <htitle> oe </hesd> ee <body> 5 <<fontsize=5> <?php $0=10; [Ral rech-Neo Publications..A SACHIN SHAH Venture Internet Programming (MU - Sem 5 - Comp.) (Web Extension: PHP and XML). (5-36) do > iii) For loop { In for loop the intalizaion, condiion and increment or fo = $4 + 8; ecrementof loop variable is implemented ina single stent. echo 0,0 “This lop is basically used to minimize the code. $a= Sb; © syntax $=; {for(initialization; condition; increment/decrement) w= 8141; { while($i<4); a > Baie ie actin tlie <ffon> 1 GQ Write a program to print 1 to 10 humbers using for + </body> loop. , </html> Fy ae "= Program to print 1 to 10 numbers using for loop <!DOCTYPE himl> Geren pat <tile> ‘Loops | oa a OS <hitle> <Ihead> | © bitterence between while loop and do while | =") | ins d | GQ. Write difference between while and do while loop ccc | <tobp Parameter Type | this anenty controled | It is an exit controled loop loop for(Si=1;$i< =10;8i++) Condition | Condition is given at | Condition is given at the { de thgheee stip (at oclion echo("<br>",8i) : Execution | Loop statement never | Loop statement executes : executes if condition | once even if condition does not satisfy does not satisfy be </om> syntax | whitecondtion) | do </body> ( ( </html> Sutemets; Statements; 1 } Whilecondition); (New Syllabus w.e.f academic year 21-22) (M5-67) [kal tech-Neo Publications...A SACHIN SHAH Venture {ntemet Programming (MU - Sem 5 - Comp.) (Web Extension: PHP and XML). For every loop iteration, the value of the current array | _ statements; a ‘element is assigned to $value and the array pointer is moved by [retum..;} 7 nee ‘one, until it reaches the las aray element. } Sel Example © Here the square brackets [ ] indicates that this partis <?php optional ‘Sstudent=array("rollno"=>"101","sname"=>"Kunal’,’marks | * In PHP, itis easy to create our own functions. Just consider "=>"00"); that we want to create a function which should print a Toreach(Sotudent as $key=>S8value) message on the browser when it is called. Following { Program 5.5.1 illustrate this example. ‘echo" $key-Svalue<br>"; > Program 5.11.1 : Write a PHP script to print « message + by calling a function. PHP script to print a message <!DOCTYPE html > : o <html> : s <head> <title> Loops </ttle> </head> ‘<body> ‘<font size=5> Dy 5.11 PHP FUNCTIONS <2php ee ee 5 =, | Function printMSGQ) GQ. Write short Note on functions in PHP. lf . Te cet sen na wo wy | programming language j = & == Definition printMSG(); ‘A function is a block of statements related to such a task | 2> which we want to execute repeatedly in our program. A function | </font> can take arguments and also can return vali. </body> '* Up till now we have seen the function echo(). This is built in | </html> function of PHP. Now we will create our own user defined | Output functions. ‘© Related to functions there are two important points € Daten (1) Creating a PHP Function Life is 10% what happens tous and 90% how we react tit (2) Calling a PHP Function "Creating user defined Function = Smax Wile ig ton ea davis a function ti ({parameters} ‘header statement. These variables are known as parameters { ae ” formal arguments. ‘When this function gets called we can pass (New Syllabus w.e academic year 21-22) (M5-67) ‘ech-Neo Publications..A SACHIN SHAH Venture et Programming (MU - : i a <2 Core) (Web Extension: PHP and XML)....PAg® D2. (5-35 wees for he parton, They noes ae nove rguments or actual arguments ae known as Infollowing example we wil pas two my to the summation ) function This summation ofthese two arguments ber as arguments function will_print ee rogram to rin the sammat of arguments using parameterized funetonn S ommation Program to print the summation of 2 using an © ‘An argument by reference can be passed by using ampersand before the variable name. numbers > Program 5.11.3 : Write a program to print the sing passing arguments by reference " Passing arguments by reference ‘<!DOCTYPE html> 1 <html> arguments using parameterized function ‘<head> ‘ — <ttle> a y Function Eas <hile> as </head> <body> <> <fontsine=5> < <?php <body> j Function eal ‘cont size=5> ee ny eth Snum+ ‘ietion summation $n1,$n2) } { fe3 = Srl + $02; pee = oe echo'Soum<br>"; : mation callByRel(Soumn); E cecho'Sum: ial FS = <ffont> </uml> ‘Shin: Output $ Omtnanine 10 5 * Passing Arguments by Reference Rather than passing the value of variable, we can pass its Aeress, This is known as posing argument by reference. Whenever any changes is made inthe argument, the changes, ‘ue reflected in the original variable. (New Syllabus we academic year 21-22) (M5-67) “stu” alement is used to return value in PHP. This value '°es othe location where the function is called. hello) access and fons to is types of funcl eee ete se important functions ‘manipulate the strings. We will see 8 (1) PHP strtolower()function ction converts te sing in Inert? ‘The strtolower() fur format and return it © Syntax hig rtotower (string 91796) propattina mi ont fem 5c, , (Web Extnsion: PHP and x¥Mlp..Page,no {EBT Example ‘Stohp SotringL = "ISHITA' $ string] = strtolower( Sate); ‘echo $string]; > Output ishita (2) PHP strtoupper() function n converts the string into uppercase "The strtoupper() fu format and return it "syntax string sttoupper (string Sstring ) Example <tphp Satr="isi $eir=strtoupper(Satt}s ‘echo St; > Output ISHITA (3) PHP ucfirst() function ‘This function convert the first character of string in upperease and then return the string, "syntax string eit (string Str) Example <?php Sorrl="kunal Satrl=wohira(tel)s cechosetrl > Module Output Kunal (4) PHP lefirst( function ‘This fonction converts the first character of string. in Jowercase and then return the st -22) (M5-67) Qiew Sylabus west academic vee" 2 22) [Bl rech-rveo Publications. SACHIN SHAH Venture insion: PHP and. {Internet Programming (MU - Sem 5 - Comp.) (wen Extenson ao (5-42) == syntax eas ofirst ( ‘Sstr) int strlen ( string $string ) sting eit (sting ste \ : Example Example <ohp ay ‘$str1="Phoenix"; $strl ="Phoenix InfoTech"; Soe $len=strlen(Sstrl); / een ‘echo “Length ofthe string is “.$lens 3 ™ > a Output pe oan Length ofthe string is 16 (8) PHP str_word_count() function ‘This function counts the number of words of given string: (5) PHP ucwords() function ie bdon rete wetter etcetera costo fi mene sada na, : 5 syntax <tohp ‘ string uewords (string Sstr ) Example Example ea out php 5 pet ‘$strl ="my name is kunal’; $ste] =ucwords(Setrl); (9) PHP strpos() function es This function searches substring in the main sting. If a : fi substring is found, the function returns position of character of the me first match. If not found, it will return FALSE. ore Example My Name Is Kunal ae (6) PHP strrev() function echo strpos("Hello friends!", "friends"); ‘The strev function reverses the string and retum it > "= Syntax Output string strey (string $string ) 6 Example (10) PHP str_replace() function ‘Ths function replaces the exiing characte with now given character in a sing. Example <tohp ‘echo str_replace("friends", "world", "Hello friends"); > Output Hello world * (11) PHP chr() function ‘The chr) function returns a character of given ASC vale (7) PHP strien() function ‘The strlen) fonction counts the Jength of the string and return it (New Syllabus w.e.f academic year 21-22) (M5-67) y Tech:Néo Publicationsca'SAcrim SHAH Ventare</div><div class="after_doc_wrapper is_bot"><section class="_1ifY6L"><div class="wrapper__doc_page_shared_recommender_list" data-e2e="recommender-list"><h2 class="list_title" data-e2e="list-title">You might also like</h2><ul class="list_content_wrapper" data-e2e="list-content-wrapper"><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/322011391/The-Subtle-Art-of-Not-Giving-a-F-ck-A-Counterintuitive-Approach-to-Living-a-Good-Life" target="_blank"><span class="visually_hidden">The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/322011391/149x198/14bbaf98d5/1716129283?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/322011391/298x396/59d3b978ea/1716129283?v=1 2x" alt="The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/676606601/Mark-Manson" target="_blank">Mark Manson</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (5807)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/335808746/The-Gifts-of-Imperfection-Let-Go-of-Who-You-Think-You-re-Supposed-to-Be-and-Embrace-Who-You-Are" target="_blank"><span class="visually_hidden">The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/335808746/149x198/ec87a4c99b/1711373743?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/335808746/298x396/de204ab202/1711373743?v=1 2x" alt="The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/704130623/Brene-Brown" target="_blank">Brene Brown</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (1091)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/310560108/Never-Split-the-Difference-Negotiating-As-If-Your-Life-Depended-On-It" target="_blank"><span class="visually_hidden">Never Split the Difference: Negotiating As If Your Life Depended On It</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/310560108/149x198/44055ac324/1716035180?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/310560108/298x396/6049b38208/1716035180?v=1 2x" alt="Never Split the Difference: Negotiating As If Your Life Depended On It" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Never Split the Difference: Negotiating As If Your Life Depended On It</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/655855290/Chris-Voss" target="_blank">Chris Voss</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (842)</div></div></div></div></div></div></li><li class="pills"><div class="wrapper__pill_list content_pills"><ul class="pill_list_row unstyled_list"><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="/magazines"><div class="pill_button_visible">Magazines</div></a></li><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="https://www.scribd.com/podcasts"><div class="pill_button_visible">Podcasts</div></a></li><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="/sheetmusic"><div class="pill_button_visible">Sheet music</div></a></li></ul></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/357813054/Principles-Life-and-Work" target="_blank"><span class="visually_hidden">Principles: Life and Work</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/357813054/149x198/d1d2a4e180/1708545377?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/357813054/298x396/334eaf1f69/1708545377?v=1 2x" alt="Principles: Life and Work" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Principles: Life and Work</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683815204/Ray-Dalio" target="_blank">Ray Dalio</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (599)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224410406/The-Glass-Castle-A-Memoir" target="_blank"><span class="visually_hidden">The Glass Castle: A Memoir</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/224410406/149x198/b245e05319/1716443249?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224410406/298x396/c03da23e3f/1716443249?v=1 2x" alt="The Glass Castle: A Memoir" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Glass Castle: A Memoir</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/706448264/Jeannette-Walls" target="_blank">Jeannette Walls</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (1716)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/308030757/Grit-The-Power-of-Passion-and-Perseverance" target="_blank"><span class="visually_hidden">Grit: The Power of Passion and Perseverance</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/308030757/149x198/2af38cbda9/1711559584?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/308030757/298x396/4187c55138/1711559584?v=1 2x" alt="Grit: The Power of Passion and Perseverance" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Grit: The Power of Passion and Perseverance</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683814892/Angela-Duckworth" target="_blank">Angela Duckworth</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (590)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/356032151/Sing-Unburied-Sing-A-Novel" target="_blank"><span class="visually_hidden">Sing, Unburied, Sing: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/356032151/149x198/db7a11388a/1701276710?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/356032151/298x396/a573e37dfc/1701276710?v=1 2x" alt="Sing, Unburied, Sing: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Sing, Unburied, Sing: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683990000/Jesmyn-Ward" target="_blank">Jesmyn Ward</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (1104)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/322011392/Hidden-Figures-The-American-Dream-and-the-Untold-Story-of-the-Black-Women-Mathematicians-Who-Helped-Win-the-Space-Race" target="_blank"><span class="visually_hidden">Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/322011392/149x198/75a60db5ed/1716034994?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/322011392/298x396/8996aadf7d/1716034994?v=1 2x" alt="Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/671516025/Margot-Lee-Shetterly" target="_blank">Margot Lee Shetterly</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (897)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/309859835/Shoe-Dog-A-Memoir-by-the-Creator-of-Nike" target="_blank"><span class="visually_hidden">Shoe Dog: A Memoir by the Creator of Nike</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/309859835/149x198/394d1573f0/1702331104?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/309859835/298x396/d1289f88b9/1702331104?v=1 2x" alt="Shoe Dog: A Memoir by the Creator of Nike" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Shoe Dog: A Memoir by the Creator of Nike</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683814899/Phil-Knight" target="_blank">Phil Knight</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (537)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224266633/The-Perks-of-Being-a-Wallflower" target="_blank"><span class="visually_hidden">The Perks of Being a Wallflower</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/224266633/149x198/196f9b9902/1715608142?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224266633/298x396/c65dbae83f/1715608142?v=1 2x" alt="The Perks of Being a Wallflower" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Perks of Being a Wallflower</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683815248/Stephen-Chbosky" target="_blank">Stephen Chbosky</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (2104)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/211302755/The-Hard-Thing-About-Hard-Things-Building-a-Business-When-There-Are-No-Easy-Answers" target="_blank"><span class="visually_hidden">The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/211302755/149x198/e130bab094/1716647684?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/211302755/298x396/19f10ceb3f/1716647684?v=1 2x" alt="The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/684983410/Ben-Horowitz" target="_blank">Ben Horowitz</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (346)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/263504218/Elon-Musk-Tesla-SpaceX-and-the-Quest-for-a-Fantastic-Future" target="_blank"><span class="visually_hidden">Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/263504218/149x198/5791495c90/1714915293?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/263504218/298x396/ca05b40921/1714915293?v=1 2x" alt="Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/655656594/Ashlee-Vance" target="_blank">Ashlee Vance</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (474)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/234028503/Bad-Feminist-Essays" target="_blank"><span class="visually_hidden">Bad Feminist: Essays</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/234028503/149x198/600d1fe3f9/1714669552?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/234028503/298x396/1455400f40/1714669552?v=1 2x" alt="Bad Feminist: Essays" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Bad Feminist: Essays</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/694002562/Roxane-Gay" target="_blank">Roxane Gay</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (1016)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/393393789/Her-Body-and-Other-Parties-Stories" target="_blank"><span class="visually_hidden">Her Body and Other Parties: Stories</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/393393789/149x198/027888fb3f/1712200786?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/393393789/298x396/688f039a8b/1712200786?v=1 2x" alt="Her Body and Other Parties: Stories" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Her Body and Other Parties: Stories</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/626038376/Carmen-Maria-Machado" target="_blank">Carmen Maria Machado</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (821)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/378045783/The-Outsider-A-Novel" target="_blank"><span class="visually_hidden">The Outsider: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/378045783/149x198/52e7b7d6d0/1716398132?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/378045783/298x396/c4d2b45a8f/1716398132?v=1 2x" alt="The Outsider: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Outsider: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/572764971/Stephen-King" target="_blank">Stephen King</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (1850)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224369806/The-Emperor-of-All-Maladies-A-Biography-of-Cancer" target="_blank"><span class="visually_hidden">The Emperor of All Maladies: A Biography of Cancer</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/224369806/149x198/d2fc5923b8/1716396952?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/224369806/298x396/a026add765/1716396952?v=1 2x" alt="The Emperor of All Maladies: A Biography of Cancer" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Emperor of All Maladies: A Biography of Cancer</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/684982830/Siddhartha-Mukherjee" target="_blank">Siddhartha Mukherjee</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (271)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/337536061/The-Sympathizer-A-Novel-Pulitzer-Prize-for-Fiction" target="_blank"><span class="visually_hidden">The Sympathizer: A Novel (Pulitzer Prize for Fiction)</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/337536061/149x198/e0fabe3d5f/1714855604?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/337536061/298x396/9e5f6dd316/1714855604?v=1 2x" alt="The Sympathizer: A Novel (Pulitzer Prize for Fiction)" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Sympathizer: A Novel (Pulitzer Prize for Fiction)</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/688625676/Viet-Thanh-Nguyen" target="_blank">Viet Thanh Nguyen</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (122)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224426877/Angela-s-Ashes-A-Memoir" target="_blank"><span class="visually_hidden">Angela's Ashes: A Memoir</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/224426877/149x198/67b53f7428/1690204970?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224426877/298x396/61c4862b68/1690204970?v=1 2x" alt="Angela's Ashes: A Memoir" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Angela's Ashes: A Memoir</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/684979558/Frank-McCourt" target="_blank">Frank McCourt</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (440)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224252178/Brooklyn-A-Novel" target="_blank"><span class="visually_hidden">Brooklyn: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/224252178/149x198/77a859fdd8/1716212263?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224252178/298x396/dfbec9e04b/1716212263?v=1 2x" alt="Brooklyn: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Brooklyn: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/684985070/Colm-Toibin" target="_blank">Colm Toibin</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (1946)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/335537398/The-Little-Book-of-Hygge-Danish-Secrets-to-Happy-Living" target="_blank"><span class="visually_hidden">The Little Book of Hygge: Danish Secrets to Happy Living</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/335537398/149x198/c261b5b62a/1716634789?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/335537398/298x396/4b549960d0/1716634789?v=1 2x" alt="The Little Book of Hygge: Danish Secrets to Happy Living" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Little Book of Hygge: Danish Secrets to Happy Living</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/656546239/Meik-Wiking" target="_blank">Meik Wiking</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (401)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/182553141/The-World-Is-Flat-3-0-A-Brief-History-of-the-Twenty-first-Century" target="_blank"><span class="visually_hidden">The World Is Flat 3.0: A Brief History of the Twenty-first Century</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/182553141/149x198/9d8b4953ee/1714629096?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/182553141/298x396/89521cc859/1714629096?v=1 2x" alt="The World Is Flat 3.0: A Brief History of the Twenty-first Century" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The World Is Flat 3.0: A Brief History of the Twenty-first Century</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/687127844/Thomas-L-Friedman" target="_blank">Thomas L. Friedman</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (2259)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/235411767/A-Man-Called-Ove-A-Novel" target="_blank"><span class="visually_hidden">A Man Called Ove: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/235411767/149x198/ce356815f8/1705040754?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/235411767/298x396/a289a2fc2a/1705040754?v=1 2x" alt="A Man Called Ove: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">A Man Called Ove: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683814850/Fredrik-Backman" target="_blank">Fredrik Backman</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (4610)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/163579056/The-Art-of-Racing-in-the-Rain-A-Novel" target="_blank"><span class="visually_hidden">The Art of Racing in the Rain: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/163579056/149x198/e3ae8b9345/1716634326?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/163579056/298x396/c599e1583f/1716634326?v=1 2x" alt="The Art of Racing in the Rain: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Art of Racing in the Rain: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/696787006/Garth-Stein" target="_blank">Garth Stein</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (4203)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/163657166/A-Tree-Grows-in-Brooklyn" target="_blank"><span class="visually_hidden">A Tree Grows in Brooklyn</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/163657166/149x198/bf3b773b78/1716032394?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/163657166/298x396/9446ea1bc2/1716032394?v=1 2x" alt="A Tree Grows in Brooklyn" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">A Tree Grows in Brooklyn</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/709859210/Betty-Smith" target="_blank">Betty Smith</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (1929)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224326250/Steve-Jobs" target="_blank"><span class="visually_hidden">Steve Jobs</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/224326250/149x198/f1e7bf86b3/1701281268?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/224326250/298x396/67d6eee06a/1701281268?v=1 2x" alt="Steve Jobs" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Steve Jobs</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683814325/Walter-Isaacson" target="_blank">Walter Isaacson</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (806)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/419930541/The-Yellow-House-A-Memoir-2019-National-Book-Award-Winner" target="_blank"><span class="visually_hidden">The Yellow House: A Memoir (2019 National Book Award Winner)</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/419930541/149x198/941121db9b/1702813542?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/419930541/298x396/327f81adb3/1702813542?v=1 2x" alt="The Yellow House: A Memoir (2019 National Book Award Winner)" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Yellow House: A Memoir (2019 National Book Award Winner)</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/469606521/Sarah-M-Broom" target="_blank">Sarah M. Broom</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (98)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/163646054/Devil-in-the-Grove-Thurgood-Marshall-the-Groveland-Boys-and-the-Dawn-of-a-New-America" target="_blank"><span class="visually_hidden">Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/163646054/149x198/73d89ab0b4/1714828490?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/163646054/298x396/92feb6c9c7/1714828490?v=1 2x" alt="Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/655065772/Gilbert-King" target="_blank">Gilbert King</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (266)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/316391232/The-Woman-in-Cabin-10" target="_blank"><span class="visually_hidden">The Woman in Cabin 10</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/316391232/149x198/50fd0ecce1/1716397985?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/316391232/298x396/f55471760a/1716397985?v=1 2x" alt="The Woman in Cabin 10" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Woman in Cabin 10</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683814867/Ruth-Ware" target="_blank">Ruth Ware</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (2520)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/244157917/Yes-Please" target="_blank"><span class="visually_hidden">Yes Please</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/244157917/149x198/ce51d31665/1716637329?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/244157917/298x396/d0cbd421a3/1716637329?v=1 2x" alt="Yes Please" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Yes Please</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/655441200/Amy-Poehler" target="_blank">Amy Poehler</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (1898)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224410295/Team-of-Rivals-The-Political-Genius-of-Abraham-Lincoln" target="_blank"><span class="visually_hidden">Team of Rivals: The Political Genius of Abraham Lincoln</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/224410295/149x198/5f74dd59cd/1716559191?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/224410295/298x396/58644b8626/1716559191?v=1 2x" alt="Team of Rivals: The Political Genius of Abraham Lincoln" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Team of Rivals: The Political Genius of Abraham Lincoln</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683814521/Doris-Kearns-Goodwin" target="_blank">Doris Kearns Goodwin</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (234)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/225916486/A-Heartbreaking-Work-Of-Staggering-Genius-A-Memoir-Based-on-a-True-Story" target="_blank"><span class="visually_hidden">A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/225916486/149x198/ceefd53ff2/1710801410?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/225916486/298x396/3fda0d41f4/1710801410?v=1 2x" alt="A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/684985077/Dave-Eggers" target="_blank">Dave Eggers</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (231)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/387826985/Fear-Trump-in-the-White-House" target="_blank"><span class="visually_hidden">Fear: Trump in the White House</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/387826985/149x198/51575e1763/1702508736?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/387826985/298x396/3d168969ec/1702508736?v=1 2x" alt="Fear: Trump in the White House" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Fear: Trump in the White House</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683815807/Bob-Woodward" target="_blank">Bob Woodward</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (738)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/182560283/Wolf-Hall-A-Novel" target="_blank"><span class="visually_hidden">Wolf Hall: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/182560283/149x198/0601b1931c/1701145155?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/182560283/298x396/f6a21d4103/1701145155?v=1 2x" alt="Wolf Hall: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Wolf Hall: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/684981840/Hilary-Mantel" target="_blank">Hilary Mantel</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (3811)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224419023/John-Adams" target="_blank"><span class="visually_hidden">John Adams</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/224419023/149x198/7e946216e0/1695045625?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/224419023/298x396/08758c4819/1695045625?v=1 2x" alt="John Adams" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">John Adams</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683814315/David-McCullough" target="_blank">David McCullough</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (2409)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/423387462/On-Fire-The-Burning-Case-for-a-Green-New-Deal" target="_blank"><span class="visually_hidden">On Fire: The (Burning) Case for a Green New Deal</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/423387462/149x198/8447b35521/1715002460?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/423387462/298x396/a2fe7cb5cf/1715002460?v=1 2x" alt="On Fire: The (Burning) Case for a Green New Deal" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">On Fire: The (Burning) Case for a Green New Deal</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/684364153/Naomi-Klein" target="_blank">Naomi Klein</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (74)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224306619/The-Light-Between-Oceans-A-Novel" target="_blank"><span class="visually_hidden">The Light Between Oceans: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/224306619/149x198/5a300f585d/1710925558?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224306619/298x396/21c3e990fc/1710925558?v=1 2x" alt="The Light Between Oceans: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Light Between Oceans: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/685040006/M-L-Stedman" target="_blank">M.L. Stedman</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Rating: 4.5 out of 5 stars</span></div><div class="_1c33kx">4.5/5 (789)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/212863738/The-Unwinding-An-Inner-History-of-the-New-America" target="_blank"><span class="visually_hidden">The Unwinding: An Inner History of the New America</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/212863738/149x198/486257e90d/1714630079?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/212863738/298x396/40684a0550/1714630079?v=1 2x" alt="The Unwinding: An Inner History of the New America" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Unwinding: An Inner History of the New America</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/681650763/George-Packer" target="_blank">George Packer</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (45)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/359457348/Manhattan-Beach-A-Novel" target="_blank"><span class="visually_hidden">Manhattan Beach: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/359457348/149x198/a54d82062c/1666150267?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/359457348/298x396/ace0ab76b6/1666150267?v=1 2x" alt="Manhattan Beach: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Manhattan Beach: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/442472030/Jennifer-Egan" target="_blank">Jennifer Egan</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (792)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224420008/The-Constant-Gardener-A-Novel" target="_blank"><span class="visually_hidden">The Constant Gardener: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/224420008/149x198/7a7e91eff2/1685971848?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224420008/298x396/7fdc43e330/1685971848?v=1 2x" alt="The Constant Gardener: A Novel" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">The Constant Gardener: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/685258256/John-Le-Carre" target="_blank">John Le Carré</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (104)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/239588474/Rise-of-ISIS-A-Threat-We-Can-t-Ignore" target="_blank"><span class="visually_hidden">Rise of ISIS: A Threat We Can't Ignore</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/239588474/149x198/8a4150948e/1707940557?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/239588474/298x396/644cc7285e/1707940557?v=1 2x" alt="Rise of ISIS: A Threat We Can't Ignore" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Rise of ISIS: A Threat We Can't Ignore</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/690084409/Jay-Sekulow" target="_blank">Jay Sekulow</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 3.5 out of 5 stars</span></div><div class="_1c33kx">3.5/5 (137)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/224756706/Little-Women" target="_blank"><span class="visually_hidden">Little Women</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/224756706/149x198/d1bb56ef3a/1700647976?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/224756706/298x396/b22c169fe6/1700647976?v=1 2x" alt="Little Women" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Little Women</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/708507917/Louisa-May-Alcott" target="_blank">Louisa May Alcott</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (104)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.scribd.com/document/608353708/FEE-2022-23-TE" target="_blank"><span class="visually_hidden">Fee 2022-23 Te</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/608353708/149x198/8acc774fb8/1716482855?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/608353708/298x396/098f2d0e1d/1716482855?v=1 2x" alt="Fee 2022-23 Te" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>2 pages</div><div class="title" data-e2e="doc-info-title">Fee 2022-23 Te</div><div class="_38nure" data-e2e="doc-info-author">Amrendra Bahubali</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.scribd.com/document/608356074/DWM-2018-paper-1" target="_blank"><span class="visually_hidden">DWM 2018 Paper</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/608356074/149x198/8b14dbc0c8/1710579870?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/608356074/298x396/f796176f57/1710579870?v=1 2x" alt="DWM 2018 Paper" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>2 pages</div><div class="title" data-e2e="doc-info-title">DWM 2018 Paper</div><div class="_38nure" data-e2e="doc-info-author">Amrendra Bahubali</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.scribd.com/document/608353707/FEE-2022-23-SE" target="_blank"><span class="visually_hidden">Fee 2022-23 Se</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/608353707/149x198/5d359a8e55/1715990407?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/608353707/298x396/c5aaab6626/1715990407?v=1 2x" alt="Fee 2022-23 Se" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>2 pages</div><div class="title" data-e2e="doc-info-title">Fee 2022-23 Se</div><div class="_38nure" data-e2e="doc-info-author">Amrendra Bahubali</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.scribd.com/document/608353706/FEE-2022-23-BE" target="_blank"><span class="visually_hidden">Fee 2022-23 Be</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/608353706/149x198/d8b7e8cd1e/1710523099?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/608353706/298x396/b77761d490/1710523099?v=1 2x" alt="Fee 2022-23 Be" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>2 pages</div><div class="title" data-e2e="doc-info-title">Fee 2022-23 Be</div><div class="_38nure" data-e2e="doc-info-author">Amrendra Bahubali</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.scribd.com/document/608353417/JCBC" target="_blank"><span class="visually_hidden">JCBC</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/608353417/149x198/fa4d6ee78c/1710593078?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/608353417/298x396/a4b228a256/1710593078?v=1 2x" alt="JCBC" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>8 pages</div><div class="title" data-e2e="doc-info-title">JCBC</div><div class="_38nure" data-e2e="doc-info-author">Amrendra Bahubali</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.scribd.com/document/608352311/EX-9-DWM-ARYANT" target="_blank"><span class="visually_hidden">Ex 9 DWM Aryant</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/608352311/149x198/c70a1a7a87/1710523105?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/608352311/298x396/d00bbefaae/1710523105?v=1 2x" alt="Ex 9 DWM Aryant" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>9 pages</div><div class="title" data-e2e="doc-info-title">Ex 9 DWM Aryant</div><div class="_38nure" data-e2e="doc-info-author">Amrendra Bahubali</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li></ul></div></section></div></div><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_hide_below_xl4_bYNFRN GridColumn-module_extended_xl5_1_497ANP GridColumn-module_extended_xl4_1_aVCUXY GridColumn-module_extended_xl3_1_OyhfPD GridColumn-module_extended_xl2_1_zU58Qn GridColumn-module_extended_xl_1_w5JR10 GridColumn-module_extended_l_1_SLXmKl GridColumn-module_extended_m_1_6KsVnI GridColumn-module_extended_s_1_bvd-99 GridColumn-module_extended_xs_1_EEhUJk GridColumn-module_extended_xxs_1_1D2-MB _2muN75"></div><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_hide_below_xl_bqFPJU GridColumn-module_extended_xl5_4_-JK-Nz GridColumn-module_extended_xl4_3_YfaGhk GridColumn-module_extended_xl3_4_NvhBIh GridColumn-module_extended_xl2_4_BKs70y GridColumn-module_extended_xl_4_G5hgca GridColumn-module_extended_l_4_XlSdoH GridColumn-module_extended_m_4_i0jL2h GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII _3LpDjY"></div></div><div class="GridRow-module_wrapper_Uub42x GridRow-module_extended_Bvagp4"><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl5_16_cffZGL GridColumn-module_extended_xl4_12_UeyicL GridColumn-module_extended_xl3_12_TsrxQ- GridColumn-module_extended_xl2_12_ceos-a GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII"></div></div></div><div class="GridContainer-module_wrapper_7Rx6L- _3-Y4VY GridContainer-module_extended_fiqt9l"><section aria-hidden="true" class="scrolling_component exited collapsed" style="transform:translateY(100px)"></section><div class="GridRow-module_wrapper_Uub42x GridRow-module_extended_Bvagp4"><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl5_11_JJnpkV GridColumn-module_extended_xl4_9_GigIAQ GridColumn-module_extended_xl3_8_frUn0z GridColumn-module_extended_xl2_8_P9dscY GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII _1sDUp7"><div class="_1GApkd"></div></div></div></div></section><footer class="Footer-module_wrapper__7jj0T _35Otjh" id="global_footer"><h2 class="visually_hidden">Footer menu</h2><div class="GridContainer-module_wrapper__7Rx6L GridContainer-module_extended__fiqt9"><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="BackToTopLink-module_wrapper__HTQnD visually_hidden"><a data-e2e="back-to-top-link" href="#global_header" class="BackToTopLink-module_link__EOy-v">Back to top</a></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_horizontalColumn__vuSBJ"><p class="Footer-module_columnHeader__gcdjp">About</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribd.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">About Scribd</span></span></a></li><li><a aria-disabled="false" aria-label="Everand: Ebooks & Audiobooks" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_everand_books_audiobooks_link" href="https://www.everand.com" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Everand: Ebooks & Audiobooks</span></span></a></li><li><a aria-disabled="false" aria-label="SlideShare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">SlideShare</span></span></a></li><li><a aria-disabled="false" aria-label="Press" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_press_link" href="https://www.scribd.com/media" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Press</span></span></a></li><li><a aria-disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribd.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Join our team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribd.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Contact us</span></span></a></li><li><a aria-disabled="false" aria-label="Invite friends" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_invite_friends_link" href="https://www.scribd.com/referrals"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Invite friends</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Support</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Legal</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false" aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Copyright</span></span></a></li><li><a aria-disabled="false" aria-label="Do not sell or share my personal information" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_privacy_request_form_link" href="https://support.scribd.com/hc/articles/360038016931-Privacy-Rights-Request-Form"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Do not sell or share my personal information</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Social</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Twitter" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_twitter_link" href="https://twitter.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M5.774 12.79c4.528 0 7.005-4.152 7.005-7.752 0-.118 0-.235-.007-.352A5.338 5.338 0 0014 3.276a4.55 4.55 0 01-1.414.428c.514-.34.899-.876 1.082-1.507a4.657 4.657 0 01-1.563.662 2.401 2.401 0 00-1.397-.823 2.26 2.26 0 00-1.561.287A2.636 2.636 0 008.065 3.6a2.995 2.995 0 00-.156 1.742 6.47 6.47 0 01-2.81-.826 7.175 7.175 0 01-2.264-2.02 2.98 2.98 0 00-.27 1.985c.142.676.511 1.266 1.032 1.652a2.267 2.267 0 01-1.117-.341v.034c0 .63.197 1.239.557 1.725.36.487.861.821 1.418.946-.362.109-.743.125-1.111.046.157.542.463 1.015.876 1.354.412.34.91.528 1.424.538-.872.758-1.95 1.17-3.058 1.169-.196 0-.391-.014-.586-.04a6.49 6.49 0 003.774 1.222" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Twitter</span></span> <!-- -->Twitter</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl5_2__aqjlc GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl5_2__aqjlc GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Get our free apps</p><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Download on the App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get it on Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">About</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribd.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">About Scribd</span></span></a></li><li><a aria-disabled="false" aria-label="Everand: Ebooks & Audiobooks" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_everand_books_audiobooks_link" href="https://www.everand.com" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Everand: Ebooks & Audiobooks</span></span></a></li><li><a aria-disabled="false" aria-label="SlideShare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">SlideShare</span></span></a></li><li><a aria-disabled="false" aria-label="Press" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_press_link" href="https://www.scribd.com/media" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Press</span></span></a></li><li><a aria-disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribd.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Join our team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribd.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Contact us</span></span></a></li><li><a aria-disabled="false" aria-label="Invite friends" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_invite_friends_link" href="https://www.scribd.com/referrals"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Invite friends</span></span></a></li></ul></div><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">Legal</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false" aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Copyright</span></span></a></li><li><a aria-disabled="false" aria-label="Do not sell or share my personal information" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_privacy_request_form_link" href="https://support.scribd.com/hc/articles/360038016931-Privacy-Rights-Request-Form"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Do not sell or share my personal information</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">Support</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div><p class="Footer-module_columnHeader__gcdjp">Social</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Twitter" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_twitter_link" href="https://twitter.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M5.774 12.79c4.528 0 7.005-4.152 7.005-7.752 0-.118 0-.235-.007-.352A5.338 5.338 0 0014 3.276a4.55 4.55 0 01-1.414.428c.514-.34.899-.876 1.082-1.507a4.657 4.657 0 01-1.563.662 2.401 2.401 0 00-1.397-.823 2.26 2.26 0 00-1.561.287A2.636 2.636 0 008.065 3.6a2.995 2.995 0 00-.156 1.742 6.47 6.47 0 01-2.81-.826 7.175 7.175 0 01-2.264-2.02 2.98 2.98 0 00-.27 1.985c.142.676.511 1.266 1.032 1.652a2.267 2.267 0 01-1.117-.341v.034c0 .63.197 1.239.557 1.725.36.487.861.821 1.418.946-.362.109-.743.125-1.111.046.157.542.463 1.015.876 1.354.412.34.91.528 1.424.538-.872.758-1.95 1.17-3.058 1.169-.196 0-.391-.014-.586-.04a6.49 6.49 0 003.774 1.222" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Twitter</span></span> <!-- -->Twitter</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_m__zwIrv GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><p class="Footer-module_columnHeader__gcdjp">Get our free apps</p><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Download on the App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get it on Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_horizontalDivider__Z6XJu"></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_9__UmJvm GridColumn-module_extended_xl4_7__-9AEI GridColumn-module_extended_xl3_7__B6ct2 GridColumn-module_extended_xl2_7__Nztja GridColumn-module_extended_xl_7__OFVFv GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><ul class="ContentTypeColumn-module_contentTypesList__WIKOq"><li><a aria-disabled="false" aria-label="Documents" class="TextButton-module_wrapper__ZwW-w ContentTypeColumn-module_contentTypeLink__K3M9d" data-e2e="footer_content_type_column_documents_link" href="/docs"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Documents</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_l__7M0-X GridColumn-module_extended_xl5_7__HqFBW GridColumn-module_extended_xl4_5__PuEUy GridColumn-module_extended_xl3_5__aTZFP GridColumn-module_extended_xl2_5__UvHIq GridColumn-module_extended_xl_5__qmwN8 GridColumn-module_extended_l_5__VLQLS GridColumn-module_extended_m_5__HSrx- GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomRightContainer__5MVkq"><div class="Footer-module_bottomLanguage__ZSHe1"><div class="Footer-module_bottomLanguageText__S7opW">Language<!-- -->:</div><div class="DropdownMenu-module_wrapper__-3wi4" data-e2e="footer_language_picker_link"><a aria-disabled="false" aria-expanded="false" class="TextButton-module_wrapper__ZwW-w menu_handle Footer-module_menuHandle__A-Ub8" href="#"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><div class="Footer-module_languageDropdownContent__Ps0E4">English<!-- --> <span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></div></span></span></a><div class="MenuItems-module_wrapper__y6cjo MenuItems-module_top__2bxjj Footer-module_menuItems__6usGF" data-e2e="menu-items"><span class="breakpoint_hide s atAndAbove"><button aria-disabled="false" class="TextButton-module_wrapper__ZwW-w TextButton-module_default__ekglb MenuItems-module_closeButton__ZAyQt" data-e2e="close-button" type="button"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw"><svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.414 9l7.293-7.293L16.293.293 9 7.586 1.707.293.293 1.707 7.586 9 .293 16.293l1.414 1.414L9 10.414l7.293 7.293 1.414-1.414L10.414 9z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">close menu</span></span></span></span></button></span><div><ul class="LanguageLinks-module_list__Vs9Gq" role="menu"><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9 LanguageLink-module_linkSelected__SuxJ3" href="/language?id=en" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ LanguageLink-module_iconSelected__DAMML"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8A6 6 0 112 8a6 6 0 0112 0zm2 0A8 8 0 110 8a8 8 0 0116 0zm-8 4a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"></path></svg></span><span lang="en">English</span><span class="visually_hidden">(selected)</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=es" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="es">Español</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=pt-br" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="pt-br">Português</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=de" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="de">Deutsch</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=fr" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="fr">Français</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ru" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ru">Русский</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=it" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="it">Italiano</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ro" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ro">Română</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=id" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="id">Bahasa Indonesia</span></a></li></ul><a href="#" class="LanguageLinks-module_learnMoreLink__SpBO4" data-e2e="learn_more_link">Learn more</a></div></div></div></div><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Copyright © 2024 Scribd Inc.</span></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomLanguage__ZSHe1 Footer-module_bottomLanguageMargin__e40ar Footer-module_topLanguageMargin__psISJ"><div class="Footer-module_bottomLanguageText__S7opW">Language<!-- -->:</div><div class="DropdownMenu-module_wrapper__-3wi4" data-e2e="footer_language_picker_link"><a aria-disabled="false" aria-expanded="false" class="TextButton-module_wrapper__ZwW-w menu_handle Footer-module_menuHandle__A-Ub8" href="#"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><div class="Footer-module_languageDropdownContent__Ps0E4">English<!-- --> <span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></div></span></span></a><div class="MenuItems-module_wrapper__y6cjo MenuItems-module_top__2bxjj Footer-module_menuItems__6usGF" data-e2e="menu-items"><span class="breakpoint_hide s atAndAbove"><button aria-disabled="false" class="TextButton-module_wrapper__ZwW-w TextButton-module_default__ekglb MenuItems-module_closeButton__ZAyQt" data-e2e="close-button" type="button"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw"><svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.414 9l7.293-7.293L16.293.293 9 7.586 1.707.293.293 1.707 7.586 9 .293 16.293l1.414 1.414L9 10.414l7.293 7.293 1.414-1.414L10.414 9z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">close menu</span></span></span></span></button></span><div><ul class="LanguageLinks-module_list__Vs9Gq" role="menu"><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9 LanguageLink-module_linkSelected__SuxJ3" href="/language?id=en" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ LanguageLink-module_iconSelected__DAMML"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8A6 6 0 112 8a6 6 0 0112 0zm2 0A8 8 0 110 8a8 8 0 0116 0zm-8 4a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"></path></svg></span><span lang="en">English</span><span class="visually_hidden">(selected)</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=es" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="es">Español</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=pt-br" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="pt-br">Português</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=de" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="de">Deutsch</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=fr" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="fr">Français</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ru" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ru">Русский</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=it" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="it">Italiano</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ro" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ro">Română</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=id" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="id">Bahasa Indonesia</span></a></li></ul><a href="#" class="LanguageLinks-module_learnMoreLink__SpBO4" data-e2e="learn_more_link">Learn more</a></div></div></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Copyright © 2024 Scribd Inc.</span></div></div></div></div></footer></div></div></div> <script type="application/json" data-hypernova-key="doc_page" data-hypernova-id="a660cf57-947e-4f93-a817-1f3281735237"><!--{"assetEnvironment":"production","bodyProps":{"admin_panel_props":null,"breadcrumbs":[],"sharing_buttons_props":{"description":"","id":608356821,"message":null,"private":false,"secretPassword":"e4RTsu6CrWleZGOvDEyu","thumbnailUrl":"https://imgv2-1-f.scribdassets.com/img/document/608356821/original/2d67bf11d5/1716662332?v=1","title":"DocScanner 16 Oct 2022 2 16 Pm","twitterHashtag":null,"url":"https://www.scribd.com/document/608356821/DocScanner-16-Oct-2022-2-16-Pm"},"show_bot_text":true,"bot_text":"###BOT_TEXT###","view_restricted_cta_test_enabled":false},"currentPage":{"isHamburgerMenuOpen":false,"isMegamenuTopBarVisible":true,"isMegamenuPrimaryNavVisible":true,"navigationCategories":{"academic":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"foreign-language-studies","name":"Foreign Language Studies","url":"https://www.scribd.com/docs/Foreign-Language-Studies","children":[{"dataName":"chinese","name":"Chinese","url":"https://www.scribd.com/docs/Foreign-Language-Studies/Chinese"},{"dataName":"esl","name":"ESL","url":"https://www.scribd.com/docs/Foreign-Language-Studies/ESL"}]},{"dataName":"science-mathematics","name":"Science & Mathematics","url":"https://www.scribd.com/docs/Science-Mathematics","children":[{"dataName":"astronomy-space-sciences","name":"Astronomy & Space Sciences","url":"https://www.scribd.com/docs/Science-Mathematics/Astronomy-Space-Sciences"},{"dataName":"biology","name":"Biology","url":"https://www.scribd.com/docs/Science-Mathematics/Biology"}]},{"dataName":"study-aids-test-prep","name":"Study Aids & Test Prep","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep","children":[{"dataName":"book-notes","name":"Book Notes","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/Book-Notes"},{"dataName":"college-entrance-exams","name":"College Entrance Exams","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/College-Entrance-Exams"}]},{"dataName":"teaching-methods-materials","name":"Teaching Methods & Materials","url":"https://www.scribd.com/docs/Teaching-Methods-Materials","children":[{"dataName":"early-childhood-education","name":"Early Childhood Education","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Early-Childhood-Education"},{"dataName":"education-philosophy-theory","name":"Education Philosophy & Theory","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Education-Philosophy-Theory"}]}]},"professional":{"totalCategoryCount":21,"categoryLinks":[{"dataName":"business","name":"Business","url":"https://www.scribd.com/docs/Business","children":[{"dataName":"business-analytics","name":"Business Analytics","url":"https://www.scribd.com/docs/Business/Business-Analytics"},{"dataName":"human-resources-personnel-management","name":"Human Resources & Personnel Management","url":"https://www.scribd.com/docs/Business/Human-Resources-Personnel-Management"}]},{"dataName":"career-growth","name":"Career & Growth","url":"https://www.scribd.com/docs/Career-Growth","children":[{"dataName":"careers","name":"Careers","url":"https://www.scribd.com/docs/Career-Growth/Careers"},{"dataName":"job-hunting","name":"Job Hunting","url":"https://www.scribd.com/docs/Career-Growth/Job-Hunting"}]},{"dataName":"computers","name":"Computers","url":"https://www.scribd.com/docs/Computers","children":[{"dataName":"applications-software","name":"Applications & Software","url":"https://www.scribd.com/docs/Computers/Applications-Software"},{"dataName":"cad-cam","name":"CAD-CAM","url":"https://www.scribd.com/docs/Computers/CAD-CAM"}]},{"dataName":"finance-money-management","name":"Finance & Money Management","url":"https://www.scribd.com/docs/Finance-Money-Management","children":[{"dataName":"accounting-bookkeeping","name":"Accounting & Bookkeeping","url":"https://www.scribd.com/docs/Finance-Money-Management/Accounting-Bookkeeping"},{"dataName":"auditing","name":"Auditing","url":"https://www.scribd.com/docs/Finance-Money-Management/Auditing"}]},{"dataName":"law","name":"Law","url":"https://www.scribd.com/docs/Law","children":[{"dataName":"business-financial","name":"Business & Financial","url":"https://www.scribd.com/docs/Law/Business-Financial"},{"dataName":"contracts-agreements","name":"Contracts & Agreements","url":"https://www.scribd.com/docs/Law/Contracts-Agreements"}]},{"dataName":"politics","name":"Politics","url":"https://www.scribd.com/docs/Politics","children":[{"dataName":"american-government","name":"American Government","url":"https://www.scribd.com/docs/Politics/American-Government"},{"dataName":"international-relations","name":"International Relations","url":"https://www.scribd.com/docs/Politics/International-Relations"}]},{"dataName":"technology-engineering","name":"Technology & Engineering","url":"https://www.scribd.com/docs/Technology-Engineering","children":[{"dataName":"automotive","name":"Automotive","url":"https://www.scribd.com/docs/Technology-Engineering/Automotive"},{"dataName":"aviation-aeronautics","name":"Aviation & Aeronautics","url":"https://www.scribd.com/docs/Technology-Engineering/Aviation-Aeronautics"}]}]},"culture":{"totalCategoryCount":19,"categoryLinks":[{"dataName":"art","name":"Art","url":"https://www.scribd.com/docs/Art","children":[{"dataName":"antiques-collectibles","name":"Antiques & Collectibles","url":"https://www.scribd.com/docs/Art/Antiques-Collectibles"},{"dataName":"architecture","name":"Architecture","url":"https://www.scribd.com/docs/Art/Architecture"}]},{"dataName":"biography-memoir","name":"Biography & Memoir","url":"https://www.scribd.com/docs/Biography-Memoir","children":[{"dataName":"artists-and-musicians","name":"Artists and Musicians","url":"https://www.scribd.com/docs/Biography-Memoir/Artists-and-Musicians"},{"dataName":"entertainers-and-the-rich-famous","name":"Entertainers and the Rich & Famous","url":"https://www.scribd.com/docs/Biography-Memoir/Entertainers-and-the-Rich-Famous"}]},{"dataName":"comics-graphic-novels","name":"Comics & Graphic Novels","url":"https://www.scribd.com/docs/Comics-Graphic-Novels"},{"dataName":"history","name":"History","url":"https://www.scribd.com/docs/History","children":[{"dataName":"ancient","name":"Ancient","url":"https://www.scribd.com/docs/History/Ancient"},{"dataName":"modern","name":"Modern","url":"https://www.scribd.com/docs/History/Modern"}]},{"dataName":"philosophy","name":"Philosophy","url":"https://www.scribd.com/docs/Philosophy"},{"dataName":"language-arts-discipline","name":"Language Arts & Discipline","url":"https://www.scribd.com/docs/Language-Arts-Discipline","children":[{"dataName":"composition-creative-writing","name":"Composition & Creative Writing","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Composition-Creative-Writing"},{"dataName":"linguistics","name":"Linguistics","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Linguistics"}]},{"dataName":"literary-criticism","name":"Literary Criticism","url":"https://www.scribd.com/docs/Literary-Criticism"},{"dataName":"social-science","name":"Social Science","url":"https://www.scribd.com/docs/Social-Science","children":[{"dataName":"anthropology","name":"Anthropology","url":"https://www.scribd.com/docs/Social-Science/Anthropology"},{"dataName":"archaeology","name":"Archaeology","url":"https://www.scribd.com/docs/Social-Science/Archaeology"}]},{"dataName":"true-crime","name":"True Crime","url":"https://www.scribd.com/docs/True-Crime"}]},"hobbies_and_crafts":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"cooking-food-wine","name":"Cooking, Food & Wine","url":"https://www.scribd.com/docs/Cooking-Food-Wine","children":[{"dataName":"beverages","name":"Beverages","url":"https://www.scribd.com/docs/Cooking-Food-Wine/Beverages"},{"dataName":"courses-dishes","name":"Courses & Dishes","url":"https://www.scribd.com/docs/Cooking-Food-Wine/Courses-Dishes"}]},{"dataName":"games-activities","name":"Games & Activities","url":"https://www.scribd.com/docs/Games-Activities","children":[{"dataName":"card-games","name":"Card Games","url":"https://www.scribd.com/docs/Games-Activities/Card-Games"},{"dataName":"fantasy-sports","name":"Fantasy Sports","url":"https://www.scribd.com/docs/Games-Activities/Fantasy-Sports"}]},{"dataName":"home-garden","name":"Home & Garden","url":"https://www.scribd.com/docs/Home-Garden","children":[{"dataName":"crafts-hobbies","name":"Crafts & Hobbies","url":"https://www.scribd.com/docs/Home-Garden/Crafts-Hobbies"},{"dataName":"gardening","name":"Gardening","url":"https://www.scribd.com/docs/Home-Garden/Gardening"}]},{"dataName":"sports-recreation","name":"Sports & Recreation","url":"https://www.scribd.com/docs/Sports-Recreation","children":[{"dataName":"baseball","name":"Baseball","url":"https://www.scribd.com/docs/Sports-Recreation/Baseball"},{"dataName":"basketball","name":"Basketball","url":"https://www.scribd.com/docs/Sports-Recreation/Basketball"}]}]},"personal_growth":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"lifestyle","name":"Lifestyle","url":"https://www.scribd.com/docs/Lifestyle","children":[{"dataName":"beauty-grooming","name":"Beauty & Grooming","url":"https://www.scribd.com/docs/Lifestyle/Beauty-Grooming"},{"dataName":"fashion","name":"Fashion","url":"https://www.scribd.com/docs/Lifestyle/Fashion"}]},{"dataName":"religion-spirituality","name":"Religion & Spirituality","url":"https://www.scribd.com/docs/Religion-Spirituality","children":[{"dataName":"buddhism","name":"Buddhism","url":"https://www.scribd.com/docs/Religion-Spirituality/Buddhism"},{"dataName":"christianity","name":"Christianity","url":"https://www.scribd.com/docs/Religion-Spirituality/Christianity"}]},{"dataName":"self-improvement","name":"Self-Improvement","url":"https://www.scribd.com/docs/Self-Improvement","children":[{"dataName":"addiction","name":"Addiction","url":"https://www.scribd.com/docs/Self-Improvement/Addiction"},{"dataName":"mental-health","name":"Mental Health","url":"https://www.scribd.com/docs/Self-Improvement/Mental-Health"}]},{"dataName":"wellness","name":"Wellness","url":"https://www.scribd.com/docs/Wellness","children":[{"dataName":"body-mind-spirit","name":"Body, Mind, & Spirit","url":"https://www.scribd.com/docs/Wellness/Body-Mind-Spirit"},{"dataName":"diet-nutrition","name":"Diet & Nutrition","url":"https://www.scribd.com/docs/Wellness/Diet-Nutrition"}]}]}},"selectedMobileBottomTab":"document"},"enablePseudolocalization":false,"flashes":[],"global":{"client":{"mobile":{"getMobileAppProps":{"androidStoreUrl":"https://play.google.com/store/apps/details?id=com.scribd.app.reader0&hl=en","iosStoreUrl":"https://itunes.apple.com/us/app/scribd-worlds-largest-online/id542557212?mt=8&uo=4&at=11lGEE","app_download_link":"https://www.scribd.com/send_download_link","close_promo_url":"https://www.scribd.com/home/close_promo","doc_id":608356821,"email_address":null,"extra_classes":"app_download_promo","promo_id":null,"twilio_enabled":false,"track_page":"doc_page","success":true,"__locale":"en_US"}}},"config":{"facebook":{"app_id":"136494494209"}},"testAssignments":{"backupPaymentMethodsRollout":null,"customOsanoDialog":{"testName":"custom_osano_dialog","variant":"control"},"docPageThirdColumn":{"variant":null},"independentScrolling":{"testName":"doc_page_independent_scrolling_v1","variant":"control"},"refineDesktopTopLeaderboard":{"testName":null,"variant":null},"personalized_archive_offer":"control"},"paths":{"assetPath":"aHR0cHM6Ly9zLWYuc2NyaWJkYXNzZXRzLmNvbS8=\n","actions":{"add_to_library":"L3NhdmVkL2FkZA==\n","archive_plans_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz02MDgz\nNTY4MjEmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","audiobooksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hdWRpb2Jvb2tz\n","bestsellers_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9iZXN0c2VsbGVycw==\n","book_annotations":"L2Jvb2tfYW5ub3RhdGlvbnMvNjA4MzU2ODIx\n","booksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9ib29rcw==\n","documentsLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9kb2Nz\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy8=\n","homeLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","library_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zYXZlZA==\n","load_recommenders":"L2RvYy1wYWdlL3JlY29tbWVuZGVycy82MDgzNTY4MjE=\n","payment_fix":"L2FjY291bnQvcGF5bWVudF9wcm9maWxlX3VwZGF0ZQ==\n","payment_fix_url":null,"personalization_path":"L2RvYy1wYWdlL3BlcnNvbmFsaXphdGlvbg==\n","personalization_afa_path":"L2RvYy1wYWdlL2FmYQ==\n","pingback":["aA==\n","dA==\n","dA==\n","cA==\n","cw==\n","Og==\n","Lw==\n","Lw==\n","dw==\n","dw==\n","dw==\n","Lg==\n","cw==\n","Yw==\n","cg==\n","aQ==\n","Yg==\n","ZA==\n","Lg==\n","Yw==\n","bw==\n","bQ==\n","Lw==\n","ZA==\n","bw==\n","Yw==\n","dQ==\n","bQ==\n","ZQ==\n","bg==\n","dA==\n","cw==\n","Lw==\n","Ng==\n","MA==\n","OA==\n","Mw==\n","NQ==\n","Ng==\n","OA==\n","Mg==\n","MQ==\n","Lw==\n","cA==\n","aQ==\n","bg==\n","Zw==\n","Yg==\n","YQ==\n","Yw==\n","aw==\n"],"register_download_attempt":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZWdpc3Rlcl9kb3dubG9hZF9hdHRlbXB0\n","remove_from_library":"L3NhdmVkL3JlbW92ZQ==\n","upload_url":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz02MDgzNTY4MjE=\n"},"props":{"download_receipt_modal":"L2RvYy1wYWdlL2Rvd25sb2FkLXJlY2VpcHQtbW9kYWwtcHJvcHMvNjA4MzU2\nODIx\n","paused_user_download_modal":"L2RvYy1wYWdlL3BhdXNlZC11c2VyLWRvd25sb2FkLW1vZGFsLXByb3Bz\n","pmp_login_join_modal":"L2RvYy1wYWdlL3BtcC1sb2dpbi1qb2luLW1vZGFsLXByb3BzLzYwODM1Njgy\nMQ==\n"}},"features":{"desktopAdsExperience":null,"highlights":true,"isEligibleForDesktopAds":false,"isEligibleForMobileAds":false,"isEligibleForProgressiveProfileModal":false,"showDocChatExperience":false,"taxonomyV4UgcBrowsing":true}},"i18n":{"currentLanguage":{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},"languages":[{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},{"prefix":"es","lcid":"es","href":"/language?id=es","lang":"es-419","name":"Español"},{"prefix":"pt","lcid":"pt-br","href":"/language?id=pt-br","lang":"pt_BR","name":"Português"},{"prefix":"de","lcid":"de","href":"/language?id=de","lang":"de","name":"Deutsch"},{"prefix":"fr","lcid":"fr","href":"/language?id=fr","lang":"fr","name":"Français"},{"prefix":"ru","lcid":"ru","href":"/language?id=ru","lang":"ru_RU","name":"Русский"},{"prefix":"it","lcid":"it","href":"/language?id=it","lang":"it","name":"Italiano"},{"prefix":"ro","lcid":"ro","href":"/language?id=ro","lang":"ro_RO","name":"Română"},{"prefix":"id","lcid":"id","href":"/language?id=id","lang":"id_ID","name":"Bahasa Indonesia"}],"locale":"en-US"},"page":{"savedItems":{"608356821":false}},"personalization":{"trialDuration":null},"ratings":{"608356821":{"averageRating":0,"documentId":608356821,"downvoteCount":0,"ratingCount":0,"upvoteCount":0,"userRating":0}},"recommenders":{"viewport_bottom_recs":{"items":[{"id":322011391,"doc_uuid":"sbd/Tqu7Z7XhxrdhCfqXYFoK1a0="},{"id":335808746,"doc_uuid":"sbd/medXWRAUGDIOsHcqzPaxptE="},{"id":310560108,"doc_uuid":"sbd/SlbQPWfNw3n1esvLmJ11Pzk="},{"id":357813054,"doc_uuid":"sbd/gPNnVZP1m83PjR3hTsTOqcs="},{"id":224410406,"doc_uuid":"sbd/WCS78PKEFqBuh5/jlQLcpMM="},{"id":308030757,"doc_uuid":"sbd/iiDMnVkkRlpbSGQOUZfFwUI="},{"id":356032151,"doc_uuid":"sbd/cB9p6mInEqQC44GIFaH5JcU="},{"id":322011392,"doc_uuid":"sbd/CEReKS18Wb0zJgAcXowMQUQ="},{"id":309859835,"doc_uuid":"sbd/Ghg/wOaGvbJA1wcKXUWmCRM="},{"id":224266633,"doc_uuid":"sbd//Wmt2AMGAqz8RXTEBwAqoXw="},{"id":211302755,"doc_uuid":"sbd/0hOhk/Y14McS/zLJjpLJeng="},{"id":263504218,"doc_uuid":"sbd/VsKKbRnaDWINM2zvkUWULnY="},{"id":234028503,"doc_uuid":"sbd/mBppTOriEHvPnDJhRO7ed1g="},{"id":393393789,"doc_uuid":"sbd/y8Er2DqmZnTwWrFjMl4h0v4="},{"id":378045783,"doc_uuid":"sbd/71vMsgaVS2bRE9hk8n3xg/0="},{"id":224369806,"doc_uuid":"sbd/ukLt7wxC5yaGJEwhym3kDbo="},{"id":337536061,"doc_uuid":"sbd/N6/KfozmGgzUdP3RMYhmDew="},{"id":224426877,"doc_uuid":"sbd/hxmQtFeDmI02KFsWkscfnRQ="},{"id":224252178,"doc_uuid":"sbd/JpQUlyGdJuxuJINKCC/s3jo="},{"id":335537398,"doc_uuid":"sbd/MqjHxRthEYPr9eVXY/VkPDw="},{"id":182553141,"doc_uuid":"sbd/PPTFPn250FOlPYzbfExKMJg="},{"id":235411767,"doc_uuid":"sbd/KBjvsWZZh7tn1iMEVD0374g="},{"id":163579056,"doc_uuid":"sbd/FC05Qyvhsr1aBQtrdzgZ7Hs="},{"id":163657166,"doc_uuid":"sbd//gDh9jBEoW4nxyjDM/D7RaY="},{"id":224326250,"doc_uuid":"sbd/nseGY4xMKdQ1BkY480JDIsI="},{"id":419930541,"doc_uuid":"sbd//yZ6U9FskjdFQVOY3fqEXtM="},{"id":163646054,"doc_uuid":"sbd/T8YUAL/Kz0r4906MIGMHKV4="},{"id":316391232,"doc_uuid":"sbd/Cug5xTKLsrOrSLg7RTyqOvo="},{"id":244157917,"doc_uuid":"sbd/zHtGii8qzCdMn1brkOW95jQ="},{"id":224410295,"doc_uuid":"sbd/PXqSN3wUyslIPjluDskEtug="},{"id":225916486,"doc_uuid":"sbd/vwxVOlHjQwxSBbQkrqz7JDk="},{"id":387826985,"doc_uuid":"sbd/4bXqM3gj6KmSfhiZj0vGWgA="},{"id":182560283,"doc_uuid":"sbd/QkHX/7t5Ht0oWfbUg93wZYU="},{"id":224419023,"doc_uuid":"sbd/aRKSZgJQGKMXKz0asXaqwnA="},{"id":423387462,"doc_uuid":"sbd/SJTWdE4HKKcYPyLFNFo8l18="},{"id":224306619,"doc_uuid":"sbd/UrvqPe6VppHAYpmNZ0UljXk="},{"id":212863738,"doc_uuid":"sbd/eLuoPq8jmT1sNn6J4xO7n9k="},{"id":359457348,"doc_uuid":"sbd/puyMH0nhoa1SlkizA0G8Wjw="},{"id":224420008,"doc_uuid":"sbd/eFsytV40CgH7pFe4ItFN2Jk="},{"id":239588474,"doc_uuid":"sbd/EEEvrC5V7dALmsvVmsBaZuk="},{"id":224756706,"doc_uuid":"sbd/8D3fJfsPmSrpNy81bXQ28tw="},{"id":608353708,"doc_uuid":"sbd/OovgrftLh2xkuOpG7nVdWV8="},{"id":608356074,"doc_uuid":"sbd/4lL9YhzRBCQ0fI3Ogwt5HMk="},{"id":608353707,"doc_uuid":"sbd/5gH4oqdDEPijhab4H8OFTj0="},{"id":608353706,"doc_uuid":"sbd/tQzZJLV1aWANpqAeKP7l1FA="},{"id":608353417,"doc_uuid":"sbd/Ru2KhUApimbNqbiQkLkCa9Q="},{"id":608352311,"doc_uuid":"sbd/VleIaApw7/KabPU3lhZ5vhI="}],"ids":[322011391,335808746,310560108,357813054,224410406,308030757,356032151,322011392,309859835,224266633,211302755,263504218,234028503,393393789,378045783,224369806,337536061,224426877,224252178,335537398,182553141,235411767,163579056,163657166,224326250,419930541,163646054,316391232,244157917,224410295,225916486,387826985,182560283,224419023,423387462,224306619,212863738,359457348,224420008,239588474,224756706,608353708,608356074,608353707,608353706,608353417,608352311],"title_link":null,"title":null,"track_opts":{"compilation_id":"sbd/emS3lsNu8CTpABGb/7HX3qs=","module_id":"sbd/gg9tqVm2ALlKjaGcfOP0gvg=","widget_name":"viewport_bottom","track_id":"scroll_recs"}},"list_recommenders":{"items":[{"id":322011391,"doc_uuid":"sbd/lGsDi73FC6um6sKtCKF9UzA="},{"id":335808746,"doc_uuid":"sbd/oYGMTXnzPtGBoxoEG69rTHM="},{"id":310560108,"doc_uuid":"sbd/5kZ4MgzWiQ/ABuJ6o72HF7Y="},{"id":357813054,"doc_uuid":"sbd/ODxeA24hVuDVIqMHUSBS5ZY="},{"id":224410406,"doc_uuid":"sbd/ln1cjr3LBpx4p9ziNqqpECw="},{"id":308030757,"doc_uuid":"sbd//BbM453aUwt2qRG9WKLjmp0="},{"id":356032151,"doc_uuid":"sbd/jKGrXuU6rmPWNUBxJqYK/oE="},{"id":322011392,"doc_uuid":"sbd//hDxr4zrmxsCYwCszjF4mNA="},{"id":309859835,"doc_uuid":"sbd/C2RcIEjn95gmdHqsnVZI6n0="},{"id":224266633,"doc_uuid":"sbd/G2J8tIxRaaq81uYmFuxdNTU="},{"id":211302755,"doc_uuid":"sbd/pi6N6vmiJjggQrCt7UkTWV4="},{"id":263504218,"doc_uuid":"sbd/chNHb50g/aN6goUTWPQSLaM="},{"id":234028503,"doc_uuid":"sbd/NFvRoInpzGlvWA6twuw2VC4="},{"id":393393789,"doc_uuid":"sbd/EUPGIbMksNXudP7EfB90G3o="},{"id":378045783,"doc_uuid":"sbd/O22XumSqT3nCZN3tZm/impQ="},{"id":224369806,"doc_uuid":"sbd/ZPF6A/RSTjaWKWql8IE0SnU="},{"id":337536061,"doc_uuid":"sbd/znO1mPFtWUkLAjDsSDZFKmk="},{"id":224426877,"doc_uuid":"sbd/Bj4tw6QimnxScKHoVcNLavI="},{"id":224252178,"doc_uuid":"sbd/QPG4V4jyzczznP/RbEvLAc4="},{"id":335537398,"doc_uuid":"sbd/UXslp8N13OcPSM3UjqBeT4o="},{"id":182553141,"doc_uuid":"sbd/tIrsXqm2Rwuxp8DeXi3K3iE="},{"id":235411767,"doc_uuid":"sbd/No/GaOSF6/JmNd0YJQ4MGLU="},{"id":163579056,"doc_uuid":"sbd/GadWGj9Y8s07CUuT96R8Dwo="},{"id":163657166,"doc_uuid":"sbd/gw3MQwswbCus6sbchdjjfgQ="},{"id":224326250,"doc_uuid":"sbd/6A2AO209dFwL7tOBFS81uHs="},{"id":419930541,"doc_uuid":"sbd/vnFoWXeT7yikw1A92HvreIk="},{"id":163646054,"doc_uuid":"sbd/Hy6gFQj3r85IxSAC3n/4AFY="},{"id":316391232,"doc_uuid":"sbd/2ed1Op5yMr1uprOsWg5OEZs="},{"id":244157917,"doc_uuid":"sbd/5v6T8QSpobigLdmnNFpFlqU="},{"id":224410295,"doc_uuid":"sbd/QLBzz8FPWZCiNoc/38pGeKI="},{"id":225916486,"doc_uuid":"sbd/p5zXI2Hi025Pcv2wfuRWGU8="},{"id":387826985,"doc_uuid":"sbd/RL5b5ZhuyVgNIk37PiRjNZ4="},{"id":182560283,"doc_uuid":"sbd/cXlFT21LJd6lHWseAVFMzQA="},{"id":224419023,"doc_uuid":"sbd/o9OsUdFHSzuTO217PQKx4n0="},{"id":423387462,"doc_uuid":"sbd/7gtaG0IVzLZY1WbqYxfDt20="},{"id":224306619,"doc_uuid":"sbd/R4/93xhipH22BRm2EJ0KsC4="},{"id":212863738,"doc_uuid":"sbd/I4duL10rHhdG6eI8X9i660A="},{"id":359457348,"doc_uuid":"sbd/sj1LRXA1L6h2DhZcoWWrUUc="},{"id":224420008,"doc_uuid":"sbd/nVenIhjGGjlUVHWy/Qfn9Os="},{"id":239588474,"doc_uuid":"sbd/F/FVEdLsEpQFLgqBN0p7TsI="},{"id":224756706,"doc_uuid":"sbd/gYDi6CcWF0P45sr5hvGwwrc="},{"id":608353708,"doc_uuid":"sbd/vXjPMttPGrgiD1wphspRUCI="},{"id":608356074,"doc_uuid":"sbd/za7dwh03MFot0n/1V5eIDSI="},{"id":608353707,"doc_uuid":"sbd/c1jNEB4dL1RmsRFRclBiOmk="},{"id":608353706,"doc_uuid":"sbd/DZrfmj0ACxv51jr5WloBiHk="},{"id":608353417,"doc_uuid":"sbd/X538AD/HrD225kgEqjme9kM="},{"id":608352311,"doc_uuid":"sbd/HvP4sEZvdrhP54lRoNO3b8A="}],"ids":[322011391,335808746,310560108,357813054,224410406,308030757,356032151,322011392,309859835,224266633,211302755,263504218,234028503,393393789,378045783,224369806,337536061,224426877,224252178,335537398,182553141,235411767,163579056,163657166,224326250,419930541,163646054,316391232,244157917,224410295,225916486,387826985,182560283,224419023,423387462,224306619,212863738,359457348,224420008,239588474,224756706,608353708,608356074,608353707,608353706,608353417,608352311],"title_link":null,"title":null,"track_opts":{"compilation_id":"sbd/emS3lsNu8CTpABGb/7HX3qs=","module_id":"sbd/tkP13GAMaasprSgG28NU1A0=","widget_name":"recommender_list","track_id":"doc_page_user_experience_top"}},"documents":{"163579056":{"author":"Garth Stein","author_url":"https://www.everand.com/author/696787006/Garth-Stein","categories":[],"description":"NOW A MAJOR MOTION PICTURE FROM FOX 2000 STARRING MILO VENTIMIGLIA, AMANDA SEYFRIED, AND KEVIN COSTNER \n\nMEET THE DOG \n\nWHO WILL SHOW THE WORLD \n\nHOW TO BE HUMAN \n\nThe New York Times bestselling novel from Garth Stein—a heart-wrenching but deeply funny and ult","id":163579056,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":311,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/163579056/298x396/c599e1583f/1716634326?v=1","run_time":0,"short_title":"The Art of Racing in the Rain","static_rating":{"rating":4,"count":4203,"up_count":820},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/163579056/149x198/e3ae8b9345/1716634326?v=1","title":"The Art of Racing in the Rain: A Novel","type":"book","url":"https://www.everand.com/book/163579056/The-Art-of-Racing-in-the-Rain-A-Novel","views":"125K"},"163646054":{"author":"Gilbert King","author_url":"https://www.everand.com/author/655065772/Gilbert-King","categories":[],"description":"Winner of the Pulitzer Prize \n\n“A must-read, cannot-put-down history.” — Thomas Friedman, New York Times \n\nArguably the most important American lawyer of the twentieth century, Thurgood Marshall was on the verge of bringing the landmark suit Brown v. Board of Education before the U.S. Supreme C","id":163646054,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":711,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/163646054/298x396/92feb6c9c7/1714828490?v=1","run_time":0,"short_title":"Devil in the Grove","static_rating":{"rating":4.5,"count":266,"up_count":67},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/163646054/149x198/73d89ab0b4/1714828490?v=1","title":"Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America","type":"book","url":"https://www.everand.com/book/163646054/Devil-in-the-Grove-Thurgood-Marshall-the-Groveland-Boys-and-the-Dawn-of-a-New-America","views":"129K"},"163657166":{"author":"Betty Smith","author_url":"https://www.everand.com/author/709859210/Betty-Smith","categories":[],"description":"A PBS Great American Read Top 100 Pick \n\nThe beloved American classic about a young girl's coming-of-age at the turn of the twentieth century. \n\nFrom the moment she entered the world, Francie Nolan needed to be made of stern stuff, for the often harsh life of Williamsburg demanded fortitude, precocity, a","id":163657166,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":609,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/163657166/298x396/9446ea1bc2/1716032394?v=1","run_time":0,"short_title":"A Tree Grows in Brooklyn","static_rating":{"rating":4.5,"count":1929,"up_count":1879},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/163657166/149x198/bf3b773b78/1716032394?v=1","title":"A Tree Grows in Brooklyn","type":"book","url":"https://www.everand.com/book/163657166/A-Tree-Grows-in-Brooklyn","views":"146K"},"182553141":{"author":"Thomas L. Friedman","author_url":"https://www.everand.com/author/687127844/Thomas-L-Friedman","categories":[],"description":"This Independence Day edition of The World is Flat 3.0 includes an an exclusive preview of That Used to Be Us: How America Fell Behind in the World It Invented and How We Can Come Back, by Thomas L. Friedman and Michael Mandelbaum, on sale September 5th, 2011.\n\nA New Edition of the Phenomenal #1 Bestseller\n\n\"One","id":182553141,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":939,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/182553141/298x396/89521cc859/1714629096?v=1","run_time":0,"short_title":"The World Is Flat 3.0","static_rating":{"rating":3.5,"count":2259,"up_count":98},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/182553141/149x198/9d8b4953ee/1714629096?v=1","title":"The World Is Flat 3.0: A Brief History of the Twenty-first Century","type":"book","url":"https://www.everand.com/book/182553141/The-World-Is-Flat-3-0-A-Brief-History-of-the-Twenty-first-Century","views":"59K"},"182560283":{"author":"Hilary Mantel","author_url":"https://www.everand.com/author/684981840/Hilary-Mantel","categories":[],"description":"In the ruthless arena of King Henry VIII's court, only one man dares to gamble his life to win the king's favor and ascend to the heights of political power\n\nEngland in the 1520s is a heartbeat from disaster. If the king dies without a male heir, the country could be destroyed by civil war. Henry VIII wants to annul his marriage of twenty years, and marry","id":182560283,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":776,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/182560283/298x396/f6a21d4103/1701145155?v=1","run_time":0,"short_title":"Wolf Hall","static_rating":{"rating":4,"count":3811,"up_count":356},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/182560283/149x198/0601b1931c/1701145155?v=1","title":"Wolf Hall: A Novel","type":"book","url":"https://www.everand.com/book/182560283/Wolf-Hall-A-Novel","views":"124K"},"211302755":{"author":"Ben Horowitz","author_url":"https://www.everand.com/author/684983410/Ben-Horowitz","categories":[],"description":"Ben Horowitz, cofounder of Andreessen Horowitz and one of Silicon Valley's most respected and experienced entrepreneurs, offers essential advice on building and running a startup—practical wisdom for managing the toughest problems business school doesn’t cover, based on his popular ben’s blog. \n\nWhile many people talk about how great it is to start a business, very","id":211302755,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":324,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/211302755/298x396/19f10ceb3f/1716647684?v=1","run_time":0,"short_title":"The Hard Thing About Hard Things","static_rating":{"rating":4.5,"count":346,"up_count":324},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/211302755/149x198/e130bab094/1716647684?v=1","title":"The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers","type":"book","url":"https://www.everand.com/book/211302755/The-Hard-Thing-About-Hard-Things-Building-a-Business-When-There-Are-No-Easy-Answers","views":"407K"},"212863738":{"author":"George Packer","author_url":"https://www.everand.com/author/681650763/George-Packer","categories":[],"description":"NATIONAL BOOK AWARD WINNER\n\nA NEW YORK TIMES BESTSELLER \n\nA NEW YORK TIMES NOTABLE BOOK\n\nAN NPR BEST BOOK \n\nSelected by New York Times' critic Dwight Garner as a Favorite Book \n\nA Washington Post Best Political Book \n\nA New Republic Best Book\n\nA riveting exami","id":212863738,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":625,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/212863738/298x396/40684a0550/1714630079?v=1","run_time":0,"short_title":"The Unwinding","static_rating":{"rating":4,"count":45,"up_count":34},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/212863738/149x198/486257e90d/1714630079?v=1","title":"The Unwinding: An Inner History of the New America","type":"book","url":"https://www.everand.com/book/212863738/The-Unwinding-An-Inner-History-of-the-New-America","views":"104K"},"224252178":{"author":"Colm Toibin","author_url":"https://www.everand.com/author/684985070/Colm-Toibin","categories":[],"description":"Colm Tóibín’s New York Times bestselling novel—also an acclaimed film starring Saoirse Ronan and Jim Broadbent nominated for four Academy Awards including Best Picture—is “a moving, deeply satisfying read” (Entertainment Weekly) about a young Irish immigrant in Brooklyn in the early 1950s.\n\n“One of the most unforgettable characters in contemporar","id":224252178,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":332,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224252178/298x396/dfbec9e04b/1716212263?v=1","run_time":0,"short_title":"Brooklyn","static_rating":{"rating":3.5,"count":1946,"up_count":323},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224252178/149x198/77a859fdd8/1716212263?v=1","title":"Brooklyn: A Novel","type":"book","url":"https://www.everand.com/book/224252178/Brooklyn-A-Novel","views":"136K"},"224266633":{"author":"Stephen Chbosky","author_url":"https://www.everand.com/author/683815248/Stephen-Chbosky","categories":[],"description":"“A timeless story for every young person who needs to understand that they are not alone.” —Judy Blume\n\n \n\n“Once in a while, a novel comes along that becomes a generational touchstone. The Perks of Being a Wallflower is one of those books.” —R. J. Palacio, #1 New York Times bestselling author of Wonder\n\n \n\nThis #1 New York T","id":224266633,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":248,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224266633/298x396/c65dbae83f/1715608142?v=1","run_time":0,"short_title":"The Perks of Being a Wallflower","static_rating":{"rating":4.5,"count":2104,"up_count":1992},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224266633/149x198/196f9b9902/1715608142?v=1","title":"The Perks of Being a Wallflower","type":"book","url":"https://www.everand.com/book/224266633/The-Perks-of-Being-a-Wallflower","views":"319K"},"224306619":{"author":"M.L. Stedman","author_url":"https://www.everand.com/author/685040006/M-L-Stedman","categories":[],"description":"The years-long New York Times bestseller and major motion picture from Spielberg’s Dreamworks is “irresistible…seductive…with a high concept plot that keeps you riveted from the first page” (O, The Oprah Magazine).\n\nAfter four harrowing years on the Western Front, Tom Sherbourne returns to Australia and takes a job as the lighthouse keeper on Jan","id":224306619,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":409,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224306619/298x396/21c3e990fc/1710925558?v=1","run_time":0,"short_title":"The Light Between Oceans","static_rating":{"rating":4.5,"count":789,"up_count":744},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224306619/149x198/5a300f585d/1710925558?v=1","title":"The Light Between Oceans: A Novel","type":"book","url":"https://www.everand.com/book/224306619/The-Light-Between-Oceans-A-Novel","views":"232K"},"224326250":{"author":"Walter Isaacson","author_url":"https://www.everand.com/author/683814325/Walter-Isaacson","categories":[],"description":"Walter Isaacson’s “enthralling” (The New Yorker) worldwide bestselling biography of Apple cofounder Steve Jobs.\n\nBased on more than forty interviews with Steve Jobs conducted over two years—as well as interviews with more than 100 family members, friends, adversaries, competitors, and colleagues—Walter Isaacson has written a riveting story of the roller","id":224326250,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":918,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224326250/298x396/67d6eee06a/1701281268?v=1","run_time":0,"short_title":"Steve Jobs","static_rating":{"rating":4.5,"count":806,"up_count":737},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224326250/149x198/f1e7bf86b3/1701281268?v=1","title":"Steve Jobs","type":"book","url":"https://www.everand.com/book/224326250/Steve-Jobs","views":"558K"},"224369806":{"author":"Siddhartha Mukherjee","author_url":"https://www.everand.com/author/684982830/Siddhartha-Mukherjee","categories":[],"description":"Winner of the Pulitzer Prize and a documentary from Ken Burns on PBS, this New York Times bestseller is “an extraordinary achievement” (The New Yorker)—a magnificent, profoundly humane “biography” of cancer—from its first documented appearances thousands of years ago through the epic battles in the twentieth century to cure, control, and conquer it to a ra","id":224369806,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":987,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224369806/298x396/a026add765/1716396952?v=1","run_time":0,"short_title":"The Emperor of All Maladies","static_rating":{"rating":4.5,"count":271,"up_count":261},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224369806/149x198/d2fc5923b8/1716396952?v=1","title":"The Emperor of All Maladies: A Biography of Cancer","type":"book","url":"https://www.everand.com/book/224369806/The-Emperor-of-All-Maladies-A-Biography-of-Cancer","views":"314K"},"224410295":{"author":"Doris Kearns Goodwin","author_url":"https://www.everand.com/author/683814521/Doris-Kearns-Goodwin","categories":[],"description":"One of the most influential books of the past fifty years, Team of Rivals is Pulitzer Prize–winning author and esteemed presidential historian Doris Kearns Goodwin’s modern classic about the political genius of Abraham Lincoln, his unlikely presidency, and his cabinet of former political foes.\n\n \n\nWinner of the prestigious Lincoln Prize and the inspira","id":224410295,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":1844,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224410295/298x396/58644b8626/1716559191?v=1","run_time":0,"short_title":"Team of Rivals","static_rating":{"rating":4.5,"count":234,"up_count":227},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224410295/149x198/5f74dd59cd/1716559191?v=1","title":"Team of Rivals: The Political Genius of Abraham Lincoln","type":"book","url":"https://www.everand.com/book/224410295/Team-of-Rivals-The-Political-Genius-of-Abraham-Lincoln","views":"153K"},"224410406":{"author":"Jeannette Walls","author_url":"https://www.everand.com/author/706448264/Jeannette-Walls","categories":[],"description":"THE BELOVED #1 NEW YORK TIMES BESTSELLER—FROM THE AUTHOR OF HANG THE MOON\n\n \n\nThe extraordinary, one-of-a-kind, “nothing short of spectacular” (Entertainment Weekly) memoir from one of the world’s most gifted storytellers. \n\nThe Glass Castle is a remarkable memoir of resilience and redemption, and a revela","id":224410406,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":395,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224410406/298x396/c03da23e3f/1716443249?v=1","run_time":0,"short_title":"The Glass Castle","static_rating":{"rating":4.5,"count":1716,"up_count":1645},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224410406/149x198/b245e05319/1716443249?v=1","title":"The Glass Castle: A Memoir","type":"book","url":"https://www.everand.com/book/224410406/The-Glass-Castle-A-Memoir","views":"351K"},"224419023":{"author":"David McCullough","author_url":"https://www.everand.com/author/683814315/David-McCullough","categories":[],"description":"The Pulitzer Prize–winning, bestselling biography of America’s founding father and second president that was the basis for the acclaimed HBO series, brilliantly told by master historian David McCullough.\n\nIn this powerful, epic biography, David McCullough unfolds the adventurous life journey of John Adams, the brilliant, fiercely independent, often irascible,","id":224419023,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":1156,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224419023/298x396/08758c4819/1695045625?v=1","run_time":0,"short_title":"John Adams","static_rating":{"rating":4.5,"count":2409,"up_count":204},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224419023/149x198/7e946216e0/1695045625?v=1","title":"John Adams","type":"book","url":"https://www.everand.com/book/224419023/John-Adams","views":"91K"},"224420008":{"author":"John Le Carré","author_url":"https://www.everand.com/author/685258256/John-Le-Carre","categories":[],"description":"The Constant Gardener is a magnificent exploration of the new world order by New York Times bestselling author John le Carré, one of the most compelling and elegant storytellers of our time.\n\nThe novel opens in northern Kenya with the gruesome murder of Tessa Quayle -- young, beautiful, and dearly beloved to husband Justin. When Justin sets out o","id":224420008,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":607,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224420008/298x396/7fdc43e330/1685971848?v=1","run_time":0,"short_title":"The Constant Gardener","static_rating":{"rating":3.5,"count":104,"up_count":84},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224420008/149x198/7a7e91eff2/1685971848?v=1","title":"The Constant Gardener: A Novel","type":"book","url":"https://www.everand.com/book/224420008/The-Constant-Gardener-A-Novel","views":"67K"},"224426877":{"author":"Frank McCourt","author_url":"https://www.everand.com/author/684979558/Frank-McCourt","categories":[],"description":"A Pulitzer Prize–winning, #1 New York Times bestseller, Angela’s Ashes is Frank McCourt’s masterful memoir of his childhood in Ireland.\n\n“When I look back on my childhood I wonder how I managed to survive at all. It was, of course, a miserable childhood: the happy childhood is hardly worth your while. Worse than the ordinary miserable childhood i","id":224426877,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":516,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224426877/298x396/61c4862b68/1690204970?v=1","run_time":0,"short_title":"Angela's Ashes","static_rating":{"rating":4.5,"count":440,"up_count":417},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224426877/149x198/67b53f7428/1690204970?v=1","title":"Angela's Ashes: A Memoir","type":"book","url":"https://www.everand.com/book/224426877/Angela-s-Ashes-A-Memoir","views":"87K"},"224756706":{"author":"Louisa May Alcott","author_url":"https://www.everand.com/author/708507917/Louisa-May-Alcott","categories":[],"description":"A Time Best YA Book of All Time (2021)\n\nLouisa May Alcott's timeless classic, set during the Civil War, follows the lives, loves, and tribulations of the four March sisters—Jo, Meg, Beth, and Amy—and explores the rich nuances of family life and relationships.\n\n \n\n This edition includes:\n\n -A concise introduction that gives the reader important bac","id":224756706,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":723,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224756706/298x396/b22c169fe6/1700647976?v=1","run_time":0,"short_title":"Little Women","static_rating":{"rating":4,"count":104,"up_count":94},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224756706/149x198/d1bb56ef3a/1700647976?v=1","title":"Little Women","type":"book","url":"https://www.everand.com/book/224756706/Little-Women","views":"112K"},"225916486":{"author":"Dave Eggers","author_url":"https://www.everand.com/author/684985077/Dave-Eggers","categories":[],"description":"\"Exhilarating…Profoundly moving, occasionally angry, and often hilarious...A Heartbreaking Work of Staggering Genius is, finally, a finite book of jest, which is why it succeeds so brilliantly\" (The New York Times Book Review).\n\nA Heartbreaking Work of Staggering Genius is the unique, moving memoir of a college senior who, in the space of","id":225916486,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":537,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/225916486/298x396/3fda0d41f4/1710801410?v=1","run_time":0,"short_title":"A Heartbreaking Work Of Staggering Genius","static_rating":{"rating":3.5,"count":231,"up_count":178},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/225916486/149x198/ceefd53ff2/1710801410?v=1","title":"A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story","type":"book","url":"https://www.everand.com/book/225916486/A-Heartbreaking-Work-Of-Staggering-Genius-A-Memoir-Based-on-a-True-Story","views":"110K"},"234028503":{"author":"Roxane Gay","author_url":"https://www.everand.com/author/694002562/Roxane-Gay","categories":[],"description":"“Roxane Gay is so great at weaving the intimate and personal with what is most bewildering and upsetting at this moment in culture. She is always looking, always thinking, always passionate, always careful, always right there.”  — Sheila Heti, author of How Should a Person Be? \n\nA New York Times Bestseller","id":234028503,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":386,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/234028503/298x396/1455400f40/1714669552?v=1","run_time":0,"short_title":"Bad Feminist","static_rating":{"rating":4,"count":1016,"up_count":232},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/234028503/149x198/600d1fe3f9/1714669552?v=1","title":"Bad Feminist: Essays","type":"book","url":"https://www.everand.com/book/234028503/Bad-Feminist-Essays","views":"169K"},"235411767":{"author":"Fredrik Backman","author_url":"https://www.everand.com/author/683814850/Fredrik-Backman","categories":[],"description":"Now a major motion picture A Man Called Otto starring Tom Hanks!\n\n \n\n#1 New York Times bestseller—more than 3 million copies sold! \n\nMeet Ove. He’s a curmudgeon—the kind of man who points at people he dislikes as if they were burglars caught outside his bedroom window. He has staunch principles, strict routines, and a short fuse. Peopl","id":235411767,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":383,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/235411767/298x396/a289a2fc2a/1705040754?v=1","run_time":0,"short_title":"A Man Called Ove","static_rating":{"rating":4.5,"count":4610,"up_count":1402},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/235411767/149x198/ce356815f8/1705040754?v=1","title":"A Man Called Ove: A Novel","type":"book","url":"https://www.everand.com/book/235411767/A-Man-Called-Ove-A-Novel","views":"426K"},"239588474":{"author":"Jay Sekulow","author_url":"https://www.everand.com/author/690084409/Jay-Sekulow","categories":[],"description":"THE DEFINITIVE BOOK ON ISIS\n\nJay Sekulow, one of America’s most influential attorneys, closely examines the rise of the terrorist groups ISIS and Hamas, explains their objectives and capabilities and how, if left undefeated, their existence could unleash a genocide of historic proportions.\n\nRecently, the world has been shaken by gruesome photos and videos th","id":239588474,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":159,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/239588474/298x396/644cc7285e/1707940557?v=1","run_time":0,"short_title":"Rise of ISIS","static_rating":{"rating":3.5,"count":137,"up_count":91},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/239588474/149x198/8a4150948e/1707940557?v=1","title":"Rise of ISIS: A Threat We Can't Ignore","type":"book","url":"https://www.everand.com/book/239588474/Rise-of-ISIS-A-Threat-We-Can-t-Ignore","views":"116K"},"244157917":{"author":"Amy Poehler","author_url":"https://www.everand.com/author/655441200/Amy-Poehler","categories":[],"description":"#1 NEW YORK TIMES BESTSELLER \n\nDo you want to get to know the woman we first came to love on Comedy Central's Upright Citizens Brigade? Do you want to spend some time with the lady who made you howl with laughter on Saturday Night Live, and in movies like Baby Mama, Blades of Glory, and They Came Toge","id":244157917,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":344,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/244157917/298x396/d0cbd421a3/1716637329?v=1","run_time":0,"short_title":"Yes Please","static_rating":{"rating":4,"count":1898,"up_count":383},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/244157917/149x198/ce51d31665/1716637329?v=1","title":"Yes Please","type":"book","url":"https://www.everand.com/book/244157917/Yes-Please","views":"338K"},"263504218":{"author":"Ashlee Vance","author_url":"https://www.everand.com/author/655656594/Ashlee-Vance","categories":[],"description":"A New York Times Bestseller \n\nIn the spirit of Steve Jobs and Moneyball, Elon Musk is both an illuminating and authorized look at the extraordinary life of one of Silicon Valley’s most exciting, unpredictable, and ambitious entrepreneurs—a real-life Tony Stark—and a fascinating exploration of the renewal of America","id":263504218,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":511,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/263504218/298x396/ca05b40921/1714915293?v=1","run_time":0,"short_title":"Elon Musk","static_rating":{"rating":4.5,"count":474,"up_count":427},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/263504218/149x198/5791495c90/1714915293?v=1","title":"Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future","type":"book","url":"https://www.everand.com/book/263504218/Elon-Musk-Tesla-SpaceX-and-the-Quest-for-a-Fantastic-Future","views":"704K"},"308030757":{"author":"Angela Duckworth","author_url":"https://www.everand.com/author/683814892/Angela-Duckworth","categories":[],"description":"In this instant New York Times bestseller, Angela Duckworth shows anyone striving to succeed that the secret to outstanding achievement is not talent, but a special blend of passion and persistence she calls “grit.” “Inspiration for non-geniuses everywhere” (People).\n\nThe daughter of a scientist who frequently noted her lack of “genius,” Angela D","id":308030757,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":439,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/308030757/298x396/4187c55138/1711559584?v=1","run_time":0,"short_title":"Grit","static_rating":{"rating":4,"count":590,"up_count":244},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/308030757/149x198/2af38cbda9/1711559584?v=1","title":"Grit: The Power of Passion and Perseverance","type":"book","url":"https://www.everand.com/book/308030757/Grit-The-Power-of-Passion-and-Perseverance","views":"459K"},"309859835":{"author":"Phil Knight","author_url":"https://www.everand.com/author/683814899/Phil-Knight","categories":[],"description":"In this instant and tenacious New York Times bestseller, Nike founder and board chairman Phil Knight “offers a rare and revealing look at the notoriously media-shy man behind the swoosh” (Booklist, starred review), illuminating his company’s early days as an intrepid start-up and its evolution into one of the world’s most iconic, game-changing, and profita","id":309859835,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":444,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/309859835/298x396/d1289f88b9/1702331104?v=1","run_time":0,"short_title":"Shoe Dog","static_rating":{"rating":4.5,"count":537,"up_count":485},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/309859835/149x198/394d1573f0/1702331104?v=1","title":"Shoe Dog: A Memoir by the Creator of Nike","type":"book","url":"https://www.everand.com/book/309859835/Shoe-Dog-A-Memoir-by-the-Creator-of-Nike","views":"605K"},"310560108":{"author":"Chris Voss","author_url":"https://www.everand.com/author/655855290/Chris-Voss","categories":[],"description":"A former international hostage negotiator for the FBI offers a new, field-tested approach to high-stakes negotiations—whether in the boardroom or at home. \n\nAfter a stint policing the rough streets of Kansas City, Missouri, Chris Voss joined the FBI, where his career as a hostage negotiator brought him face-to-face with a range of criminals, includi","id":310560108,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":334,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/310560108/298x396/6049b38208/1716035180?v=1","run_time":0,"short_title":"Never Split the Difference","static_rating":{"rating":4.5,"count":842,"up_count":512},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/310560108/149x198/44055ac324/1716035180?v=1","title":"Never Split the Difference: Negotiating As If Your Life Depended On It","type":"book","url":"https://www.everand.com/book/310560108/Never-Split-the-Difference-Negotiating-As-If-Your-Life-Depended-On-It","views":"1.0M"},"316391232":{"author":"Ruth Ware","author_url":"https://www.everand.com/author/683814867/Ruth-Ware","categories":[],"description":"INSTANT NEW YORK TIMES AND USA TODAY BESTSELLER * FROM THE AUTHOR OF IN A DARK, DARK WOOD\n\n \n\n Featured in TheSkimm * An Entertainment Weekly “Summer Must List” Pick * A New York Post “Summer Must-Read” Pick\n\n \n\nA gripping psychological thriller set at sea from an essential mystery writer in the tradition of Agatha Chris","id":316391232,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":412,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/316391232/298x396/f55471760a/1716397985?v=1","run_time":0,"short_title":"The Woman in Cabin 10","static_rating":{"rating":3.5,"count":2520,"up_count":802},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/316391232/149x198/50fd0ecce1/1716397985?v=1","title":"The Woman in Cabin 10","type":"book","url":"https://www.everand.com/book/316391232/The-Woman-in-Cabin-10","views":"262K"},"322011391":{"author":"Mark Manson","author_url":"https://www.everand.com/author/676606601/Mark-Manson","categories":[],"description":"#1 New York Times Bestseller • More than 10 million Copies Sold \n\nIn this generation-defining self-help guide, a superstar blogger cuts through the crap to show us how to stop trying to be \"positive\" all the time so that we can truly become better, happier people. \n\nFor decades, we’ve been told that pos","id":322011391,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":227,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/322011391/298x396/59d3b978ea/1716129283?v=1","run_time":0,"short_title":"The Subtle Art of Not Giving a F*ck","static_rating":{"rating":4,"count":5807,"up_count":4118},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/322011391/149x198/14bbaf98d5/1716129283?v=1","title":"The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life","type":"book","url":"https://www.everand.com/book/322011391/The-Subtle-Art-of-Not-Giving-a-F-ck-A-Counterintuitive-Approach-to-Living-a-Good-Life","views":"5.7M"},"322011392":{"author":"Margot Lee Shetterly","author_url":"https://www.everand.com/author/671516025/Margot-Lee-Shetterly","categories":[],"description":"The #1 New York Times bestseller \n\nThe phenomenal true story of the black female mathematicians at NASA whose calculations helped fuel some of America’s greatest achievements in space. Soon to be a major motion picture starring Taraji P. Henson, Octavia Spencer, Janelle Monae, Kirsten Dunst, and Kevin Costner. \n\nBefor","id":322011392,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":487,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/322011392/298x396/8996aadf7d/1716034994?v=1","run_time":0,"short_title":"Hidden Figures","static_rating":{"rating":4,"count":897,"up_count":146},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/322011392/149x198/75a60db5ed/1716034994?v=1","title":"Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race","type":"book","url":"https://www.everand.com/book/322011392/Hidden-Figures-The-American-Dream-and-the-Untold-Story-of-the-Black-Women-Mathematicians-Who-Helped-Win-the-Space-Race","views":"304K"},"335537398":{"author":"Meik Wiking","author_url":"https://www.everand.com/author/656546239/Meik-Wiking","categories":[],"description":"New York Times Bestseller \n\nEmbrace Hygge (pronounced hoo-ga) and become happier with this definitive guide to the Danish philosophy of comfort, togetherness, and well-being. \n\nWhy are Danes the happiest people in the world? The answer, says Meik Wiking, CEO of the Happiness Research Institute in Copenhagen, is Hygge. L","id":335537398,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":248,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/335537398/298x396/4b549960d0/1716634789?v=1","run_time":0,"short_title":"The Little Book of Hygge","static_rating":{"rating":3.5,"count":401,"up_count":81},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/335537398/149x198/c261b5b62a/1716634789?v=1","title":"The Little Book of Hygge: Danish Secrets to Happy Living","type":"book","url":"https://www.everand.com/book/335537398/The-Little-Book-of-Hygge-Danish-Secrets-to-Happy-Living","views":"101K"},"335808746":{"author":"Brene Brown","author_url":"https://www.everand.com/author/704130623/Brene-Brown","categories":[],"description":"NEW YORK TIMES BESTSELLER • This tenth-anniversary edition of the game-changing #1 New York Times bestseller features a new foreword and new tools to make the work your own. \n\nFor over a decade, Brené Brown has found a special place in our hearts as a gifted mapmaker and a fellow traveler. She is both a social scientist and a kitchen-table friend whom you can","id":335808746,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":203,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/335808746/298x396/de204ab202/1711373743?v=1","run_time":0,"short_title":"The Gifts of Imperfection","static_rating":{"rating":4,"count":1091,"up_count":543},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/335808746/149x198/ec87a4c99b/1711373743?v=1","title":"The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are","type":"book","url":"https://www.everand.com/book/335808746/The-Gifts-of-Imperfection-Let-Go-of-Who-You-Think-You-re-Supposed-to-Be-and-Embrace-Who-You-Are","views":"750K"},"337536061":{"author":"Viet Thanh Nguyen","author_url":"https://www.everand.com/author/688625676/Viet-Thanh-Nguyen","categories":[],"description":"Now an HBO Limited Series from Executive Producers Park Chan-wook and Robert Downey Jr., Streaming Exclusively on Max \n\nWinner of the 2016 Pulitzer Prize for Fiction\n\nWinner of the 2016 Edgar Award for Best First Novel \n\nWinner of the 2016 Andrew Carnegie Medal for Excellence in Fiction","id":337536061,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":492,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/337536061/298x396/9e5f6dd316/1714855604?v=1","run_time":0,"short_title":"The Sympathizer","static_rating":{"rating":4.5,"count":122,"up_count":118},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/337536061/149x198/e0fabe3d5f/1714855604?v=1","title":"The Sympathizer: A Novel (Pulitzer Prize for Fiction)","type":"book","url":"https://www.everand.com/book/337536061/The-Sympathizer-A-Novel-Pulitzer-Prize-for-Fiction","views":"168K"},"356032151":{"author":"Jesmyn Ward","author_url":"https://www.everand.com/author/683990000/Jesmyn-Ward","categories":[],"description":"WINNER of the NATIONAL BOOK AWARD and A NEW YORK TIMES TOP 10 BEST BOOK OF THE YEAR\n\n \n\nA finalist for the Kirkus Prize, Andrew Carnegie Medal, Aspen Words Literary Prize, and a New York Times bestseller, this majestic, stirring, and widely praised novel from two-time National Book Award winner Jesmyn Ward, the story of a family on a journey thr","id":356032151,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":303,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/356032151/298x396/a573e37dfc/1701276710?v=1","run_time":0,"short_title":"Sing, Unburied, Sing","static_rating":{"rating":4,"count":1104,"up_count":225},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/356032151/149x198/db7a11388a/1701276710?v=1","title":"Sing, Unburied, Sing: A Novel","type":"book","url":"https://www.everand.com/book/356032151/Sing-Unburied-Sing-A-Novel","views":"90K"},"357813054":{"author":"Ray Dalio","author_url":"https://www.everand.com/author/683815204/Ray-Dalio","categories":[],"description":"#1 NEW YORK TIMES BESTSELLER * 5 MILLION COPIES SOLD\n\n“Significant...The book is both instructive and surprisingly moving.” —The New York Times\n\nRay Dalio, one of the world’s most successful investors and entrepreneurs, shares the unconventional principles that he’s developed, refined, and used over the past forty years to create","id":357813054,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":670,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/357813054/298x396/334eaf1f69/1708545377?v=1","run_time":0,"short_title":"Principles","static_rating":{"rating":4,"count":599,"up_count":382},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/357813054/149x198/d1d2a4e180/1708545377?v=1","title":"Principles: Life and Work","type":"book","url":"https://www.everand.com/book/357813054/Principles-Life-and-Work","views":"1.1M"},"359457348":{"author":"Jennifer Egan","author_url":"https://www.everand.com/author/442472030/Jennifer-Egan","categories":[],"description":"NEW YORK TIMES BESTSELLER • A New York Times Notable Book\n\n \n\nWinner of the Andrew Carnegie Medal for Excellence in Fiction\n\n \n\nThe daring and magnificent novel from the Pulitzer Prize–winning author.\n\n \n\nNamed One of the Best Books of the Year by NPR, Esquire, Vogue, The Washington Post, The","id":359457348,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":554,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/359457348/298x396/ace0ab76b6/1666150267?v=1","run_time":0,"short_title":"Manhattan Beach","static_rating":{"rating":3.5,"count":792,"up_count":133},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/359457348/149x198/a54d82062c/1666150267?v=1","title":"Manhattan Beach: A Novel","type":"book","url":"https://www.everand.com/book/359457348/Manhattan-Beach-A-Novel","views":"76K"},"378045783":{"author":"Stephen King","author_url":"https://www.everand.com/author/572764971/Stephen-King","categories":[],"description":"Now an HBO limited series starring Ben Mendelsohn!​\n\n \n\nEvil has many faces…maybe even yours in this #1 New York Times bestseller from master storyteller Stephen King. \n\nAn eleven-year-old boy’s violated corpse is discovered in a town park. Eyewitnesses and fingerprints point unmistakably to one of Flint City’s most popular citizens—Terry Mai","id":378045783,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":641,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/378045783/298x396/c4d2b45a8f/1716398132?v=1","run_time":0,"short_title":"The Outsider","static_rating":{"rating":4,"count":1850,"up_count":673},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/378045783/149x198/52e7b7d6d0/1716398132?v=1","title":"The Outsider: A Novel","type":"book","url":"https://www.everand.com/book/378045783/The-Outsider-A-Novel","views":"500K"},"387826985":{"author":"Bob Woodward","author_url":"https://www.everand.com/author/683815807/Bob-Woodward","categories":[],"description":"OVER 2 MILLION COPIES SOLD\n\n \n\n RUNAWAY #1 NEW YORK TIMES BESTSELLER\n\n \n\n SENSATIONAL #1 INTERNATIONAL BESTSELLER\n\n \n\n “Explosive.”—The Washington Post\n\n \n\n “Devastating.”—The New Yorker\n\n \n\n “Unprecedented.”—CNN\n\n \n\n“Great reporting...astute.”—Hugh Hewitt \n\n \n\nTHE I","id":387826985,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":668,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/387826985/298x396/3d168969ec/1702508736?v=1","run_time":0,"short_title":"Fear","static_rating":{"rating":3.5,"count":738,"up_count":127},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/387826985/149x198/51575e1763/1702508736?v=1","title":"Fear: Trump in the White House","type":"book","url":"https://www.everand.com/book/387826985/Fear-Trump-in-the-White-House","views":"116K"},"393393789":{"author":"Carmen Maria Machado","author_url":"https://www.everand.com/author/626038376/Carmen-Maria-Machado","categories":[],"description":"Finalist for the National Book Award for Fiction\n\n“[These stories] vibrate with originality, queerness, sensuality and the strange.”—Roxane Gay\n\n“In these formally brilliant and emotionally charged tales, Machado gives literal shape to women’s memories and hunger and desire. I couldn’t put it down.”—Karen Russell\n\nIn Her B","id":393393789,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":265,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/393393789/298x396/688f039a8b/1712200786?v=1","run_time":0,"short_title":"Her Body and Other Parties","static_rating":{"rating":4,"count":821,"up_count":225},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/393393789/149x198/027888fb3f/1712200786?v=1","title":"Her Body and Other Parties: Stories","type":"book","url":"https://www.everand.com/book/393393789/Her-Body-and-Other-Parties-Stories","views":"120K"},"419930541":{"author":"Sarah M. Broom","author_url":"https://www.everand.com/author/469606521/Sarah-M-Broom","categories":[],"description":"A NEW YORK TIMES BESTSELLER\n\nWINNER OF THE 2019 NATIONAL BOOK AWARD FOR NONFICTION\n\nA brilliant, haunting and unforgettable memoir from a stunning new talent about the inexorable pull of home and family, set in a shotgun house in New Orleans East.\n\nIn 1961, Sarah M. Broom’s mother Ivory Mae bought a shotgun house in the then-promisin","id":419930541,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":482,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/419930541/298x396/327f81adb3/1702813542?v=1","run_time":0,"short_title":"The Yellow House","static_rating":{"rating":4,"count":98,"up_count":82},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/419930541/149x198/941121db9b/1702813542?v=1","title":"The Yellow House: A Memoir (2019 National Book Award Winner)","type":"book","url":"https://www.everand.com/book/419930541/The-Yellow-House-A-Memoir-2019-National-Book-Award-Winner","views":"228K"},"423387462":{"author":"Naomi Klein","author_url":"https://www.everand.com/author/684364153/Naomi-Klein","categories":[],"description":"#1 New York Times and internationally bestselling author Naomi Klein makes the case for a Green New Deal in this “keenly argued, well-researched, and impassioned” manifesto (The Washington Post).\n\nAn instant bestseller, On Fire shows Klein at her most prophetic and philosophical, investigating the climate crisis not only as a profound poli","id":423387462,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":403,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/423387462/298x396/a2fe7cb5cf/1715002460?v=1","run_time":0,"short_title":"On Fire","static_rating":{"rating":4,"count":74,"up_count":16},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/423387462/149x198/8447b35521/1715002460?v=1","title":"On Fire: The (Burning) Case for a Green New Deal","type":"book","url":"https://www.everand.com/book/423387462/On-Fire-The-Burning-Case-for-a-Green-New-Deal","views":"72K"},"608352311":{"author":"Amrendra Bahubali","author_url":"https://www.scribd.com/user/623551107/Amrendra-Bahubali","categories":[],"description":"afdfafaf","id":608352311,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":9,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/608352311/298x396/d00bbefaae/1710523105?v=1","run_time":0,"short_title":"Ex 9 DWM Aryant","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/608352311/149x198/c70a1a7a87/1710523105?v=1","title":"Ex 9 DWM Aryant","type":"document","url":"https://www.scribd.com/document/608352311/EX-9-DWM-ARYANT","views":"13"},"608353417":{"author":"Amrendra Bahubali","author_url":"https://www.scribd.com/user/623551107/Amrendra-Bahubali","categories":[],"description":"afaffafafa","id":608353417,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":8,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/608353417/298x396/a4b228a256/1710593078?v=1","run_time":0,"short_title":"JCBC","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/608353417/149x198/fa4d6ee78c/1710593078?v=1","title":"JCBC","type":"document","url":"https://www.scribd.com/document/608353417/JCBC","views":"10"},"608353706":{"author":"Amrendra Bahubali","author_url":"https://www.scribd.com/user/623551107/Amrendra-Bahubali","categories":[],"description":"","id":608353706,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":2,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/608353706/298x396/b77761d490/1710523099?v=1","run_time":0,"short_title":"Fee 2022-23 Be","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/608353706/149x198/d8b7e8cd1e/1710523099?v=1","title":"Fee 2022-23 Be","type":"document","url":"https://www.scribd.com/document/608353706/FEE-2022-23-BE","views":"12"},"608353707":{"author":"Amrendra Bahubali","author_url":"https://www.scribd.com/user/623551107/Amrendra-Bahubali","categories":[],"description":"","id":608353707,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":2,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/608353707/298x396/c5aaab6626/1715990407?v=1","run_time":0,"short_title":"Fee 2022-23 Se","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/608353707/149x198/5d359a8e55/1715990407?v=1","title":"Fee 2022-23 Se","type":"document","url":"https://www.scribd.com/document/608353707/FEE-2022-23-SE","views":"7"},"608353708":{"author":"Amrendra Bahubali","author_url":"https://www.scribd.com/user/623551107/Amrendra-Bahubali","categories":[],"description":"","id":608353708,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":2,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/608353708/298x396/098f2d0e1d/1716482855?v=1","run_time":0,"short_title":"Fee 2022-23 Te","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/608353708/149x198/8acc774fb8/1716482855?v=1","title":"Fee 2022-23 Te","type":"document","url":"https://www.scribd.com/document/608353708/FEE-2022-23-TE","views":"7"},"608356074":{"author":"Amrendra Bahubali","author_url":"https://www.scribd.com/user/623551107/Amrendra-Bahubali","categories":[],"description":"asas","id":608356074,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":2,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/608356074/298x396/f796176f57/1710579870?v=1","run_time":0,"short_title":"DWM 2018 Paper","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/608356074/149x198/8b14dbc0c8/1710579870?v=1","title":"DWM 2018 Paper","type":"document","url":"https://www.scribd.com/document/608356074/DWM-2018-paper-1","views":"9"}}},"renewalNagProps":null,"signupContext":null,"static":{"config":{"brand":"scribd","google":{"clientId":"491264573595-hs5hu9ijbfl9g6khnkn2retrfr6lcua7.apps.googleusercontent.com","sessionPath":"/open_id_connect/login"},"thirdPartyTags":{"googleAnalytics":{"account_id":"UA-443684-2","current_user":"false","facebook_user_context":"none"},"includeGoogleTagManager":true,"siftScience":{"user_id":null,"unique_browser_tracking_uuid":"d039c3c2-19c0-4b71-9fd8-d359e590702e","sift_science_js_key":"cbcb9f556a"}}},"routes":{"accountPath":"L2FjY291bnQtc2V0dGluZ3M=\n","accountSettingsPath":"L2FjY291bnQtc2V0dGluZ3M=\n","androidStoreUrl":"aHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lk\nPWNvbS5zY3JpYmQuYXBwLnJlYWRlcjAuZG9jcw==\n","appPromoDeepLink":"aHR0cHM6Ly9zY3JpYmQucGFnZS5saW5rLz9hbXY9MTMuMTYmYXBuPWNvbS5z\nY3JpYmQuYXBwLnJlYWRlcjAuZG9jcyZpYmk9Y29tLnNjcmliZC5kb2NzJmlt\ndj0xMy4xNiZpc2k9NjQ0ODgwNzcxNCZsaW5rPWh0dHBzJTNBJTJGJTJGd3d3\nLnNjcmliZC5jb20lMkZkb2N1bWVudCUyRjYwODM1NjgyMSUyRkRvY1NjYW5u\nZXItMTYtT2N0LTIwMjItMi0xNi1QbSUzRnJlZmVycmVyJTNEdXRtX2NhbXBh\naWduJTNEZG9jX3BhZ2UlMjZ1dG1fc291cmNlJTNEZG9jX3BhZ2UlMjZ1dG1f\nbWVkaXVtJTNEd2ViJnN0PURvY1NjYW5uZXIlMjAxNiUyME9jdCUyMDIwMjIl\nMjAyJTIwMTYlMjBQbSZzaT1odHRwczovL2ltZ3YyLTEtZi5zY3JpYmRhc3Nl\ndHMuY29tL2ltZy9kb2N1bWVudC82MDgzNTY4MjEvb3JpZ2luYWwvMjE2eDI4\nNy85NGZjNzY0NWNlLzE3MTY2NjIzMzI/dj0x\n","audiobooksAllCategoriesPath":"L2F1ZGlvYm9va3MvY2F0ZWdvcmllcw==\n","audiobooksPath":"L2F1ZGlvYm9va3M=\n","archivePlansUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz02MDgz\nNTY4MjEmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","bestsellersPath":"L2Jlc3RzZWxsZXJz\n","booksAllCategoriesPath":"L2Jvb2tzL2NhdGVnb3JpZXM=\n","booksPath":"L2Jvb2tz\n","documentsAllCategoriesPath":"L2RvY3MvY2F0ZWdvcmllcw==\n","documentsPath":"L2RvY3M=\n","facebookUrl":"aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1NjcmliZC8=\n","homePath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","instagramUrl":"aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9zY3JpYmQv\n","iosStoreUrl":"aHR0cHM6Ly9hcHBzLmFwcGxlLmNvbS91cy9hcHAvNjQ0ODgwNzcxND9tdD04\nJnB0PTI5ODUzNA==\n","languageModalPropsPath":"L2xhbmd1YWdlX21vZGFsX3Byb3Bz\n","logoutPath":"L2xvZ291dA==\n","magazinesAllCategoriesPath":"L21hZ2F6aW5lcy9jYXRlZ29yaWVz\n","magazinesPath":"L21hZ2F6aW5lcw==\n","myUploadsPath":"L3VwbG9hZHM=\n","oauthLoginUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9sb2dpbg==\n","oauthSignupUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA=\n","oauthStartTrialUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA/ZG9jX2lkPTYw\nODM1NjgyMQ==\n","paymentFixUrl":null,"pinterestUrl":"aHR0cHM6Ly93d3cucGludGVyZXN0LmNvbS9zY3JpYmQv\n","podcastsAllCategories":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cy9jYXRlZ29yaWVz\n","podcastsPath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cw==\n","profilePath":"","progressiveProfileModalPropsPath":"L2RvYy1wYWdlL3Byb2dyZXNzaXZlLXByb2ZpbGUtbW9kYWwvNjA4MzU2ODIx\n","progressiveProfileModalDismissPath":"L3Byb2dyZXNzaXZlX3Byb2ZpbGVfbW9kYWwvZGlzbWlzc19tb2RhbA==\n","rate":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yYXRpbmdzLmpzb24=\n","readingHistoryDataPath":"L3lvdXItYWNjb3VudC9yZWFkaW5nX2hpc3RvcnlfZGF0YQ==\n","referralsUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWZlcnJhbHM=\n","rootPath":"Lw==\n","savedPath":"L3NhdmVk\n","searchPath":"L3NlYXJjaA==\n","sheetMusicPath":"L3NoZWV0bXVzaWM=\n","statsPath":null,"subscribeNowLandingPath":"L3N1YnNjcmliZS1ub3c=\n","subscribeUrl":"L2FyY2hpdmUvcG1wX2NoZWNrb3V0P2RvYz02MDgzNTY4MjEmZG9jX2lkPTYw\nODM1NjgyMSZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIycG1wJTIy\nJTJDJTIyYWN0aW9uJTIyJTNBJTIyc3RhcnRfdHJpYWwlMjIlMkMlMjJsb2dn\nZWRfaW4lMjIlM0FmYWxzZSUyQyUyMnBsYXRmb3JtJTIyJTNBJTIyd2ViJTIy\nJTdE\n","supportPath":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9sb2dpbg==\n","twitterUrl":"aHR0cHM6Ly90d2l0dGVyLmNvbS9zY3JpYmQv\n","unpauseAccountUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hY2NvdW50L3VucGF1c2U/ZnJvbT1o\ndHRwcyUzQSUyRiUyRnd3dy5zY3JpYmQuY29tJTJGZG9jdW1lbnQlMkY2MDgz\nNTY4MjElMkZEb2NTY2FubmVyLTE2LU9jdC0yMDIyLTItMTYtUG0=\n","uploadPath":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz02MDgzNTY4MjE=\n","webAnalyticsUrl":"aHR0cHM6Ly93YS5zY3JpYmQuY29t\n","whatIsScribdLandingPath":"L3doYXQtaXMtc2NyaWJk\n","whatIsEverandLandingPath":"L3doYXQtaXMtZXZlcmFuZA==\n","footerContentTypeRoutes":{"documents":"L2RvY3M=\n"},"aboutUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hYm91dA==\n","accessibilityUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5NTg2LUFjY2Vzc2liaWxpdHktTm90aWNl\n","adChoicesUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzY2\n","blogUrl":"aHR0cHM6Ly9ibG9nLnNjcmliZC5jb20v\n","careersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9jYXJlZXJz\n","contactUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9jb250YWN0\n","copyrightUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MDg2\n","everandBlogUrl":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vYmxvZw==\n","everandHostPath":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20=\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy9lbi11cw==\n","giftUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9naWZ0\n","pressUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9tZWRpYQ==\n","privacyUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wcml2YWN5\n","privacyRequestFormUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvYXJ0aWNsZXMvMzYwMDM4\nMDE2OTMxLVByaXZhY3ktUmlnaHRzLVJlcXVlc3QtRm9ybQ==\n","publishersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wdWJsaXNoZXJz\n","purchaseHelpUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MzA2\n","redeemUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWRlZW0=\n","scribdForEnterpriseUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9lbnRlcnByaXNl\n","simpleCancelUrl":"L3lvdXItYWNjb3VudC9jYW5jZWwtbm93\n","termsUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzI2LUdlbmVyYWwtVGVybXMtb2YtVXNl\n"}},"toolbar":{"search_path":"L2RvY3VtZW50cy9zZWFyY2g/YWxsb3dlZF9wYWdlcz0xJTJDMiUyQzMlMkM0\nJTJDNSUyQzYlMkM3JTJDOCUyQzklMkMxMCUyQzExJTJDMTIlMkMxMyUyQzE0\nJTJDMTUlMkMxNiUyQzE3JTJDMTglMkMxOSUyQzIwJTJDMjElMkMyMiUyQzIz\nJTJDMjQlMkMyNSUyQzI2JTJDMjclMkMyOCUyQzI5JTJDMzAlMkMzMSUyQzMy\nJTJDMzMlMkMzNCUyQzM1JTJDMzYlMkMzNyUyQzM4JTJDMzklMkM0MCUyQzQx\nJTJDNDIlMkM0MyUyQzQ0JTJDNDUlMkM0NiUyQzQ3JTJDNDglMkM0OSUyQzUw\nJTJDNTElMkM1MiUyQzUzJTJDNTQlMkM1NSUyQzU2JTJDNTclMkM1OCUyQzU5\nJTJDNjAlMkM2MSUyQzYyJTJDNjMlMkM2NCUyQzY1JTJDNjYlMkM2NyUyQzY4\nJTJDNjklMkM3MCUyQzcxJTJDNzIlMkM3MyUyQzc0JTJDNzUlMkM3NiUyQzc3\nJTJDNzglMkM3OSUyQzgwJTJDODElMkM4MiUyQzgzJTJDODQlMkM4NSUyQzg2\nJTJDODclMkM4OCUyQzg5JTJDOTAlMkM5MSUyQzkyJTJDOTMlMkM5NCUyQzk1\nJTJDOTYmYXV0aF90b2tlbj1VOXVPN2JheTJvRGtIWmpmeFBOOWR5ZXl3R2sl\nM0QmYXV0aGVudGljaXR5X3Rva2VuPUhhbEtGT19YWjVFMlFteWRrWF9HMUNP\nNlVrNElPQnMycGc2RGR3OGRKX243T1ZmV3Rja3NZa2Z2dXJzXzVhVlRRT25M\nWDQ2Sy1JOElsX1BTN21QY1J3JmV4cGlyZXM9MTcxNzI2NzEzMiZ3b3JkRG9j\ndW1lbnRJZD02MDgzNTY4MjEmd29yZFVwbG9hZElkPTYyNzA5MTYyOQ==\n"},"user":{"browserUuid":"d039c3c2-19c0-4b71-9fd8-d359e590702e","canExtendSubscription":null,"country":null,"emailHash":null,"hasPublishedDocuments":false,"id":null,"initials":"","isAborted":null,"isAdmin":null,"isBot":true,"isDunning":false,"isEligibleForFreeTrial":true,"isLoggedIn":false,"isMobile":false,"isPaused":false,"isSubscriber":false,"isTrialing":false,"isUnderDunningLock":false,"name":null,"personaIconRetinaUrl":null,"personaIconUrl":null,"showSimpleCancelOption":false},"wordDocument":{"ads_disabled":false,"archived":true,"author_name":"Amrendra Bahubali","copyright_name":"© All Rights Reserved","description":"","edit_path":null,"embed_modal_props_path":"/doc-page/embed-modal-props/608356821","extensions":["pdf"],"extracted_title":"DocScanner 16 Oct 2022 2 16 PM","flag_document_modal_props_path":"/doc-page/flag-document-modal-props/608356821","generatedDescription":null,"id":608356821,"image_url":"https://imgv2-1-f.scribdassets.com/img/document/608356821/149x198/c8c9f1272e/1715866640?v=1","in_library":false,"is_archive":true,"is_credit_restricted":false,"isDocumentOwner":false,"is_downloadable":true,"is_sheet_music":false,"is_view_restricted_archive":true,"isbn":null,"library_xhr_pending":false,"page_count":96,"page_dimensions":{"width":595,"height":842},"page_orientation":"portrait","publisher_info":{"is_author":false,"name":"Amrendra Bahubali","url":"https://www.scribd.com/user/623551107/Amrendra-Bahubali"},"retina_image_url":"https://imgv2-1-f.scribdassets.com/img/document/608356821/298x396/bf10f2bfa5/1715866640?v=1","secret_password":null,"signup_context":null,"short_title":"DocScanner 16 Oct 2022 2 16 Pm","show_archive_paywall":true,"showFullDoc":false,"title":"DocScanner 16 Oct 2022 2 16 Pm","translation":{"original":null,"translations":[]},"type":"view_restricted","url":"https://www.scribd.com/document/608356821/DocScanner-16-Oct-2022-2-16-Pm","views":"36"},"X_Request_ID":"1c12e0d6d7368a4d7d4ea73deb99a3fbe4f08adc892db39563e21e3e573b024f"}--></script></div></div><script type="text/javascript" src="/options/exposed_to_client.js"></script><script type="application/javascript">window._translations = JSON.parse("{\"en-US\":{\"translation\":{\"account_settings\":{\"facebook_connect\":{\"facebook\":\"Facebook\"},\"plans\":{\"plan_module\":{\"slash_month\":\"/month\",\"slash_year\":\"/year\"}},\"show\":{\"restart_membership\":\"Restart subscription\"},\"subscription_card\":{\"unlocks_available\":\"{{count}} unlock available\",\"unlocks_available_plural\":\"{{count}} unlocks available\",\"unlocks_will_expire\":\"Unlocks will expire on {{date}}\"}},\"bestsellers\":{\"promo\":{\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling titles when you subscribe\"}},\"books\":{\"epub\":{\"banners\":{\"enjoying_preview_update_payment\":\"Your next unlock will be available after you update your payment information.\",\"enjoying_preview_update_payment_upgrade\":\"Update payment information to upgrade to Plus\"}}},\"browse\":{\"promo\":{\"cancel_anytime\":\"Cancel anytime.\",\"everand_also_available_on_mobile_devices\":\"Everand is also available for your mobile devices.\",\"scribd_also_available_on_mobile_devices\":\"Scribd is also available for your mobile devices.\"}},\"browse_page\":{\"promo\":{\"instant_access\":\"Get instant access to millions of ebooks, audiobooks, magazines, and more for only {{price}}/month.\"}},\"category\":{\"documents\":\"{{category}} Documents\"},\"chrome\":{\"flash\":{\"close_notification\":\"Close notification\",\"error\":\"Error\",\"notice\":\"Notice\",\"success\":\"Success\"},\"renewal_nag\":{\"click_here_to_become_a_member\":\"Click here to become a member\",\"click_here_to_renew_it\":\"Click here to renew it\",\"click_here_to_resume_it\":\"Click here to resume it\",\"click_here_to_update_it\":\"Click here to update it\",\"resume_membership\":\"Resume membership\",\"update_now\":\"Update Now\",\"update_payment\":\"Update Payment\",\"you_canceled_your_free_trial\":\"You canceled your free trial.\",\"your_account_is_at_risk\":\"Your account is at risk. Update your payment information immediately to avoid losing access to your subscription.\",\"your_credit_card_information_is_invalid_\":\"Your credit card information is invalid.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\",\"your_membership_is_paused_until_paused_until_date\":\"Your membership is paused until {{paused_until_date}}.\",\"your_payment_is_overdue\":\"Your payment is overdue. Fix your billing information to ensure continuous service.\",\"your_paypal_information_is_invalid\":\"Your Paypal information is invalid.\",\"your_scribd_gift_membership_has_ended\":\"Your Scribd gift membership has ended.\",\"your_scribd_membership_has_expired\":\"Your Scribd membership has expired.\",\"your_scribd_membership_was_canceled\":\"Your Scribd membership was canceled.\"}},\"common\":{\"later\":\"Later\",\"update_payment\":\"Update payment\"},\"content_lengths\":{\"listening_minutes\":\"{{minutes}} min listen\",\"reading_minutes\":\"{{minutes}} min read\"},\"content_preview\":{\"available_on\":\"Available on {{date}}\",\"flags\":{\"expiring_soon\":\"Leaving soon\",\"geo_restricted\":\"Unavailable\",\"not_available\":\"Unavailable\",\"throttled\":\"Available soon\"},\"geo_restricted\":\"Unavailable in your country\",\"reviews\":{\"delete_rating_and_review\":\"Delete this rating and review?\",\"delete_warning\":\"This action cannot be undone.\",\"rating_and_review_deleted\":\"Rating and review deleted\"},\"save\":{\"add\":\"Save for later\",\"remove\":\"Remove from Saved\"},\"share\":\"Share\",\"social_media_share\":{\"email\":\"Email\",\"pinterest\":\"Pinterest\",\"twitter\":\"Twitter\"},\"social_media_share_modal\":{\"linked_copied\":\"Link copied\"},\"unavailable\":\"Currently unavailable\",\"view_titles_in_series\":\"View titles in series\"},\"content_types\":{\"article\":\"Article\",\"audiobook\":\"Audiobook\",\"audiobook_series\":\"Audiobook series\",\"audiobooks\":\"Audiobooks\",\"books\":\"Books\",\"document\":\"Document\",\"documents\":\"Documents\",\"ebook\":\"Ebook\",\"ebook_series\":\"Ebook series\",\"ebooks\":\"Ebooks\",\"magazine\":\"Magazine\",\"magazines\":\"Magazines\",\"podcast\":\"Podcast\",\"podcast_episode\":\"Podcast episode\",\"podcasts\":\"Podcasts\",\"sheet_music\":\"Sheet music\",\"song\":\"Song\"},\"doc_page\":{\"account_creation\":{\"get_instant_access_with_free_account\":\"Get instant access to this document and millions more with a free account.\",\"to_continue_reading_please_sign_in\":\"To continue reading, please sign in\"},\"ai_enhanced_tag\":{\"ai_enhanced\":\"AI-enhanced\",\"ai_enhanced_document\":\"AI-enhanced document\",\"ai_translated_document\":\"AI-translated document\",\"description\":\"AI-enhanced description\",\"description_tooltip\":\"Leveraging AI technology, we\'ve optimized the description for improved clarity.\",\"title\":\"AI-enhanced title\",\"title_and_description\":\"AI-enhanced title and description\",\"title_and_description_tooltip\":\"Leveraging AI technology, we\'ve optimized the title and description for improved clarity.\",\"title_tooltip\":\"Leveraging AI technology, we\'ve optimized the title for improved clarity.\"},\"app_promo\":{\"millions_of_documents\":\"Millions of documents at your fingertips\"},\"app_promo_interstitial\":{\"continue_for_free\":\"Continue for free\",\"trial_duration\":{\"unlock_full_access_to_the\":\"Unlock full access to the world’s largest digital library with a {{trialDuration}} day free trial.\"},\"upload_your_documents_or_subscribe\":\"Upload your documents or become a Scribd member to unlock full access.\"},\"between_page_interstitial\":{\"title_copy_subscribe_only_trial_duration\":\"Unlock full access (pages {{startPage}}-{{endPage}}) with a {{trialDuration}} Day Free Trial\",\"unlock_full_access\":{\"page_number_trial_duration\":\"Unlock full access (page {{props_currentrange}}) by uploading documents or with a {{trialDuration}} Day Free Trial\"},\"upload_or_subscribe_pages\":\"Upload your documents or become a Scribd member to unlock full access (pages {{startPage}}-{{endPage}}).\"},\"blur_promo\":{\"become_member_for_full_access\":\"Become a Scribd member for full access.\",\"read_and_download_full_documents\":\"Read and download full documents.\",\"skip_ad\":\"Skip ad\",\"subscribe_with_a_free_trial\":\"Subscribe with a free trial\",\"trial_duration\":{\"start_your_trial\":\"Start your {{trialDuration}} day free trial\"},\"unlock_next_pages_after_an_ad\":\"Unlock the next {{count}} page after an ad\",\"unlock_next_pages_after_an_ad_plural\":\"Unlock the next {{count}} pages after an ad\",\"unlock_this_document\":\"Unlock this document\",\"unlock_this_document_after_an_ad\":\"Unlock this document after an ad\",\"unlock_this_page_after_an_ad\":\"Unlock this page after an ad\",\"upload_a_doc_to_download_or_sub\":\"Upload a document to download this document or subscribe to read and download.\",\"upload_to_download\":\"Upload to download\"},\"description_modal\":{\"description\":\"Description\",\"flag_for\":\"Flag for inappropriate content\"},\"doc_chat_additional_feedback\":{\"heading\":\"Provide additional feedback\",\"placeholder\":\"What are your thoughts on the response? How could it be improved?\"},\"doc_chat_default_response\":{\"with_suggestions\":\"I’m sorry, I wasn’t able to find any information on that.\"},\"doc_chat_disclaimer\":{\"beta\":\"DocChat is powered by OpenAI, and may occasionally display incorrect information.\\u003cbr\\u003eWe recommend checking the accuracy of responses.\"},\"doc_chat_down_vote_feedback\":{\"not_factually_correct\":\"Not factually correct\",\"offensive_unsafe\":\"Offensive/Unsafe\",\"other\":\"Other\",\"submit\":\"Submit Feedback\"},\"doc_chat_feedback\":{\"down_vote_question_heading\":\"Why did you choose this rating?\",\"thank_you_response\":\"Your feedback is valuable and helps us improve our AI responses.\",\"thank_you_response_heading\":\"Thanks so much for your feedback\"},\"doc_chat_greeting\":{\"heading\":\"Welcome to DocChat\",\"sub_heading\":\"I’m here to answer your questions about this document. Ask me anything, or choose a suggestion below to get started.\"},\"doc_chat_input\":{\"placeholder\":\"Select a suggestion or type a question\"},\"doc_chat_popover\":{\"feature_available_bold\":\"Work faster with DocChat.\",\"feature_available_regular\":\"Chat with this document to get the information you want.\",\"feature_not_available_bold\":\"Doc Chat is currently not available\",\"feature_not_available_regular\":\"for this document. Check out other documents to use this feature.\"},\"doc_chat_settings\":{\"clear_history\":\"Clear History\",\"faq\":\"FAQ\"},\"doc_chat_suggestions\":{\"heading\":\"Here are some questions I can answer:\"},\"doc_chat_usage\":{\"exceed_warning\":\"You’ve reached your monthly limit of {{count}} prompts. Thank you for being so actively engaged with DocTalk beta. Your prompt limit will reset next month!\",\"limit_reminder\":\"Wow, you’ve reached {{count}} prompts! As part of our DocTalk beta program, you have {{left}} prompts left. Your feedback is appreciated as we refine this feature.\"},\"download_to_read_ad_free\":\"Download to read ad-free.\",\"fixed_viewport_bottom_components\":{\"check_out_these_free_titles\":\"Check out these free titles\"},\"flag_document\":{\"flag_for_inappropriate_content\":\"Flag for Inappropriate Content\"},\"flash\":{\"rating_not_saved_try_again\":\"Rating not saved, please try again\"},\"get_scribd_without_ads\":\"Get Scribd without ads.\",\"incentivized_upload\":{\"to_access_this_document_trial_duration\":\"To access this document, upload one of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\",\"to_access_this_document_trial_duration_plural\":\"To access this document, upload {{count}} of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\"},\"metadata\":{\"description\":{\"original_description\":\"Original Description\"}},\"mobile_metadata\":{\"collapse_full_title\":\"Hide full title\",\"expand_full_title\":\"Show full title\"},\"page\":{\"preferred_language_set_to_url_params_language_settings_changed\":\"Preferred language set to {{url_params_language_settings_changed}}\"},\"rate_drawer\":{\"not_useful\":\"Not useful\",\"useful\":\"Useful\"},\"ratings\":{\"mark_as_not_useful\":\"Mark this document as not useful\",\"mark_as_useful\":\"Mark this document as useful\",\"no_ratings\":\"0 ratings\",\"no_ratings_yet\":\"No ratings yet\",\"num_votes\":\"({{count, locale}} vote)\",\"num_votes_plural\":\"({{count, locale}} votes)\",\"page_count\":\"{{count, locale}} page\",\"page_count_plural\":\"{{count, locale}} pages\",\"percent_found_document_not_useful\":\"{{percentage}}% found this document not useful\",\"percent_found_document_useful\":\"{{percentage}}% found this document useful\",\"press_again_undo\":\"Press again to undo.\",\"sign_up_to_rate_this_title\":\"Sign up to rate this title\",\"you_marked_as_useful\":\"You marked this document as useful\",\"you_marked_not_useful\":\"You marked this document as not useful\"},\"read_this_document_in_other_languages\":\"Read this document in other languages\",\"recommender_list\":{\"audiobook\":\"audiobook\",\"book\":\"book\",\"might_also_like\":\"You might also like\",\"show_more\":\"Show more\"},\"scroll_for_next_page\":\"Scroll for next page\",\"share\":{\"copy_link\":\"Copy link\",\"link_copied\":\"Link copied!\",\"share_on_facebook\":\"Share on Facebook\",\"share_on_linkedin\":\"Share on LinkedIn\",\"share_on_twitter\":\"Share on Twitter\",\"share_via_email\":\"Share via email\"},\"share_drawer\":{\"copy_link\":\"Copy Link\"},\"sharing_buttons\":{\"link_copied_private_document\":\"Link Copied! \\u003cspan class=\\\"link_copied_private_doc\\\"\\u003eNote: Sharing a public link to a document marked private will allow others to view it.\\u003c/span\\u003e\",\"not_supported_for_private_documents\":\"This feature is not supported for private documents. If you want to share, select Copy Link, and send the link to others.\"},\"this_document_available_in_languages\":\"This document is available in the following languages:\",\"toolbar\":{\"download\":\"Download\",\"download_now\":\"Download now\"},\"translate\":\"Translate\",\"translate_document\":\"Translate Document\",\"truncate_promo\":{\"read_and_download_full_documents\":\"Subscribers can read and download full documents.\",\"restart_membership\":\"Restart membership\",\"trial_duration\":{\"scribd_members_can_read\":\"Scribd members can read and download full documents. Your first {{trialDuration}} days are free!\"},\"unlock_full_access_when_subscribe\":\"Unlock full access when you subscribe\"},\"upload_banner\":{\"copy\":\"Get this download for free with an upload. Learn more below.\",\"copy_plural\":\"Get this download for free with {{count}} uploads. Learn more below.\"},\"upsell_popup\":{\"description\":\"Enjoy ad-free reading and downloads on Scribd.\",\"title\":\"More Reading. No Ads.\"},\"view_original_document_in_language\":\"View original document in {{language}}\"},\"everand\":{\"bestsellers\":{\"promo\":{\"enjoy_bestselling_audiobook_titles_when_subscribed\":\"Enjoy bestselling audiobooks when you subscribe\",\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling ebooks when you subscribe\"}},\"browse_page\":{\"promo\":{\"books_audiobooks_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more, from {{price}}/month. Cancel anytime.\",\"instant_access_and_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more for just {{price}}/month. Cancel anytime.\"}},\"lists\":{\"faq_message_html\":\"We\'ve made important changes to the list experience. To learn more, \\u003ca href={{faqUrl}} target=\\\"_blank\\\"\\u003evisit the FAQs\\u003c/a\\u003e.\"},\"megamenu\":{\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Everand?\"}},\"modal\":{\"opt_in\":{\"continue_to_everand\":\"Continue to Everand\",\"upcoming_releases_curated_lists_to_your_inbox\":\"Find out about upcoming releases and exclusive originals, plus get curated lists and special offers sent directly to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me email updates from Everand\",\"welcome_to_everand\":\"Welcome to Everand!\"},\"upsell\":{\"get_the_most_out_of_everand\":\"Get the most out of Everand\",\"unlock_full_access_discover_millions\":\"Unlock full access to the world\'s most fascinating digital library. Discover millions of ebooks, audiobooks, magazines, and more.\"}},\"shared\":{\"cross_link_message\":\"From Everand\",\"footer\":{\"about_scribd\":\"About Everand\",\"everand_-_download_on_the_app_store\":\"Everand - Download on the App Store\",\"everand_-_get_it_on_google_play\":\"Everand - Get it on Google Play\",\"everand_-_get_it_on_kindle_fire\":\"Everand for Kindle Fire\"},\"navigation\":{\"enterprise_page\":\"Enterprise\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Everand on Facebook\",\"scribd_on_instagram_aria_label\":\"Everand on Instagram\",\"scribd_on_pinterest_aria_label\":\"Everand on Pinterest\",\"scribd_on_twitter_aria_label\":\"Everand on Twitter\"}}},\"explore\":{\"banner\":{\"after_trial\":\"Only {{price}}/month after trial. \\u003cstrong\\u003eCancel anytime.\\u003c/strong\\u003e\",\"subtitle\":\"Access 1,000,000+ full-length titles online or offline with our \\u003ca href=\\\"{{ios_store_url}}\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\\u003eiOS\\u003c/a\\u003e and \\u003ca href=\\\"{{android_store_url}}\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\\u003eAndroid\\u003c/a\\u003e apps.\"}},\"get_app_modal\":{\"link_sent_email\":\"Link sent! Please check your email.\"},\"helpers\":{\"document_meta_tags\":{\"scribd_is_the_world_s_largest_social\":\"Scribd is the world\'s largest social reading and publishing site.\"}},\"home\":{\"logged_in\":{\"content_quickview\":{\"also_available_as_an_audiobook\":\"Also available as an audiobook\",\"also_available_as_an_ebook\":\"Also available as an ebook\",\"byline\":{\"narrated_by\":\"narrated by\"},\"close\":\"Close\",\"count_titles\":\"{{count}} title\",\"count_titles_plural\":\"{{count}} titles\",\"go_to_content_type_version\":\"Go to {{content_type}} version\",\"loading\":\"Loading...\",\"more_about_this_episode\":\"More about this episode\",\"more_about_this_issue\":\"More about this issue\",\"more_about_this_series\":\"More about this series\",\"more_about_this_summary\":\"More about this summary\",\"oops_something_went_wrong\":\"Oops, something went wrong\",\"view_all_articles\":\"View all articles\",\"view_all_episodes\":\"View all episodes\",\"view_the_full_title_details\":\"View the full title details\"}}},\"landing\":{\"hero\":{\"read_listen_anywhere_anytime\":\"Read or listen anytime, anywhere.\"}},\"lib\":{\"lightbox\":{\"close_dialog\":\"Close Dialog\"}},\"megamenu\":{\"documents\":{\"all_documents\":\"All Documents\"},\"hambur_menu\":{\"get_our_free_apps\":\"Get our free apps\"},\"hamburger_menu\":{\"close_menu\":\"Close menu\",\"sign_in_to_your_everand_account\":\"Sign in to your Everand account\",\"sign_in_to_your_scribd_account\":\"Sign in to your Scribd account\",\"welcome\":\"Welcome!\"},\"language\":{\"cancel\":\"Cancel\",\"change_language\":\"Change Language\"},\"language_links\":{\"learn_more\":\"Learn more\"},\"language_picker_dropdown\":{\"language\":\"Language\"},\"logged_out\":{\"user_menu\":{\"welcome_to_everand\":\"Welcome to Everand!\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"navigation\":{\"categories\":\"Categories\",\"explore_content_type\":\"Explore {{content_type}}\",\"opens_navigation_menu\":\"Open navigation menu\"},\"search_bar\":{\"clear_search\":\"Clear search\",\"close_suggestions\":\"Close suggestions\",\"no_results_found\":\"No search results.\",\"num_results_are_available\":\"{{num_results}} result(s) are available, use up and down arrow keys to navigate.\",\"recent_searches\":\"Recent searches\",\"search\":\"Search\"},\"top_bar\":{\"upload\":\"Upload\"},\"upload\":{\"upload_header\":\"Upload\"},\"user_menu\":{\"document_stats\":\"Document stats\",\"document_uploads\":\"Document uploads\",\"faq_and_support\":\"FAQ and support\",\"hi_name\":\"Hi {{name}}!\",\"invite_friends\":\"Invite friends\",\"language\":\"Language ({{current_language}})\",\"public_profile\":\"Public profile\",\"read_for_free\":\"Read for free\",\"visually_hidden_user_settings\":\"User Settings\",\"your_account\":\"Your account\"},\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Scribd?\"}},\"modals\":{\"add_to_list\":{\"save\":\"Save to list\",\"title\":\"Add to list\"},\"confirm_delete_review\":{\"title\":\"Delete your review and rating?\"},\"confirm_unsave_item\":{\"title\":\"Remove title from Saved Library and any saved lists?\"},\"confirm_unsave_item_in_list\":{\"remove_from_your_lists\":\"Remove from your lists?\",\"removing_from_saved\":\"Removing from Saved will also delete the title from your lists.\",\"removing_this_title_from_saved\":\"Removing this title from Saved will also remove it from your lists.\",\"title\":\"This title is also in a list.\"},\"create_list\":{\"create_list\":\"Create list\",\"failed_to_create_try_again\":\"Failed to create list, please try again\",\"input_description\":{\"privacy_type\":\"No one except you can view this list. Sharing will be disabled.\"},\"input_label\":{\"name\":\"What would you like to name this list?\",\"privacy_type\":\"Make list private\"},\"title\":\"New List\",\"validation_errors\":{\"name\":\"Please enter a list name\"}},\"language_picker\":{\"language_options\":\"Language Options\",\"select_preferred_language\":\"Select your preferred language\",\"translate_and_tailor\":\"We’ll translate site navigation and tailor your personal recommendations where possible to match your preferred language selection.\",\"translate_to_match\":\"We’ll translate site navigation to match your preferred language selection.\"},\"lockshockroadblock\":{\"problem_with_your_last_payment\":\"Problem with your last payment\",\"update_your_payment_to_continue\":\"Update your payment to continue\",\"we_had_an_issue_with_your_last_payment\":\"We had an issue with your last payment. Update your payment info to continue.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\"}},\"page_gate_modal\":{\"check_you_email\":{\"check_your_email\":\"Check your email\"},\"check_your_email\":{\"change_email\":\"Not the correct email?\",\"didnt_receive\":\"Didn\'t receive an email? Check your spam folder, or\",\"email_not_verified_verify_to_continue\":\"Email not verified. Please verify your email to continue.\",\"i_have_verified_my_email\":\"I\'ve verified my email\",\"logout_login_url\":\"Use a different email address\",\"send_again\":\"send again.\",\"to_protect_your_account_html\":\"To protect your account, we\'ve sent a verification email to \\u003cstrong\\u003e{{email}}\\u003c/strong\\u003e. Please click the link in that email to verify your identity. To learn more, please visit our \\u003ca href=\\\"{{support_url}}\\\" class=\\\"faq_link\\\" target=\\\"_blank\\\"\\u003eFAQs\\u003c/a\\u003e.\",\"verify_email_before_continuing\":\"Please verify your email before continuing.\"}},\"pdfs\":{\"doc_search\":{\"close_search\":\"close search\",\"page\":\"page\"},\"lightboxes\":{\"download_lightbox\":{\"download_document\":\"Download document\",\"resume_membership\":\"Resume Membership\",\"resuming\":\"Resuming\",\"your_membership_is_currently_paused_until\":\"Your membership is currently paused until {{state_nag_next_payment_due}}. Would you like to resume your membership now to download\"},\"embed_lightbox\":{\"autosize\":\"Autosize\",\"beginning_of_document\":\"Beginning of document\",\"copy_link\":\"Copy Link\",\"current_page\":\"Current page\",\"custom\":\"Custom\",\"customization_options_available_below\":\"Customization options available below\",\"embed\":\"Embed\",\"embed_this_in_your_website\":\"Embed this in your website\",\"format\":\"Format\",\"fullscreen\":\"Fullscreen\",\"generate_a_link\":\"Generate a Link\",\"height\":\"Height: \",\"html\":\"HTML\",\"link_options\":\"Link Options\",\"link_to_the\":\"Link to the\",\"options\":\"Options\",\"preview\":\"Preview\",\"scroll\":\"Scroll\",\"size\":\"Size\",\"slideshow\":\"Slideshow\",\"start_at_page\":\"Start at page:\",\"style\":\"Style:\",\"sup_sup_the_code_will_be_updated\":\"\\u003csup\\u003e*\\u003c/sup\\u003e The code will be updated based on your changes.\",\"width\":\"Width: \",\"wordpress\":\"Wordpress\"},\"flag_doc_lightbox\":{\"cancel\":\"Cancel\",\"if_you_are_the_copyright_owner_html\":\"If you are the copyright owner of this document and want to report it, please visit the \\u003ca href=\'{{faq_urls_copyright_infringement}}\'\\u003ecopyright infringement notice\\u003c/a\\u003e page to submit a report.\",\"please_tell_us_reason_s_for_reporting\":\"Please tell us reason(s) for reporting this document\",\"submit\":\"Submit\"},\"print_lightbox\":{\"cancel\":\"Cancel\",\"download_and_print\":\"Download and print\",\"in_order_to_print_this_document_\":\"In order to print this document from Scribd, you\'ll first need to download it.\",\"print_document\":\"Print document\"}},\"redesign_elements\":{\"actions\":{\"embed\":\"Embed\",\"print\":\"Print\",\"share\":\"Share\"},\"metadata_section\":{\"full_description\":\"Full description\",\"related_titles\":\"Related titles\"},\"more_info_module\":{\"document_information\":\"Document Information\"}},\"show\":{\"sign_in_to_flag_this_title\":\"Sign in to flag this title\",\"you_re_reading_a_preview\":\"You\'re Reading a Preview\"},\"sidebar\":{\"available_formats\":\"Available Formats\",\"click_to_collapse_document_information\":\"click to collapse document information\",\"click_to_expand_document_information\":\"click to expand document information\",\"copyright\":\"Copyright:\",\"copyright_no_colon\":\"Copyright\",\"document_useful_message\":\"Did you find this document useful?\",\"download_or_read_formats\":\"{{extensions}} or read online from Scribd\",\"is_this_inappropriate_content\":\"Is this content inappropriate?\",\"isbn\":\"ISBN:\",\"isbn_no_colon\":\"ISBN\",\"report_this_document\":\"Report this Document\",\"share_or_embed_document\":\"Share or Embed Document\",\"strong_download_strong_as_available_extensions_map_upcase_join_or_read_online\":\"\\u003cstrong\\u003eDownload\\u003c/strong\\u003e as {{available_extensions_map_upcase_join}} or read online from Scribd\",\"uploaded_by\":\"Uploaded by\",\"view_more\":\"View More\",\"written_by\":\"Written by\"},\"toolbar\":{\"exit_fullscreen\":\"Exit fullscreen\",\"fullscreen\":\"Fullscreen\",\"of_numberformat_props_document_total_pages\":\"of {{numberformat_props_document_total_pages}}\",\"search_document\":\"Search document\",\"showing_strong_1_strong_result_for_query\":\"Showing \\u003cstrong\\u003e1\\u003c/strong\\u003e result for\",\"showing_strong_num_results_strong_results_for_query\":\"Showing \\u003cstrong\\u003e{{num_results}}\\u003c/strong\\u003e results for\",\"you_are_on_page_props_current_page\":\"You are on page {{props_current_page}}\",\"zoom_in\":\"Zoom in\",\"zoom_out\":\"Zoom out\"},\"upvote\":{\"not_useful\":\"Not useful\",\"this_document_is\":\"This document is...\",\"useful\":\"Useful\"}},\"plan_selection_page\":{\"plan_card\":{\"a_selection\":\"200,000+ ebooks and audiobooks, including a selection of our most popular titles\",\"billed_monthly\":\"Billed monthly after trial.\",\"docs_presentations\":\"170M+ documents and presentations on Scribd and SlideShare ad-free\",\"magazines_etc\":\"Magazines, podcasts and sheet music\",\"plus\":\"Plus:\",\"titles_per_month\":\"{{titles}} titles per month from our Plus catalog that includes even more bestsellers and new releases\",\"unlimited\":\"Unlimited access to:\"}},\"plans\":{\"unlock_dropdown\":{\"unlocks\":\"{{count}} unlock\",\"unlocks_plural\":\"{{count}} unlocks\",\"unlocks_renew\":\"Unlocks renew {{refresh_date}}\",\"unlocks_renew_after_payment_information\":\"Unlocks renew after payment information is updated.\",\"view_unlock_history\":\"View unlock history\"},\"unlock_modal\":{\"after_unlocking_this_title\":\"After unlocking this title, you\'ll have {{count}} unlock left until {{refresh_date}}.\",\"after_unlocking_this_title_plural\":\"After unlocking this title, you\'ll have {{count}} unlocks left until {{refresh_date}}.\",\"unlock_this_title\":\"Unlock this title\",\"you_have_unlocks_available\":\"You have {{count}} unlock available.\",\"you_have_unlocks_available_plural\":\"You have {{count}} unlocks available.\"}},\"privacy_policy_modal\":{\"accept\":\"Accept and continue\",\"details_below\":\"You can read the details below. By accepting, you agree to the updated privacy policy.\",\"thank_you\":\"Thank you!\",\"title\":\"We\'ve updated our privacy policy.\",\"try_again\":\"We’ve encountered a problem, please try again.\",\"updated_privacy_policy\":\"We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data. \",\"view_policy\":\"View updated privacy policy\"},\"promos\":{\"annual_offer\":{\"current_plan\":\"Current plan\",\"immerse\":\"Immerse yourself all year round\",\"read_more_html\":\"Read more.\\u003cspan class=\'save_text\'\\u003eSave more.\\u003c/span\\u003e\",\"save_percent\":\"Save {{value}}%\",\"switch_plan\":\"Switch plan\",\"terms_footer_html\":\"You will be charged the annual fee of {{price}} on {{date}} when you click \\\"Switch plan.\\\" View our \\u003ca class=\'terms_link\' target=\\\"_blank\\\" href={{href}}\\u003eterms of service\\u003c/a\\u003e.\"}},\"receipt\":{\"download\":{\"document\":\"Document\",\"download_iframe\":\"Download iframe\",\"downloading\":\"Downloading\"}},\"saved\":{\"list_item_controls\":{\"create_list\":\"Create List\"}},\"scribd\":{\"modal\":{\"opt_in\":{\"continue_to_scribd\":\"Continue to Scribd\",\"special_offers_new_content_to_your_inbox\":\"Find out about special offers, new content, plus recommendations from our premium products sent directly to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me email updates from Scribd\",\"welcome_to_scribd\":\"Welcome to Scribd!\"},\"upsell\":{\"get_the_most_out_of_scribd\":\"Get the most out of Scribd\",\"unlock_full_access_read_offline\":\"Unlock full access to the world’s most fascinating digital library. Get unlimited free downloads and read offline on the app.\"}},\"navigation_category\":{\"academic\":\"Academic\",\"culture\":\"Culture\",\"hobbies_and_crafts\":\"Hobbies \\u0026 Crafts\",\"personal_growth\":\"Personal Growth\",\"professional\":\"Professional\"},\"shared\":{\"cross_link_message\":\"From Scribd\"}},\"search\":{\"filters\":{\"filters\":\"Filters\"},\"pagination\":{\"next\":\"next\",\"previous\":\"previous\"},\"results\":{\"reading_list\":\"Reading List\",\"top_result\":\"Top Result\"}},\"shared\":{\"account_creation\":{\"add_note_sign_in\":\"To add a note, please sign in\",\"add_note_sign_up\":\"To add a note, please sign up\",\"already_have_an_account\":\"Already have an account?\",\"annotate_document_sign_in\":\"To annotate this document, please sign in\",\"annotate_document_sign_up\":\"To annotate this document, please sign up\",\"annotate_sign_in\":\"To annotate, please sign in\",\"back_to_sign_in\":\"Back to sign in\",\"continue_reading_sign_in\":\"To continue reading, please sign in\",\"continue_reading_sign_up\":\"To continue reading, please sign up\",\"create_bookmark_sign_in\":\"To create a bookmark, please sign in\",\"create_bookmark_sign_up\":\"To create a bookmark, please sign up\",\"creating_your_account\":\"Creating your account...\",\"disclaimer\":\"By signing up with Scribd, you agree to our \\u003ca href=\\\"{{terms_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e\",\"download_document_sign_in\":\"To download this document, please sign in\",\"download_document_sign_up\":\"To download this document, please sign up\",\"errors\":{\"email_invalid\":\"This email address is invalid or blocked. Please enter another email.\",\"email_registered\":\"This email address is already registered with Scribd. Please enter your password to sign in.\",\"email_taken\":\"That email is taken by another user, please try again.\",\"invalid_character_in_name_please_remove\":\"Invalid character in name. Please remove any special characters\",\"no_valid_email_modal_desc\":\"Your email address is missing or invalid. To keep your account secure, please provide a valid email address.\",\"no_valid_email_modal_title\":\"Update your email\",\"password_10_chars\":\"Please enter a password that is at least 10 characters\",\"please_enter_a_name\":\"Please enter a name\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"that_doesn_t_appear_to_be_a\":\"That doesn\'t appear to be a valid email address. Please try again.\"},\"facebook\":{\"error\":\"Sorry, we are unable to log you in via Facebook at this time.\",\"sign_in\":\"Continue with Facebook\",\"sign_up\":\"Sign up with Facebook\"},\"fail\":\"Fail.\",\"flag_document_sign_in\":\"To flag this document, please sign in\",\"flag_document_sign_up\":\"To flag this document, please sign up\",\"forgot\":{\"enter_email\":\"Enter your email address and we\'ll send you an email with a link to reset your password.\",\"weve_sent_email_html\":\"We\'ve sent an email to \\u003cstrong\\u003e{{escape_validated_email}}\\u003c/strong\\u003e with instructions to reset your password. If it doesn\'t show up soon, check your spam folder and then read this \\u003ca href=\\\"https://support.scribd.com/hc/articles/210134406-What-do-I-do-if-I-ve-lost-or-forgotten-my-password-\\\"\\u003eHelp Center article\\u003c/a\\u003e.\"},\"forgot_password\":\"Forgot password?\",\"give_gift_sign_in\":\"To give this gift, please sign in\",\"give_gift_sign_up\":\"To give this gift, please sign up\",\"google\":{\"error\":\"Google sign in failed\"},\"highlight_document_sign_in\":\"To highlight this document, please sign in\",\"highlight_document_sign_up\":\"To highlight this document, please sign up\",\"join_today_to_start_reading\":\"Join today to start reading\",\"logging_you_in\":\"Logging you in...\",\"not_you\":\"Not you?\",\"now_bringing_you_back\":\"Now bringing you back...\",\"pass\":\"Pass.\",\"password_must_be_at_least_ten_characters\":\"At least 10 characters\",\"password_not_been_breached\":\"Password has not been breached\",\"password_strength\":\"Password strength\",\"password_strength_colon\":\"Password strength: \",\"password_strength_good\":\"Good\",\"password_strength_moderate\":\"Moderate\",\"password_strength_strong\":\"Strong\",\"password_strength_weak\":\"Weak\",\"people_browsing_scribd_html\":\"\\u003cspan\\u003e{{count, locale}} person\\u003c/span\\u003e browsing Scribd right now\",\"people_browsing_scribd_html_plural\":\"\\u003cspan\\u003e{{count, locale}} people\\u003c/span\\u003e browsing Scribd right now\",\"rate_document_sign_in\":\"To rate this document, please sign in\",\"rate_document_sign_up\":\"To rate this document, please sign up\",\"recaptcha_disclaimer\":\"This site is protected by reCAPTCHA and the Google \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{policy_href}}\\\" target=\\\"_blank\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e apply.\",\"redeem_offer_sign_in\":\"To redeem this offer, please sign in\",\"redeem_offer_sign_up\":\"To redeem this offer, please sign up\",\"remember_me\":\"Remember me\",\"reset_password\":\"Reset password\",\"save_document_sign_in\":\"To save this document, please sign in\",\"save_document_sign_up\":\"To save this document, please sign up\",\"send_me_updates_from_scribd\":\"Send me updates from Scribd\",\"share_quote_sign_in\":\"To share this quote, please sign in\",\"share_quote_sign_up\":\"To share this quote, please sign up\",\"sign_in\":\"Sign in\",\"sign_in_add_note\":\"To add a note, please sign in\",\"sign_in_bookmark\":\"To create a bookmark, please sign in\",\"sign_in_create_list\":\"To create a list, please sign in\",\"sign_in_download\":\"To download, please sign in\",\"sign_in_follow\":\"To follow, please sign in\",\"sign_in_give_gift\":\"To give this gift, please sign in\",\"sign_in_highlight\":\"To highlight, please sign in\",\"sign_in_rate\":\"To rate, please sign in\",\"sign_in_redeem\":\"To redeem, please sign in\",\"sign_in_review\":\"To review, please sign in\",\"sign_in_save\":\"To save, please sign in\",\"sign_in_share_quote\":\"To share this quote, please sign in\",\"sign_in_start_months\":\"To start your free {{count}} month, please sign in\",\"sign_in_start_months_plural\":\"To start your free {{count}} months, please sign in\",\"sign_in_successful\":\"Sign in successful\",\"sign_in_to_scribd\":\"Sign in to Scribd\",\"sign_in_upload\":\"To upload, please sign in\",\"sign_in_with_email\":\"Sign in with email\",\"sign_up\":\"Sign up\",\"sign_up_add_note_this_title\":\"Sign up to add a note to this title.\",\"sign_up_annotate\":\"Sign up to annotate.\",\"sign_up_continue_reading_this_title\":\"Sign up to continue reading this title.\",\"sign_up_create_bookmark_this_title\":\"Sign up to create a bookmark.\",\"sign_up_create_list_this_title\":\"Sign up to create a list.\",\"sign_up_download_this_title\":\"Sign up to download this title.\",\"sign_up_follow_magazine_this_title\":\"Sign up to follow this magazine.\",\"sign_up_free_months_this_title\":\"Sign up to start your free {{count}} month.\",\"sign_up_free_months_this_title_plural\":\"Sign up to start your free {{count}} months.\",\"sign_up_give_gift_this_title\":\"Sign up to give this gift.\",\"sign_up_highlight_this_title\":\"Sign up to highlight.\",\"sign_up_or_sign_in\":\"Sign up or sign in\",\"sign_up_save\":\"To save, please create a Scribd account\",\"sign_up_save_this_title\":\"Sign up to save this title.\",\"sign_up_share_quote_this_title\":\"Sign up to share a quote from this title.\",\"sign_up_successful\":\"Sign up successful\",\"sign_up_to_rate_title\":\"Sign up to rate this title\",\"sign_up_to_review_title\":\"Sign up to review this title\",\"sign_up_with_email\":\"Sign up with email\",\"signup_to_redeem_offer\":\"Sign up to redeem offer\",\"start_free_months_sign_in\":\"To start your free {{count}} month, please sign in\",\"start_free_months_sign_in_plural\":\"To start your free {{count}} months, please sign in\",\"start_free_months_sign_up\":\"To start your free {{count}} month, please sign up\",\"start_free_months_sign_up_plural\":\"To start your free {{count}} months, please sign up\",\"upload_document_sign_in\":\"To upload a document, please sign in\",\"upload_document_sign_up\":\"To upload a document, please sign up\",\"use_another_email_address\":\"Use another email address\"},\"actions\":{\"read_continue\":\"Continue reading\",\"read_preview\":\"Read preview\"},\"ad_blocker_modal\":{\"i_disabled_my_ad_blocker\":\"I disabled my ad-blocker\",\"it_looks_like_youre_using_and_ad_blocker\":\"It looks like you\'re using an ad-blocker.\",\"show_me_how\":\"Show me how\",\"to_listen_to_titels_on_everand_disble_ad_blocker_or_use_mobile_app\":\"To listen to titles on Everand, please disable your ad-blocker or use our mobile app.\",\"to_read_titles_on_everand_disable_ad_blocker_or_use_mobile_app\":\"To read titles on Everand, please disable your ad-blocker or use our mobile app.\"},\"byline\":{\"and\":\"and\",\"by\":\"By\",\"published_by\":\"Published by\",\"written_by\":\"Written by\"},\"carousels\":{\"carousel_next\":\"Carousel Next\",\"carousel_previous\":\"Carousel Previous\",\"skip_carousel\":\"Skip carousel\"},\"common\":{\"ad\":\"ad\",\"add_a_new_payment_method\":\"Add a new payment method\",\"added_by\":\"Added by\",\"back\":\"Back\",\"back_to_top\":\"Back to top\",\"cancel\":\"Cancel\",\"close\":\"Close\",\"close_dialog\":\"Close dialog\",\"delete\":\"Delete\",\"description\":\"Description\",\"do_not_ask_me_again\":\"Do not ask me again\",\"download\":\"Download\",\"email_address\":\"Email address\",\"error\":\"Error\",\"errors\":{\"could_not_complete_request\":\"We couldn\'t complete your request\",\"failed_to_delete_review\":\"Review was not deleted. Please try again.\",\"failed_to_load\":\"Failed to load, try again\",\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_review\":\"Your review was not saved. Please try again.\",\"failed_to_save_review_vote\":\"Your vote was not saved. Please try again.\",\"failed_to_save_title\":\"Failed to save title\",\"please_try_again_later\":\"Please try again later.\"},\"forms\":{\"at_least_10_characters\":\"(at least 10 characters)\",\"email\":\"Email\",\"error\":\"Error\",\"invalid\":\"Invalid\",\"invalid_email\":\"Please enter a valid email\",\"name\":\"Name\",\"optional\":\"(optional)\",\"password\":\"Password\",\"please_enter_a_password\":\"Please enter a password\",\"please_enter_an_email\":\"Please enter an email\",\"required\":\"(required)\"},\"hide\":\"Hide\",\"info\":\"Information\",\"issue\":\"Issue\",\"key_insights\":\"Key insights from\",\"learn_more\":\"Learn more\",\"length\":\"Length\",\"library\":{\"add_to_list\":{\"success_message\":\"Added to {{collection_name}}\"},\"add_with_title\":\"Save {{title}} for later\",\"remove_with_title\":\"Remove {{title}} from saved\",\"sign_up_to_save\":\"Sign up to save this title\"},\"listen_free\":\"Listen free\",\"listen_free_for_30_days\":\"Listen free for {{trialDuration}} days\",\"listen_now\":\"Listen now\",\"listen_on_everand\":\"Listen on Everand\",\"load_more\":\"Load more\",\"more_about_this_title\":\"More about this title\",\"new_to_scribd\":\"New to Scribd?\",\"notice\":\"Notice\",\"opens_in_a_new_window\":\"opens in a new window\",\"or\":\"or\",\"play_preview\":\"Play preview\",\"preferred_language_set_to_language\":\"Preferred language set to {{language}}\",\"progress\":{\"listened\":\"listened\",\"read\":\"read\"},\"read_count\":\"{{count}} read\",\"read_count_plural\":\"{{count}} reads\",\"read_free\":\"Read free\",\"read_more\":\"Read more\",\"read_now\":\"Read now\",\"read_on_everand\":\"Read on Everand\",\"read_on_scribd\":\"Read on Scribd\",\"read_preview\":\"Read preview\",\"related_categories\":\"Related categories\",\"remove\":\"Remove\",\"remove_from_saved\":\"Remove from Saved\",\"removed_from_saved\":\"Removed from Saved\",\"removed_from_your_saved_list\":\"Removed from your saved list.\",\"restart_subscription\":\"Restart subscription\",\"resume_subscription\":\"Resume subscription\",\"save\":\"Save\",\"save_for_later\":\"Save for later\",\"saved\":\"Saved\",\"selected\":\"(selected)\",\"send_email\":\"Send email\",\"share_on\":{\"email\":\"Share via email\",\"email_mail_client\":\"Share with email, opens mail client\",\"facebook\":\"Share on Facebook\",\"facebook_new_window\":\"Share on Facebook, opens a new window\",\"linkedin\":\"Share on LinkedIn\",\"linkedin_new_window\":\"Share on LinkedIn, opens a new window\",\"pinterest\":\"Share on Pinterest\",\"pinterest_new_window\":\"Share on Pinterest, opens a new window\",\"twitter\":\"Share on Twitter\",\"twitter_new_window\":\"Share on Twitter, opens a new window\"},\"show\":\"Show\",\"sign_in\":\"Sign in\",\"sign_out\":\"Sign out\",\"songbook\":\"Songbook\",\"start_your_subscription\":\"Start your subscription\",\"success\":\"Success\",\"success_exclamation\":\"Success!\",\"title_author_separator\":\"by\",\"undo\":\"Undo\",\"undo_title_removed_from_saved\":\"Undo {{title}} removed from Saved\",\"uploaded_by\":\"Uploaded by\",\"welcome_back\":\"Welcome back\",\"welcome_back_exclamation\":\"Welcome back!\",\"worlds_fascinating_library\":\"The world\'s most fascinating library\"},\"competitor_matrix\":{\"last_updated_aug\":\"Last updated on August 5, 2021\",\"million_ebooks\":\"1,000,000+ ebooks\",\"million_magazine_news_articles\":\"1,000,000+ magazine \\u0026 news articles\",\"no\":\"No\",\"thousands_audiobooks\":\"200,000+ audiobooks\",\"title\":\"See why readers choose Scribd\",\"yes\":\"Yes\"},\"content_lengths\":{\"articles_with_count\":\"{{count, locale}} article\",\"articles_with_count_plural\":\"{{count, locale}} articles\",\"hour_with_count\":\"{{count, locale}} hour\",\"hour_with_count_plural\":\"{{count, locale}} hours\",\"minute_with_count\":\"{{count, locale}} minute\",\"minute_with_count_plural\":\"{{count, locale}} minutes\",\"page_with_count\":\"{{count, locale}} page\",\"page_with_count_plural\":\"{{count, locale}} pages\",\"songs_with_count\":\"{{count, locale}} song\",\"songs_with_count_plural\":\"{{count, locale}} songs\"},\"content_preview\":{\"leaving_everand\":\"Leaving Everand on {{date}}\"},\"content_types\":{\"series\":\"Series\"},\"doc_download_modal\":{\"check_out_these\":\"Check out these other great titles\",\"download_as\":\"Download as:\",\"download_document\":\"Download document\",\"download_iframe\":\"Download iframe\",\"download_started\":\"Your download has started\",\"membership_paused_html\":\"Your membership is currently paused until {{resumeMembershipDate}}. Would you like to resume your membership now to download \\u003cem\\u003e{{title}}\\u003c/em\\u003e?\",\"not_available\":\"This document is not available for download\",\"uploaded\":\"Uploaded By\"},\"doc_preview\":{\"views\":\"{{formatted_views}} views\"},\"errors\":{\"action_incomplete_heading\":\"Action Incomplete\",\"action_incomplete_message\":\"Oops! We\'re sorry, but we couldn\'t complete the action you requested at this time. We appreciate your patience as we come up with a solution.\",\"something_went_wrong\":\"Something went wrong, please try again.\"},\"everand\":{\"cta\":{\"download_free_days\":\"Download free for {{trialDuration}} days\",\"read_free_for_30_days\":\"Read free for 30 days\"}},\"everand_banner\":{\"visit_everand\":\"Visit Everand.\"},\"footer\":{\"about\":\"About\",\"about_scribd\":\"About Scribd\",\"accessibility\":\"Accessibility\",\"cancel_contract\":\"Cancel contracts here\",\"contact_us\":\"Contact us\",\"cookie_preferences\":\"Cookie Preferences\",\"copyright\":\"Copyright\",\"copyright_copy_current_year_scribd\":\"Copyright \\u0026copy; {{currentYear}} Scribd Inc.\",\"do_not_sell_share_info\":\"Do not sell or share my personal information\",\"everand_books_audiobooks\":\"Everand: Ebooks \\u0026 Audiobooks\",\"footer_menu\":\"Footer menu\",\"gifts\":\"Gifts\",\"help_faq\":\"Help / FAQ\",\"invite_friends\":\"Invite friends\",\"join_our_team_exclamation\":\"Join our team!\",\"legal\":\"Legal\",\"our_blog\":\"Our blog\",\"press\":\"Press\",\"privacy\":\"Privacy\",\"publishers\":\"Publishers\",\"purchase_help\":\"Purchase help\",\"redeem_gift_card\":\"Redeem gift card\",\"scribd_-_download_on_the_app_store\":\"Scribd - Download on the App Store\",\"scribd_-_get_it_on_google_play\":\"Scribd - Get it on Google Play\",\"scribd_-_get_it_on_kindle_fire\":\"Scribd for Kindle Fire\",\"scribd_for_enterprise\":\"Scribd for enterprise\",\"social\":\"Social\",\"support\":\"Support\",\"terms\":\"Terms\"},\"get_app_modal\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\",\"an_error_occurred_please_try_an\":\"An error occurred please try an email\",\"enter_your_email\":\"Enter your email\",\"enter_your_phone_or_email\":\"Enter your phone or email\",\"get_the_app_to_read_and_listen\":\"Get the app to read and listen anytime, anywhere.\",\"link_sent_please_check_your_mobile\":\"Link sent! Please check your mobile device\",\"listen_offline_with_app\":\"Listen offline with the app\",\"phone_or_email\":\"Phone or email\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"please_enter_a_valid_phone_number\":\"Please enter a valid phone number\",\"please_enter_a_valid_phone_number_or_email\":\"Please enter a valid phone number or email\",\"read_offline_with_app\":\"Read offline with the app\",\"send\":\"Send\"},\"holiday_banner\":{\"days_left_title\":\"Only {{count}} day left in our holiday gift sale!\",\"days_left_title_plural\":\"Only {{count}} days left in our holiday gift sale!\",\"everyday_title\":\"Scribd: give the gift they\'ll open every day\",\"shop_subscriptions\":\"Shop subscriptions\"},\"listen_button\":{\"listen_continue\":\"Continue listening\",\"listen_start\":\"Start listening\"},\"lists\":{\"curated_by\":\"Curated by\",\"curated_by_everand_editors\":\"Curated by Everand Editors\",\"curated_by_scribd_editors\":\"Curated by Scribd Editors\",\"view_total_titles\":\"View {{count}} title\",\"view_total_titles_plural\":\"View {{count}} titles\"},\"loading_button\":{\"tooltip_content\":{\"loading\":\"Loading...\"}},\"login\":{\"join_lightbox\":{\"email\":\"Email\",\"we_couldn_t_complete_your_request\":\"We couldn\'t complete your request\"}},\"mobile_bottom_navigation_tabs\":{\"active\":\", active\",\"home\":\"Home\",\"quick_navigation\":\"Quick navigation\"},\"modal\":{\"opt_in\":{\"stay_in_the_loop\":\"Stay in the loop\"},\"upsell\":{\"cancel_anytime\":\"Cancel anytime\",\"continue_with_free_trial\":\"Continue with {{trialDuration}}-day free trial\",\"continue_with_limited_access\":\"Continue with limited access\",\"or\":\"or\"}},\"navigation\":{\"open_menu\":\"Open navigation menu\",\"sidebar\":{\"selected\":\", selected\"},\"upload\":\"Upload\"},\"plan_card\":{\"per_month\":\"/month\"},\"plan_type\":{\"plus_monthly\":\"Plus Monthly\",\"standard_monthly\":\"Standard Monthly\"},\"plans\":{\"moving_to_plus\":\"Moving to Plus on {{date}}\",\"next_unlock_available\":\"Your next unlock will be available on {{refresh_date}}\",\"no_unlocks_available\":\"0 unlocks available\",\"num_unlocks_available\":\"{{count}} unlock available.\",\"num_unlocks_available_plural\":\"{{count}} unlocks available.\",\"num_unlocks_available_renew_monthly\":\"{{count}} unlock available. Unlocks renew monthly on {{refresh_date}} and do not carry over.\",\"num_unlocks_available_renew_monthly_plural\":\"{{count}} unlocks available. Unlocks renew monthly on {{refresh_date}} and do not carry over.\",\"renew_and_upgrade\":\"Renew and upgrade to Plus to unlock this title.\",\"renew_get_next_unlock\":\"Renew your subscription to get your next unlock on {{refresh_date}}.\",\"resume_and_upgrade\":\"Resume and upgrade to Plus to unlock this title.\",\"unlock_plus_title\":\"Unlock Plus title\",\"unlocked\":\"Unlocked\",\"upgrade_to_unlock\":\"Upgrade to Plus to unlock\",\"youve_unlocked_this_title\":\"You’ve unlocked this title.\"},\"play_sample_button\":{\"pause\":\"Pause\",\"play_sample\":\"Play sample\"},\"podcast_episode\":{\"from\":\"From\"},\"podcast_series\":{\"num_episodes\":\"{{ count }} episode\",\"num_episodes_plural\":\"{{ count }} episodes\",\"num_podcast_episodes\":\"{{count, locale}} podcast episode\",\"num_podcast_episodes_plural\":\"{{count, locale}} podcast episodes\"},\"promos\":{\"annual_offer\":{\"annual\":\"Premium Annual\",\"monthly\":\"Premium Monthly\",\"youre_all_set_html\":\"You\'re all set! You’ve updated your plan. \\u003ca href={{account_settings_url}}\\u003eView your plan\\u003c/a\\u003e in your account.\"}},\"react\":{\"button_menu\":{\"close_menu\":\"Close menu\"},\"modals\":{\"delete_item_in_list\":{\"cancel\":\"Cancel\",\"delete\":\"Delete\",\"do_not_ask_me_again\":\"Do not ask me again\",\"removing_from_saved_will_also_delete\":\"Removing from Saved will also delete the title from your lists.\",\"this_title_is_also_in_a\":\"This title is also in a list.\"}},\"save_button\":{\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_title\":\"Failed to save title\",\"remove_short_title_from_saved\":\"Remove {{short_title}} from Saved\",\"save_short_title_for_later\":\"Save {{short_title}} For Later\",\"sign_up_to_save\":\"Sign up to save this title\"},\"sharing_buttons\":{\"check_out_props_share_title_on_scribd\":\"Check out {{props_share_title}} on Scribd\",\"i_m_reading_props_document_collection_name_on_scribd_props_document_collection_url\":\"I’m reading {{props_document_collection_name}} on Scribd: {{props_document_collection_url}}\",\"read_props_document_collection_name_on_scribd\":\"Read {{props_document_collection_name}} on Scribd\",\"share_on_facebook\":\"Share on Facebook\",\"share_on_facebook_opens_a_new\":\"Share on Facebook, opens a new window\",\"share_on_linkedin\":\"Share on LinkedIn\",\"share_on_linkedin_opens_a_new\":\"Share on LinkedIn, opens a new window\",\"share_on_twitter\":\"Share on Twitter\",\"share_on_twitter_opens_a_new\":\"Share on Twitter, opens a new window\",\"share_with_email\":\"Share with Email\",\"share_with_email_opens_mail_client\":\"Share with Email, opens mail client\",\"sharing_options\":\"Sharing Options\"}},\"reading_progress\":{\"base\":{\"we_ve_moved_you_to_where_you\":\"We\'ve moved you to where you read on your {{progress_device_name}}\"}},\"renew_upgrade_modal\":{\"please_renew_your_subscription_first_in\":\"Please renew your subscription first in order to upgrade to Plus to unlock this title.\",\"renew_and_upgrade_to_unlock\":\"Renew and upgrade to unlock this title\",\"renew_subscription\":\"Renew subscription\"},\"resume_membership\":\"Resume subscription\",\"save_button\":{\"save\":\"Save\",\"saved\":\"Saved\"},\"sharing_buttons\":{\"hi_there_document_action_and_thought_you\":\"Hi there, {{document_action}} and thought you might like it. {{document_title}} by {{document_author_or_publisher_name_or_login}} {{doc_url}} Scribd gives you monthly access to books, audiobooks, and more - for less than the cost of a paperback. Join today and {{trial_cta_downcase}}. Find out more at: http://www.scribd.com/\",\"i_m_reading_document_title_on_suffix\":\"I’m reading {{document_title}} on {{suffix}}\"},\"skip_link\":{\"skip_content\":\"Skip content\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Scribd on Facebook\",\"scribd_on_instagram_aria_label\":\"Scribd on Instagram\",\"scribd_on_pinterest_aria_label\":\"Scribd on Pinterest\",\"scribd_on_twitter_aria_label\":\"Scribd on Twitter\"},\"star_ratings\":{\"clear_rating\":\"Clear rating\",\"i_didnt_like_it_at_all\":\"I didn\'t like it at all\",\"i_didnt_like_it_that_much\":\"I didn\'t like it that much\",\"i_liked_it\":\"I liked it\",\"i_loved_it\":\"I loved it\",\"i_thought_it_was_ok\":\"I thought it was OK\",\"rate_as_rating_out_of_5\":\"Rate as {{value}} out of 5\",\"rating_rating_to_display_out_of_5_stars\":\"Rating: {{ratingToDisplay}} out of 5 stars\",\"ratings\":\"rating\",\"ratings_plural\":\"ratings\",\"saved\":\"Saved!\",\"selected\":\"(selected)\",\"user_rating_star_rating_saved\":\"{{userRating}} star rating saved\"},\"start_exploring\":\"Start exploring\",\"text_links\":{\"all_categories\":\"All categories\",\"related_authors\":\"Related authors\",\"view_all_categories_in_category\":\"View all categories in {{category}}\",\"view_fewer\":\"View fewer\",\"view_more\":\"View More\"},\"time_remaining\":{\"hours\":\"{{count}} hr left\",\"hours_plural\":\"{{count}} hrs left\",\"minutes\":\"{{count}} min left\",\"minutes_plural\":\"{{count}} mins left\",\"pages\":\"{{count}} page left\",\"pages_plural\":\"{{count}} pages left\"},\"trial\":{\"cancel_anytime\":\"Cancel anytime.\"},\"trial_duration\":{\"first_days_free\":\"Your first {{trialDuration}} days are free.\",\"read_free_days\":\"Read free for {{trialDuration}} days\",\"start_trial_days\":\"Start your free {{trialDuration}} days\",\"upload_for_free_days\":\"Unlock full access (pages {{startPage}}-{{endPage}}) by uploading documents or with a {{trialDuration}} day free trial\"}},\"slideshare\":{\"accessibility\":{\"logo\":\"SlideShare, a Scribd company\"},\"checkout\":{\"hero_banner_title\":\"Your SlideShare presentation\"},\"join\":{\"ad_free_sign_up_sub_title\":\"You’ll get instant access to millions of presentations, documents, ebooks, audiobooks, magazines, podcasts and more. We’ll remind you before your trial ends.\",\"ad_free_sign_up_title\":\"To enjoy SlideShare ad-free, sign up for a free {{trialDuration}}-day Scribd trial\",\"already_have_scribd_account\":\"Already have a Scribd account?\",\"create_account\":\"Create a Scribd account to continue\",\"get_instant_access\":\"Get instant access to millions of documents, ebooks, audiobooks, magazines, podcasts, and more. All in one subscription.\",\"need_account_sign_in_slideshare\":\"You can use this account to access SlideShare and Scribd.\",\"to_continue_reading\":\"To continue reading on SlideShare, sign up for a {{trialDuration}} day free Scribd trial\",\"trial_duration\":\"To download on SlideShare, sign up for a {{trialDuration}} day free Scribd trial\"},\"login\":{\"sign_in\":\"Sign in with your Scribd account to continue\"}},\"subscribe_now\":{\"modal\":{\"continue_to_scribd\":\"Continue to Scribd\",\"looking_for_our_ebooks_audiobooks\":\"Looking for our ebooks and audiobooks?\",\"scribd_recently_launched_everand\":\"Scribd recently launched \\u003cem\\u003eEverand\\u003c/em\\u003e as your new home for ebooks, audiobooks, magazines, sheet music, and podcasts. Scribd is still your home for community-uploaded documents.\",\"visit_everand\":\"Visit Everand\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"webpack\":{\"doc_page\":{\"src\":{\"App\":{\"Page\":{\"BetweenPageInterstitial\":{\"BetweenPageInterstitial\":{\"continue_for_free\":\"Continue for Free\",\"you_re_reading_a_preview\":\"You\'re reading a preview\"}},\"BetweenPageUserRating\":{\"BetweenPageUserRating\":{\"dismiss_user_rating_prompt\":\"Dismiss user rating prompt\",\"improve_your_experience\":\"Improve Your Experience\",\"rating_will_help_us_to_suggest\":\"Rating will help us to suggest even better related documents to all of our readers!\"}},\"BlurPromo\":{\"BlurPromo\":{\"become_a_scribd_member_to_read\":\"Become a Scribd member to read and download full documents.\",\"cancel_anytime\":\"Cancel anytime\",\"continue_for_free\":\"Continue for Free\",\"continue_reading_with_trial\":\"Continue Reading with Trial\",\"or\":\"Or\",\"update_payment\":\"Update Payment\",\"update_payment_for_full_access\":\"Update payment for full access.\",\"upload_to_download\":\"Upload to Download\",\"upload_your_documents_to_download\":\"Upload your documents to download.\"}},\"Body\":{\"Body\":{\"share_this_document\":\"Share this document\"},\"Document\":{\"mappings\":{\"thank_you_for_your_rating\":\"Thank you for your rating!\"}},\"FixedViewportBottomComponents\":{\"CollapseButton\":{\"CollapseButton\":{\"click_to_collapse_related_titles\":\"Click to collapse Related Titles\",\"click_to_expand_related_titles\":\"Click to expand Related Titles\"}},\"ViewInStorePromo\":{\"ViewInStorePromo\":{\"get_our_free_app\":\"Get our free app\",\"get_scribd_for_your_mobile_device\":\"Get Scribd for your mobile device.\"}}},\"Metadata\":{\"Extra\":{\"Extra\":{\"original_title\":\"Original Title:\",\"original_title_no_colon\":\"Original Title\"}}},\"StaticPromoStudy\":{\"StaticPromoStudy\":{\"anytime_anywhere_any_device\":\"Anytime. Anywhere. Any device.\",\"cancel_anytime\":\"Cancel Anytime\",\"everything_you_want_to_read\":\"Everything you want to read.\",\"no_commitment_cancel_anytime\":\"No Commitment. Cancel anytime.\",\"read_for_free\":\"Read For Free\",\"reward_your_curiosity\":\"Reward Your Curiosity\"}},\"Toolbar\":{\"Toolbar\":{\"jump_to_page\":\"Jump to Page\"}},\"TruncatePromo\":{\"TruncatePromo\":{\"continue_reading_with_trial\":\"Continue Reading with Trial\"},\"helpers\":{\"constants\":{\"unlock_the_full_document_with_a\":\"Unlock the full document with a free trial!\"}}}},\"annotations\":{\"AnnotationPopover\":{\"AnnotationPopover\":{\"add_note\":\"Add Note\",\"annotation_text_page_annotation_page_nread_more\":\"\\\"{{annotation_text}}…\\\" (page {{annotation_page}})\\\\nRead more:\",\"delete\":\"Delete\",\"highlight\":\"Highlight\",\"share_quote\":\"Share Quote\"}},\"NoteEditor\":{\"NoteEditor\":{\"add_note\":\"Add Note\",\"cancel\":\"Cancel\",\"delete_note\":\"Delete note\",\"note\":\"Note\",\"note_note_group_notes_indexof_active_note_id_1_of_note_group_notes_length\":\"Note {{note_group_notes_indexof_active_note_id_1}} of {{note_group_notes_length}}\",\"save\":\"Save\",\"write_a_note\":\"Write a note…\"}}},\"modals\":{\"AppPromoInterstitial\":{\"AppPromoInterstitial\":{\"continue_reading_with_free_trial\":\"Continue Reading with Free Trial\",\"get_instant_access_to_this_document\":\"Get instant access to this document\",\"opens_scribd_app\":\", opens Scribd app\",\"or\":\"OR\",\"read_free_in_the_app\":\"Read Free in the App\",\"sign_up_to_download\":\", sign up to download\"}},\"Description\":{\"Description\":{\"document_information\":\"Document Information\"}},\"LanguagePicker\":{\"LanguagePicker\":{\"cancel\":\"Cancel\",\"language_options\":\"Language Options\",\"save\":\"Save\",\"select_your_preferred_language\":\"Select your preferred language\",\"we_ll_translate_site_navigation_and_tailor\":\"We’ll translate site navigation and tailor your personal recommendations where possible to match your preferred language selection.\",\"we_ll_translate_site_navigation_to_match\":\"We’ll translate site navigation to match your preferred language selection.\"}},\"LockShockRoadblockModal\":{\"LockShockRoadblockModal\":{\"later\":\"Later\",\"problem_with_your_last_payment\":\"Problem with your last payment\",\"update_payment\":\"Update Payment\",\"your_membership_is_on_hold_please\":\"Your membership is on hold because of a problem with your last payment.\"}},\"ShareQuote\":{\"ShareQuote\":{\"loved_this_quote_i_read_on\":\"Loved this quote I read on @Scribd\",\"page_page\":\"(page {{page}})\",\"share_quote\":\"Share Quote\"}}}}},\"body\":{\"sidebar\":{\"date_uploaded\":\"Date uploaded\",\"on_created_at\":\"on {{created_at}}\"},\"toolbar\":{\"search_inside_document\":\"Search inside document\"}},\"modals\":{\"flag_document\":{\"hateful_or_offensive\":\"Hateful or offensive\",\"please_select_an_option\":\"Please select an option\",\"porn_adult_content\":\"Porn adult content\",\"spam_or_junk\":\"Spam or junk\"}},\"shared\":{\"actions\":{\"modals\":{\"redirecting\":\"Redirecting...\",\"unable_to_unpause_account_please_try\":\"Unable to unpause account. Please try again\"}},\"base_page\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\"},\"carousels\":{\"recommender_carousel\":{\"skip_carousel\":\"Skip carousel\"}},\"components\":{\"flashes\":{\"Flash\":{\"Flash\":{\"information\":\"information\"}}},\"modals\":{\"Download\":{\"Receipt\":{\"Receipt\":{\"uploaded_by_this_props_document_author_name\":\"Uploaded by {{this_props_document_author_name}}\"}}}}},\"download_button\":{\"button\":{\"download\":\"Download\"}},\"store\":{\"actions\":{\"modals\":{\"subscribe_to_continue_reading\":\"Subscribe to Continue Reading\"}}}}}}}}}}");Scribd.e2e_enabled = false;</script><script type="application/javascript">function prefetchResource(u){var x = new XMLHttpRequest();x.open("GET", u, true);x.send()};</script></body></html>