You are on page 1of 128
COMPUTER SCIENCE & IT PUNJAB CURRICULUM AND TEXTBOOK BOARD, LAHORE All rights reserved with the Punjab Curriculum and Textbook Board, Lahore. No part of this book can be copied, translated, reproduced or used for preparation of test papers, guide books, key notes, helping books, etc. Contents Unit Topic Page 1 | Problem Solving 1 2 | Binary System 33 3 | Networks 53 4 | Data and Privacy B 5 | Designing Website 98 Answers 17 Glossary 118 Index 119 Author Editor Dr. Muhammad Atif Chattha Amjad Riaz Associate Professor Department of Computer Sciences & IT The University of Lahore Msc. IT Project Management (Sweden) Consultant Software Architect Director Horizon Concepts Limited United Kingdom Artist Supervision Aisha Waheed © Ms. Nisar Qamar © Mr. Mazhar Hayat Layout Setting Director Manuscripts HOD (ure Sciences) Hafiz Inam-ul-Haq Prepared by Publisher: Malik House Printer: Edition Impres Date of Printing © Jahanzaib Khan 55 (Computer Science) F F March 2019 Sonera’ Ske ced Unit Problem Solving 1 1.1 __ Problem Solving Steps 2 L11__Defining a Problem 2 112 Understanding a Problem 3 113 __ Planning a Solation 4 114 Defining Candid Solutions 5 LAS Selecting the Best Solution 6 12 Flowcharts 6 1.21 Definition 6 1.22. __ Importance of Flowchans in Problem Solving 7 123 Determining Requirements fora Flowchart 7 124 Flowchart Symbols 7 4125 Examples of Flowchats 8 13 Algorithm as 131 Definition as 132 __ Role of Algorithms in Prablem Solving 16 133 Formulation ofan Algorithm v 134 Examples of Algorithms v7 135 __ Efficiency of Algorithms 2 136 _ Difference between an Algorithm and a Flowchart 23 14 TestDate 2 1.41 Importance of Testing 25 142 __Typesof Test Data 25 LS ___ Verification and Validation 26 151 Verfication 26 152 Validation 26 1.6 __ Identification and Correction of Erors 2 161 Trace Table 28 1162 __ Using Invalid Data for Testing 29 Summary 29 Exercise 30 Cece) Unit2 _ Binary System 2.1 Introduction to Number Systems 34 21a Decimal 34 212 Binary 3 213 Hevadecimal 34 22 Number System Conversion 38 224 Decimal to Binary and Binary to Decimal 35 222 Decimal to Hexadecimal and Hexadecimal to Decimal 36 223, Hexadecimal to Binary and Binary to Hexadecimal 37 23. Memory and Data Storage 33 231 Memory Ea 232. Data Representation in Computer Memory 70 233, Storage Device a 2.4 Measurement of Size of Computer Memory “3 25 Boolean Algebra 4 251 Boolean Proposition 4 252 Truth Values a 253 Logical Operators (AND, OR NOT 45 254 TethTable a6 255 Laws of Boolean Algebra a7 Summary 50 Exercise 5 Unit Networks 3.4 Computer Network 54 311 Need of Computer Network 55 312 Cient Server 37 3.2 __ Physical Structure of Networks 57 321 Types of connection 57 322 __ Network topologies 58 3.3 Basics of Data Communication 60 331__Components of a Communication System 60 3.4 Computer Network Models 62 341__ Protocols in TCPAP Suit 4 Sonera’ 35 The Need for Addressing 6 35:1 __ Importance of Addressing in Data Communication 6 352 __ Mapping between Telephone Addressing and Network Addressing 3 3.6 Sending HTTP Requests and Receiving HTTP Responses over the Internet 66 361 Understand IP Addressing 7 37 Routing Gj 371 Understand a Router a 272 __ Routing inthe internet A 373 Routing Process o Summary 70 Beercse n Unit 4 Data and Privacy 44 Ethical Issues Related to Security ™ 411 Understanding Ethical issues Related to Data Security 74 412_ Safeguarding Privacy of Others 78 42 __ Importance of Data Privacy 79 421__ Privacy Concerns that Arse Through the Mass Collection af Data 7 “aag.__A’alyting the Personal Privacy and Security Concerns that Arise with any of Computational 7” Systems 43 ___ Simple Encryption at 43.__Importance of Encryption for Everyday Life onthe Internet 2 432 Caesar Gpher 8 43.21 _ Importance of Encryption for Everyday Life onthe Internet 2 4322 _Vigenere Cipher w 433, Using Vigenere Cipher Widget a6 434 Encrypted with Random Substitution using Frequency Analysis 7 435 Weaknesses and Security Flaws of Substitution Ciphers 8 44 Encryption with Keys and Passwords 3 441 Relationship beween Cryptographic Keys and Passwords 8 442 Characteristics ofa Good Password Ey 45 Cybercrime 90 451_Characersies of Phishing Atak 32 45.1 DoS (Denial of Service) Atack 3 Cece) ‘Summary 95 Exercise 96 Unit S Designing Website 5. Introduction to HTML. 100 121 Definition 300 512 Creating Fist Webpage and Displaying it 101 5.13 __entifying the Tags used to Markup HTML Elements 101 514 __Ateibutes in HIML Tags 102 5.22 Main Sections in a Webpage, HTML, HEAD and BODY 302 52 TextFormatting 103 5.21. Content Formatting in HTML tot 5.23 Identify the Text Formatting Tags 105 53 Creating Lists 105 531 Typesof Lists 105 54 Images and Backgrounds 17 55 __Definea Hyper 109 554 Create ahyperink to a webpage 108 552 __ Define an anchor 109 553 Greate an anchor to hyperink within a webpage 108 554 Create a graphical hypertin 10 5.6 Creating Tables 110. Summary an Exercise 12 ‘Answers to exercises 47 Glossary 8, Index 1s x 1) Problem Solving Students’ Learning Outcomes 1. Problem Solving Steps © Defining a problem Understanding a problem Planning a solution Defining candid solutions Selecting the best solution 2. Flowcharts Defining a flowchart Explaining the importance of a flowchart for problem solving Determining the requirements for a flowchart Using flowchart symbols Drawing flowcharts for sample problems 3. Algorithm Defining an algorithm Describing role of algorithm in problem solving Formulating an algorithm Writing algorithms for sample problems Understanding efficiency of algorithms Differentiating between algorithms and flowcharts 4, Test data © Understanding the concept of test data © Describing importance of testing © Understanding types of test cases 5. Verification and validation (© Understanding the concept of verification (© Understanding the concept of validation 6. Identification and correction of errors © Using trace table for testing © Using invalid test data for testing eeu) 1.1 Problem Solving Steps In order to solve a problem, it is important to follow a systematic approach. In the following we discuss different steps that we can follow to solve a problem systematically. 1.1.1 Defining a Problem ‘A well-defined problem is the one that does not contain ambiguities. All the conditions are clearly specified and it has a clear goal, It is easy to understand and solve. Given a problem statement, first we need to see whether the problem is defined well or not. If the problem is not defined well then we can use one of the following strategies to define the problem. Gain Background Knowledge: We try to know the situation and circumstances in which the problem is happening. In this way, we can identify the given state. It also helps to know what a good solution will look like. How we shall be able ‘to measure the solution. Use Guesses: We try to guess the unknown information through appropriate guesses. These guesses may be bases upon our past experiences. Draw a Picture: If the problem is not well-defined, we can draw a picture and fill the undefined information. Figure 1-1 shows pictorial representation of a problem. SITET as Tai dissec shat ‘Can you solve this? wf. et. et. mh. ms Pees Albert Einstein said, “If I were given one hour to save the planet, I would spend 59 minutes defining the problem and one minute resolving it’ 2 n Remember Pictures speak louder than words. Figure 1-1 Problem shown in a picture form Unit 1 - Problem Solving 1.1.2 Understanding a Problem Itis important to understand the problem before jumping into the solution of the problem. For example, a riddle or a puzzle can be answered only after clear understanding. A clear understanding of a problem makes it easier to solve and helps to save money, time and resources. Understanding of a problem usually includes identification of the 5 Ws (what, who, when, where, and why). Problem analysis is the process to figure out these 5 Ws from a Problem problem statement. Problem analysis Analysis helps to understand a given problem. _ These are the basic elements which lead Solution towards the solution of a given problem. For example, consider the following Figure 1-2 From problem to solution, problem statement “Suppose your class teacher assigns you a task to prepare a list of students in your school whose names start with letter ‘A’. The list is required in order to prepare an alphabetical directory of all school students and there is only one week to complete the task.” We can analyse this problem by identifying 5Ws in the problem statement as given below: + What: List of students’ names starting with letter © Who: Students. + Why: To prepare the directory of students. © When: Within a week. + Where: School Figure 1-2 shows the metaphorical representation of problem where the red light presents a problem, the yellow light represents its analysis and the green light presents the solution, It shows that problem analysis makes us closer to a solution. Cece) Students are put in groups of two or three, and each group is provided two different lists of students’ names. ‘One list contains the marks of students in mathematics subject while the other listis for physics subject. Each groups supposed to prepare the following lists. a) Top 5% students in mathematics. b) Top 5% students in physics. ©) Students having more than 90% marks in both subjects. Identify 5 Ws for this problem. 1.1.3 Planning a Solution After analyzing a problem, we formulate a plan that may lead us towards the solution of a problem. This phase includes finding the right strategy for problem solving Some of the strategies are: * Divide and Conquer: This strategy we divides a complex problem into smaller problems. Figure 1-3 Planning for success * Guess, Check and Improve: The designer guesses a solution to a problem and then checks the correctness of the solution. If the solution is not according to expectations, then he/she refines the solution. The refinement is an iterative process. + Act it Out: In this strategy the designer defines the list of "to-do" tasks. Afterwards he/she performs the task. + Prototype (Draw): This technique draws a pictorial representation of the solution. It is not the final solution. However, it may help a designer to understand the important components of the solution. The selection of a strategy depends upon the problem. It is quite important that one strategy maybe more suitable to implement a solution than the other one. Very specifically, the selection of the strategy depends upon the nature of a problem, Unit 1 - Problem Solving 1.1.4 Defining Candid Solutions The word candid refers to something spontaneous and unplanned. For example, if you are asked to find number of students in your school who can play cricket. You can estimate by finding cricket players in your class and then multiplying it by the total number of classes in your school. Your answer in this way is the can Figure 1-4 Multiple solutions of a problem solution. To find exact number of cricket players, you have to opt some other way, like visiting each class or getting data from teachers. One can think of a candid solution anytime. A candid solution can help to save time. In Figure 1-4, there are different ways shown to reach a certain place (which can be reached either by going across the wall or by going sideways) and the one you think can work, is the candid solution. It is not necessary that the candid solution is the actual solution of a problem. Your task is to find average height of your class fellows. Give a candid answer and also the method to find the exact solution ‘One method is to use a measuring tape. Mark the height on the tape and then read the exact measurement from the tape. After recording the height of every student, you can calculate the average height ofall the students in your classroom, (Or you can even find out the candid height of a student through some object of known height, like a book. Let's say that the height of your textbook is 8cm. You can mark the height of the book on a wall. Using the book several times, you can make a scale with intervals of &cm. Then, by standing next to the wall you can get a candid solution to the student’sheight. ecu) 1.1.5 Selecting the Best Solution Sometimes we find more than one solutions of a problem and select the best one amongst & them. For example, assume that names of all “S the students in your school are available on a website and you are asked to search a W particular name. You can solve this search problem by either of the following methods: _Figure 1-5 Levels of solution 1. Look at each name on the website one by one until the name is found or the list is over. 2. Take printouts and search the required name. 3. Copy names, put them in Excel sheet and sort there in alphabetical order. Searching in a sorted list is comparatively easy. 4, Just press Ctrl+F, when the list is available in a web browser. You can type the name to search automatically. There can be other solutions as well. Now we can identify a solution that has less number of steps or that seems more effective based on some criteria. 1.2 Flowcharts Flowcharts are helpful to know about the steps used to solve a problem. In the following, we discuss the concept of flowcharts in detail, Take shoes 1.2.1 Det and socks A flowchart is a graphical presentation of the steps to solve L a problem. We use symbols for each step, and these |_Wearsocks symbols are connected with the help of arrows to show the J flow of processing. Wear shoes Figure 1-6 shows a flowchart for the simple problem of wearing shoes with socks. It shows that not only the steps are important but also the order to complete a process. A Figure 1-6 Sample flowchart Unit 1 - Problem Solving flowchart is used to visually communicate the steps in a process. 1.2.2 Importance of Flowcharts in Problem Solving In problem solving, flowcharts can be used to plan a solution. If a flowchart is already there, we can quickly understand the way a problem is solved. It is more effective to visualize a solution graphically than a text. A graphical representation also makes it effective to verify whether a solution is correct or not. It is also a good way to communicate the solution of a problem to other people. 1.2.3 Determining Requirements for a Flowchart In a flowchart we use input, output, decision making and processing. These concepts are described in the following: Input means taking data from a user, processing it and give some output as shown in Figure 1-7. For a flowchart the requirements are to know about: + Inputs: Input means taking data from the user. It is important to know, how many and what type of inputs are required. + Processing: A flowchart also contains processing steps. The processing steps are used for performing calculations and storing the results of calculations. These may include increasing/decreasing a value, adding/multiplying/dividing two values etc. on ers Figure 1-7 Flow from input to output * Decision Making: To determine whether a statement is true or false, and taking appropriate steps accordingly, is called decision making. * Outputs: Outputs are used to display information and usually this information exhibits the processed results. 1.2.4 Flowchart Symbols Flowcharts explain a process clearly through symbols and text. They use special shapes to represent different types of actions or steps in a process. eeu) Lines and arrows show the flow of the steps. Table 1-1 shows some of the most widely used symbols in flowcharts. OE Neue It is used to determine the flow of steps in a — Flow li lowing | flowchart Terminal | It indicates start and end of a flowchart. Process | It represents operations to change values. It shows a conditional operation that determines Decision | "which one of the two paths to take. The operation is commonly a yes/no question or a true/false test. It indicates the input of data from user or Input/Output displaying results to user. Ifa flowchart doesn't fit on a page, then we use O Connector | connector to connect parts of a flowchart on different pages. Table 1-1 1.2.5 Examples of Flowcharts In this section we study problem solving using flowcharts. In a flowchart, input means to get data from some input device and store in computer memory. A data in memory is given some particular name. We access data with respect to its given name to perform some computation from which results are obtained. The results are stored in computer memory and we print (display) the results ‘on some output device. Unit 1 - Problem Solving 1. To convert Celsius to Fahrenheit temperature. This flowchart shows that after Start, a computer user provides some numeric data which is stored in computer memory with the name celsius. In the next step, the result is computed by applying the formula to convert the given Fahrenheit = {(celsius x 9) + 5) +32 Celsius temperature to Fahrenheit temperature. The result is stored with name Fahrenheit. The value stored with name Fahrenheit is then displayed by using some output device. Next, the flowchart is ended. 2. To find 3. To find the volume 4. To find plain the acceleration of a of cube. moving object with given mass and the force applied. ‘Acc = force + mass Volume = aces amount x (rate 100) x year edge x edge x edge — Ss a eeu) 5. To find the sum, product and 6, To find the area of a average of five given numbers. parallelogram. peciey foeE Sum =n0 + nl +n2+n3 +n4 - Product = nO x nl x n2x n3 x n4 Area = base x height Avg = (n0 x nl x n2 x n3 x n4) +5 Conditional Flow in Flowcharts: In the following flowcharts, we study that a flow between steps can depend upon a certain condition. If the condition is true then the flow is different from when the condition is false. A condition is always evaluated as either true or false. = 7. To determine whether a given number is odd or Rem=nmod2 even. ab er GD In the above flowchart, after the start step a numeric value is taken from a user and stored in computer memory with name n. Then this value is divided by 2 and remainder is stored in memory with name Rem. To calculate the remainder, mod function is applied. We perform a conditional operation to check whether n is completely divisible by 2 or not. This is done by comparing the value of Rem with 0. If Rem is 0, the conditional operation gives a true Unit 1 - Problem Solving value. It means that n is even because it is completely divisible by 2. On the other hand if Rem is not 0, the conditional operation gives a false value. It means that n is odd. given 8 To display the out of the thr unequal numbers. Large = no No ves Large = nt ves: Large = n2 No Following flowchart shows another solution to find a maximum value among three numbers a, b and c. Cece) Investigate both the approaches presented to find a maximum value among three numbers and compare them. Which approach has advantage(s) over the other? Write your findings and discuss with your class teacher. 9. To assign grade to a subject based on total marks and obtained marks. Percentage = (obtained marks + total marks) x 100 Grade = At ves [Grade nol Grad Unit 1 - Problem Solving 10.To determine name of a week day from a given number where weekdays are assumed from Monday to Sunday and their respective numbers from 1 to 7. No, ves No, ves No, ves In the above flowchart, a user is supposed to provide the input value from 1 to 7, but itis possible that the input value is less than 1 or more than 7. We need to take care of such values and display appropriate messages, like "Your values less than 1” or “Your valueis more than 7 Modify the above flowchart with respect to proper error messages. eeu) Repeating Steps in Flowcharts: In all of the above flowcharts, the flow is from top to bottom but it is also possible that the flow may go to a previous step, especially when we need to repeat some steps. In the following, we show some flowcharts containing steps that are repeated. 11.To input 5 values one (Gx) by one and determine L if the given value is count = 0 odd or even. Increase count by 1 Rem =n mod 2 Yes NO ep yes The above algorithm uses a Count to keep counting the number of inputs given by a user. So, we initially give it the value 0 and increase it by 1 after every input. After printing even or odd we compare it with 5. If the Count reaches to 5, we stop the flow or otherwise transfer it to input another value. Unit 1 - Problem Solving 12.To find a sequence of odd numbers starting from a given number till some limit, Rem = nmod 2 yes No Increase n by 1 yes No Increase n by 2 1.3 Algorithm Studying algorithms is a fundamental part of computer science. In this section, we discuss the concept of algorithms in detail. 1.3.1 Definition An algorithm is a set of steps to solve a problem. It is written in a natural language, so it is easily understandable by humans. For example, to solve the problem of preparing tea, we can follow the following steps. a) Start. b) Take a kettle. eeu) ©) Pour water in it. d) Put the kettle on fire. e) Add sugar and milk. f) Wait till it boils. g) Remove the kettle from fire. h) End, ‘The above set of steps can be called an algorithm for tea preparation. We can also solve certain problems with the help of a computer. For that purpose, we first formulate an algorithm for the problem and then translate that algorithm into a set of instructions for the computer. Usually an algorithm takes an input and then after processing produces some output as shown in Figure 1-6. 1.3.2. Role of Algorithms in Problem Solving An algorithm has a vital role in problem solving as it provides a step-by-step guide to the problem solver. It is a complete description of the solution. Usually a computer programmer first writes an algorithm and then translates it into the code of some programming language. Sometimes, the designer of the program first makes a flowchart to solve a problem and then encodes the flowchart into an algorithm. Figure 1-8 shows the role of algorithm in problem solving. Problem Flowchart Algorithm Computer program Figure 1-8 Role of Algorithm Unit 1 - Problem Solving 1.3.3 Formulation of an Algorithm There are different notations (keywords) to write an algorithm. We use the notations presented in Table 1-2 to write an algorithm. star Itis the starting point of an algorithm. Every algorithm must have one starting (entry) point. Input It is used to get input from a user and store it in computer memory with some name. set Itis used to give name to data in computer memory. Its also used to Update the value of existing date, Itis used to check the condition, For example, the condition like if(a 25445465 = 135, > 1385/3245 Example of calculating Average 2. To find acceleration of a moving object with given mass and the applied force. Step 1. Start Step 2. Input numbers, mass, force Step 3. Set acceleration to Step 4. Output acceleration Step 5. End Figure 1-9 More Force with Same Mass Increases Acceleration Unit 1 - Problem Solving 3. To find the volume of a cub Step 1. Start Step 2, Input number, side Step 3. Set volume to side x side x side. Step 4. Output volume Step 5. End Change the above algorithm for finding volume of a Cylinder and Sphere. The formula for the volume of a Sphere is $x r* where r is radius. The formula for the volume of cylinder is nr?h where ris radius and h is height 4. To find the area of a parallelogram. Step 1. Start Step 2. Input numbers, base, height Step 3. Set area to base x height Step 4. Output area Step 5. End Acti ee Change the above algorithm for finding the area of a triangle, rhombus, or trapezium. 5. To display the larger one out of the three given numbers. Step 1. Start Step 2. Input numbers, n0,n1,n2 Step 3. Set large to nO Step 4. if n1 > large Set large to nt Step 5. ifn2 > large Set large to n2 Step 6. Output large Step 7. End In this algorithm, Step 1 shows starting of the algorithm. Step 2 shows that a user provides 3 numeric values and they are stored in computer memory with the names n0,n1 and n2. In this algorithm, initially we assume that eeu) the largest value is n0 and we compare it with the other two values. So, Step 3 shows that data of nO is stored in computer memory with a name large. Step 4 describes that if the value of n1 is greater than large then the value of large is updated and its new value is the value of n1. In case nt is less than or equal to large then Step 4 will not affect the value of large. Similarly, Step 5 may change the value of large provided that n2 is greater than large, Step 6 displays the resultant value of large. 6. To assign grade to a subject based on the achieved marks. Step 1. Start Step 2, Input numbers, obtained marks, total marks obtained marks total_marks x 100 Step 3. Set percentage to Step 4. ifpercentage > 80 Set grade to A+ else if percentage > 70 Set grade to A else if percentage > 60 Set grade to B else if percentage > 50 Set grade to C else if percentage > 40 Set grade to D else if percentage > 33 Set grade to E else Set grade to F. Step 5. Output grade Step 6. End 7. To find the interest on an amount. Step 1. Start Step 2, Input numbers, amount, rate, years Step 3. Set plain_interest to (amount x ) x years Unit 1 - Problem Solving Step 4. Output plain_interest Step 5. End 8. To convert Celsius to Fahrenheit temperature and vice versa. Step 1. Start Step 2. Input number, celsius cetsiusx9 Step 3. Set fahrenheit to “4° + 32 Step 4. Output fahrenheit Step 5. Input number, fahrenheit Step 6. Set celsius to (fahrenheit ~ 32) x Step 7. Output celsius Step 8. End 9. Find even numbers in integers ranging from nl to n2 (where n2 is greater than nl). Step 1. Start Step 2. Input numbers, n1,n2 Step 3. if (m1 144 and height < 164 then Set count to count + 1 Step 6. Output count Step 7. Stop The above algorithm works but does not count all students. There is a deliberate error on Step 5. The symbol > has been used instead of > before the number 144. So, the students having height 144cm will not be counted. This is a logical error. We can identify this type of errors using a trace table as eeu) discussed below. 1.6.1 Trace Table A trace table is a technique used to test algorithms, in order to make sure that no logical errors occur while the algorithm is being processed. The table usually takes the form of a multi-column, multi-row table; with each column showing names of data, and each row showing values of the data at each step. Table 1-3 shows a trace table for the algorithm presented in Section 1.6. The blank means there is no change and -- means that a value is not concerned. In the following table Step 1 has no effect on data. Step 2 is assigning 0 to count and in Step 3, list all heights is introduced. In Step 4, ‘there is no change in both count and all heights but the data 154 is stored in height. It is compared in Step 5 and the value in count is updated if data is in given range. Steps 4 and 5 are repeated for each value as shown in Table 1-3. em Sri Step 1 = Step2 [0 = Step 3 [154, 140, 155, 164, 144, 166, 160, 143] Step 4 154 Step5 [1 Step 4 140 Step5 [7 2 Step 4 155 step5 [2 Step 4 64 step5 [3 Step 4 144 Step5 [3 Step 4 166 Step5 [4 Step 4 160 Step 5 5 Step 4 18 Step 5 5 Step 6 Step7 Table 1-3 Unit 1 - Problem Solving 1.6.2 Using Invalid Data for Testing Testing an algorithm using invalid data ensures that the algorithm can gracefully handle unexpected data inputs. If an algorithm requires your age in number of days but you give date of birth as input then the algorithm may not work properly. The purpose of testing using invalid test data is to detect such situations. In this case error messages are shown as output. Moreover, this kind of testing helps you to improve the quality of solution. Write all the above discussed algorithms keeping in mind the invalid test data inputs, Class teacher may divide class in few groups and assign them one or more algorithm(s). Students are supposed to discuss and rewrite algorithms so that upon invalid inputs, appropriate messages are displayed. SUMMARY ‘+ Aproblem is a matter or situation needs to be dealt with and overcome. ‘+ Analysing a problem helps to solve that problem quickly. + A problem may have more than one solution but the best one is the solution comprising less number of steps or the solution is achieved in less amount of time ‘+ Analgorithm is a set of rules used for solving problems. ‘+ Analgorithm takes some input, processes it, and gives result. ‘+ Algorithms are helpful in decision making ‘+ Flowcharts consist of symbols used for graphical presentation of an algorithm. + Commonly used symbols for a flowchart are: input/output, decision, arrow, start and stop. ‘+ Validation means to test if the solution is according to given problem. ‘+ Verification means whether the solution is giving the required results or not. + Atrace table is a technique used to test algorithms. eeu) 11 1 Baers Answer the following questions. Ina farm there are some cows and birds. If there are total 35 heads and 110 legs then how many cows and birds are there? Define problem analysis. Explain your answer along with an example. Define an algorithm and argue on its role and importance in problem solving. Suppose a problem has multiple algorithms. How would you choose the most efficient one? Explain with examples. How do you determine requirements for a flowchart? Explain types of test data. Describe a trace table. Choose the correct option. Which solutions are not reached through proper algorithms or work planning? () Prepared solution (i) Candid solution (iii) strategized solution (iv) best solution a graphical representation of an algorithm. () Matrix: (i) Graph (ii) Flowchart (iv) solution Unit 1 - Problem Solving 3. Which symbol in the flowchart is used to either start or end the flowchart? () Terminal (i) Connector (iii) Process (iv) decision 4 means to test if the required solution is there. () Verification (i) Algorithm (iii) Validation (iv) Flowchart 5. Ina error, the solution is working but not giving required results. () Random error (i) logical error (i) syntax error (iv) Runtime error 13. Fillin the blanks. 1. Before problem solving, we need to first a problem. 2. Analgorithm produces a defined set of 3. A flowchart utilizes various and to map out the order of steps. In flowcharts symbol <> is used to show a 5. is used to test the solutions. 1.4 Draw the flowcharts for the following problems. Input two numbers nJ and n2, Determine whether nl divides n2 or not. Input a year and determine whether it is a leap year or not. Input a number and calculate its factorial. Find LCM (Lease Common Multiple) of two numbers. Input a number and display its factors. yawn Design a flowchart to calculate fine amount for Pakistan motorway. Fine is imposed according to the following coding scheme. Input a code and display the respective output. rors Cry oy Tey A20_| Driving when disqualified 1000 Upto 6 Months Obtaining or Applying for a driving licence 21 | without disclosing particulars of 500-1000 | Upto 6 Months endorsement A22_| Offence relating to construction of vehicle |500-1000 | Upto 6 Months A23_| Offence relating to permits 1000-2000 | Upto 6 Months Overloading of goods 15 % in excess of A248 | ermissible limits. 1000-5000 | Upto 1Month Overloading of passengers 30 % in excess of 25 permissible limits 1000-5000 | Upto 1Month For more codes, visit http://nhmp.gov.pk Make the flowchart more comprehensive by adding more codes. Make your algorithm, fon a chart. Display your chart in your school or community for further awareness on traffic related crimes and their penalties. Respective teachers can request school administration to arrange a traffic awareness ‘campaign for the community. Students can display their charts as part of the campaign Bibliographic Notes https://en.wikipedia.org/wiki/Flowchart cen ee eccees Deena erent ee ee ecm e ier aanlaee nate ee oad 0001 GOB PecasKeYT wee coe | Onl) Students’ Learning Outcomes 1. Introduction of number systems © Describe following number systems with Examples Binary wm Decimal Hexadecimal 2. Number System Conversion © Convert binary to decimal and decimal to binary number system © Convert decimal to hexadecimal and hexadecimal to decimal number system © Convert binary to hexadecimal and hexadecimal to binary number system 3. Memory and data storage © What is memory? © Understand how data is represented in a computer memory (with reference of bits and bytes) © Storage device © Difference between memory and storage devices 4, Measurement of size of computer memory. © Define following Terms = Bit m Byte m= Kilobyte Megabyte 1m Gigabyte m Terabyte m Petabyte 5. Boolean algebra Explain © A Boolean proposition Truth values Logical operators (AND, OR NOT) Truth tables Laws of Boolean algebra = Commutative Associative 1 Distributive density © Logical expressions eeu) 2.1 Introduction to Number Systems A number system is the system for representation of numeric data. We all are familiar with decimal number system where each number consists of digits from 0 to 9. In a computer system, other number systems are also used. We discuss few number systems in the following sections. 2.1.1 Decimal Decimal Numbers The number system we use in our daily life is the Seem decimal number system. The decimal number system has base 10 as it uses ten digits [0-9]. Each position represents a specific power of base. + 4356, 10 as shown in Figure 2-1. Figure 2 Examples: = = 892 =8x 10? +9 x 10'+2x 10° 1247 = 1x 108 +2 x 10? +4 x 107 +7 x 10° 53 =5x10'+3x 10° : 2.1.2 Binary Binary number system has base 2 as all the numbers in this system consist of only two digits i.e. 0 and 1. Digital computers use this system to store data. Your name is in the form of alphabets, but for a computer each alphabet has some binary value. Example: The binary value of the letter ‘A’ is 01000001 and its decimal value is 65. 2.1.3 Hexadecimal Hexadecimal system has total 16 numbers, ic, “Yeer tenuitferent symbols 0, 1, 2,3, 4, 5, 6,7, 8,9, A B, CD, E, F, where 0.1.23,45,6789 =10, Be =13, Ee L HEXADECIMAL NUMBER SYSTEM A=10, B=11, C=12, D=13, E=14 and F=15 (as MGXAPEGMAL NOMBER sysTEN shown in Figure 2-2). 0,1,2,3,4,5,6,7,89 ABCDEF Example: 3°28 Figure 2-2 inary System 2.2. Number System Conversion We can convert a number from one number system to another and vice versa. In the following, we discuss conversions among different number systems. 2.2.1 Decimal to Binary and Binary to Decimal © Decimal to Binary To convert a decimal number to binary, we divide the number by 2 and take quotient and remainder. We continue dividing the quotient by 2 until we get quotient 0. We write out all the remainders in reverse order to obtain the value in binary. 2 156 78 39 2 3 Example: Convert 1565 (156 in decimal) to binary Table 2-1 shows the method to solve this 4 problem. Remainders are taken from bottom to 2 top to present the binary number. So, 2 + 15619 = 10011100). es Table 2-1 How many marks did you obtain in the final examination of 8th class? Convert that figure to binary and discuss the result with your class fellows. «Binary to Decimal The conversion of a number from binary number system to decimal number system is explained below with the help of an example. Example: Convert (1000001); to decimal 1X 26+0x25+0x 24+0x25+0x2?+0x 21 +12" 64+0+040+0+041 65)10 The above conversion is done by the following steps. Step 1. Write down the binary number which is (1000001), in this example. Step 2. List the powers of two from right to left starting with 0. In this example, the power of 2 starts from 0 and ends at 6. Cece) Step 3. Multiply 2's corresponding powers to each binary value. In the above example there are 7 binary values. Step 4. Compute each value. Step 5. Add all the values. Step 6. Write the answer along with its base subscript. Exchange your marks in binary form with your friends and convert them in decimal to know about their expectations in the board examination of 9th class. Double check with your class fellows that how much your calculations are accurate, According to Table 2-2, write in decimal, binary, and hexadecimal the time of your: pools = playing ee ee iL 1011 2 1100 13 1101 14 1110 15 ul 16 10000 7 10001 18 10010 19 10011 20 10100 Table 2-2 Many online convertors for number systems are available. Try to find and use them. You can ask your class teacher to help in searching, 2.2.2 Decimal to Hexadecimal and Hexadecimal to Decimal * Decimal to Hexadecimal As we have studied that hexadecimal number system has base 16, so for Te inary System conversion of a number from decimal to hexadecimal, we divide the number by 16 and take both quotient and remainder. We continue dividing the quotient by 16 until the quotient becomes 0. Example: Convert (69610)10 to Hexadecimal Table 2-3 shows the method to solve this problem. We can observe from the table that remainder A is representation of 10, remainder E is representation of 14, and remainder F is representation of 15. Remainders are taken from bottom to top to present the hexadecimal number. So, (69610)10 = (LOFEA)s + Hexadecimal to Decimal The method for this conversion is same as converting from binary to decimal except the base value. Since hexadecimal has base 16, the “place values" correspond to the powers of 16. To convert to decimal, multiply each place value by the corresponding power of 16. Start this process by writing the powers of sixteen next to the digits of a hexadecimal number. Example: Convert (C921),. to decimal =CX167 49x 167 +2% 16" +1x 16° 12x 16% +9 x 16? + 2.x 161 + 1x 16° 12 x 4096 +9 x 256+2x164+1x1 49152 + 230443241 (51489) 19 Try to calculate that the binary of C92116 which is 11001001001000012, 2.2.3 Hexadecimal to Binary and Binary to Hexadecimal * Hexadecimal to Binary To convert a hexadecimal number to binary, simply convert each hexadecimal digit to four digits binary value. To find the four digits binary value, see the Table 2-4. eeu) Example: Convert (A23);¢ (A23 in hexadecimal) to binary. In this number, there are three hexadecimal igits. Binary of each digit is given as: i. For A, the binary value is 1010 ii, For 2, the binary value is 0010 iii, For 3, the binary value is 0011 By combining all the binary values, we get 1010 0010 0011. 0 1 2 3 4 5 6 7 3 3 A 8 c D E F So, (A23); = (101000100011. (A2a)s6 = ¢ De Table 2-4 Example: Convert (70C558); (70C558 in hexadecimal) to binary. In this number, there are six hexadecimal digits and binary of each is given in different colours as: i. For 7, the binary value is 0111 ii, For 0, the binary value is 0000 ili, For C, the binary value is 1100 iv. For 5, the binary value is 0101 v. For 5, the binary value is 0101 vi. For 8, the binary value is 1000 By combining all the binary values, we get 0111 0000 1100 0101 0101 1000. So, (70€558);¢ = (011100001100010101011000)2, Binary to Hexadecimal This conversion is also very easy with the help of Table 2-4. In the given binary number, we start making groups of four digits from right to left and replace every group with a hexadecimal digit. inary System Example: Convert (11000001); to hexadecimal: The four digit binary groups in this binary number are given below where each group has four binary digits. 1100 0001 i, For 1100, the hexadecimal is C ii, For 0001 the hexadecimal is 1 So, (11000001), = (C116 While making groups from right to left, if the left group has less than 4 binary digits then we simply add 0s on the left. For example, 1010011 has groups 101 0011 and by adding one 0 on the lett, it becomes 0101 0011. Example: Convert (110101111), to hexadecimal The groups in this binary number are given below where each group has maximum four binary digits. 11010 1111 The left most group in blue colour has only 1 binary digit and by adding Os, we get: 0001 1010 1112 We replace each group with the respective hexadecimal and get: ‘LAF. So, (110101111), = (1AF)i6 2.3 Memory and Data Storage 2.3.1 Memory Computer memory is any physical device capable of storing data. Primarily there are following two types of memory. 1- Volatile Memory 2- Non-Volatile Memory Both types of computer memories are shown in Figure 2-4. In the following, we discuss these two types in detail. eeu) * Volatile Memory (Primary Storage) A device which holds data as long as it has power supply connected to it, is called Volatile Memory. Its best example is Random Access Memory (RAM), which holds memory only as long as it is connected to power source. As soon as the power supply is disconnected, all the data in RAM is cleared. + Non-Volatile Memory (Secondary Storage) A device which can hold data even if it is not connected to any power source, is called Non Volatile Memory. The typical examples for Non Volatile Memory are hard drives, flash drives and memory cards installed in cell phones. Even if you turn off your PC, the data in your hard drive or flash drive stays intact. 2.3.2 Data Representation in Computer Memory Digital computers store data in binary form. It means that whether it is a text, picture, movie or some application, it is stored in computer's memory in the form of 0s and 1s. All the characters on your keyboard has an associated code in binary. This code is called ASCII code of the character. ASCII stands for ‘American Standard Code for Information Interchange. It is a de-facto standard for representation of data inside computer's memory. Table 2-5 presents the ASCII table which shows the code against each character on your keyboard. The codes are given in decimal form, but inside computer's memory they are represented after conversion to binary form. Cie ene ead Sai Eee aes ee 32 SP space 2 > greater than 33 1 exclamation mark 63 z question mark 34 " double quote 64 e "at" symbol 35 # umber sign 65 A 36 s dollar sign 66 8 37 % percent 7 ¢ 38 & ampersand 68 > 39 : single quote 69 E 40 ¢ left/opening parenthesis | 70 F a ) right/closing parenthesis | 71 6 a2 * asterisk 2 4 43 + plus B 1 4 . comma m4 a 45 : minus or dash 75 K 46 dot 76 L 47 L forward slash 7 M 48 ° 78 N 49 1 79 ° 50 2 20 Pp SL 3 a1 Q 52 4 2 R 53 5 83 s 54 6 84 T 55 7 35 u 56 8 86 v 57 8 87 w 58 colon 88 x 59 semi-colon 89 Y 0 < fess than 90 Zz 61 equal sign 1 l left/opening bracket Cece) 92 \ back slash uo a 98 1 right/elosing bracket [11 ° 94 * caret/circumflex a2 P 95 - underscore 113 4a 96 : 4 r 97 a us 5 98 b 16 t 99 « 17 u 100 a ug v 10 e ug w 02 f 120 x 103 9 a2 y 104 h 122 z 105 i 123 « left/opening brace 106 i 124 tl vertical bar 107 k 1s » right/closing brace 108 ' 126 = tilde 108 m wz DEL delete Table 2-5 ASCII Table Example: To store name of our country “Pakistan”, in computer's memory, we need to store code of each letter in one byte. As the word "Pakistan" contains 8 letters, so 8 bytes are required for storage. It is demonstrated in Table 2-6. fren Mei freee LSI P 80 1010000 a 7 1100001 1 107 | a1o1011 105 | 1101001 ais | in10011 us |_1n10100 37 1100001 aio [a01130 Table 2-6 Write your complete name and give its presentation in binary format. Cie ene ead 2.3.3 Storage Device Any computing hardware that is used for storing, porting and extracting data, is called a storage device. It can hold or store information both temporarily and permanently. It can also be internal or external to a computer. An external storage device is a plug and play device, i.e, we just plug it to some port and start using it without turning off a computer. To attach an internal storage device (Hard disk or RAM) we need to turn off the computer. Internal storage devices are connected to some fixed slots. Examples: RAM, Hard disk, CD, USB Flash Drive, etc. ference between memory and storage Table 2-7 shows the difference between memory and storage. Coed Era Place where an application loads its data during | Usually the place where data is stored for long, processing or short term, Temporary storage device Permanent storage device Lesser in size Greater in size High accessing speed Low accessing speed Itis called primary memory It is called secondary memory Table 2-7 Difference between Memory and Storage 2.4 Measurement of Size of Computer Memory The smallest amount of data to be stored in computer's memory is a Smallest unit of data, can hold only 0 or 1. Itis called a bit. A collection " tone value: 0 or 1 of eight bits is called a byte. At least one byte is required to store Klobyte | 1KB = 1,024 bytes any piece of information in a Twegabyral IMB= (1,024) ka or Aba) byes computer's storage. On both Gigabyte | 1GB= 1,024 MB or (1,024)' bytes primary and secondary storage [Terabyte | 178= 1024 68 or (024) bytes devices, data is stored in the form Peeve | 17 soit ‘ec bytes of bytes. In Table 2-8 different Unite shlota units of data are given. or Size aye | StOUP of eight bits, enough space me to store single ASCI character eeu) 2.5 Boolean Algebra 2.5.1 Boolean Proposition A proposition is a sentence that can either be true or false. For example, the following sentences are propositions. 1. "Someone from our school can join Pakistani Cricket Team” 2. “Iwill get A+ grade in board exam” 3. "I want to excel in mathematics" 4. "This year Pakistan Super League (PSL) final match will be played in Lahore” 5. "Iplay chess”, But the following sentences are not propositions 1. How are you? 2. Close the door. 3. Is it hot outside? We can also assign some letter to a proposition, as shown in the following, 1- P="Iplay chess”. 2- Q= "Iwant to excel in mathematics” Now, when we say P, it means that we are referring to proposition "I play chess", and when we say Q, it means that we are referring to proposition “I want to excel in mathematics”. Cero True and False are called Boolean values. The idea was given by George Boole (2 November 1815 -8 December 1864) in his book "The Laws of Thought” 2.5.2 Truth Values Every proposition takes one of two values true or false, and these values are called the truth values. Truth value is given on the basis of truthfulness or falsity of a proposition, Example: Assume P = “Islamabad is the capital of Pakistan’. You can assign the truth inary System value true to this proposition. Now assume another proposition Q = “The sun rises in the west’. The truth value for this proposition is false. If we have proposition R = "I have completed my homework’, then the truth value depends on the person who is assigning it. If a person has completed his homework then he can assign truth value true, otherwise false. 2.5.3 Logical Operators (AND, OR, NOT) Sometimes we assemble more than one propositions to make one proposition called a compound proposition, For example if we have the following two propositions: 1. Today is Monday 2. Lamin school Then "Today is Monday AND Iam in school’ is a compound proposition. Truth value of the compound proposition depends upon the truth values of the individual propositions and the logical operator used to connect the propositions. In this example “AND” is a logical operator. In the following, we discuss three most commonly used logical operators AND, OR and NOT. AND Operator (.): If we use “AND” operator to connect two or more propositions, then the compound proposition is true only if all the connected propositions are true. AND operator can also be denoted by a dot ”.” symbol. It means that P AND Q may also be written as P.Q. OR Operator (+): We can also use "OR" operator to connect two or more propositions e.g. “Today is Monday OR I am in School”. In case of OR operator, the compound proposition is true if at least one proposition is true. In other words, the compound proposition is false only if all the propositions are false, OR operator can also be denoted by a plus “+” symbol. It means that P OR Q may also be written as P + Q. NOT Operator: The logical operator "NOT" is not a connector but it is used to negate a proposition. For example, if P = “Today is Monday” then NOT(P) means “Today is not Monday’. So, with NOT operator a True value becomes eeu) false and vice versa. Not operator can also be denoted by a "4" symbol. It means that NOT(P) may also be written as “P. 2.5.4 Truth Table A truth table is used to check whether a proposition is True or False. Usually it is used to check the truth value of a proposition where some logical operator is used. In the following, we discuss the truth tables for AND, OR and NOT operators. ‘Truth Table for AND operator: The truth table for P AND Qis given in Table 2-9. The first two columns are showing all the possible combinations of truth values of propositions P and Q the third column is showing the resultant truth value of P AND Q. Assume: Itis raining Q = Today is Sunday P AND Q = Itis raining and today is Sunday If both P and Q are True then the P AND Q is also True, it means "It is raining on Sunday". This situation is shown on Row 1 of Table 2-9, Suppose it is raining but not on Sunday. Then P is True and Q is False due to which P AND Qis also False (row 2 of Table 2-9). Inrow3 of Table 2-9,P Table 2-9 is False and Q is True, It means “It is not raining on Sunday” which results in False value of P AND Q. In the last row both P and Q are False, which means “It is neither raining nor Sunday’. So, the proposition “It is raining and today is Sunday’ is false (row 4 of Table 2-9). T T F F Truth Table for OR operator: For the same propositions P PQ and Q, let's see the truth table for the expression PORQ.P [Tt] 1 OR Q = "It is raining or it is Sunday’. This compound }E-+}—t proposition is False if it is not raining and today is not [lel + Table 2-10 Sunday otherwise it is True as shown in Table 2-10. Poe eae cual Truth Table for Nor operator: We can also make truth table where NOT operator is used, Negation (also called NOT) is an FF} operator that reverses the nature of a value, ie, a value True LE becomes False and vice versa. The truth table for NOT Tble2-21 operator is shown in Table 2-11. Truth Table for complex Boolean expressions: We can make truth table for any combination of these operators. For example, if we need to make a truth table [1 |r [1 F of “It is not raining and today is Sunday’. t £ £ £ It means the proposition NOT(P) AND Q. [re | 7 | F F The truth table for this compound Table 2-12 proposition is shown Table 2-12. 2.5.5 Laws of Boolean Algebra The laws of Boolean Algebra help us to simplify complex Boolean expressions. Some laws are discussed in the following, + Commutative Law Commutative Law states that the order of application of two separate propositions is not important. So, a) A.B=B.A (The order in which two variables are AND'ed makes no difference.) b) A+B=B+A (The order in which two variables are OR’ed makes no difference.) We can use truth tables (Table 2-13, Table 2-13b) to verify this law for AND and OR operations respectively. FS cS = FS FS A f F F f F F F F F T F F F T F F T F F F T F F F T T T T r T T T Table 2-13a Table 2-13b Cece) We can observe from Table 2-13a that both the columns A - B and BA contain same values in each row. Thus it verifies the commutative law for AND operation. Similarly we can verify for OR operation from Table 213b. + Associative Law This law is for several variables. According to this law there is no change in results if a grouping of expressions is changed. This law is quite same in case of AND and OR operators. a) (A+B) +C=A+(B+OQ) b) A.B).C=A.(8.0 In order to verify the associative law for OR operation, we can observe the Truth Table presented in Table 2-14. Both columns (A+B)+C and A+(B+C) contain same values in each row. It verifies the associative law for OR operation. A Ter (A+B)+C A+(B+C) F F = -1|-]<]~]a]n]]a fe + Table 2-14 Similarly, we can observe Truth Table presented in Table 2-15 for verification of Associative Law for AND operation. 7 a . t t i a F F T F F F F F T F F F F F 7 T t F T F F T F F 7 F E y T F T F F fl F T t i T F F r i 7 t t + t Table 2-15 Peo + Distributive Law This law is discussed in two ways, i.e, "AND over OR" and "OR over AND” aA. (+0 =(A.8)+(A.0) (AND over OR) b)A+ (B.C =(A+B). A+ (OR over AND) We can verify the distributive law for (AND over OR) operation by using Table 2-16. pep a . a F F a F F a F 7 Tope F F Top T T To T T Toe eo i T Table 2-16 Draw the truth table to verify A + (B-C) = (A+ B)-(A+C€) + Identity Law If a variable is OR'ed with a False, the result is always equal to that variable. And if a variable is AND’ed with a True, the result is always equal to that variable. a) AOR False = A, A variable OR’ed with False is always equal to that variable b) AAND True = A, A variable AND’ed with True is always equal to that variable 2.5.6 Logical Expressions We get a logical expression when some logical operator is applied to the Boolean proposition(s). For example, P AND Q,~(P OR Q),P OR Q,etc, In the tables, Table 2-14, 2-15 and 2-16 the truth tables are according to some logical expressions. Cece) By negating a negative proposition, we get a positive proposition. For example, + Psitissunnytoday isnotsunny today | s5P=Itissunny today Similarly, * Qeltisnot Friday today * AQéItis Friday today + -5Q=Itis not Friday today IMMARY. + Binary language consists of Os and 1s. Computer understands only binary language. + Decimal number system has base 10 as it uses ten digits from 0 to 9. + Hexadecimal system has total 16 numbers, i. 0,1, 2, 3, 45,6, 7, 8,9, A,B,C D, EF + Computer memory is a physical device capable of storing information temporarily or permanently. + Adevice which holds the data as long as it has power supply connected to it and loses the memory when there is no power supply connected to itis called Volatile Memory or temporary memory. ‘+ Addevice which can hold data even if it is not connected to any power source is called Non Volatile Memory or permanent memory. + A storage device is @ hardware that is used for storing, porting and extracting data, + Boolean states either can be True or False. ‘+ Atruth table is used to show whether the statement is true or false. + Laws of Boolean algebra: + Associative law (A+B)+C=A+(8+Q) = Commutative law A+B=B+A + Distributive law A+ (B.C) =(A+B)A+ 0) + Identity law A+O=A Te inary System Sens 2.1 Multiple Choice Questions 1. Expression (A + B)-(A + ©) is equal to . @ A+BO (i) ABHAC (i) ABO Wy) A+@+0 2. The order of application of two separate terms is not important in () Associative Law (i) Commutative Law (iii) Distributive Law (iv) Identity Law 3, “Ist cold outsid () Boolean Proposition (i) Categorical proposition (iii) Moral propositions (iv) None of above 4. Number “17” is equal to in binary system. () 10000 (i) 10110 (iii), 10001 (iv) 10100 5. 1 Petabyte is equal to (i (1,024)* bytes (i) (1,024)° bytes (ii) (1,024)* bytes (iv) (1,024) bytes 6. Hexadecimal system has total numbers. ® ow (i) 16 Gi) 18 (iv) 1s 2.2 Answer the following questions. 1. Convert (69610):» to Hexadecimal. Differentiate between volatile and non-volatile memory. 3. Store the word “Phone” in computer memory starting from address 7003 where each letter needs one byte to store in the memory, . Differentiate between temporary and permanent storage. 5. Write the truth table for X AND Y where Cece) X = Itis sunny Y = Today is Monday 2.3 Fill in the Blanks 1. Temporary memory is__ and permanent memory is Data to a processor is provided through 3. At least __ byte is required to store any piece of information in a computer's memory. 4 is used to assemble more than one propositions into one proposition. 5. In primary and secondary storages, data is stored in the form of 6. According to law there is no change in results if priority of expressions is changed. 2.4 Perform the following conversions 1. (ABCD);6 to binary 2, (0010110010001101001), to hexadecimal Teacher will display a chart where alphabets and their codes are written. Class is divided into two groups and each group writes at least S names in binary format. The famous names are selected from Pakistan Independence movement eg, "Molana Muhammad Ali Johar”, Both groups exchange their data and produces original names. The group which deciphers the code to actual names in less time will win. Unit (3) Networks React asl Peet ee eS ne oer cy communication are discussed. We can understand the basic ene ee ee See ea De a a ae eters) Students’ Learning Outcomes 1. Networks © Defining Computer Network © Describing physical structure of a network © Understanding need of establishing a computer network © Defining Client and Server 2. Basics of Communication © Explaining the following components of a communication system Sender Receiver Message Protocol 1m Transmission Medium 3. Understanding Network Models Defining TPM Describing functions of TCPA>P layers s of Data Communications 1m Explaining why messages need to contain addressing information (sender/recipient identification) Understanding the importance of addressing in telephone addressing and postal Understanding request/response mechanism of the Internet. Understand IP addressing, 5. Protocols in TCP/IP Suit Understanding FTP, HTTP and SMTP protocols 6. Understanding the need for addressing Understanding importance of addressing in data communication Describing addressing in telephone and postal services. 7. Understanding HTTP requests and their responses Differentiating IPv4 and TPv6 8. Routing 1 Understating functions of a router Describing the routing process eeu) 3.1 Computer Network In our daily life, we use computers to browse the Internet, send/receive emails, play online games, watch online videos, download music, take online courses, read daily newspapers, etc. All such activities require a computer connected with some other computer to make a computer network. They can be linked through a wire or wirelessly. A communication medium connecting multiple computers is also called a communication channel. Figure 3-1 Overview of a ‘Computer Network A computer network is a group of computer systems and other computing hardware devices linked together through communication channels. A network facilitates communication and resource-sharing among the connected devices as shown in Figure 3-1. Networks are connected together to make a larger network which is called network of networks. The Internet is iderd as the most well known exampe of network of networks. Po Rees 3.1.1 Need of a Computer Network A computer network is established for the purpose of sharing resources. Examples of resource sharing are given below. + File sharing: Networking of computers helps a network user to share files. For example, if you need date sheet of your board examination, you can get the file through the Internet, without visiting BISE (Board of Intermediate and Secondary Education) office. Figure 3-2 File sharing Similarly, BISE requires your picture and your bio data for admission form. They can get all these files over a network. So, the file sharing is helpful to complete a task systematically as shown in Figure 3-2. Example: If all your school teachers want to prepare a combined result using computers, they can share files over a school network or the Internet. Moreover, sharing files with others who are living in a different city or even country is also much helpful and is done in the same way. + Hardware sharing: Users can share devices such as printers, scanners, CD-ROM drives, hard disk } drives etc. For example, in an office, g: usually there are less number of printers and scanners than the available number ‘of computers as shown in Figure 3-3. Using a network, these resources are shared to get a cost-efficient solution. 9 Figure 3-3 Resource Sharing Example eeu) + Application sharing Applications can be shared over the network, It means that more than one users may use the same application. For example, in a bank; cashier, manager, ATM (automated teller machine) (Figure 3-4) users use same application over the network. Bank balance updated at one point is updated for all branches immediately. * Sharing a single Internet connection Figure 3-4 ATM Using a network at home or office, we can share one Internet connection with more than one user as shown in Figure 3-1. * User communication Networks allow users to communicate using e-mail, newsgroups, and video conferencing etc. So, communication with many people sitting on different locations is possible due to a network. Example: A video conference comprises the technologies for the reception and transmission of audio- Figure 3-5 Video Conference video signals by users at different locations as shown in Figure 3-5 «Increasing storage capacity Storage capacity means the limit to store data in a computer. If we connect our computer to another computer having more storage, then we can also use the disk space of that computer. In this way we can store and access files stored remotely. In this setup, a computer providing the storage is called file server and the computer accessing that space is called a workstation. Peon We can use services I DropBox and Google Drive to store our files remotely Pee eerie 3.1.2 Client Server A server provides a service and a client gets that service. A client application requests some services from another application which acts as a server. When we access a website, we get contents on our screen served by a server. Our emails are also there on some server, and when we provide username and password, the ag, . Figure 3-6 server verifies credentials and serves our client-Servar communication email records. An email user in this example is a client as shown in Figure 3-6. A to check email we use web browser as a client. The client provides a user interface to carry out actions, like giving username and password. It forwards int is a process that accesses a service provided by a server. For example, requests to the server, which in return provides the required service. It is important to know whether a client is hardware or software. In general, a client is a hardware as shown in Figure 3-6 where a cell phone, laptop and desktop computers are shown as clients, but in particular the software running on that hardware is the process which makes it a client, A server is a physical computer dedicated to run services to serve the needs of its clients. Depending on the service that is running, it could be a file server, database server, print server, or a web server. 3.2 Physical Structure of Networks Physical structure of networks can be classified in terms of type of connection and topology. In the following sections, we discuss these concepts in detail. 3.2.1 Types of connection Two devices can communicate with each other when they are connected in some way to the same link at the same time. Point to point and multipoint are two possible types of connections. eeu) Point-to-point connection: A point-to-point connection is a direct link only between two devices, i.e, a sender and a receiver. For example, there is a point to point connection between a remote control and a TV. Multipoint connection: In multipoint connection, there is a link between a sender and multiple receivers. So, more devices can share a single link. For example, in a Wi-Fi based network a single link is shared among multiple devices. 3.2.2 Network topologies Topology of a network is a geometric representation of the relationship among the interconnected devices. The four basic network topologies are bus, star, ring and mesh. * Bus Topology A bus topology connects all devices of the network through a single common cable having exactly two end points as shown in Figure 3-7. This cable is called backbone of the topology. Bus topology offers a simple way to connect devices. All of the devices of the Figure 3-7 Bus Topology network are connected to a common transmission medium which has exactly two endpoints. In this simple form of networking, failure of any single device does not affect other devices connected with the cable. However, if there is some problem in the shared communication cable, then all other devices can stop functioning. + Star Topology A star topology connects all devices using point to point connections via cables to a central point as shown in Figure 3-8. The central point is known as a Hub or Switch. The central device controls all the traffic. Therefore, devices can transfer data to each other only through the central point. It is 3 cs nemeae —_| easy to rr and reconfigure. Star topology consumes more cable than the bus topology, however, if there is some problem in a cable, then only the respective computer gets disconnected from the network. On the other hand, if there is some problem in the Hub or Switch, then whole network becomes dead. igure 3-8 Star Topolo «Ring Topology Figure 3-8 Star Topology A ting topology connects a computer with exactly two other computers forming a ring of computers as shown in Figure 3-9. A computer can send data to its immediate neighbour. A ring can be unidirectional or bidirectional. In a unidirectional ring topology, data is sent either clockwise or anticlockwise. In a bidirectional ring topology, data can travel in any direction. Upon receiving data, a computer may pass data to its next neighbour. In this Figure 3-9 Ring Topology way, data reaches the desired destination. A failure of connection between ‘two computers may down the whole network. Unlike star topology, it does not require a central device to manage the connectivity between the devices. + Mesh topology Mesh topology connects all devices with each other through a direct link as shown in Figure 3-10. As compared to ring topology, data may reach its destination quickly. The mesh Figure 3-10 MeshTopology eeu) topology is an expensive topology in terms of cable cost as it uses a lengthy cable to connect computers as compared to the cable used in other topologies. However, the mesh topology is more reliable as it offers point-to-point connection. It is also considered more secure as data travels only between a sender and a receiver. 3.3. Basics of Data Communication Data communication refers to exchange of messages between sending and receiving devices through some communication medium. These messages are actually the information which can be presented in — many forms like text, numbers, images, Figure 3-11 Sending/Receiving audio and video. In the following section, we discuss the components involved in sending/ receiving messages over a network. 3.3.1 Components of a Communication System A communication system is used to transfer data from one point to other. The process of data transmission has well defined steps and they are executed in a particular sequence. For example, if you want to send your picture from your computer or cell phone to someone else, you need a communication system. The main components of a communication system are discussed below. + Sender Sender is a device that initiates the communication process. It sends messages consisting of text, numbers, pictures etc. It is also called source or transmitter. Normally, computer is used as a sender in a communication system. + Receiver Receiver is a device that receives a message. It is also called sink. The receiver can be a computer, printer or another device. The receiver must Pee eerie be capable of accepting a message. * Message Message is the data or information to be communicated. It may consist of text, numbers, pictures, sound, video or any combination of these. In a data communication system, a message is sent in the form of packets. Each message has two parts, i.e, payload and control information. Payload is the actual contents of a message whereas the control information contains information about the sender and the receiver. Control information is also called header of a message. It is just like writing a letter where we write a letter along with the information about its sender and receiver. In this example, your letter is the payload. It requires the control information in order to dispatch and get a reply. Example: Suppose you want to distribute your books of 8"" class to different people and it is possible that the recipient of a book may write you a letter of thanks. You put a label on each book containing the destination address without any further instructions, as shown in Figure 3-7. In this example the label is a header (also called control information) and book itself is a payload (also called message) Message Medium, Sender Receiver Figure 3-12 Sending a Message Over Some Medium * Protocol A protocol is a formal agreement between two parties. A network protocol is a formal arrangement between two computers to send and receive eeu) information. Very specifically, a network protocol defines a set of rules and procedures for communication between a sender and a receiver. Some protocols will be discussed in Section 3.4.1. * Transmission Medium Medium is the physical path that connects a sender and a receiver. It is used to transmit data. The medium can be a copper wire, a fibre optic cable, microwaves etc. It is also called a communication channel. Figure 3- 13 shows that a message is transmitted from a sender to a receiver through some transmission medium. Protocol Protocol ] Figure 3-13 Components of a Communication System. A device may use multiple channels at the same time. For example, if a cell phone is connected with the Internet, it uses a data channel (3G/4G/LTE) for using the Internet services, and a voice channel for calling purpose. 3.4 Computer Network Models The whole communication process is carried out in Application Layer different layers, where each layer performs one or more Transport Layer specific tasks, The Internet also uses a layered communication model, called the Transmission Control Network Layer Protocol/Intemet Protocol (TCP/IP) model. The TCP/IP | pata Link Layer is a suit of protocols that provides end-to-end connectivity between devices. It consists of five layers as shown in Table 3-1. Physical Layer Table 3-1 The concept of layering can be explained with post office example. Suppose you are in Lahore and want to write a letter to your friend in Islamabad. After rel writing the letter, you insert it in an envelope, write address of your friend on it and drop it in a mailbox. As there may be many people living at the same address, so you write the name of your friend on the envelope. Your nearest post office takes the letter to general post office in Lahore which sends the same to general postal office in Islamabad. Ultimately, the letter reaches at the address and then to your friend. Then, he/she can read the message and write a reply. Here we relate this example with the layered network model of ‘TCP/IP, Assume that two persons are chatting using a computer network. ered ead In writing a letter, you consider only writing proper message without concerning about the names of the post office staff who will handle the envelope. Moreover, you do not need to know the details of the mail delivery system, You simply put it in an envelope and While chatting you are concerned only about the messages without bothering about the kind of network, Le, wireless or wired. This is called application layer where you type a message and send on the network. The address of the receiving device is information over the envelope and put it in the letterbox. If the address is incomplete, you may get your letter back. If everything is fine, you simply trust on the postal system. The name of the specific person is mentioned who can open and read the letter. write the street address, provided in the form of header before message content. You write sender and receiver | Transport layer establishes connection between a client and a server. It tries to send message but if there is some error like your computer is disconnected from the network then it informs the application program. If the network is fine, then the application trusts the transport layer that the message will reach at its destination. At this stage, port number is added with message header for indication of specific application at destination, A port number is used to identify the application which can accept a message. Cece) A letter is moved to other city (slamabad in this example) by road or air, ‘A program running on the network layer moves the data to the other network. So, a chat message is transferred to other Wi-Fi router of your friend from where it is delivered to your friend and he/she can see it on screen. Handling of letters is same either if they are letters with photographs, Eid card, ‘or containing text, etc. ‘A network handles all messages in the same way either if they are em pictures, or voice messages etc. Bikes or vans may carry your letter from letterbox to general post office Data link layer sends a message to the server connected with sender. If you are chatting at home with a Wi-Fi connection, then the data link layer sends message from your computer to the Wi-Fi router. For your letter delivery, there is usage of roads, train tracks and may be airlines. Physical layer is about the physical medium used in communication, like cabling ete. Each layer adds some control informati from the layer above it. The actual ion called header with the data received content of message called payload, is hidden inside the header at each layer, like a letter is hidden inside an envelope. This is called encapsulation. 3.4.1 Protocols in TCP/IP Suit Each layer of TCP/IP model has its own protocol\s). Every protocol is designed to perform some specific task. Some o} protocols are discussed below. + FIP File Transfer Protocol is the standard TCP/IP protocol which is used for the purpose of transferring files from one computer to another. For example, f the most widely used application layer Figure 3-14 Transferring Files Over Network », if we want to transfer a document file rel to a remote computer, then we can use this protocol as shown in Figure 3- 14 * HTTP Hypertext Transfer Protocol is a protocol used by Word Wide Web (WWW) to transfer webpages between a client and a web server. A web server is also called an HTTP server. We use this protocol while browsing Internet. For secure data transfer, we use HTTPS. * SMTP Simple Mail Transfer Protocol is a standard protocol to transmit emails. 3.5 The Need for Addressing A packet is the unit of data sent from one device to another. It requires its destination address just like we write address on an envelope while sending a letter. An application running on the recipient side accepts packets and assembles them to show a meaningful information. If there are more than one applications ready to accept a packet, then a number called port number distinguishes the targeted application from the other applications. So, proper addressing is required for reliable data transfer. 3.5.1 Importance of Addressing in Data Communication Before sending a message, source must know the destination address. Devices ‘on a network need addresses in order to communicate with each other. So, giving an address to a message is the first step and the second step is to transmit the packet to its intended recipients. 3.5.2 Mapping between Telephone Addressing and Network Addressing Suppose you want to make a phone call to your friend. Before calling, you need to know exact telephone address that is the telephone number of your friend. On the Internet, the telephone number corresponds to an IP address (internet Protocol). Like a telephone number, all IP addresses are unique. Each eeu) device gets its own unique IP address when it gets connected to the Internet. If an IP address of a device is fixed in a network, it is called static IP address. Otherwise if each time a new connection is made a new IP address is assigned, it is called dynamic IP address. 3.6 Sending HTTP Requests and Receiving HTTP Responses over the Internet The World Wide Web (WWW) is a system of Internet servers. Servers serve a request sent by a client. This request is called HTTP request. So, the communication between a server and a client is based on requests and their respective responses. Using a web browser when you type a URL (Uniform Resource Locator) like http://www.pakistan.gov.pk, you are sending a request. In its response you get the contents of website that may contain text, images, sounds, etc. These contents are embedded in an HTML (Hypertext Markup Language, discussed in Unit#5). In this case, your computer works as HTTP client, whereas the computer serving you a webpage is called HTTP server or web server as shown in Figure 3-15. HTTP Request HTTP Response | Web server Client Browser Figure 3-15 HTPP Request and Response Web browsers are used to access the World Wide Web in an easy manner. Web browsers and web servers function together as a client-server system. Client-server is a standard method for designing applications where data is kept in central locations (server computers) and efficiently shared with any number of other computers (the clients) on request. rel 3.6.1 Understand IP Addressing IP address stands for Internet Protocol address, it is a unique identifier that is associated with a device when it is connected to a network. An IP address is assigned by a Dynamic Host Configuration Protocol (DHCP) server. There are two standards of IP addressing, ie, IPv4 and IPv6. Example: + IPv4 address is like: 172.16.54.1 © IPv6 address is like: 2001:db8:0:1234: 8:1, When the Internet Protocol was originally designed, the standard was known as Internet Protocol Version 4 (IPv4). As shown in the above example, the IPv4 is divided in four groups separated by '’ where each group can contain a decimal value from 0 to 255. We have already learnt in Unit#2 the conversion from decimal to binary and according to that (255);9 = (11111111).. It shows that maximum 8 bits are required for every group of IPv4, So, in total 32 bits are required to store the whole IP address in IPv4 standard. Due to more and more devices connecting to the Internet, IPv4 addresses are running out. To accommodate the increase in devices, another standard of IP addressing is introduced which is called Internet Protocol Version 6 (IPV6). It consists of 128 bits. In IPV6, there are 8 groups separated by “’, as shown in the above example. Each group can contain 4 hexadecimal digits. To store one hexadecimal digit, we need 4 bits. So, for a group in IPv6 we need 16 bits and for 8 groups total 128 bits are required. * Lhexadecimal digit requires 4 bits + 4hexadecimal digits require 16 bits * 1 group has 4 hexadecimal digits, so each group requires 4 x 4 = 16 bits * 8 groups require 8 x 16 = 128 bits. CePe aces Ipv6 was developed by the Internet Engineering Task Force (IETF). IPvS became a Draft Standard in December 1998, and became an internet Standard on 144July 2017. eeu) Although IPv4 is still in use today and provides approximately 4.3 billion addresses, however this number is less than the population of the whole world We also know that nowadays many persons have more than one devices connected with the Internet at a time. IPv6 can allow up to 2 addresses which is 7.9x10* times more than the number of addresses in IPv4. 3.7. Routing 3.7.1 Understand a Router A router is a networking device that forwards data packets from one network to another. As the Internet is called network of networks, so a router also directs the traffic on the Internet. Figure 3-16 Router ‘A router analyses the destination IP address of an incoming data packet, determines the best route to forward the packet, and then sends it accordingly. A router is usually placed at the meeting point of two or more networks. 3.7.2 Routing in the Internet We get the Internet service from some Internet Service Provider (ISP). When we send a request from a device it reaches an ISP where router is installed. igure 3-17 Usage of router rel The router forwards our request according to header of our message. For communication over the Internet, there may be hundreds of networks between the source and the destination. Hundreds of routers might forward a single packet as it moves from one network to the next on the way to its final destination. Figure 3-17 shows the usage of a router in the Internet. 3.7.3 Routing Process Routing is a process of taking data from one device and sending it to another device on a different network. Every data packet has two addresses; destination address and source address. Destination address is used to deliver the data packet at destination. Source address is used to identify the sender device. Consider the following example of IP routing (Figure 3-18) Host A Host B Router Figure 3-18 Message Routing between Source and Destination Host A wants to communicate with host B, but host B is on another network. Host A is configured to send all packets destined for remote networks to the router. The router receives the packets, checks the routing table to see if it has an entry for the destination address. A routing table is used by routers to determine the path to the destination network. If the entry exists for the destination address, the router forwards the packet out of the appropriate interface port. If the router doesn’t find the entry, it discards the packet. Cece) EMI + A-computer network, is a digital telecommunication network which allows nodes to share resources. + Acclient computer is an individual computer that accesses the information and programs stored on a server as part of a network environment. + Aserver is a computer program or a device that provides functionality for other programs or devices, called "clients", + Sender is a device that initiates the communication process. It sends message consisting of text, numbers, pictures, etc. + Receiver is a device that receives message. Itis also known as sink. + The message is the data or information to be communicated. Message is of various data types such as text, number, pictures, sound and video. + Rules are defined for the communication between sender and receiver called protocol. + Medium is the physical path that connects sender and receiver. + IP stands for Internet Protocol and is an address used for identifying number that is associated with a specific computer when it connects to the Internet, it may be static or dynamic. + Arouter is a networking device that forwards data packets from one network to another. + Routing is a process of taking data from one device and sending it to another device on a different network. + Network topology is the physical arrangements of devices and connecting lines. + Anetwork port is used to identify an application going to receive a message. + TCP/IP is a stack of protocols and it has 5 layers. + FTPs File Transfer Protocols which is used to transfer file over a network. + Arouter directs messages on the Internet, + For home user, the Internet service is provided by an ISP (Internet Service Provider). 70 eres | Sens 3-1 Choose the correct option. 1. The IPv4 address is made up of binary bits. @ 31 (i) 29 Gi) 32 (wv) 30 2. Routing is process of taking data from one device and sending it to another device in different . @ Channel (i) Network (iil) Path (iv) Area 3. DHCP stands for () Data Hosting Computer Protocol (i) Dynamic Host Computer Protocol (ii) Dynamic Host Configuration Protocol (iv) None of the above 4. Communications protocols cover . () — Authenticati (ii) Error detection (ii) Correction (iv) Above all 5. The receiver must be capable of accepting the . () Protocol (i) Message (iii) Address (iv) Information 3-2 Fill in the blanks. LA is a computer device that accesses a service made available bya server. 2. allow users to communicate using e-mail, newsgroups, etc. 3. Web browsers and web servers function together as a system. A protocol defines__ and for communication between a sender and a receiver. 5. Routers connect multiple together. 6. Every data packet has an addresses. 7. IP addressing must be understood as part of the for conversations over the Internet. Cece) 8. Email stands for . In a computer network, devices are connected through communication lo A accesses a service made available by a server. 3-3 Write short answers. 1. How client and server communicate with each other? 2. What are the main components of communication? 3. How telephone addressing relate with network addressing? 4, What is the difference between static and dynamic IP? 5. Define communication channel. 6. Describe the working of web browser. 7. What is the difference between point-to-point and multipoint connection? 8 What is application sharing? Answer with the help of an example. 9. What are the advantages and disadvantages of star topology over bus ‘topology? 10. Ina client server model, is client software or hardware? Give reasons to support your answer. 3.4 Answer the following questions. 1. What is network topology? Describe bus, star, ring and mesh topologies with a diagram of each. 2. What is TCP/IP? Describe its five layers with their functions. 3. What are the advantages and disadvantage of star topology over bus topology? 4, What are the sizes of IPv4 and IPv6? Explain the method to calculate the size of these both standards. ‘Suppose your school receives 4 printers and 2 scanners. School administration is planning to install them over the network so that all school teachers and students can access them. You can make a diagrams similar to Figures 3-3 and 3-6 to propose the network where the printers and scanners canbe used easily. mT €)> ELE Mite Mg gi [oad Ser To) Data transfer is discussed in previous unit but this unit discusses “secure dat Cn eee ans ted back to readable format when it reaches its destination. This unit Cre ey ee eta ee aa aN Ce Cg Ce ee eee a ae security measures are discussed for sending sensitive data over a network. Students’ Learning Outcomes 1. Ethical issues related to security © Understand ethical issues related to data security © Understand that itis their responsibilty to safeguard the privacy of others. 2. Importance of data privacy ‘© Explain privacy concerns that arise through the mass collection of data © Analyze the personal privacy and security concems that arise with any use of computational systems. 3. Simple Encryption ‘© Explain why encryption is an important need for everyday life on the Internet © Crack a message encrypted with a Caesar cipher using a Caesar Cipher Widget © Crack a message encrypted with random substitution using Frequency Analysis . Explain the weaknesses and security flaws of substitution ciphers 4 Keys and passwords ‘* Explain the relationship between cryptographic keys and passwords * Explain in broad terms what makes a key difficult to “crack. © Reason about strong vs. weak passwords using a tool that shows password strength. © Characteristics of good password 5. Cyber crime © Explain the characteristics of a phishing attack ® Explain how a DoS (denial of service) attack Computer Science - 9 Introduction Computers are ubiquitous and are widely used by people of almost all ages. Often we need to give our personal information to a computer e.g. while ing a hospital or taking admission in a school. We expect that provided information will not be shared creating an email account, shopping online, vi with others. Protecting data from malicious users is called data privacy or information privacy. 4.1 Ethical Issues Related to Security 4.1.1 Understanding Ethical Issues Related to Data Security The foundation of all security systems is formed on ethical principles. If, we have data of others, it is our own ethical respon: of the data security issues are: ity to keep it secure. Some Confidentiality & Privacy + Fraud & Misuse « Patent + Copyright « Trade secrets + Sabotage * Confidentiality & Privacy To keep the data of others as confidential is indeed taking care of others. For example, if a bank shares the information about my banking transactions with my business competitors then it can harm my business. Similarly, phone companies are supposed to keep the invoices and bills as confidential. Keeping privacy and confidentiality has become difficult in this era of computers and Internet. Due to more usage of computers, a wide range of data is collected and stored. This data may be related to credit cards, organisational fund raising campaigns, opinion polls, shop at home services, driving licenses, arrest Pie eee aed records and medical records. The potential threats to privacy include the improper use of computerized data. If a company sells email IDs and phone numbers to another company for marketing purpose, it breaches the confidentiality of data. * Piracy Piracy means making illegal copies. It can be a book, software, movie, poetry, painting, house architecture or any other work protected by copyright law. Cerone (Open source software have no copyrights reservation. ‘ean copy source code, modify it and can even sell it, Software piracy is the illegal copying, distribution, or usage of software. Some software companies sell software with a confidential eee ae text, called the key of that Foo software, This key is elena provided to only those people who buy that software. In this way illegal Figure 4-1 A: copies are stopped to be ing the software installed as shown in Figure 4.1. Some people start searching for that key by using illegal means. This is called cracking the key. Types of software piracy include: * Softlifting: Borrowing and installing a copy of a software application from a colleague. Computer Science - 9 «Client-server overuse: Installing more copies of the software than you have licenses for. + Hard-disk loading: Installing and selling unauthorized copies of software on refurbished or new computers. + Counterfeiting: Duplicating and selling software having copyright. + Online piracy: Typically involves downloadin: gal software. The software industry is prepared to battle against software piracy. The courts are dealing with an increasing number of lawsuits concerning the protection of software. « Fraud & Misuse Using computers over the Internet, some unauthorized activities can take place. Some of these include theft of money by 4 electronic means, theft of services, and theft 5 o of valuable data. Sometimes, we receive an email asking us to click on a link to change Figure 4-2 our password. When we click on the link, a webpage opens asking us to give our username and password. If we give our username and password, actually our password is stolen by some malicious user. Likewise, some emails try to fool us by stating that we have won a grand prize e.g. a car or a house. They ask us to pay a small amount as transfer fee to get GH? that prize. Actually, it is just a way to fool people and get money from them. Sometimes, some malicious user disguises himself as our friend and tries to get some confidential information. This is called phishing. Figure 4-3 Pie eee acto * Patent Patent is a way to protect an idea. If you are doing research in some field and you have an idea, then you must get patent for that idea. It gives you the right to exclude others from making or selling an invention using your idea Example: If you are doing research in medical field and give a new idea to treat a particular disease, some pharmaceutical companies can make medicines on the basis of your idea. Ethically, they must seek your permission before making medicines using your idea. They should also pay a certain amount upon sale of the medicine, For this purpose, you must get a patent. * Copyright Law Copyright is different from a patent as copyright law says that some idea or product cannot be copied. The rights are reserved for copying. Usually, if a product is copyright protected then we EX see a symbol of copyright as shown in © Ss Figure 44. For example, the book you are reading is copyright protected. So, making Figure 4-4 Copyright symbol its photocopy is illegal. Similarly, software products are mostly copyright protected. It means that we cannot copy them, like, MS Windows, MS Office etc. Copyright can deal with misappropriation of data, computer programs, documentation, or similar material. * Trade Secrets Trade secrets are usually the secrets that are playing an important role for the success of a company. They have a lot of value and usefulness for the company. Keeping trade secrets in the computer science field is very important when more than one software companies develop the same product but one of them takes lead. For example, there are many free email services but few of them have significant competitive advantage over others. Computer Science - 9 + Sabotage Sabotage is a serious attack on a computer system. Some malicious user can attack the system while sitting remotely. One can send virus with some free software. A virus is a computer program written with negative intentions. It can change/destroy an information or sabotage a precious data. 4.1.2 Safeguarding Privacy of Others Did you notice the boards on roads about cameras watching you as shown in Figure 4-52 The purpose of such notices is to alarm you about your privacy and keep you within certain rules and regulations Similarly, speed cameras are announced before taking your picture or recording Figure 4-5 your video. These steps are just to safeguard your privacy. In the same way, When you give information to an organisation, it is the duty of that organisation to safeguard your privacy. Your information is stored in NADRA (National Database and Registration Authority) along with information of LEP toad your other family members. So, safeguarding this data is an ethical responsibility of NADRA. Most of the websites also declare their privacy policies (Figure 4-6), indicating what information they collect from you and your computer, and with whom they will share it People usually do not read these policies. Most users mistakenly assume that their privacy is fully protected due to the privacy policy. Figure 4-6 eeu aed Actually, the website wants to inform you that how far they will go to safeguard your privacy. 4.2. Importance of Data Privacy 4.2.1 Privacy Concerns that Arise Through the Mass Collection of Data Many organizations are keeping our data due P to the computerized systems in-place. There can be more people/organizations having information about you than you think. For example: Figure 4-7 + Ahospital may have your birth record, + NADRA has your family information, * Your school has your record, * BISE (Board of Intermediate and Secondary Education), + Passport office if you have a passport, + Email service providers if you have email accounts, + Online social networking websites etc. There are companies interested in a lot more than just your name, address and other basic facts about your life. They want to know where you have travelled, what type of clothes you wear, how often you have been sick, if you buy a product then do you buy something else with that product or not and much more. Answers of these questions help them in decision making. Example: If you buy a packet of potato crisps, then you usually buy a drink as well. This information is useful for a shopping mall to increase its sales if it introduces new offers on both potato crisps and drinks. So, a piece of information can flow from one place to another without any intimation. It is due to mass collection of data. Figure 4-8 rT) Cece) PePe ares There are certain companies, called data brokers, that solely exist to collect, aggregate, buy and sell consumer information. 4.2.2 Analysing the Personal Privacy and Security Concerns that Arise with any use of Computational Systems With the advent of Internet, our computers are no longer stand-alone devices. In fact, now they are connected to millions of other computers in the world. Due to this connectivity, many security concerns also arise. Primarily, we want to secure our data according to the following three aspects. 1- Confidentiality: It means that we want to keep our data as confidential. We do not want to share it with unintended persons. 2+ Integrity: It means that we want to keep the data correct. For example, we do not want that the website of our bank shows less account balance than it actually is. 3- Availabi want. If data is not available when needed, then in some cases it becomes useless. It means that we want to have access to the data when we All these aspects are important during the processing, storage and transmission of data in a computerized system. Computation is a general term for any type of a information processing that. can be represented mathematically. For example, your grade in 9th class will be computed according to your marks in every subject. Figure 4-9 In everyone's life there is stunning growth of usage of computational systems. This fact is behind raising concerns about privacy. Cire eared When we surf the Internet, personal information is generated that may be of interest to businesses or people with malevolent aims. Companies want to read minds of Web surfers and sometimes they store some piece of information with the Web surfer, called cookies. Using “cookies,” companies are able to track purchases and gather personal data. They can use this information to target their marketing. It can be considered an invasion of their privacy. 4.3, Simple Encryption Encryption is the process of encoding data in such a way that only authorised person can read it. | [Phainext [ciphertext] Plaintext Encoding means conversion of the T T data to an unreadable format which Key Key is called ciphertext. A secret code Encrypt Decryption Figure 4-10 Encryption - Decryption Process (called Key) is required to read the" oe “eye data as shown in Figure 4-10. A key is just like a password. In ancient times when messages were carried by foot for miles, kings and rulers used to encrypt the letters they would send to allies. This helped to protect the secrecy of the message in case they were stolen. A computer expert who can steal data when it moves from one location to other, is called hacker. Encryption helps us to save data from hackers. You can devise a technique to encrypta text. Like you can write letters of each word in reverse order. For example, the text “Tlike my school” becomes “Iekilym loohcs". Another ways to put next letter in place of each letter this way, “like my schoo!” becomes “I mjlf nz tdippm”, Using your own technique enerypt the ‘names of cities in Pakistan and give the key to your friends to identify those names. " become b’,‘b’ becomes'c’ and 'z' becomes ‘a’. So, in Cece) Ifyou hold up a script to a mirror, the writing looks reversed, You can easily write notes and other things to look like mirrorwriting, Geta sheet of thin white or light coloured paper. With a dark marker, write something on one side. Make sure you write it thick and dark enough so that itwill show through the other side. Flip over the paper and trace what you wrote. You'll be tracing it backwards. It should come out like how you would see your regular writing if you were to hold it up to a mirror, For fun, write down different words, or write a note to someone, then reverse itand send itto them. 4.3.1 Importance of Encryption for Everyday Life on the Internet Encryption is one of the most important methods for providing data security. In everyday life on the Internet, vast amounts. of personal information are stored on multiple places. So, it is important to know how to keep data private, Encryption is important because it allows you to secure Figure 4-11 data from illegal access. Importance of encryption can be described in the following three points. 1. Protection from Hackers Hackers don't just steal information; they can also alter the data to commit fraud, For example, in a bank transaction of online money transfer, they can fraud by changing the target account number. 2. Encryption Protects Privacy Encryption is used to protect sensitive data, including personal information for individuals. This helps to ensure privacy and minimising the opportunities for surveillance by criminals. Figure 4-12 eee aed 3. Encryption Protects Data across Devices Multiple (and mobile) devices are a big part of our lives, and transferring data from device to device is a risky proposition. Encryption technology can help protect stored data across all devices, even during transfer. Additional security measures like advanced authentication help deter unauthorized users. 4.3.2 Substitution Cipher Methods Substitution Cipher methods are the methods of encryption in which the characters of original text are replaced by some other characters. This substitution is done by a fixed predefined system. In the following we discuss two commonly used substitution ciphers. 4.3.2.1 Caesar Cipher Caesar was a Roman politician and military general who played a critical role in the rise of the Roman Empire. Caesar used this method of encryption for sending messages to his soldiers and generals. This is the reason for calling this method as Caesar Cipher. In this method, we replace each alphabet in the plaintext by another alphabet. The replacing alphabet is some fixed number of steps to the left or right of original alphabet in the sequence of alphabets. Example 1: A three-character substitution to the right results in the following transformation of the standard English alphabet: Initial alphabets: ‘ABCDEFGHUKLMNOPQRSTUVWXYZ Encryption alphabets: DEFGHUKLMNOPQRSTUVWXYZABC Within this substitution scheme, the plaintext PAKISTAN would be encrypted into the ciphertext SDNLVWDQ. Example 2: A five-character substitution to the right results in the following transformation of the standard English alphabet: Initial alphabets: ‘ABCDEFGHUKLMNOPQRSTUVWXYZ Encryption alphabets: FGHUKLMNOPQRSTUVWXYZABCDE Within this substitution scheme, the plaintext PAKISTAN would be encrypted into the ciphertext UFPNXYFS. Cece) oy < 2 Cae Use a three-character substitution to the left for encrypting the plaintext PAKISTAN into ciphertext 4.3.2.2 Vigenere Cipher Vigenere cipher is another substitution cipher, which uses a table known as Vigenere Cipher table for substituting the letters of plaintext. Vigenere Cipher Table: The table is shown in Table 4-1, The table consists of 26 rows and 26 columns, where the 1“ row contains the original alphabets from A — Z.In each subsequent row the alphabet is shifted by one letter to the right. All the columns are labeled by alphabets from A —Z, and all the rows are also labeled by alphabets from A~Z. KLMNOP QRS TUVWXYZ 4 ABCDEFGHIE N= 22 [2-2 lee PE >[N[=[=[ofe[=[=[el=|=|-|e]=[2]2 [ee fofe|a[-|5[5/3]x| >< [s[= |e -|<]-|212 el [offal [>] >/5I =[=[>[s]]5| =[2[=(>sl<[2[o[6f |< [e[=|=|-||- [2 [2 [ele ofa] -]5| |= EPS l[o[e[=|=el=|-[-[£]-]2|2[o[eofefale ~ PEERS === EF 2/2 [ofe[ol ale =e l[=[<[el2 | -1 2/5 [ofe| =(4|-[> = E> ll[>[6[=|=el2/-[5|<|)2[2[o[a] >| of=[4[-|=/F [2 [=I I< ]2[o[e[=|= ele |- |=) ]]5[2[o[e| of=[of=|4|+]=]=|2]<|=[s]<]2[e]o]4|<[e/z|=|-[<]=]5I z[e[=[ole|>[-[5|=E[=[N]=[2[Cfe/=[ [el =|-[- [x] I =[2[e[=[ole[o[-|5||2[=[>|[s]=]=[ofe|=[[ola[—|-]x] == |2/el= [feel S/F [2 [=[>|5][@|ofe[=[=[e[=|—|5I 2S 2c e2 ES FERN [BX IN]<[2[5[e[e]<[ol= [|X|] [2[ele [ole | [5/52 |= Nl <[=[ofe[=]e[e| =|-[- EE zee [ole[4-[S|= ee >[]<[2[ofefee ef=|=|- e212 [ele Jole[4[els|5 EFS <|2[oe| eI =[e[=[=|- [2/2 Iele[ofe[al- [=| E> IN\<[2[ [aI [<[el=|=FS]=|2[Z/e[<[ole|a|- [S/S [x > [IN] =[2[o} a[=[=[e/=/=|-|¥|-[= [zo] [ele[4 I [5/2 /X=[N]<[4I efe[=[=[el=|-|-|£ |= [2[oafole|a|-[5|=[3|=[> |x] <1 =[o[o|=|=/e|=|-|-[£|-[2[2/e|-[ele|a[- [=| |2[=[=[xI EBUERECEEELEEECECEoEEEEEE feUAw EO THe I EZOACEUPE D> SK> Table 4-1 Pie eee acto Vigenere Cipher Method: In this method, we have a substitution key that is combined with the plaintext to generate the ciphertext. We encrypt each letter of the plaintext by finding that letter in column labels of the Vigenere table (Table 4-1) and in that column, we find a letter that is in front of the row label for the respective letter of the key. We continue this process until all the text is finished. Example: Let's assume that we want to encrypt "PAKISTAN’ with the help of substitution key "ZINDABAD". We find ‘P’ (first letter of plaintext) in column labels and 'Z’ (first letter of substitution key) in row labels. We can observe that the row and the column meet at letter ‘O’ as marked with yellow colour in Table 4-1, So, the letter 'P’ is converted to ‘0’. Similarly, we find the letter ‘A’ in column labels which is the first column (marked with green colour) in Table 4- 1. and we find the letter ‘I’ in the row labels. Row and the column meet at the letter 'l. So, ‘A’ is replaced with 'T. In this way the word “PAKISTAN” is converted to cypher text “OIXLSUAQ" as shown in Table 4-2. Career P A K I s T A N Peay Zz I N D A B A D ec oO I x L s U A Q Table 4-2 Important Note: If the key has less number of letters, then we repeat the letters of that key from beginning. For example, to encrypt the text “PAKISTAN” having 8 letters with the key “BEAUTY” having 6 letters, we repeat the letters of the key to make them equal in length to the given plaintext. So, the key becomes “BEAUTYBE” having same number of letters and this key is called interim ciphertext. Prepare a chart for the sports you likes the most. In the chart, write names of your favourite playersin plaintext as wells in ciphertext. You can use some key of your own choice Computer Science - 9 4.3.3 Using Vigenere Cipher Widget There is a widget available at the website: https://studio.code.org/s/vigenere/stage/1/puzzle/1 It is called Vigenere Cipher Encryption Widget. It shows animation of the encryption and decryption of plaintext by using Vigenere Cipher method according to a given key. Screenshot of this widget is shown in Figure 4-13. You can type text on upper left corner and provide a key for encryption. Press the “Encrypt” button and then click on * to see the animation of encryption. Both the buttons are marked with red circles in Figure 4-13. Similarly, we can decrypt a ciphertext to see the original message. ANUP eWHy UMN oben snuvWHHD Cipher ASTRO Tee) TT TMDN TS Les [OT aa Fer youre mesige (40 Chan SPadctol= tat [ofc abel [beware lef elebasbefeat als for Ta ONY THS MESSAGE COULD.BEA SECRET ofotetefetate tele tatals fos etal mate safe eet a sofa ase eta etc fupsfo La soles vas ee creryoursnet fy MOREE [Qos ea [er SECRET Er Spoleto fat rtode las fsa etal fei Breyer |(OUGTTw By) ETA Te lsat et ete et Tapped sbi ee oa eto eb Slow foe MRT OS[oh eee va Fete epee Result tobe abel et faba lta Teta fetal [ecu sedans (roa eee feo fee [eae (wise ) SLED abetted tetole ofall fut Point ent Tofu a eto ea Leah |[IFONLY_THIS MESSAGE_COULD_8F_A SECRET |) wlth telat Telofe Telefe TTT [mlm of [alas 17] = feudal as efoto rte fel foto Tale eT tober Moped ete feo el ofr ape s ol babetatelepstelrfebebretcfubsofrfehts (oti Ciisieat] 0 2 felala Teo [ele Dele Tals oP Leb sh Toes Figure 4-13 vigenere cipher widget « Practical to Decrypt a message To decrypt a message, we find the letters of key in the rows of Vigenere table and then in that row we locate the letter of encrypted text. When the letter is found we take the column heading for that letter as decrypted letter. For example, to decrypt "OIXLSUAQ" with key "ZINDABAD” we find Pie eee acto the row for the letter 'Z' and in that rows we find the letter ‘O' where we can identify the column heading, i.e., ‘P’ in this case. Similarly, we continue with each letter of the cypher text and decrypt the cypher text. Pepa Gaius Julius Caesarwas born in July 13, 100 BC, Rome, Italy and was assassinated on March 15,44 BC, His famous quotes are: 1) Experience isthe teacher of all things. 2) Men freely believe thatwhich they desire 4.3.4 Encrypted with Random Substitution using Frequency Analy: Messages encrypted with the Caesar cipher are very easy to crack. What if instead of shifting the whole alphabet, we map every letter of the alphabet to a random different letter of the alphabet? This is called a random substitution cipher. Mege (SRBIe) (WHERIFONR) @ se get poy xv il ee ask ger poy zxcv nb I KB Ss avert poy 2eey ma Bem sk overt poy axe il Bm Sf kj get poy axe il Bem Sef kj gat poy xc il em as ger poy zxcv nb I KB fk ert poly 2eev mb KBE) m Gur aaon Cemmeay [ $1017 oe Figure 4-14 Random Substitution using Frequency Analysis Widget We can visit the website: https://studio.code.org/s/frequency_analysis/stage/1/puzzle/1 to view the widget for this purpose. It's screenshot is shown in Figure 4-14. Cece) In this version of the tool, you'll be interacting more with the graphs that show letter frequency. Load the Sample message (hard) from the message dropdown. This will load a message that hasbeen encrypted with a random substitution cipher. You will crack the message by guessing what each letter of the alphabet contained in the original ciphertext should be changed to. You can do so by dragging the blue letters of the alphabet directly underneath the orange letter you want to change in the original ciphertext. Letters that have been changed using your guesses will no longer be highlighted orange in the message window on theleft. Play with some of the sorting options available in the Random substitution cipher tab to get different views on the letter frequencies in the input text as well as standard English text PePe ares ‘the most common letter used in the English language? May be the most common letter in your encrypted text maps to the letter 'E’, but may be not! You'll have to do a bit of guess and check to see if that substitution makes sense. In cryptanalysis, frequency analysis is the study of the frequency of letters or groups of letters in a ciphertext. The method is used as an aid to breaking classical ciphers. 4.3.5 Weaknesses and Security Flaws of Substitution Ciphers @ The simplest of all substitution ciphers are those in which the cipher alphabet is merely a cyclical shift of the plaintext alphabet. The explanation for this weakness is that the frequency distributions of symbols in the plaintext and in the ciphertext are identical, only the symbols having been relabelled Another major problem with simple substitution ciphers is that the frequencies of letters are not masked at all. Ui eed 4.4 Encryption with Keys and Passwords 4.4.1 Relationship between Cryptographic Keys and Passwords Passwords are used for authentication to enter a Password? | jj system whereas cryptographic keys are used to ‘ bomen read an encrypted message. So, with respect to i computer security a "key" is not synonymous with “password”. It is also possible that a password can be used as a key. The basic difference between Figure 4-15 ‘these two is that a password is generated, read, remembered, and reproduced for a human use while a key is used by the software or human to process a message by using that key and the cryptographic algorithm. CePiaeke acts We can write a program that can access a website and give it a password, It can be used to hack a password ifthe program keeps trying different password for long time. Moreover, a program can also add unnecessary data by filling @ form again and again. To avoid this situation only humans are allowed to use a system instead of a computer program. So, a picture is shown on a website whenever there is a form and you are asked to read that image and fill afield. The image contains text in irregular form which is readable for human butnot easily fora machine, Some server computers store key on our computers when we access them first time. For later use, the same key is used on our behalf but without any action from our side. 4.4.2 Characteristics of a Good Password A good password should be difficult to guess or crack. It helps to prevent unauthorized people from accessing files, programs, and other resources. A good password: © is at least eight characters long doesn't contain your user name, real name, kid's name or company name doesn't contain a complete word is significantly different from previous passwords contains uppercase letters, lowercase letters, numbers, and symbols Ceca ee) Allstudents go to computerlaboratory and access the following website: https//howsecureismypassword.net/ Notice the time a computer can find your password. Screenshot of this utility is shown in Figure. Class teacher can point out some other same type of utilities. HOW SECURE IS MY PASSWORD? Itwould take a computer about 5 SECONDS to crack you password Xx 4.5 Cybercrime The Internet is an amazing tool for communication, allowing users to connect instantly over great distances. Unfortunately, the same communication is also a great tool for criminals. A crime in which computer network or devices are used is called a cybercrime, For example: « Identity Theft One common form of cybercrime is iden emails to trap someone to give passwords and account information. theft. Hackers may use fake * Transaction Fraud Simple financial fraud is another common crime in the online arena, A scammer may offer an item for sale through an auction site with no intention of delivering once he/she receives payment, Alternatively, a criminal might purchase an item for sale using a stolen credit card. It is also possible Figure 4-16 Ui eed to buy something from own credit card but then reporting the card stolen. This is a transactional fraud if the cardholder claims chargeback. « Advance Fee Fraud Sometimes the hackers congratulate you upon winning a big you pay a small amount in advance, so that the prize can be dispatched. and ask This is a common type of cybercrime, The lure of easy wealth has found many victims of these frauds. * Hacking Another cybercrime is the practice of hacking, illegally accessing someone else's computer. This happens mostly when you download some file from internet and execute it without knowing details. A software installed in your Figure 4-17 computer connects someone else to your computer without your permission, The aim is to gather information about a person or organization sometimes without their knowledge. This type of software is called spyware as shown in Figure 4-17 ° Piracy Piracy is also a type of a cybercrime. Details about piracy already discussed in Section 4.1.1. PePe are National Response Centre for Cyber Crime (NR3Q) is a law enforcement agency of Pakistan dedicated to fight cybercrime. tis working under FIA (Federal Investigation Agency) and its website is available at httpy/wwwnrc.govpk. (Screenshot in Figure) Computer Science - 9 eed Find the categories of cybercrime at http://wwwnr3c.gov.pkand make notes about teach. Teacher can make groups of students and ask each group to make chart on each category. 4.5.1 Characteristics of a Phishing Attack Phishing is the fraudulent attempt by sending emails to obtain sensitive information such as usernames, password and credit card details. e Characteristics of Phishing Emails 1. It normally appears as an important notice, urgent update or alert. The Figure 4-18 subject of such email is set in a way that the email recipient believes that the email has come from a trusted source. Examples: a. "Someone tried to open your account. Change your password Immediately” 5 Official Data Breach Notification Packet Delivery at your Home Address 2 IT Reminder: Your Password Expires in Less Than 24 Hours e. Change of Password Required Immediately f. Revised Vacation & Sick Time Policy g. Email Account Updates 2. It sometimes contains messages that sound attractive rather than threatening e.g. promising the recipients a prize or a reward. 3. It normally uses forged sender's. address. For example, admin@facebook.com, info@gmailcom etc. You can also open an Pie eee acto email if it is from principal@yourschool.edu.pk. In email there can be some link that has no relation with your school. So, while filling online forms, take care of the URL (Uniform Resource Locator) appearing in the address bar of the web browser. 4, It usually takes contents such as logos, images from the actual website to make the fraudulent email look like a genuine email. 5. It may contain a form for the recipient to fill in personal/financial information and let recipient submit it. This information is submitted to a different database. © Characteristics of a Phishing Website 1. It looks like original due to same contents such as images, texts, logos, colour scheme etc. 2. It may contain actual links to web contents of the legitimate website such as contact us, privacy or disclaimer to trick the visitors. 3. It may use similar name as that of the actual website. 4. It may use forms to collect visitors’ information where these forms are similar to those in the legitimate website. 4.5.1 DoS (Denial of Service) Attack In computing, a denial-of-service attack (DoS attack) is a cyber-attack to make a machine or network resource unavailable. It means a service is denied. For example, if you want to visit a website but someone else is already sending too many requests to the same website using computer programs, then you may not be able to access that website. This type of attack is shown in Figure 4-19. It is just like a robot is sending many requests in small amount of time, but for a user, either the service becomes very slow or it is denied. So, by flooding the targeted machine or resource with superfluous requests is an attempt to overload the system. It may also cause shutting down a machine or network, Cece) ‘Aracker machine running dient rogram order order Hdl Compromisar Comprom\er ——Compromiser oromiser Compromiser Internet y Trgetee Serve Figure 4-19 Dos Attack DoS attackers often target web servers of high-profile organizations such as banking, commerce, and media companies, or government and trade organizations. Though DoS attacks do not typically result in the theft or loss of significant information or other assets, they can cost the victim a great deal of time and money. Ui eed BUM * We need to be careful by sending data over the internet. «Every organization to whom the data is entrusted, it is their responsibility regarding confidentiality and privacy of the data, ‘© Piracy means making illegal and unauthorized copies of the software without owner's permission. ‘+ Softifting is called borrowing and installing a copy of a software application from a colleague. © Client-server overuse is installing more copies of the software than you have licenses for. * Hard-disk loading means installing and selling unauthorized copies of software on refurbished or new computers. ‘© Counterfeiting is called duplicating and selling copyrighted programs. «Using computer for the purpose of some unauthorized activities is called fraud or misuse. ‘+ Promises made by a software developer is known as warranty or libili © Patent can protect an idea so that it won't be misuse and the owner will attain its full rights. «To protect value and usefulness we may imply trade secrets. © The computer can be attacked while sitting remotely, in this way sensitive information will be sabotaged. ‘Encoding means conversion of the data to an unreadable format which is called ciphertext. Key is needed to read it. Passwords are used for authentication to enter a system. ‘« Actime in which computer network or devices are used is called a cybercrime ‘© Illegally accessing someone else's computer is called hacking. + Denial-of-Service attack (DoS attack) is a cyber-attack to make a machine or network resource unavailable for a user. Computer Science - 9 a 41 1. Choose the correct option. Which of the following doesn’t includes the types of software piracy? () — Softlifiting (i) Liability (iii) Client server overuse Online piracy Which of the following is not a cybercrime? () Hacking (i) Phishing crime (ii) Identity Theft (iv) Decryption Which of the following is not the characteristics of phishing emails? () Official data breach notification (i) Email account update (iii) T reminder (iv) Similar domain of actual website Which of the following is not characteristics of phishing website? () Similar domain of actual website (ii) Using of forms to collect visitors (iii) Actual link to web content (iv) Email account updates Which of the following is not a characteristics of good password? Is eight characters long Doesn't contains username (ii) Contains uppercase letters (iv) Password is your name only Fill in the blanks: Making illegal copies of software is called is a general term for any type of information processing that can be represented mathematically. Cire eared 3. is the process of encoding data. 4. When a key has less number of character than the text to encrypt, then repeating letters of the key is called 5. is a cyber attack to make machine or network resource unavailable for a user. 4-3 Answer the following questions. 1. Define cypher text. 2. Why do we need an installation key whereas a software can be protected with a password? 3. Define Denial of Service. 4, Give a reason to add captcha on websites. 5. Whats Patent, and why do we need to register it? Teacher will divide a class in groups and each group has maximum 4 students. Student will makea key having maximum 5 letters and write 4 words in cypher text with respect to that key. Each encrypted text has at most 10 letters. Teacher will collect these papers from students and divide them randomly to groups and they will be asked to decrypt. The winner will be the group which decrypts the text first, vi 5) Designing Website a rr tony ci Internet surfing is part of almost everyone's Ife and we use I for online shopping, social networking, checking results, sending/receiving emails ne ee ee res ets Peete) Students’ Learning Outcomes 1. Introduction to HTML ‘© Define Hypertext Markup Language (HTML) ‘© Explain the steps involved to: 1m Create and save an HTML file m Display a webpage ‘© Identify the tags used to mark-up HTML elements (© Identify the following elements: = HTML Head section Body section 2. Text Formatting © Describe the steps involved to: 1m Specify a page title Create a paragraph Insert line breaks im Insert spaces Add headings/sub-headings ‘© Identify the text formatting tags used to format the text in various font styles, colours and sizes (© Use appropriate text formatting tags to define: m Font size Font colour Font face Bold text Italic text Underline text Pie War Rcd 3. Creating Lists © Differentiate among unordered list, ordered list, definition list and nested list © Create: Unordered list ml Ordered list Definition list mt Nested list 4, Images and Backgrounds © Add: = Animage 1m Border to the image © Specify: Width of the image Height of the image Mm Analternate text for the image = Applying Background and Foreground colours to a webpage © Assign a background image to the webpage ks © Define a hyperlink © Create a hyperlink to a webpage © Define an anchor © Create an anchor to hyperlink within a webpage © Create a graphical hyperlink 6. Creating Tables © Create a table in the webpage ‘© Apply the following table attributes: Border = Colspan m Rowspan eeu) 5.1 Introduction to HTML When you send request to a web server through a web browser to access a webpage, you get HTML as a response from there. The web browser understands the HTML and displays contents of the webpage. HTML tells the browser how the contents are structured inside a webpage. 5.1.1 Definition HyperText Markup Language (HTML) is a simple language to create webpages. There are two important terms that you need to understand in the name HTML. 1- Hypertext 2- Markup Language Hypertext The term Hypertext is used due to the special text in a webpage called hyperlinks. By clicking on these links you can move from one webpage to another. Hyperlinks are used to navigate on the World Wide Web (WWW). Markup Language ‘A webpage consists of a series of elements which are represented by tags. For example, if you need a paragraph of text on your webpage, you use it as:

