top of page

When a litigation team is preparing for a trial, a litigation support professional will often be asked to select the hardware needed for a remote 'war room' set up in a hotel or leased office space. The printers you acquire for a trial may not only be put to heavy use for your trial, but they may also have been used to print out large amounts of pages for other firms which leased them previously. When you're trying to determine whether or not a printer will handle the amount of printing necessary to prepare dozens of witness binders each day for the duration of a trial, look further than just the listed page per minute rate and the paper tray capacity. In the posted specs for a printer, HP or another manufacturer should list the recommended page volume per month and the monthly duty cycle.


The monthly duty cycle is the absolute maximum number of pages that a printer can print out in a one month period.


The recommended monthly page volume is the highest number of pages the manufacturer recommends that you print within a month.


The difference between the duty cycle and the recommended page volume is similar to the difference between the highest possible speed a car can reach and the speed at which it can be regularly driven without causing mechanical problems. A passenger car might be able to reach a speed of 130 mph, but if the same car is driven frequently at 90 mph it soon becomes unreliable.


The recommended monthly page volume will be usually less than 10 per cent of the duty cycle.




 
 

You can use the Excel file linked to at the bottom of this post to automatically calculate how many pages and lines are in a single deposition designation, and multiple designations.


The beginning and ending pages and lines for each range of testimony are entered in columns B through E. Column H has a formula which computes the total number of lines in a single range of testimony:

=IF(B2=D2,(E2-C2)+1,(E2-C2)+((D2-B2)*25)+1)



If the designation is only on a single page, it simply subtracts the line number in column C from column E. If this is not the case, it multiplies the number of pages by 25, and adds them to the difference between E and C to get the line total.


Column I contains the formula that divides the line count by 25, and rounds down the result to the nearest whole number, unless there are less than 25 lines:

=IF(H2<25,0,ROUNDDOWN((H2/25),0))



The formula in column J: =IF(I2=0,H2,H2-(I2*25))

. . .subtracts the line count for the rounded down result given in column I from the total line count, unless there is less than 1 page, in which case it returns the total line count from column H.



On the TOTAL row, the formula in cell I9 not only adds up the page total listed above in column I, but also gives the sum of lines in column J divided by 25, rounded down to the nearest whole number. This gives the total page count for all the designations given in columns B to E on the above rows.


=SUM(I2:I8)+(ROUNDDOWN((SUM(J2:J8))/25,0))



Finally, the formula in J9 subtracts [the total line count divided by 25 and rounded down to the nearest whole number, but then multiplied by 25 - to get a number divisible by 25] FROM the total line count, in order to get the number of lines left over when the lines adding up to full pages are counted .


=SUM(J2:J8)-(ROUNDDOWN((SUM(J2:J8))/25,0)*25)





 
 

CaseViewNet is widely used by reporters to provide a reattime feed to their transcript during depositions and trials. A link will be distributed by a reporter to the caseview.net site which should function normally on most computers, and in most browsers. However, antivirus software, and other computer configurations may prevent the web-based version of the transcript from streaming. You will be able to successfully log on, but when you do there will be a blank screen:



If this happens to you, look in the URL for the session code, and the password. For example:



Then download the CaseView application. Once it's installed, on the toolbar, press 'Connect' on the toolbar:


Click next, and then create a connection in the next step of the wizard by entering the session code:


. . . accept the default options and then click Next again to enter the password:


You will get the same streaming transcript which is available on the web.

 
 

Sean O'Shea has more than 20 years of experience in the litigation support field with major law firms in New York and San Francisco.   He is an ACEDS Certified eDiscovery Specialist and a Relativity Certified Administrator.

The views expressed in this blog are those of the owner and do not reflect the views or opinions of the owner’s employer.

If you have a question or comment about this blog, please make a submission using the form to the right. 

Your details were sent successfully!

© 2015 by Sean O'Shea . Proudly created with Wix.com

bottom of page