CaRLA Library
Welcome to the CaRLA resource library! Here, we’ve collected articles and documents from all of our lawsuits, research, and educational work. Free to the public.
Categories
CEQA
- Opposition to Depublication: McCorkle Eastside Neighborhood Group v. City of St. Helena
- Respondents’ Opposition Brief
- PETITIONERS’ OPPOSITION TO RESPONDENTS’ DEMURRER TO PETITION FOR WRIT OF ADMINISTRATIVE MANDATE
- Request for Judicial Notice in Support of Petitioner’s Opposition Brief
- Respondents’ … Notice of Demurrer Hearing and of Demurrer to Verified Petition
- Respondents’ … Request for Judicial Notice in Support of the Demurrer
- Respondents City of Sonoma & Sonoma City Council Memo in Support of Demurrer
- Meet & Confer Declaration in Support of Demurrer to Verified Petition for Writ of Administrative Mandate
- 149 Fourth St, Sonoma
Cities
- Order setting amount of bond on appeal
- INTERVENOR’S OPENING BRIEF
- APPELLANTS’ OPENING BRIEF
- Petition for Writ of Mandate
- Huntington Beach
- Order on submitted matter
- Notice of Appeal of Order
- Memo in support of Motion to Vacate Judgement
- Order Denying Petition for Writ 0f Admlnlstratlve Mandate
- Answer to Petition for Writ of Mandate
San Mateo
- INTERVENOR’S OPENING BRIEF
- APPELLANTS’ OPENING BRIEF
- Notice of Appeal of Order
- Memo in support of Motion to Vacate Judgement
- Order Denying Petition for Writ 0f Admlnlstratlve Mandate
- PETITIONERS SUPPLEMENTAL BRIEF
- RESPONDENTS’ SUPPLEMENTAL BRIEF
- August 29, 2019 Law and Motion Calendar
- Petitioner’s Reply Brief
- 4 W. Santa Inez, San Mateo
New Documents
if (is_tax()) {
$docs = new WP_Query(array('post_type' => 'document', 'tax_query' => array(array('taxonomy' => 'library_tag', 'terms' => array(get_queried_object_id())))));
} else {
$docs = new WP_Query(array('post_type' => 'document'));
}
while ($docs->have_posts()) {
$docs->the_post();
get_template_part('partials/document_card');
}
wp_reset_postdata();
?>