Some Text Here

Here

shows marking of paragraph opening tag and

means marking of paragraph closing tag as shown in Figure 5-1. Due to marking of each element, it is called a markup language.

Tama student <\p>

Lam in class 9 <\P> p>'My cat is very grum , ‘ fiend easel)

Iam in computer section <\p> mat

Ihave a computer <\P> Eno Figure 5-1 Example of Tag in HTML POO eed ce Wa Peon HTMLisnot case sensitive. t means that a tag written uppercase isnot different from the one writen in lowercase. For example, the paragraph tag p can be written as

or

. So, all ofthe following lineshave same effect. 5.1.2 Creating First Webpage and Displaying it To create a webpage, you need a text editor, a software to edit text in a file. In MS Windows, you can use Notepad and in Mac you use TextEdit. You can follow these four steps to create your first webpage. My Fits Heading My Pest paragraph,

Contents For example, tag p to create a paragraph in HTML document is a paired tag.

I study in Sth class.

Singular Tags Some tags do not have closing tags and they are called singular tags or empty tags. They are simply written as . For example,
for line break,
to insert a horizontal line. 5.1.4 Attributes in HTML Tags Attributes are the properties associated with tags. They provide some information with respect to a specific tag. Each attribute is given a value. Generally, a tag with attributes is written as: tags. * Body Section: Body section contains the actual contents of a webpage that are visible inside a webpage. This section starts with tag and ends with . ees Create a webpage having title “Information about Pakista Save the webpage with name "Pakistan. htm 5.2 Text Formatting 5.2.1 Content Formatting in HTML HTML defines special elements for defining text with a special meaning. Here is the description about performing various content formatting tasks in HTML. * Creating a paragraph: The

