LB Guide to Produce Lectures


Steps to create a title:
  1. Get an account at BMRC with the proper rights
  2. Run the production tool (ALPS)
  3. Select the lecture you want to produce
  4. Produce the lecture
  5. Provide a link to the LB-produced lecture

    1. Get an account at BMRC with the proper rights [TOP]

    • Ask BMRC's sysadm, Peter, to create you an account
    • Important detail: you must get proper access rights to BIBS: you should be included in the PostgreSQL lb_producers group. While we decide should we create it and we do create it, the bibs_producers one should be more than enough.

    2. Run the production tool (ALPS) [TOP]

    • Log in dogbert.cs.berkeley.edu. We prefer you to use a secure login shell (e.g., SSH).
    • Change to the alps directory
            > cd /n/plateau/project/lb
      		
    • Get sure that your display is forwarded to your box
            > setenv DISPLAY your_pc_name (for tcsh shells)
      		
    • Check that you have an X client (you may want to use eXceed if you have a Windows box), and it is willing to accept windows from dogbert (you may want to permit dogbert access to your X client using xhost )
    • Execute the application
            > ./alps.tcl
      		
    • A new window should pop up in your display (figure 1)


    3. Select the lecture you want to produce [TOP]


    4. Produce the lecture [TOP]


    5. Publishing a link to your lecture [TOP]

    • Once you have the lecture marked as published, the last step you may be willing to do is to include a link to the produced lecture in your webpages.
    • You need to add two HTML lines:
      • one for every page where you want to include links to the lecture browser. This line must be the following one:
          <script language="JavaScript" src="http://bmrc.berkeley.edu/projects/lb/open_window.js"></script>
        			
      • one for every link (you can add more than one LB link in the same page).
          <a href="javascript:openWindow(39,13,83);">the link</a>
        			
    • For example, this link permits you to go directly to one of our published lectures (Fall 99 Chem1A lecture 26).
    • NOTE: The three numbers that you have to plug in the openWindow function are the three id's of every lecture (prog, group, and inst). You should have written them up during the publishing process. Nevertheless, should you want to know which are those numbers for a lecture you want to link to, go to the BIBS webpage and look for the lecture. Once you find it, you'll see three numbers composing the URL. Those, in exactly that order, are the numbers.
    • For example, if you look for the Fall 99 Chem1A lecture 26, you'll end up at: http://media2.bmrc.berkeley.edu/bibs/instance.cfm?prog=39&group=13&inst=83

 (Last update by L.A. Rowe on April 21, 2001)