Project

General

Profile

« Previous | Next » 

Revision 1980

Added by Matt Jones over 20 years ago

New formatting and text for the NCEAS data registry.

View differences:

register-dataset.cgi
2540 2540
    $row1[0] = 6000; $row1[1] = 'Andelman'; $row1[2] = 'Sandy'; $row1[3] = 'The very long and windy path to an apparent ecological conclusion: statistics lie';
2541 2541
    my @row2; 
2542 2542
    $row2[0] = 7000; $row2[1] = 'Bascompte'; $row2[2] = 'Jordi'; $row2[3] = 'Postdoctoral Fellow';
2543
    my @row3; 
2544
    $row3[0] = 7001; $row3[1] = 'Hackett'; $row3[2] = 'Edward'; $row3[3] = 'Sociology rules the world';
2545
    my @row4; 
2546
    $row4[0] = 7002; $row4[1] = 'Jones'; $row4[2] = 'Matthew'; $row4[3] = 'Informatics rules the world';
2547
    my @row5; 
2548
    $row5[0] = 7003; $row5[1] = 'Schildhauer'; $row5[2] = 'Mark'; $row5[3] = 'Excel rocks my world, assuming a, b, and c';
2549
    my @row6; 
2550
    $row6[0] = 7004; $row6[1] = 'Rogers'; $row6[2] = 'Bill'; $row6[3] = 'Graduate Intern';
2551
    my @row7; 
2552
    $row7[0] = 7005; $row7[1] = 'Zedfried'; $row7[2] = 'Karl'; $row7[3] = 'A multivariate analysis of thing that go bump in the night';
2543 2553
    my @projects;
2544 2554
    $projects[0] = \@row1;
2545 2555
    $projects[1] = \@row2;
2556
    $projects[2] = \@row3;
2557
    $projects[3] = \@row4;
2558
    $projects[4] = \@row5;
2559
    $projects[5] = \@row6;
2560
    $projects[6] = \@row7;
2546 2561
    return \@projects;
2547 2562

  
2548 2563
    #return $projects;

Also available in: Unified diff