tag marks starting of a paragraph, and

tag marks closing of the paragraph. The text inside

tags is actual contents of the paragraph. + Insert line breaks: The
element inserts a line break without starting a new paragraph. For example,

This is
a paragraph

displays text in two lines, as following. This is a paragraph «Insert spaces: If you insert multiple spaces in a text, HTML only considers one space and ignores the others. For example,

I study in Sth class.

generates the following output. I study in 9th class. eeu) Add headings/sub-headings: Headings are defined with the to
tags.

defines the most important heading.

defines the least important heading. For example,

Heading 1

Heading 2

| weadngs

Heading 3

Heading 4

| sesdoos Heading 5
Heading 6
produces the Figure 5-6 output shown in Figure 5-6. Headings You can see that HTML has ignored the multiple spaces inside the text. In order to insert spaces you need to write "Banbsp;" where the space is needed. For example,

I study   8inbsp;     &anbsp; &inbsp; &inbsp; &inbsp; Binbsp; in 9"° class.

generates the following output. Istudy in 9th class. In order to add two spaces, you can use "Bens Heading 1 Heading 2 Heading 3 Heading 4 In the file “Pakistan.htm\, create a first level heading “Pal Inside this heading, write a paragraph about Pi 5.2.2 Identify the Text Formatting Tags ‘The tag specifies the font styles, font size, and colour of text. You can use color attribute of the tag to specify the colour of text. For specifying the size of text, size attribute is used. Similarly, face attribute is used to set the font style of text. For example, Some Text. Below are some examples for usage of tag, along with their output. Uae ad fed”>This is some text! This some rex! color="blue"> This is some text! This is some text! « This is some text! ‘his is some text! Ci eee Wi eric) Important Note AT Telecast The tag is deprecated in HTMLS, the latest version of HTML, HTML uses tags like , , to make text bold, italic or underline respectively, Below are some examples for usage of these tags, along with their outputs HTML Code Snippet This text is bold This text is bold This text is italic This text is italic This is an underline text ‘This is an underline text 5.3 Creating Lists Sometimes, you need to provide information in the form of lists eg. list of subjects, list of teachers, list of friends etc. In the following, we study what type of lists are available in HTML and how to create them. 5.3.1 Types of Lists There are following three types of lists in HTML: + Unordered List In an unordered list, the order of the list items is not important. In other words, shuffling of items in an unordered list has no effect. For example, lst of cities in Pakistan, An unordered list is created inside the
tags. Each list item is added with
  • tag, as shown below. ue estas
    • ttem
    • ttem
    • ttem
    eee + Ordered List An ordered list keeps each list item with an order number. If you change the order, the meaning of the whole list may also change. For example, if your teacher makes a list of students with respect to their marks then definitely order will matter. An ordered list starts with
      and ends with
    tag. Each list item starts with
  • tag, as shown below. Bue eee tad
    1. First item
    2. 4, First item
    3. Second item
    4. 2. Second item
    5. Third item
    6. 3. Third item 4 Foun item
    7. Fourth item
    another type of list, called “Definition list” or “Description list’. I used when you need to show some terms and their descriptions. For example, if you want to write names of subjects you are studying in 9" class along with their introduction then this type of list is helpful. The
    tag is used to define the description list, the
    tag specifies the term, and the
    tag describes that term as shown in the following example. Pees ead
    Coffee
    cofee
    ~ black hot drinks /dd> ak bo ink
    Milk /at> Mil
    - white cold drink
    wie cole drnk
    «Nested Lists Ina list, a list item can contain another list. Such list is called a nested list. It is Useful for situations where you have multiple options for a single item in a list eg, for writing table of contents that contain sub-sections. For example, see the following code snippet and its output. ee ed
    • Coffee
    • Tea
      • Black Coffee
      • Green tea
    • Milke/li>
    eee! In the fil stan.html’, create a list of provinces of Pal and in each province make a list of at least 5 cities. 5.4 Images and Backgrounds In a webpage, images are added with the tag in HTML. The tag is an empty tag but it contains attributes of an image. For example, the sre attribute specifies the URL (web address) of the image. © Adding an Image Images can improve the design and the appearance of a webpage. In HTML, images are added with the tag. The attributes “width” and “height” can be used to specify the width and height of the image respectively. The “border” attribute can be used to specify the border size around the image. The alt attribute provides an alternate text for an image, if the image is not displayed due to any reason. Example: A
Green Tree The output is shown in Figure 5-7. Figure 5-7 HTML image 107 eeu) * Applying Background and Foreground Colours to a Webpage The bgcolor attribute of tag specifies the background colour of a document and text attribute specifies the foreground text colour of the webpage. These attributes are no longer supported in HTMLS. See the following example: Hello world!

    Hello world!

    The output is shown in Figure 5-8. Figure 5-8 bgcolor * Assign a background image to the webpage The background attribute of the tag specifies the background image of a document or webpage. See the following example: . The output is shown in Figure 5-9. In the file et the background colour to Green, and set the foreground text colour to whi Peete nar ho 5.5 Define a Hyperlink Hyperlink is such an icon, graphic, or text in a webpage, that when clicked, takes you to some other webpage. 5.5.1 Create a hyperlink to a webpage The tag is used to create a hyperlink in a webpage. The href attribute is used to specify the URL of the linked webpage. For example, Visit www.google.com makes the text “Visit www.google.com” a hyperlink. If you click on this text in the webpage, it takes you to the website www.google.com. ee Inthe file reate a hyperlink to the article about Pakistan at Thearticle can be found at URI 5.5.2 Define an anchor Anchor links allow you to go from one part of the same page to another part. Both hyperlinks and anchors are defined by the HTML anchor element 5.5.3 Create an anchor to hyperlink within a webpage Suppose you have an html page with a lot of text, and after reaching bottom of the page, user needs to scroll up to reach the top of page. You can add a link at the bottom of page that takes the user directly to the top of page. For this purpose, you need to follow these steps. 1- Create an anchor at the top of page, and give it a name, eg. 2- Create an anchor link at the bottom of page that uses href attribute to link to the anchor created in 1* step. Name of the anchor should be preceded by # sign in the href attribute, eg. Go to top eeu) You can give any name to an ‘Top of page! anchor, and then use the same — | rsisupathersewihiet name with preceding # sign to move to that anchor, This is shown in Figure 5-10 and Figure 5-11. Figure 5-10 Anchor example In Figure 5-11, by clicking the "Go to top” link you will jump back to the top of the page End of page! Soto Figure §-11 Anchor link example 5.5.4 Create a graphical hyperlink You can also use an image as a hyperlink, by using the tag inside the tags. We can see this in the following example. An image that is a hyperlink: Go to google! The output is shown in Figure 5-12. Ainge at hype 5.6 Creating Tables Figure 5-12 In HTML, a table is defined with the tag. Each table row is defined with the tag. A table header is defined with the
    tag. A table data or cell is defined with the tag. POO eed ce Wa See the following example with output (Figure 5-13):
    Firstname Lastname Age
    Ali Ahmed 50
    Usman Ali 60
    Pistame Tamane ae a Aimed 0 Usman A @ Figure 5-13 Table tag output Apply the following table attributes: + colspan: To make a cell span more than one columns, colspan attribute is used, See the following example with output (Figure 5-14):
    Name Telephone Ali Ahmed 5557785412 5557785545
    Cell that is spans two columns Name ‘Telephone Ali Abed SS7T8S812 SSS7TNSSES Figure 5-14 Col span output Cece) * rowspan: To make a cell span more than one row, rowspan attribute is used, See the following example with output (Figure 5-15)
    Name: Ali Ahmed
    Telephone: 5557785423
    55577855456
    Name ‘Abed sssTTASaS “Telephone: [SSSTTRSS4S6 Figure 5-15 Row span output In the file “Pakistan.htm\", create a table that shows the population of largest cities in different provinces of Pakistan. Your table should be structured as follows. Province City Population Balochistan Quetta Khyber Pakhtunkhwa Peshawar Punjab Lahore Faisalabad Rawalpindi Gujranwala Sindh Karachi Hyderabad Sukkur EMM + HTML is Hypertext Markup Language and its purpose is to create a webpage. + Awebsite consist of webpages. + The head element is a container for metadata. + The visible part of the HTML document is between and . + Text formatting refers to the attributes of text other than the actual text itself. + There are different types of lists in HTML such as unordered, ordered, and description lists. + Hyperlink is an icon, graphic, or text in a document by which you move around on the other documents + To move from one part of the same page to the other page we use anchor. + InHTML the tag defines table. EXERCISE 5.1 Choose the correct option. 1. An individual list item can contain another entire list called () Ordered list (i) Unordered list (iii) Nested list (iv) Definition list 2. HTMLisnota language. () Programing (i) Markup (i) Both i and ii (iv) None of above 3, Webpages can be created and modified by using () Notepad ++ (i) Notepad (iii) TextEdit (iv) All of above 4. An HTML element usually consists of a tags. @) Start (i) End (iii) Start and End (iv) None of above eeu) 5. 10. The element is a container for metadata (data about data). @ (ii) (iil) (iv) <html> To save the HTML Page, you can use as file extension. @ htm i) shtml (iii) xhtml (iv) Both iand ii There are of headings in HTML document. 4 @ oS (i) 6 (vy) 1 tag is used to display data in tabular form. i) td (i) table (i) tr (iv) th A hyperlink can be applied to @) image (i) text (i Both i and ii In “body” tag, is used to make a picture of a background image of a webpage?. bg (i) background (iil) bgiamge (iv) Bothiandii Fill in the blanks. make a cell span more than one row. By clicking on special text called which bring you to the next page. The ___attribute specifies the foreground colour of the webpage. In HTML, images are defined with the tag. refers to the way tags are used to define the page layout and elements within the page. HTML is a computer language which is used to create tag makes the enclosed text bold Tags and text that are not directly displayed on the page are written in section. tag is used for inserting a line break. Pie War Rcd 10. attribute is used with img tag to display the text if image could not load in browser. 5.3. Give short answers. 1. _ Differentiate between ordered and unordered 2. Describe the basic text formatting tags. 3 4 What is difference between hyperlink and anchor? Create a basic table with following attributes: + colspan * rowspan 5. Explain the steps involved to create a HTML page. 5.4 Write the output of the following HTML <html> <head> <tile> My Webpages/title> </head> <body> <ol> <li> Sports <dl> edt>Cricket</at> <dd> Each team has 11 payers«/de> <dt>Badminton</dt> <dd> Each team has 1 or 2 players </dd> <dt> Chess</at> <dd> Each team has exactly 1 players</ad> </a> fis <li> Cities of Pakistan <dl> <dt>Lahore</dt> <dd> Capital of Punjab </dd> <dt> Karachi</at> <dd> Capital of Sindh</dd> <dt»Peshawar</at> <dd> Capital of Khyber Pakhtunkhwa</dd> <dt> Quetta</at> <dd> Capital of Balochistan /dd> </a> hls <iol> <[eody> </html> Cece) 5.5 Write HTML to get the following output . Algorithms Plain Interest Calculation This algorithm takes number of years, amount and interest rate as input and produces total plain interest Start Input numbers years, amount, rate Set Plain Interest to years * (amount*rate/100) Print Plain Interest 5. Stop Acceleration Calculation This algorithm takes mass and force as input and produces acceleration 1. Start Input numbers mass, force Set Acc to force/mass Print Acc Stop awe yawns Create a webpage showing the subjects you are studying in Sth class and the professions you ‘can join ifyou become expert in that subject, Display each profession with the image of some famous personality in that field. For example, in the field of computer science, you can display image of Bill Gates and possible professions are, “Software Developer’, “Database Administrator’, “Network Administrator", “Software Architect’, etc. You can display the subjects as ordered list while the professions can be displayed as sub list. oer M cere eure batead ae 6 BP. Choose the correct option. il) @ wo cid) Fill in the blanks. analyse steps. symbols, text decision making. Verification AUN PE aw Nee volatile , non-volatile RAM one compound proposition bytes Associative Pv RYN Nose Choose the correct option. Fill in the blanks. client. Mail server client/server. rules and regulations. networks VRY NEw MA ene FT protocol. electronic mail channels, client. Encryption. Interim cypher text. Denial of Service Fill in the blanks. 1 rowspan 2 hyperlink 3 text 4 <img> 5. Amarkup language 6 awebpage 7 eb 8 <head> 9. <br> 10. alt eeu) Algorithm Set of steps written in textual form to solve a problem ‘Application layer Binary system Bus topology 2 p2 Re pae 65 sig gs cfial aes € Bf Ee 2 3 68 3 3 a3 B < 33 Pri iordl caesar Caesar was a Roman politician and a military general Client computer A computer that gets some service from some other computer. For example, if you are using a web browser then your computer is working as client that moment. Cookies : i i ib: efi po: or il oE i Sending or receiving files using some network of devices Ey? PE: @ £ é x : 3 3 i 2 zg 3 5 a 3 3 i Input Giving data to a computer rvs. Internet Protocol version 6. It is a set of numbers to identify a device over a network. IPvd has size 128 bits poeene eeu bur ced Non-volatile ‘A memory that stores data even it isnot connected to power mary ut i t & i 2 i : 3 5 i : Sending email to someone to get his/her passwords and ether sensitive information, 2 f i Planning a solution Finding the right strategy for problem sohing Port number Ifa computer A sends many messages to computer 8 and there are many applications fon the computer 8 which can receive a message, then port number aided by the ‘computer A will distinguishes the specific application. Proposition ‘A proposition is evaluated in a truth value, ie, either tre or false I i e ter ‘A outer is used for forwarding data from one network to some other network Softiting Borrowing a software from someone and installing on a computer with paying ‘A device used to store data. For example hard disk, flash drive ete ? nM i Test data Date used to determine whether proposed solution if corrector not ‘The Internet Annetwork of networks Coeur Truth value Verification = = Tl & oD ‘value tat is ether true or false Verification means to test if the solution is actually solving the same problem for which was designed ‘A memory that stores data when connected to power Itis technology used to make a network of devices wirelessly Auteanesacsennee 65,67, 71,72 ‘Aigoithr, 1,14, 15, 16,17, 18, 19,21, 22, 23,24, 25, 27, 28, 29, 30,32, 89, 116, 118, ‘Anchor, 98, 109, 10, 113, Applications, 54 65, 65, 118, ‘Associative, 33,48, 50 Binary, 33, 34, 35, 36,37, 38, 39, 40, $0, $2, 67,118, Bi, 33, 43,67, 88, 118 Boolean Algebra, 3, 44,47, 50 Boolean Proposition, 33,4 Border, 98, 107, 10 Byte, 23, 42,43, 118, Candid solutions, 3, $ Captcha, 97 Ciphertext, 81,83, 85, 86, 88, 95, Colspan, 98, 112, 115 Communication, 53, 54, $6, $8, 60,61, 62, 64,65 65, 69, 70,90, 118 Commutative, 33, 47, 48, 0 Computer network, $3, $4, $5, 62 63, 70, 90, 95 Confidentiality, 74,75, 80, 95 Conversion, 33,35, 37, 38,40, 68, 73, 81, 95, 118, Counterfeiting, 76.95 Cyber attack, 93, 95 Cybercrime, 99,91, 118 Cypher tox, 85, 88 Data Representation, 40 ‘ata storage, 23,41 Decimal, 33, 34,35, 36, 37,49, $0, 68, 118 Distributive, 33, 49, 50 Encoding, 81, 95 Encoding data, 81 F Flowchart, 1 67,8, 9,10, 12,14, 18, 23,29, 32, 118 Flowchart Symbols 1, 8 Gigabyte, 33 hacking, 81, 95,118 Hare-cis loading, 76,95 Harcware, 43, 50, 54, 55, 58 Hexadecimal, 33, 24,36, 37, 38 39,50, 67, 118 HTML, 66,98, 100, 101, 12, 103,104,105, 106,107, 308, 108, 120, 12,113,118, Hyperlink, 88, 100, 103, 110 ere ar rara-ren em Identity, 33,49, 50, 90 Image, 60, 66, 93, 99, 107,108, 10 Interne, 33, 53,54, 55, 56, 62,63, 65,67, 68,69, 70, 11, 73, 74, 16,80, 81, 82 90, 91, 95, 98, 118,119 a Kilobyte, 33 ee Liabity, 95 st 3,4, 6,27, 28, 35,99, 105, 106,113, Logical expressions, 23,49, Logical Operators, 33,45, Me Megabyte, 33, Memory 8, 9,17, 18, 19,20, 23,22, 33,38, 40,42, 43, 59,118, 119, Message, 25, 29, 53, 69, 61,62, 63,64, 65, 63, 70,73, 31,83, £4, 86,87, 89, 92,118 Metadata, 113 i , Networks 53, 54, 56 57,59, 61, 63,67, 68, 69,119 Non-volatile Memory, 38, 40 [Number systems, 33,34, 35 i Online piracy, 76 cee ren Passwords 73, 89, 90,95, 118 Patent, 74,77, 95, 97, 118 Petabyte, 3, 43 Piracy, 75,76, 91, 95,118, Postal Services, 53 Problem, 1,2,3, 4,5, 6,7, 8,18, 16,21, 22,23, 24,25 26,29, 35, 58,59, 88, 118, 119 privacy, 73,74, 78,79, 80 81, 82,93, 95 Problem analysis, 3 Protocol53, 61, 62, 64, 85,67, 70,118, 119, Receiver, 53, 58, 60, 61, 62, 63,70, Recipients, 65, 92 Rovter, 53, 64,68, 69, 70, 119 Routing, 53 68, 68,70, Rowspan, 98,112 Cece) LS Sender, 53,58, 60, 61 62, 63, 64,69, 70, 92 Server, 53 6, 87, 63, 64, 65,66, 67, 70, 76, 89, 94,95, 100,138, 118 Service, $3, $7.62, 68,70, 74, 76, 77, 79, 93,95, 138, ug Softiting, 75, 95,219 Source, 3, 40,50, 54,55, 60,65, 66, 6, 78, 89, 92, 93, 95, Storage capacity, $6 Storage Device, 33, 43, $0,119, EE table, 3, 8 27, 27, 28,28, 33, 35, 36,37, 38, 40,42, 43, 46,47, 48, 49, 50, 51, 62, 69, 84 85, 86, 99, 106, 110, ann, 113,19 Telephone, 53, 65121, 112, 118, Terabyte, 33, 43 Test cases, 1 Test data, 1,24 25, 26,29, 119 Testing, 1 24, 25,28, 119 Text formatting, 98, 103,104, 113 Textedit 105 Trace table, 1,27, 28,29, 119, Trade secrets, 76,77, 95 Transmission Medium, $3, 58,62 Truth tables, 33, 46, 47,48 Truth values, 33,48, 4, 46, User communication 5 verification, 1,26, 27, 28,48, 119, Volatile memory 38, 4, 50,118 Validation, 1 26, 27,28, 118 Warranty, 95 Webpage, 65, 65, 76, 98, 9, 100, 101, 102,103, 107, 108, 109, 113</div><div class="after_doc_wrapper is_bot"><section class="_1ifY6L"><div class="_1t0vuo" data-e2e="recommender-list"><h2 class="-JXdjF" data-e2e="list-title">You might also like</h2><ul class="_2sDW41" 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/1718609847?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/322011391/298x396/59d3b978ea/1718609847?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 (5814)</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 (1092)</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/1718451942?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/310560108/298x396/6049b38208/1718451942?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 (845)</div></div></div></div></div></div></li><li class="_2uhxkw"><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-2-f.scribdassets.com/img/word_document/357813054/149x198/d1d2a4e180/1716817650?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/357813054/298x396/334eaf1f69/1716817650?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 (609)</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-2-f.scribdassets.com/img/word_document/224410406/149x198/b245e05319/1718631847?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224410406/298x396/c03da23e3f/1718631847?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 (1717)</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-2-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-1-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/1718451763?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/322011392/298x396/8996aadf7d/1718451763?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-1-f.scribdassets.com/img/word_document/309859835/149x198/394d1573f0/1716986829?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/309859835/298x396/d1289f88b9/1716986829?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 (540)</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-1-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-1-f.scribdassets.com/img/word_document/211302755/149x198/e130bab094/1717706570?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/211302755/298x396/19f10ceb3f/1717706570?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 (348)</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/1718276304?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/234028503/298x396/1455400f40/1718276304?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 (1018)</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/1718451436?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/263504218/298x396/ca05b40921/1718451436?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/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-1-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 (822)</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/1718817053?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/378045783/298x396/c4d2b45a8f/1718817053?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 (1866)</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/1717607260?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224369806/298x396/a026add765/1717607260?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-1-f.scribdassets.com/img/word_document/337536061/149x198/e0fabe3d5f/1717779761?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/337536061/298x396/9e5f6dd316/1717779761?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-1-f.scribdassets.com/img/word_document/224426877/149x198/67b53f7428/1718631569?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/224426877/298x396/61c4862b68/1718631569?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 (441)</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/1717421700?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/224252178/298x396/dfbec9e04b/1717421700?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 Tóibín</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 (1947)</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/1717844699?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/335537398/298x396/4b549960d0/1717844699?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/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-1-f.scribdassets.com/img/word_document/235411767/149x198/ce356815f8/1718632206?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/235411767/298x396/a289a2fc2a/1718632206?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 (4770)</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-2-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/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-1-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 (807)</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/1718448713?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/163579056/298x396/c599e1583f/1718448713?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/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-2-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-2-f.scribdassets.com/img/word_document/163646054/149x198/73d89ab0b4/1714828490?v=1" srcSet="https://imgv2-1-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/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-1-f.scribdassets.com/img/word_document/163657166/149x198/bf3b773b78/1718449271?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/163657166/298x396/9446ea1bc2/1718449271?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/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/1718451208?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/244157917/298x396/d0cbd421a3/1718451208?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/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-2-f.scribdassets.com/img/word_document/225916486/149x198/ceefd53ff2/1710801410?v=1" srcSet="https://imgv2-1-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/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-2-f.scribdassets.com/img/word_document/224410295/149x198/5f74dd59cd/1716559191?v=1" srcSet="https://imgv2-1-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/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-1-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 (2522)</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-2-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-1-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-2-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/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-2-f.scribdassets.com/img/word_document/359457348/149x198/a54d82062c/1666150267?v=1" srcSet="https://imgv2-2-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-2-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/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.scribd.com/document/483574042/A-New-Anthology-of-Essays-11-12" target="_blank"><span class="visually_hidden">A New Anthology of Essays 11-12</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/483574042/149x198/75f7ab7296/1710539942?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/483574042/298x396/b28e8481f6/1710539942?v=1 2x" alt="A New Anthology of Essays 11-12" 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>96 pages</div><div class="title" data-e2e="doc-info-title">A New Anthology of Essays 11-12</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</div><div class="_16H48L"><span class="font_icon_container QEVmJ8"><span aria-hidden="true" class="icon icon-ic_thumbsup_outline_small"></span></span>83% (12)</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/doc/296481301/Mate-Matics" target="_blank"><span class="visually_hidden">Mate Matics</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/296481301/149x198/1f65a299b0/1542967039?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/296481301/298x396/4c01465daf/1542967039?v=1 2x" alt="Mate Matics" 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">Mate Matics</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</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.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-1-f.scribdassets.com/img/word_document/239588474/149x198/8a4150948e/1707940557?v=1" srcSet="https://imgv2-2-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-1-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/660669670/tark-e-razayal-ahmed-javed-sahab-230716-222916" target="_blank"><span class="visually_hidden">Tark e Razayal Ahmed Javed Sahab - 230716 - 222916</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/660669670/149x198/58ae838c91/1716046010?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/660669670/298x396/7826032247/1716046010?v=1 2x" alt="Tark e Razayal Ahmed Javed Sahab - 230716 - 222916" 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>299 pages</div><div class="title" data-e2e="doc-info-title">Tark e Razayal Ahmed Javed Sahab - 230716 - 222916</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</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/653790764/tazkia-e-nafs" target="_blank"><span class="visually_hidden">Tazkia e Nafs</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/653790764/149x198/4830b60ead/1710577916?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/653790764/298x396/fcdf47e3de/1710577916?v=1 2x" alt="Tazkia e Nafs" 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>17 pages</div><div class="title" data-e2e="doc-info-title">Tazkia e Nafs</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</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/483579855/Mathematical-needs-2011" target="_blank"><span class="visually_hidden">Mathematical Needs: Mathematics in The Workplace and in Higher Education</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/483579855/149x198/862e4bc6ef/1710565729?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/483579855/298x396/a4758788fd/1710565729?v=1 2x" alt="Mathematical Needs: Mathematics in The Workplace and in Higher Education" 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>40 pages</div><div class="title" data-e2e="doc-info-title">Mathematical Needs: Mathematics in The Workplace and in Higher Education</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</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/483581213/ANS-W07-Kerberos" target="_blank"><span class="visually_hidden">ANS-W07 - Kerberos</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/483581213/149x198/101ddcbdfb/1710587847?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/483581213/298x396/09cd81981c/1710587847?v=1 2x" alt="ANS-W07 - Kerberos" 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>45 pages</div><div class="title" data-e2e="doc-info-title">ANS-W07 - Kerberos</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</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/483578326/Computer-Sc-9-UM-2020-21-Curvred-for-positives-Final-PCTB-08-04-20-pdf" target="_blank"><span class="visually_hidden">Computer Sc. 9 UM 2020-21 Curvred For Positives Final PCTB 08-04-20 PDF</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/483578326/149x198/3418384d97/1604946129?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/483578326/298x396/5c756d82ec/1604946129?v=1 2x" alt="Computer Sc. 9 UM 2020-21 Curvred For Positives Final PCTB 08-04-20 PDF" 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>128 pages</div><div class="title" data-e2e="doc-info-title">Computer Sc. 9 UM 2020-21 Curvred For Positives Final PCTB 08-04-20 PDF</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</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/266163922/Algebraic-Geometry-A-Concise-Dictionary-gnv64-pdf" target="_blank"><span class="visually_hidden">Algebraic Geometry - A Concise Dictionary (gnv64) PDF</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/266163922/149x198/96762e91d8/1713385874?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/266163922/298x396/dd174628b2/1713385874?v=1 2x" alt="Algebraic Geometry - A Concise Dictionary (gnv64) PDF" 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>240 pages</div><div class="title" data-e2e="doc-info-title">Algebraic Geometry - A Concise Dictionary (gnv64) PDF</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</div><div class="_16H48L"><span class="font_icon_container QEVmJ8"><span aria-hidden="true" class="icon icon-ic_thumbsup_outline_small"></span></span>100% (5)</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/254457932/F-Sc-Part-1-Physics-PTB" target="_blank"><span class="visually_hidden">F.Sc. Part-1 Physics-PTB</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/254457932/149x198/4afcdee857/1422885174?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/254457932/298x396/0244a07931/1422885174?v=1 2x" alt="F.Sc. Part-1 Physics-PTB" 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>1 page</div><div class="title" data-e2e="doc-info-title">F.Sc. Part-1 Physics-PTB</div><div class="_38nure" data-e2e="doc-info-author">garrisonian96</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 _12m6WX GridContainer-module_extended_fiqt9l"><section aria-hidden="true" class="scrolling_component exited collapsed" style="transform:translateY(100px)"></section><div class="GridRow-module_wrapper_Uub42x _12m6WX 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="e2f3f1f6-8998-4d41-8928-7a690dacc4ee"><!--{"assetEnvironment":"production","bodyProps":{"admin_panel_props":null,"breadcrumbs":[],"sharing_buttons_props":{"description":"","id":483579286,"message":null,"private":false,"secretPassword":"egqHpF55EiM7dVrErV59","thumbnailUrl":"https://imgv2-2-f.scribdassets.com/img/document/483579286/original/d0e4dcbd6f/1718941520?v=1","title":"Computer Sc. 9EM 2019-20 Curvred for positives Final PCTB 08-04-20 (1).pdf","twitterHashtag":null,"url":"https://www.scribd.com/document/483579286/Computer-Sc-9EM-2019-20-Curvred-for-positives-Final-PCTB-08-04-20-1-pdf"},"show_bot_text":true,"bot_text":"###BOT_TEXT###","view_restricted_cta_test_enabled":false},"currentPage":{"isHamburgerMenuOpen":false,"isMegamenuTopBarVisible":true,"isMegamenuPrimaryNavVisible":true,"isStatsigEnabled":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","statsigClientApiKey":"client-WIJd796Cwa4NdE0bYoaQFqBHKyK5Pj5Ct7uODQkwhKs","statsigEnvironmentTier":"production"},"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":483579286,"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,"docPageThirdColumn":{"variant":null},"independentScrolling":{"testName":"doc_page_independent_scrolling_v1","variant":"control"},"thirdColNonsub":{"testName":"third_col_nonsub","variant":"control"},"personalized_archive_offer":"control"},"paths":{"assetPath":"aHR0cHM6Ly9zLWYuc2NyaWJkYXNzZXRzLmNvbS8=\n","actions":{"add_to_library":"L3NhdmVkL2FkZA==\n","archive_plans_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz00ODM1\nNzkyODYmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","audiobooksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hdWRpb2Jvb2tz\n","bestsellers_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9iZXN0c2VsbGVycw==\n","book_annotations":"L2Jvb2tfYW5ub3RhdGlvbnMvNDgzNTc5Mjg2\n","booksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9ib29rcw==\n","documentsLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9kb2Nz\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy8=\n","homeLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","library_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zYXZlZA==\n","load_recommenders":"L2RvYy1wYWdlL3JlY29tbWVuZGVycy80ODM1NzkyODY=\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","NA==\n","OA==\n","Mw==\n","NQ==\n","Nw==\n","OQ==\n","Mg==\n","OA==\n","Ng==\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":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz00ODM1NzkyODY=\n"},"props":{"download_receipt_modal":"L2RvYy1wYWdlL2Rvd25sb2FkLXJlY2VpcHQtbW9kYWwtcHJvcHMvNDgzNTc5\nMjg2\n","paused_user_download_modal":"L2RvYy1wYWdlL3BhdXNlZC11c2VyLWRvd25sb2FkLW1vZGFsLXByb3Bz\n","pmp_login_join_modal":"L2RvYy1wYWdlL3BtcC1sb2dpbi1qb2luLW1vZGFsLXByb3BzLzQ4MzU3OTI4\nNg==\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":{"483579286":false}},"personalization":{"trialDuration":null},"ratings":{"483579286":{"averageRating":0,"documentId":483579286,"downvoteCount":0,"ratingCount":0,"upvoteCount":0,"userRating":0}},"recommenders":{"viewport_bottom_recs":{"items":[{"id":322011391,"doc_uuid":"sbd/ekaoATfDGFyunb49xSP0FMM="},{"id":335808746,"doc_uuid":"sbd/wF6NYxOO0Lt/Cjx94c4t0K4="},{"id":310560108,"doc_uuid":"sbd/lIetMTUmJypKFRBQpXGsnIY="},{"id":357813054,"doc_uuid":"sbd/ePlzxs7ZmAFByrlRpbfU9rM="},{"id":224410406,"doc_uuid":"sbd/0rMMn75yOqfkF4IutWRPTf4="},{"id":308030757,"doc_uuid":"sbd/HYFpsa/pxdFXuEVSIaZH3fs="},{"id":356032151,"doc_uuid":"sbd/Ldq142ImRS9Y54z9svyctDI="},{"id":322011392,"doc_uuid":"sbd/eZ4xX3hsGvgJJr6uQ1QVYvI="},{"id":309859835,"doc_uuid":"sbd/Xq3W6aY24vSBVVQj2SlQ4x4="},{"id":224266633,"doc_uuid":"sbd/uy2XrgGE7BPOl5NFQCG71lg="},{"id":211302755,"doc_uuid":"sbd/AtpoE10oIymO28WkEyFnJIQ="},{"id":234028503,"doc_uuid":"sbd/oT0TfTjgtC3Mp1sR4cYmteY="},{"id":263504218,"doc_uuid":"sbd/4H1k1PGlD12FwEBbFRLdBrs="},{"id":393393789,"doc_uuid":"sbd/dgfqNvS8jM7YLx5B2aSUZ3o="},{"id":378045783,"doc_uuid":"sbd/qIIrj9EEhaeDtdITZBOHz3U="},{"id":224369806,"doc_uuid":"sbd/XJC5yTLLRmBASW9l4tiNePk="},{"id":337536061,"doc_uuid":"sbd/QzydnZdnm9Yrn/51vIpIU7M="},{"id":224426877,"doc_uuid":"sbd/dZd1eLuKozL324MWGz7Omho="},{"id":224252178,"doc_uuid":"sbd/sVihBg7vX318oNzMxBJe3U4="},{"id":335537398,"doc_uuid":"sbd/ZYA2Gbc79Mn16VujU5dCsDk="},{"id":235411767,"doc_uuid":"sbd/CT6a/OODZ4/r056HaQWsQ44="},{"id":182553141,"doc_uuid":"sbd/dwGJq0HhbogkuZgY4lfztBI="},{"id":224326250,"doc_uuid":"sbd/gapFM9J7YKGpyJpXYWLrMxQ="},{"id":163579056,"doc_uuid":"sbd/i0wrE7HdD7VLTksBOs2hnlA="},{"id":419930541,"doc_uuid":"sbd/ll2VF8zm7sFNnGc8gVV2xbs="},{"id":163646054,"doc_uuid":"sbd/GQP5GcbINlTAzvwYtLsHY3Q="},{"id":163657166,"doc_uuid":"sbd/YNiWTegKrm49kTiI9jk2H0A="},{"id":244157917,"doc_uuid":"sbd/iEvj75dxGztg9XrGLXzuR88="},{"id":225916486,"doc_uuid":"sbd/Z3ZICWDBjguYQtnKSgxkEwA="},{"id":224410295,"doc_uuid":"sbd/W19zvl5tPpAqxzuJ8f2xwyY="},{"id":316391232,"doc_uuid":"sbd/9Eya7Lp0fFPmU4tXO9TMdKs="},{"id":387826985,"doc_uuid":"sbd/0xK5/b9mMMXe6WQsMypIS8c="},{"id":182560283,"doc_uuid":"sbd/fu0lM/WbOcgFxXH9oVrs7xc="},{"id":224419023,"doc_uuid":"sbd/4N9woyyV4qfr2fsrCFmSWq0="},{"id":423387462,"doc_uuid":"sbd/WFMITciAEZFQFOScTFw/34k="},{"id":224306619,"doc_uuid":"sbd/agW29WzM/evE0WDwWj9FdkQ="},{"id":359457348,"doc_uuid":"sbd/okJDqNKDKsw1VwvM42RM6Do="},{"id":224420008,"doc_uuid":"sbd/uKosGahq1rNN9IiTIHJAu20="},{"id":212863738,"doc_uuid":"sbd/E0N490QEKLGTw4ZZaze9jI8="},{"id":483574042,"doc_uuid":"sbd//6uwWwf1TQ3T/J0uEFOrY9c="},{"id":296481301,"doc_uuid":"sbd/zlA8cawRPQGihBrbw0ttxDc="},{"id":239588474,"doc_uuid":"sbd/ODGxmW11B4e/MBEh56bn99o="},{"id":224756706,"doc_uuid":"sbd/d5Thm1CXxhQP9CnoD5eSnr8="},{"id":660669670,"doc_uuid":"sbd/ZEhqxH7QHZfgZXyE9GoFxR8="},{"id":653790764,"doc_uuid":"sbd/ABEQl0lpsAEF2drr4C4DN/E="},{"id":483579855,"doc_uuid":"sbd/iEMPLQG/6jh/eNqYR6cPkPQ="},{"id":483581213,"doc_uuid":"sbd/3FheD5LCXGD902aAuT1KweI="},{"id":483578326,"doc_uuid":"sbd/RISv2iVvFdhNyMwZv6i7HS8="},{"id":266163922,"doc_uuid":"sbd/WbprZxGabvrY9R8d8eh6UVY="},{"id":254457932,"doc_uuid":"sbd/PxlGYg5t2Opn5rzZSut9Utk="}],"ids":[322011391,335808746,310560108,357813054,224410406,308030757,356032151,322011392,309859835,224266633,211302755,234028503,263504218,393393789,378045783,224369806,337536061,224426877,224252178,335537398,235411767,182553141,224326250,163579056,419930541,163646054,163657166,244157917,225916486,224410295,316391232,387826985,182560283,224419023,423387462,224306619,359457348,224420008,212863738,483574042,296481301,239588474,224756706,660669670,653790764,483579855,483581213,483578326,266163922,254457932],"title_link":null,"title":null,"track_opts":{"compilation_id":"sbd/IfAHeBCqJLwo9cOe4UW0mqw=","module_id":"sbd/zQ55i8Q7ZLPeixl/rXsXREw=","widget_name":"viewport_bottom","track_id":"scroll_recs"}},"list_recommenders":{"items":[{"id":322011391,"doc_uuid":"sbd/8nwLH19rCAjVCFGvzI5j0pI="},{"id":335808746,"doc_uuid":"sbd/Sm3/lumljK8xE58K1/OBSNo="},{"id":310560108,"doc_uuid":"sbd/sGcht/nKHuN25Ix7JCRkwrg="},{"id":357813054,"doc_uuid":"sbd/8cY7859At7AlExWKbupsaAk="},{"id":224410406,"doc_uuid":"sbd/VU6O5T2X7z1p4UF6jNmpH78="},{"id":308030757,"doc_uuid":"sbd/wEbte4fQjb3Xe5m6PjhnVqQ="},{"id":356032151,"doc_uuid":"sbd/kuRFC8Dvj7WrBYOJCidmfMM="},{"id":322011392,"doc_uuid":"sbd/hb5PdjnqWlWDswhPlc5/2ks="},{"id":309859835,"doc_uuid":"sbd/iLCQnJ25SVegkMOMEZsAdcM="},{"id":224266633,"doc_uuid":"sbd/MJShON0LrifDO317PliYoBQ="},{"id":211302755,"doc_uuid":"sbd/dPl0SBJR3UW5ZuV8zLnJ1rE="},{"id":234028503,"doc_uuid":"sbd/Wd555i37rpYC/thGjP0bGuw="},{"id":263504218,"doc_uuid":"sbd/xbwvgiLDPIIK5xyhpui0r0I="},{"id":393393789,"doc_uuid":"sbd/hdeotYp2JVD3DEbtPl3lp0E="},{"id":378045783,"doc_uuid":"sbd/JO1NgK7b6OuzbvoAeUnhbgM="},{"id":224369806,"doc_uuid":"sbd/undMHySwoCzGHMcri0OLuc0="},{"id":337536061,"doc_uuid":"sbd/RuUctc7R9Qr5JNIgEAFIGRQ="},{"id":224426877,"doc_uuid":"sbd/Hm9FuLxv6SP3Mb94jQSuipo="},{"id":224252178,"doc_uuid":"sbd/5ZlUubJF8LiP51klAjPBTvQ="},{"id":335537398,"doc_uuid":"sbd/WVdFop7BfioM7usjeXXVfkY="},{"id":235411767,"doc_uuid":"sbd/xe8uPOm6kN8cjU7DrlRjGf8="},{"id":182553141,"doc_uuid":"sbd/5kSG37jLA80vQ8PkxEMNGMU="},{"id":224326250,"doc_uuid":"sbd/1FfYBQGawFGqT0Z1wvoInYs="},{"id":163579056,"doc_uuid":"sbd/OGxbiaiLUoE8pglJmLQSPVE="},{"id":419930541,"doc_uuid":"sbd/1OGTsWflVKOry4Ei5H2ki5Q="},{"id":163646054,"doc_uuid":"sbd/iQgywICizByGiNGB/PGi8pM="},{"id":163657166,"doc_uuid":"sbd/etUce9MhkArOmol7oonjbTQ="},{"id":244157917,"doc_uuid":"sbd/qBn67G6mwnkWpNcnIErqdJM="},{"id":225916486,"doc_uuid":"sbd/2F5wncDh5fN4wZpAtykdEXI="},{"id":224410295,"doc_uuid":"sbd/ZadVis4bTJrlCzV9o6xq4oQ="},{"id":316391232,"doc_uuid":"sbd/0caT4xFTRrVXhrBNkMprtBI="},{"id":387826985,"doc_uuid":"sbd/0QzYjs6RBOQGIoJbMp1wj1k="},{"id":182560283,"doc_uuid":"sbd/ieQaCG4jUazFquSqhtBt3uY="},{"id":224419023,"doc_uuid":"sbd/4mNPOr0RQZ4c7gsaecrTMQI="},{"id":423387462,"doc_uuid":"sbd/tTGF8JOdxbAdKozSTVRavgc="},{"id":224306619,"doc_uuid":"sbd/drvJ8jmtjthzpdQLHQN2QsA="},{"id":359457348,"doc_uuid":"sbd/rqhmHDB/pgQZys6kWIhSe10="},{"id":224420008,"doc_uuid":"sbd/0SRxhxilhZzFvFGhpsWQ8Ks="},{"id":212863738,"doc_uuid":"sbd/GXhaEzTh7YVsQVGMyVNUCRY="},{"id":483574042,"doc_uuid":"sbd/K50ZmdIGQDfSnM4TWm/ouyE="},{"id":296481301,"doc_uuid":"sbd/bWPp8EclLMd7qPyQJYu1lnA="},{"id":239588474,"doc_uuid":"sbd/sHqi68rvPJrGl0BdkSQnInY="},{"id":224756706,"doc_uuid":"sbd/lk1J5ekk/YRs9JDOBIjpjU8="},{"id":660669670,"doc_uuid":"sbd/dNoguFcVFEZtWoGlzS3k7oI="},{"id":653790764,"doc_uuid":"sbd/EMoSX9W0/lssOZhyckLViFg="},{"id":483579855,"doc_uuid":"sbd/py1/KFHprX16dNbUckIukDg="},{"id":483581213,"doc_uuid":"sbd/r5Jq3DTAmPeSJPUC4QMN0L0="},{"id":483578326,"doc_uuid":"sbd/ScXL2ubiiucSi31QEv3avn4="},{"id":266163922,"doc_uuid":"sbd/vvgsf1DI8KBfJFVqaCCXJzg="},{"id":254457932,"doc_uuid":"sbd/s24fXqzH2AhMd6TJqsFFtpo="}],"ids":[322011391,335808746,310560108,357813054,224410406,308030757,356032151,322011392,309859835,224266633,211302755,234028503,263504218,393393789,378045783,224369806,337536061,224426877,224252178,335537398,235411767,182553141,224326250,163579056,419930541,163646054,163657166,244157917,225916486,224410295,316391232,387826985,182560283,224419023,423387462,224306619,359457348,224420008,212863738,483574042,296481301,239588474,224756706,660669670,653790764,483579855,483581213,483578326,266163922,254457932],"title_link":null,"title":null,"track_opts":{"compilation_id":"sbd/IfAHeBCqJLwo9cOe4UW0mqw=","module_id":"sbd/LfZW9anE7ZMf47c2AS0sfsA=","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/1718448713?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/1718448713?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-1-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-2-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-2-f.scribdassets.com/img/word_document/163657166/298x396/9446ea1bc2/1718449271?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-1-f.scribdassets.com/img/word_document/163657166/149x198/bf3b773b78/1718449271?v=1","title":"A Tree Grows in Brooklyn","type":"book","url":"https://www.everand.com/book/163657166/A-Tree-Grows-in-Brooklyn","views":"147K"},"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-2-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-2-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":"125K"},"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-1-f.scribdassets.com/img/word_document/211302755/298x396/19f10ceb3f/1717706570?v=1","run_time":0,"short_title":"The Hard Thing About Hard Things","static_rating":{"rating":4.5,"count":348,"up_count":326},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/211302755/149x198/e130bab094/1717706570?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":"408K"},"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 Tóibín","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-2-f.scribdassets.com/img/word_document/224252178/298x396/dfbec9e04b/1717421700?v=1","run_time":0,"short_title":"Brooklyn","static_rating":{"rating":3.5,"count":1947,"up_count":324},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224252178/149x198/77a859fdd8/1717421700?v=1","title":"Brooklyn: A Novel","type":"book","url":"https://www.everand.com/book/224252178/Brooklyn-A-Novel","views":"137K"},"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-1-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":"320K"},"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-2-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":"233K"},"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-1-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":807,"up_count":738},"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":"559K"},"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-1-f.scribdassets.com/img/word_document/224369806/298x396/a026add765/1717607260?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/1717607260?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-1-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-2-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/1718631847?v=1","run_time":0,"short_title":"The Glass Castle","static_rating":{"rating":4.5,"count":1717,"up_count":1646},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/224410406/149x198/b245e05319/1718631847?v=1","title":"The Glass Castle: A Memoir","type":"book","url":"https://www.everand.com/book/224410406/The-Glass-Castle-A-Memoir","views":"352K"},"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-1-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":"92K"},"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-2-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":"68K"},"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/1718631569?v=1","run_time":0,"short_title":"Angela's Ashes","static_rating":{"rating":4.5,"count":441,"up_count":418},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/224426877/149x198/67b53f7428/1718631569?v=1","title":"Angela's Ashes: A Memoir","type":"book","url":"https://www.everand.com/book/224426877/Angela-s-Ashes-A-Memoir","views":"88K"},"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-1-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-1-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-2-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-2-f.scribdassets.com/img/word_document/234028503/298x396/1455400f40/1718276304?v=1","run_time":0,"short_title":"Bad Feminist","static_rating":{"rating":4,"count":1018,"up_count":232},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/234028503/149x198/600d1fe3f9/1718276304?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-1-f.scribdassets.com/img/word_document/235411767/298x396/a289a2fc2a/1718632206?v=1","run_time":0,"short_title":"A Man Called Ove","static_rating":{"rating":4.5,"count":4770,"up_count":1403},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/235411767/149x198/ce356815f8/1718632206?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-2-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-1-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-2-f.scribdassets.com/img/word_document/244157917/298x396/d0cbd421a3/1718451208?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/1718451208?v=1","title":"Yes Please","type":"book","url":"https://www.everand.com/book/244157917/Yes-Please","views":"338K"},"254457932":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":"Chapter 10","id":254457932,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":1,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/254457932/298x396/0244a07931/1422885174?v=1","run_time":0,"short_title":"F.Sc. Part-1 Physics-PTB","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/254457932/149x198/4afcdee857/1422885174?v=1","title":"F.Sc. Part-1 Physics-PTB","type":"document","url":"https://www.scribd.com/document/254457932/F-Sc-Part-1-Physics-PTB","views":"134"},"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-2-f.scribdassets.com/img/word_document/263504218/298x396/ca05b40921/1718451436?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/1718451436?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"},"266163922":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":null,"id":266163922,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":240,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/266163922/298x396/dd174628b2/1713385874?v=1","run_time":0,"short_title":"Algebraic Geometry - A Concise Dictionary (gnv64) PDF","static_rating":{"rating":5,"count":5,"up_count":5},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/266163922/149x198/96762e91d8/1713385874?v=1","title":"Algebraic Geometry - A Concise Dictionary (gnv64) PDF","type":"document","url":"https://www.scribd.com/document/266163922/Algebraic-Geometry-A-Concise-Dictionary-gnv64-pdf","views":"562"},"296481301":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":"uos syllabus","id":296481301,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":9,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/296481301/298x396/4c01465daf/1542967039?v=1","run_time":0,"short_title":"Mate Matics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/296481301/149x198/1f65a299b0/1542967039?v=1","title":"Mate Matics","type":"document","url":"https://www.scribd.com/doc/296481301/Mate-Matics","views":"214"},"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-2-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":"460K"},"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-1-f.scribdassets.com/img/word_document/309859835/298x396/d1289f88b9/1716986829?v=1","run_time":0,"short_title":"Shoe Dog","static_rating":{"rating":4.5,"count":540,"up_count":485},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/309859835/149x198/394d1573f0/1716986829?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":"607K"},"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/1718451942?v=1","run_time":0,"short_title":"Never Split the Difference","static_rating":{"rating":4.5,"count":845,"up_count":515},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/310560108/149x198/44055ac324/1718451942?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.1M"},"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":2522,"up_count":804},"thumb_url":"https://imgv2-1-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":"263K"},"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/1718609847?v=1","run_time":0,"short_title":"The Subtle Art of Not Giving a F*ck","static_rating":{"rating":4,"count":5814,"up_count":4124},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/322011391/149x198/14bbaf98d5/1718609847?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-2-f.scribdassets.com/img/word_document/322011392/298x396/8996aadf7d/1718451763?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/1718451763?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-1-f.scribdassets.com/img/word_document/335537398/298x396/4b549960d0/1717844699?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/1717844699?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":1092,"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":"752K"},"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 \n\n \n\nOne of TIME","id":337536061,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":492,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/337536061/298x396/9e5f6dd316/1717779761?v=1","run_time":0,"short_title":"The Sympathizer","static_rating":{"rating":4.5,"count":122,"up_count":118},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/337536061/149x198/e0fabe3d5f/1717779761?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-1-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-1-f.scribdassets.com/img/word_document/357813054/298x396/334eaf1f69/1716817650?v=1","run_time":0,"short_title":"Principles","static_rating":{"rating":4,"count":609,"up_count":382},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/357813054/149x198/d1d2a4e180/1716817650?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-2-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-2-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-2-f.scribdassets.com/img/word_document/378045783/298x396/c4d2b45a8f/1718817053?v=1","run_time":0,"short_title":"The Outsider","static_rating":{"rating":4,"count":1866,"up_count":673},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/378045783/149x198/52e7b7d6d0/1718817053?v=1","title":"The Outsider: A Novel","type":"book","url":"https://www.everand.com/book/378045783/The-Outsider-A-Novel","views":"502K"},"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":822,"up_count":226},"thumb_url":"https://imgv2-1-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-2-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"},"483574042":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":"","id":483574042,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":96,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/483574042/298x396/b28e8481f6/1710539942?v=1","run_time":0,"short_title":"A New Anthology of Essays 11-12","static_rating":{"rating":4.5,"count":12,"up_count":10},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/483574042/149x198/75f7ab7296/1710539942?v=1","title":"A New Anthology of Essays 11-12","type":"document","url":"https://www.scribd.com/document/483574042/A-New-Anthology-of-Essays-11-12","views":"5.5K"},"483578326":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":null,"id":483578326,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":128,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/483578326/298x396/5c756d82ec/1604946129?v=1","run_time":0,"short_title":"Computer Sc. 9 UM 2020-21 Curvred For Positives Final PCTB 08-04-20 PDF","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/483578326/149x198/3418384d97/1604946129?v=1","title":"Computer Sc. 9 UM 2020-21 Curvred For Positives Final PCTB 08-04-20 PDF","type":"document","url":"https://www.scribd.com/document/483578326/Computer-Sc-9-UM-2020-21-Curvred-for-positives-Final-PCTB-08-04-20-pdf","views":"53"},"483579855":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":"","id":483579855,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":40,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/483579855/298x396/a4758788fd/1710565729?v=1","run_time":0,"short_title":"Mathematical Needs","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/483579855/149x198/862e4bc6ef/1710565729?v=1","title":"Mathematical Needs: Mathematics in The Workplace and in Higher Education","type":"document","url":"https://www.scribd.com/document/483579855/Mathematical-needs-2011","views":"23"},"483581213":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":"","id":483581213,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":45,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/483581213/298x396/09cd81981c/1710587847?v=1","run_time":0,"short_title":"ANS-W07 - Kerberos","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/483581213/149x198/101ddcbdfb/1710587847?v=1","title":"ANS-W07 - Kerberos","type":"document","url":"https://www.scribd.com/document/483581213/ANS-W07-Kerberos","views":"32"},"653790764":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":"BOOK","id":653790764,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":17,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/653790764/298x396/fcdf47e3de/1710577916?v=1","run_time":0,"short_title":"Tazkia e Nafs","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/653790764/149x198/4830b60ead/1710577916?v=1","title":"Tazkia e Nafs","type":"document","url":"https://www.scribd.com/document/653790764/tazkia-e-nafs","views":"31"},"660669670":{"author":"garrisonian96","author_url":"https://www.scribd.com/user/73466713/garrisonian96","categories":[],"description":"","id":660669670,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":299,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/660669670/298x396/7826032247/1716046010?v=1","run_time":0,"short_title":"Tark e Razayal Ahmed Javed Sahab - 230716 - 222916","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/660669670/149x198/58ae838c91/1716046010?v=1","title":"Tark e Razayal Ahmed Javed Sahab - 230716 - 222916","type":"document","url":"https://www.scribd.com/document/660669670/tark-e-razayal-ahmed-javed-sahab-230716-222916","views":"26"}}},"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":"37fca051-0f08-4912-99e9-56c9edb4c59d","sift_science_js_key":"cbcb9f556a"}}},"routes":{"accountPath":"L2FjY291bnQtc2V0dGluZ3M=\n","accountSettingsPath":"L2FjY291bnQtc2V0dGluZ3M=\n","androidStoreUrl":"aHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lk\nPWNvbS5zY3JpYmQuYXBwLnJlYWRlcjAuZG9jcw==\n","appPromoDeepLink":"aHR0cHM6Ly9zY3JpYmQucGFnZS5saW5rLz9hbXY9MTMuMTYmYXBuPWNvbS5z\nY3JpYmQuYXBwLnJlYWRlcjAuZG9jcyZpYmk9Y29tLnNjcmliZC5kb2NzJmlt\ndj0xMy4xNiZpc2k9NjQ0ODgwNzcxNCZsaW5rPWh0dHBzJTNBJTJGJTJGd3d3\nLnNjcmliZC5jb20lMkZkb2N1bWVudCUyRjQ4MzU3OTI4NiUyRkNvbXB1dGVy\nLVNjLTlFTS0yMDE5LTIwLUN1cnZyZWQtZm9yLXBvc2l0aXZlcy1GaW5hbC1Q\nQ1RCLTA4LTA0LTIwLTEtcGRmJTNGcmVmZXJyZXIlM0R1dG1fY2FtcGFpZ24l\nM0Rkb2NfcGFnZSUyNnV0bV9zb3VyY2UlM0Rkb2NfcGFnZSUyNnV0bV9tZWRp\ndW0lM0R3ZWImc3Q9Q29tcHV0ZXIlMjBTYy4lMjA5RU0lMjAyMDE5LTIwJTIw\nQ3VydnJlZCUyMGZvciUyMHBvc2l0aXZlcyUyMEZpbmFsJTIwUENUQiUyMDA4\nLTA0LTIwJTIwKDEpLnBkZiZzaT1odHRwczovL2ltZ3YyLTItZi5zY3JpYmRh\nc3NldHMuY29tL2ltZy9kb2N1bWVudC80ODM1NzkyODYvb3JpZ2luYWwvMjE2\neDI4Ny9jN2E2NmYwMDRhLzE3MTg5NDE1MjA/dj0x\n","audiobooksAllCategoriesPath":"L2F1ZGlvYm9va3MvY2F0ZWdvcmllcw==\n","audiobooksPath":"L2F1ZGlvYm9va3M=\n","archivePlansUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz00ODM1\nNzkyODYmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\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/ZG9jX2lkPTQ4\nMzU3OTI4Ng==\n","paymentFixUrl":null,"pinterestUrl":"aHR0cHM6Ly93d3cucGludGVyZXN0LmNvbS9zY3JpYmQv\n","podcastsAllCategories":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cy9jYXRlZ29yaWVz\n","podcastsPath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cw==\n","profilePath":"","progressiveProfileModalPropsPath":"L2RvYy1wYWdlL3Byb2dyZXNzaXZlLXByb2ZpbGUtbW9kYWwvNDgzNTc5Mjg2\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":"L2FyY2hpdmUvcG1wX2NoZWNrb3V0P2RvYz00ODM1NzkyODYmZG9jX2lkPTQ4\nMzU3OTI4NiZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIycG1wJTIy\nJTJDJTIyYWN0aW9uJTIyJTNBJTIyc3RhcnRfdHJpYWwlMjIlMkMlMjJsb2dn\nZWRfaW4lMjIlM0FmYWxzZSUyQyUyMnBsYXRmb3JtJTIyJTNBJTIyd2ViJTIy\nJTdE\n","supportPath":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9sb2dpbg==\n","twitterUrl":"aHR0cHM6Ly90d2l0dGVyLmNvbS9zY3JpYmQv\n","unpauseAccountUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hY2NvdW50L3VucGF1c2U/ZnJvbT1o\ndHRwcyUzQSUyRiUyRnd3dy5zY3JpYmQuY29tJTJGZG9jdW1lbnQlMkY0ODM1\nNzkyODYlMkZDb21wdXRlci1TYy05RU0tMjAxOS0yMC1DdXJ2cmVkLWZvci1w\nb3NpdGl2ZXMtRmluYWwtUENUQi0wOC0wNC0yMC0xLXBkZg==\n","incentivizedUploadPath":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz00ODM1NzkyODY=\n","uploadPath":"L3VwbG9hZC1kb2N1bWVudA==\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","simpleCancelUrl":"L3lvdXItYWNjb3VudC9jYW5jZWwtbm93\n","termsUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzI2LUdlbmVyYWwtVGVybXMtb2YtVXNl\n"}},"toolbar":{"search_path":"L2RvY3VtZW50cy9zZWFyY2g/YWxsb3dlZF9wYWdlcz0xJTJDMiUyQzMlMkM0\nJTJDNSUyQzYlMkM3JTJDOCUyQzklMkMxMCUyQzExJTJDMTIlMkMxMyUyQzE0\nJTJDMTUlMkMxNiUyQzE3JTJDMTglMkMxOSUyQzIwJTJDMjElMkMyMiUyQzIz\nJTJDMjQlMkMyNSUyQzI2JTJDMjclMkMyOCUyQzI5JTJDMzAlMkMzMSUyQzMy\nJTJDMzMlMkMzNCUyQzM1JTJDMzYlMkMzNyUyQzM4JTJDMzklMkM0MCUyQzQx\nJTJDNDIlMkM0MyUyQzQ0JTJDNDUlMkM0NiUyQzQ3JTJDNDglMkM0OSUyQzUw\nJTJDNTElMkM1MiUyQzUzJTJDNTQlMkM1NSUyQzU2JTJDNTclMkM1OCUyQzU5\nJTJDNjAlMkM2MSUyQzYyJTJDNjMlMkM2NCUyQzY1JTJDNjYlMkM2NyUyQzY4\nJTJDNjklMkM3MCUyQzcxJTJDNzIlMkM3MyUyQzc0JTJDNzUlMkM3NiUyQzc3\nJTJDNzglMkM3OSUyQzgwJTJDODElMkM4MiUyQzgzJTJDODQlMkM4NSUyQzg2\nJTJDODclMkM4OCUyQzg5JTJDOTAlMkM5MSUyQzkyJTJDOTMlMkM5NCUyQzk1\nJTJDOTYlMkM5NyUyQzk4JTJDOTklMkMxMDAlMkMxMDElMkMxMDIlMkMxMDMl\nMkMxMDQlMkMxMDUlMkMxMDYlMkMxMDclMkMxMDglMkMxMDklMkMxMTAlMkMx\nMTElMkMxMTIlMkMxMTMlMkMxMTQlMkMxMTUlMkMxMTYlMkMxMTclMkMxMTgl\nMkMxMTklMkMxMjAlMkMxMjElMkMxMjIlMkMxMjMlMkMxMjQlMkMxMjUlMkMx\nMjYlMkMxMjclMkMxMjgmYXV0aF90b2tlbj1oUVclMkJlMGJUTGslMkJ1eUVw\nOTJCTU5GbmtDT2RRJTNEJmF1dGhlbnRpY2l0eV90b2tlbj1fTWpObXRpT3l2\nWUw4YmJ5Q292THFXWFhid2NDRlV5NWFZX0k4bFpUdmJKajJleHFoeU9RM3BZ\nVUhLMXRTc0xiaTMzSnJfbWFzWHM2UjBGaVRoT3RJQSZleHBpcmVzPTE3MTk1\nNDYzMjEmd29yZERvY3VtZW50SWQ9NDgzNTc5Mjg2JndvcmRVcGxvYWRJZD00\nOTg0OTc0MDg=\n"},"user":{"browserUuid":"37fca051-0f08-4912-99e9-56c9edb4c59d","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":"garrisonian96","copyright_name":"© All Rights Reserved","description":"","edit_path":null,"embed_modal_props_path":"/doc-page/embed-modal-props/483579286","extensions":["pdf"],"extracted_title":"Computer Sc. 9EM 2019-20 Curvred For Positives Final PCTB 08-04-20 PDF","flag_document_modal_props_path":"/doc-page/flag-document-modal-props/483579286","generatedDescription":null,"id":483579286,"image_url":"https://imgv2-2-f.scribdassets.com/img/document/483579286/149x198/26284a05d1/1710565729?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":128,"page_dimensions":{"width":595,"height":841},"page_orientation":"portrait","publisher_info":{"is_author":false,"name":"garrisonian96","url":"https://www.scribd.com/user/73466713/garrisonian96"},"retina_image_url":"https://imgv2-1-f.scribdassets.com/img/document/483579286/298x396/72dcd3b89c/1710565729?v=1","secret_password":null,"signup_context":null,"short_title":"Computer Sc. 9EM 2019-20 Curvred for positives Fin...","show_archive_paywall":true,"showFullDoc":false,"title":"Computer Sc. 9EM 2019-20 Curvred for positives Final PCTB 08-04-20 (1).pdf","translation":{"original":null,"translations":[]},"type":"view_restricted","url":"https://www.scribd.com/document/483579286/Computer-Sc-9EM-2019-20-Curvred-for-positives-Final-PCTB-08-04-20-1-pdf","views":"363"},"X_Request_ID":"b3326aa73f9703aeaa41e3ba1110964176235a4c72afbfb300a8e8cb8fe0fd6e"}--></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\"},\"ad_label\":{\"ad_info\":{\"description\":\"We use ads to keep content free and accessible for everyone. You can remove them by \\u003ca href=\'{{signupUrl}}\'\\u003esigning up\\u003c/a\\u003e for a Scribd subscription.\",\"header\":\"Why are you seeing this?\"},\"sponsored\":\"Sponsored\"},\"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.\",\"continue_without_a_subscription\":\"Continue without a subscription\",\"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_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\"},\"multiple_download_format\":{\"download_format\":\"Download format\",\"download_now\":\"Download now\"},\"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\"},\"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\"},\"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\":{\"doc_page\":{\"download_as_multiple_formats\":\"Download as {{formats}}, or {{lastFormat}}\",\"download_as_single_format\":\"Download as {{format}}\",\"download_as_two_formats\":\"Download as {{formatOne}} or {{formatTwo}}\",\"download_to_read_ad_free\":\"Download to read ad-free\",\"download_to_read_offline\":\"Download to read offline\"},\"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_sample\":\"Play sample\",\"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\",\"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.\",\"switch_back_to_plus_to_get_your_next_unlock\":\"Switch back to Plus to get your next unlock on {{renew_date}}.\",\"unlock_plus_title\":\"Unlock Plus title\",\"unlocked\":\"Unlocked\",\"unlocks_available_expire_on_date_html\":\"{{count}} unlock available. Unused unlocks expire on {{expire_date}}.\",\"unlocks_available_expire_on_date_html_plural\":\"{{count}} unlocks available. Unused unlocks expire on {{expire_date}}.\",\"unused_unlocks_expire_on_date\":\"Unused unlocks expire on {{expire_date}}.\",\"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>